Skip to content

Commit

Permalink
footer update
Browse files Browse the repository at this point in the history
  • Loading branch information
aviiciii committed Aug 1, 2023
1 parent ea9ca42 commit 5a1fc72
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 15 deletions.
30 changes: 15 additions & 15 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,19 @@ <h1>student development community</h1>

<section id="links">


<div class="link-container">

<div class="link-header">
<h2>events</h2>
</div>

<!-- Start of links -->
<div class="link-list">
<a class="link-a" href="https://pechacks.org/" target="_blank">
PEC Hacks - Hackathon
</a>
</div>
</div>

<!-- Start of a Tab -->
<div class="link-container">
Expand All @@ -76,26 +88,14 @@ <h2>club websites</h2>
<!-- End of a Tab -->


<div class="link-container">

<div class="link-header">
<h2>events</h2>
</div>

<!-- Start of links -->
<div class="link-list">
<a class="link-a" href="https://pechacks.org/" target="_blank">
PEC Hacks - Hackathon
</a>
</div>
</div>



</section>

<section id="footer">
<footer>
<p>&copy; Copyright <span id="copyright"></span>, the coding society</p>
<p>developed by <span id="tcs">the coding society</span></p>
</footer>
</section>

Expand Down
4 changes: 4 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -271,3 +271,7 @@ p{
letter-spacing: 1px;
}
}

#tcs{
color:rgb(179, 0, 255)
}

0 comments on commit 5a1fc72

Please sign in to comment.