This repository has been archived by the owner on Sep 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #199 from GCE-NEIIST/develop
GCE-Thesis v1.1
- Loading branch information
Showing
17 changed files
with
398 additions
and
303 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
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
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 |
---|---|---|
@@ -1,4 +1,5 @@ | ||
#feedback-button { | ||
cursor: pointer; | ||
font-size:17px; | ||
color:white; | ||
position: fixed; | ||
|
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
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
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
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
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 |
---|---|---|
@@ -1,23 +1,35 @@ | ||
<div class="header-nightsky"> | ||
<nav class="navbar navbar-expand-lg fixed-top navbar-primary" > | ||
<div class="container SN"> | ||
<a class="icon" rel="tooltip" title="Like us on Facebook" data-placement="bottom" href="https://www.facebook.com/gce.neiist" target="_blank"> | ||
<a class="icon" rel="tooltip" title="Like us on Facebook" data-placement="bottom" href="https://www.facebook.com/gce.neiist" target="_blank" style="margin-left: 10px;"> | ||
<i class="fa fa-facebook-f"></i> | ||
<!-- <p class="d-lg-none">Facebook</p> --> | ||
</a> | ||
<a class="icon" rel="tooltip" title="Follow us on Instagram" data-placement="bottom" href="https://www.instagram.com/gce.neiist" target="_blank"> | ||
<i class="fa fa-instagram"></i> | ||
<!-- <p class="d-lg-none">GitHub</p> --> | ||
</a> | ||
<a class="icon" rel="tooltip" title="GCE's GitHub" data-placement="bottom" href="https://github.com/RafaelAPB/GCE-NEIIST" target="_blank"> | ||
<i class="fa fa-github"></i> | ||
<!-- <p class="d-lg-none">GitHub</p> --> | ||
</a> | ||
|
||
</div> | ||
</nav> | ||
<div class="hero" style="padding-bottom: 1.5rem"> | ||
|
||
<img src="https://web.ist.utl.pt/~ist180970/assets/img/favicon.png" style="height:300px;"> | ||
<div class="hero"> | ||
|
||
<p>Uma plataforma desenhada por estudantes para estudantes 🙌</p> | ||
<img src="http://web.ist.utl.pt/ist186413/assets/GCE-Thesis-Header.png"> | ||
|
||
</div> | ||
|
||
<div class="hero"> | ||
<div class="btn btn-primary" routerLink="/thesis">Encontra a tese perfeita para ti!</div> | ||
<div class="btn btn-primary" routerLink="/thesis">Encontra a tese perfeita para ti</div> | ||
|
||
</div> | ||
|
||
<div class="hero partners"> | ||
<app-partners-carousel></app-partners-carousel> | ||
|
||
</div> | ||
</div> | ||
|
||
</div> |
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
Oops, something went wrong.