mirror of
https://github.com/hnasheralneam/hnasheralneam.github.io.git
synced 2025-06-06 05:14:14 -04:00
Add projects page, move guestbook to new page, add navigation menu, made menu and footer partials
This commit is contained in:
parent
bea621a82d
commit
3f7805278d
27 changed files with 521 additions and 38 deletions
14
partials/footer.html
Normal file
14
partials/footer.html
Normal file
|
@ -0,0 +1,14 @@
|
|||
<div class="footer">
|
||||
<div>
|
||||
<h2>Social</h2>
|
||||
<p>GitHub -> <a href="https://github.com/hnasheralneam">@hnasheralneam</a></p>
|
||||
<p class="faded-footer">See what I'm working on</p>
|
||||
<p>LinkedIn - > <a href="https://www.linkedin.com/in/hnasheralneam">LinkedIn</a></p>
|
||||
<p class="faded-footer">For professional connections</p>
|
||||
</div>
|
||||
<div>
|
||||
<h2>Contact</h2>
|
||||
<p>Email -> <a href="mailto:hnasheralneam@gmail.com">hnasheralneam@gmail.com</a></p>
|
||||
<p>Discord -> <a href="#">namegoes.here</a></p>
|
||||
</div>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue