-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
76 additions
and
80 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
body{ | ||
background-color: #2c3338; | ||
} | ||
|
||
.card-header, .card-footer{ | ||
background-color: #4c5861; | ||
color: white; | ||
} | ||
|
||
.card-body{ | ||
background-color: black; | ||
color: white; | ||
} | ||
|
||
.card{ | ||
border: none; | ||
box-shadow: 5px 5px 4px #424242; | ||
} | ||
|
||
.img-logo{ | ||
max-height: 175px; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,4 +12,5 @@ | |
.jumbotron{ | ||
padding:10px 10px 10px 10px; | ||
margin-bottom:10px; | ||
background-color: #e9ecef; | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
|
||
<body> | ||
|
||
<div class="jumbotron ml-2 mr-2 mb-0 mt-0 text-center"> | ||
<div class="jumbotron ms-2 me-2 mb-0 mt-0 text-center"> | ||
<a href="https://www.telereadaptation.com" target="_blank"><img src="./static/img/logos/Estrad.png" class="img-fluid img-logo" /></a> | ||
<a href="https://introlab.3it.usherbrooke.ca" target="_blank"><img src="./static/img/logos/IntRoLab.png" class="img-fluid img-logo" /></a> | ||
<a href="https://regroupementinter.com" target="_blank"><img src="./static/img/logos/INTER.png" class="img-fluid img-logo" /></a> | ||
|
@@ -22,44 +22,45 @@ | |
<a href="https://www.cdrv.ca" target="_blank"><img src="./static/img/logos/logo_CDRV.png" class="img-fluid img-logo" /></a> | ||
</div> | ||
|
||
<div class="jumbotron ml-2 mr-2 mb-0"> | ||
<div class="jumbotron ms-2 me-2 mb-0"> | ||
<h1>{% trans %}Versions{% endtrans%}</h1> | ||
<a href="https://github.com/introlab/opentera"> Project OpenTera on GitHub</a><br> | ||
Server URL : https://{{hostname}}:{{port}} <br> | ||
Version: {{server_version}} <br> | ||
</div> | ||
|
||
<div class="jumbotron ml-2 mr-2 mb-0 mt-0"> | ||
<div class="jumbotron ms-2 me-2 mb-0 mt-0"> | ||
<h1>{% trans %}Downloads{% endtrans%}</h1> | ||
<div class="row"> | ||
<div class="card col-4 text-center mt-2" style="width: 18rem;"> | ||
<img src="./static/img/logos/Windows-icon.png" class="card-img-top img-logo-download m-auto" alt="Windows logo"> | ||
<div class="row m-2 gap-2"> | ||
<div class="card col text-center"> | ||
<img src="./static/img/logos/Windows-icon.png" class="card-img-top img-logo-download mt-2 m-auto" alt="Windows logo"> | ||
<div class="card-body"> | ||
<h5 class="card-title">Windows</h5> | ||
<p class="card-text">{% trans %}Latest version: {% endtrans%}{{openteraplus_version.client_version}}</p> | ||
<a href="{{openteraplus_version.client_windows_download_url}}" class="btn btn-primary">Download</a> | ||
</div> | ||
</div> | ||
<div class="card col-4 text-center mt-2" style="width: 18rem;"> | ||
<img src="./static/img/logos/Mac-icon.png" class="card-img-top img-logo-download m-auto" alt="Mac logo"> | ||
<div class="card col text-center"> | ||
<img src="./static/img/logos/Mac-icon.png" class="card-img-top img-logo-download mt-2 m-auto" alt="Mac logo"> | ||
<div class="card-body"> | ||
<h5 class="card-title">Mac</h5> | ||
<p class="card-text">{% trans %}Latest version: {% endtrans%}{{openteraplus_version.client_version}}</p> | ||
<a href="{{openteraplus_version.client_mac_download_url}}" class="btn btn-primary align-center">Download</a> | ||
</div> | ||
</div> | ||
<div class="card col-4 text-center mt-2" style="width: 18rem;"> | ||
<img src="./static/img/logos/Linux-icon.png" class="card-img-top img-logo-download m-auto" alt="Linux logo"> | ||
<div class="card col text-center"> | ||
<img src="./static/img/logos/Linux-icon.png" class="card-img-top img-logo-download mt-2 m-auto" alt="Linux logo"> | ||
<div class="card-body"> | ||
<h5 class="card-title">Linux</h5> | ||
<p class="card-text">{% trans %}Latest version: {% endtrans%}{{openteraplus_version.client_version}}</p> | ||
<a href="{{openteraplus_version.client_linux_download_url}}" class="btn btn-primary">Download</a> | ||
<!--<p class="card-text">{% trans %}Latest version: {% endtrans%}{{openteraplus_version.client_version}}</p> | ||
<a href="{{openteraplus_version.client_linux_download_url}}" class="btn btn-primary">Download</a>--> | ||
Not yet available | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="jumbotron ml-2 mr-2 mb-0 mt-0"> | ||
<div class="jumbotron ms-2 me-2 mb-0 mt-0"> | ||
<h1>{% trans %}License{% endtrans%}</h1> | ||
<p class="lead"> | ||
OpenTera is licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0.</a> | ||
|
@@ -73,7 +74,7 @@ <h1>{% trans %}License{% endtrans%}</h1> | |
|
||
|
||
|
||
<div class="jumbotron ml-2 mr-2 mb-0 mt-0"> | ||
<div class="jumbotron ms-2 me-2 mb-0 mt-0"> | ||
<h1>{% trans %}Authors{% endtrans%}</h1> | ||
<ul class="list-group"> | ||
<li class="list-group-item">Simon Brière, ing., M.Sc.A. ([email protected])</li> | ||
|
@@ -83,7 +84,7 @@ <h1>{% trans %}Authors{% endtrans%}</h1> | |
</ul> | ||
</div> | ||
|
||
<div class="jumbotron ml-2 mr-2 mb-0 mt-0"> | ||
<div class="jumbotron ms-2 me-2 mb-0 mt-0"> | ||
<h1>{% trans %}Contributors{% endtrans%}</h1> | ||
<ul class="list-group"> | ||
<li class="list-group-item">Philippe Arsenault</li> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
|
||
<body> | ||
|
||
<div class="jumbotron ml-2 mr-2 mb-0 mt-0 text-center"> | ||
<div class="jumbotron ms-2 me-2 mb-0 mt-0 text-center"> | ||
<a href="https://www.telereadaptation.com" target="_blank"><img src="./static/img/logos/Estrad.png" class="img-fluid img-logo" /></a> | ||
<a href="https://introlab.3it.usherbrooke.ca" target="_blank"><img src="./static/img/logos/IntRoLab.png" class="img-fluid img-logo" /></a> | ||
<a href="https://regroupementinter.com" target="_blank"><img src="./static/img/logos/INTER.png" class="img-fluid img-logo" /></a> | ||
|
@@ -22,52 +22,12 @@ | |
<a href="https://www.cdrv.ca" target="_blank"><img src="./static/img/logos/logo_CDRV.png" class="img-fluid img-logo" /></a> | ||
</div> | ||
|
||
<div class="jumbotron ml-2 mr-2 mb-0"> | ||
<h1>{% trans %}Versions{% endtrans %}</h1> | ||
<a href="https://github.com/introlab/opentera"> Project OpenTera on GitHub</a><br> | ||
Server URL : https://{{hostname}}:{{port}} <br> | ||
Version: {{server_version}} <br> | ||
</div> | ||
|
||
|
||
|
||
<div class="jumbotron ml-2 mr-2 mb-0 mt-0"> | ||
<h1>{% trans %}License{% endtrans %}</h1> | ||
<p class="lead"> | ||
OpenTera is licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0.</a> | ||
Unless required by applicable law or agreed to in writing, software | ||
distributed under the License is distributed on an "AS IS" BASIS, | ||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
See the License for the specific language governing permissions and | ||
limitations under the License. | ||
</p> | ||
</div> | ||
|
||
<div class="jumbotron ml-2 mr-2 mb-0 mt-0"> | ||
<div class="jumbotron ms-2 me-2 mb-0 mt-0"> | ||
<div class="alert alert-primary" role="alert"> | ||
<center><h1>{% trans %}Documentation is disabled!{% endtrans %}</h1></center> | ||
</div> | ||
</div> | ||
|
||
<div class="jumbotron ml-2 mr-2 mb-0 mt-0"> | ||
<h1>{% trans %}Authors{% endtrans %}</h1> | ||
<ul class="list-group"> | ||
<li class="list-group-item">Simon Brière, ing., M.Sc.A. ([email protected])</li> | ||
<li class="list-group-item">Dominic Létourneau, ing., M.Sc.A ([email protected])</li> | ||
<li class="list-group-item">François Michaud, ing., Ph.D ([email protected])</li> | ||
<li class="list-group-item">Michel Tousignant, Pht, Ph.D ([email protected])</li> | ||
</ul> | ||
</div> | ||
|
||
<div class="jumbotron ml-2 mr-2 mb-0 mt-0"> | ||
<h1>{% trans %}Contributors{% endtrans %}</h1> | ||
<ul class="list-group"> | ||
<li class="list-group-item">Philippe Arsenault</li> | ||
<li class="list-group-item">Cédric Godin</li> | ||
<li class="list-group-item">Marc-Antoine Maheux</li> | ||
<li class="list-group-item">Cynthia Vilanova</li> | ||
</ul> | ||
</div> | ||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters