Skip to content

Commit

Permalink
font and sponsor
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahin-567 committed Aug 12, 2024
1 parent d31b2ad commit a242997
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 7 deletions.
Binary file added 2024/fonts/Poppins-Regular.ttf
Binary file not shown.
Binary file added 2024/fonts/aptos.ttf
Binary file not shown.
24 changes: 17 additions & 7 deletions 2024/style/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
--Header: linear-gradient(0deg, #FFF 0%, #83AFB9 18.4%, #2F7989 42.4%, #136779 62.9%, #005B6E 84.4%)
}

@font-face {
font-family: Aptos;
src: url(../fonts/aptos.ttf);
}

@font-face {
font-family: Poppins;
src: url(../fonts/Poppins-Regular.ttf);
}

html {
font-size: 62.5%;
scroll-behavior: smooth;
Expand Down Expand Up @@ -43,9 +53,9 @@ nav ul {

nav ul li {
color: #FFF;
font-family: "Aptos";
font-family: Aptos;
font-size: 1.6rem;
font-weight: 600;
font-weight: 500;
text-decoration: none;
cursor: pointer;
}
Expand All @@ -70,7 +80,7 @@ nav ul li {
.welcome {
color: #000;
text-align: center;
font-family: Saira;
font-family: Poppins;
font-size: 9.6rem;
font-weight: 700;
margin-top: 150px;
Expand Down Expand Up @@ -102,7 +112,7 @@ nav ul li {

h2 {
color: var(--main-colour);
font-family: Saira;
font-family: Poppins;
font-size: 3.6rem;
font-weight: 700;
text-align: left;
Expand Down Expand Up @@ -195,7 +205,7 @@ p {

.sponsors .title {
color: #FFF;
font-family: Saira;
font-family: Poppins;
font-size: 3.6rem;
font-weight: 700;
margin-left: 11.25vw;
Expand All @@ -204,7 +214,7 @@ p {
.sponsors .text {
color: #FFF;
font-family: Aptos;
font-size: 2.4rem;
font-size: 2.2rem;
font-weight: 400;
margin-left: 11.25vw;
margin-top: 26px;
Expand Down Expand Up @@ -330,7 +340,7 @@ p {
color: #000;
width: 100%;
text-align: center;
font-family: Saira;
font-family: Poppins;
font-size: 4.4rem;
font-weight: 700;
margin-top: 275px;
Expand Down
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ <h2>About iGEM</h2>
<li><a href="https://www.aalto.fi/en/school-of-science"><img src="/2024/images/sci.png" alt=""></a></li>
<li><a href="https://www.heureka.fi/"><img src="/2024/images/heureka.png" alt=""></a></li>
<li><a href="https://www.kemianteollisuus.fi/"><img src="/2024/images/kemian.png" alt=""></a></li>
<li><a href="https://www.tek.fi/en"><img src="/2024/images/tek.png" alt=""></a></li>
</ul>
</div>
</div>
Expand Down

0 comments on commit a242997

Please sign in to comment.