Skip to content

Commit

Permalink
added course tech page
Browse files Browse the repository at this point in the history
  • Loading branch information
cmwharff committed Oct 9, 2024
1 parent 8c2a171 commit 6b92658
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/Header.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@
<a href="/about">About the Course</a>
<a href="/about/team">Instructional Team</a>
<a href="/about/showcase">Student Showcase</a>
<!-- <a href="/about/technologies">Technologies</a> -->
</div>
</div>
</li>
Expand Down
45 changes: 45 additions & 0 deletions src/routes/about/technologies/+page.svelte
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
<div class="text">
<h1>This page is under construction... come back soon!
</h1>
<img src="/img/gogi.jpg" alt="kitty" width="100%">
<!-- <h1>Heading heading <span>heading</span>.</h1>
<h2>
ENES100 would not be what it is without our <span>cutting-edge</span> course specific technologies - all of which are designed and developed by the laboratory teaching fellow team.
</h2> -->
</div>

<style>
@media (max-width: 1200px) {
}
@media (min-width: 1201px) {
}
.text {
padding: 2% 5%;
}
h1 {
font-size: 50px;
}
h2 {
font-weight: normal;
font-size: 30px;
}
h3 {
font-weight: normal;
text-align: center;
font-size: 30px;
color: #ffd200;
}
p {
font-weight: lighter;
margin: auto;
font-size: 25px;
line-height: 45px;
}
h1 span {
color: #ffd200;
}
h2 span {
text-decoration: 2px underline #ffd200;
font-weight: bold;
}
</style>

0 comments on commit 6b92658

Please sign in to comment.