Fixed fonts and logos
All checks were successful
Copy Files to Samba Share dev / Copy Files (push) Successful in 29s

This commit is contained in:
2025-02-02 17:42:21 +01:00
parent ed56f34c20
commit 4695ec3aa9
8 changed files with 50 additions and 2 deletions

View File

@@ -8,6 +8,10 @@
top: 5rem;
}
h2 {
font-family: "Jost";
}
.contact {
display: flex;
justify-content: center;

View File

@@ -1,4 +1,4 @@
<img src="assets/white-header-logo.svg" />
<img src="assets/CPTARN_logo-name_White.svg" />
<div class="menu">
<a href="#about">about</a>
<a href="#contact">contact</a>

View File

@@ -21,6 +21,7 @@ img {
color: #fff;
text-decoration: none;
align-content: center;
font-family: "Jost";
}
}

View File

@@ -1,2 +1,2 @@
<img class="mobile" src="assets/CptArn_black.png"/>
<img class="mobile" src="assets/CPTARN_logo-figure_White.svg"/>
<p class="hero-text">NO LIMITS, JUST <span class="subSlogan">{{subSlogan}}</span></p>

View File

@@ -15,6 +15,7 @@ $margin: 8rem;
h2 {
font-weight: 500;
font-style: italic;
font-family: "Jost";
}
.left, .right {

View File

@@ -9,6 +9,9 @@
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Jost:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
<script data-goatcounter="https://cptarn.goatcounter.com/count"
async src="//gc.zgo.at/count.js"></script>
</head>
<body>
<app-root></app-root>