mirror of
https://github.com/hnasheralneam/hnasheralneam.github.io.git
synced 2025-06-01 19:24:16 -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
35
index.html
35
index.html
|
@ -67,7 +67,7 @@
|
|||
</div>
|
||||
<br><br>
|
||||
<!-- Guestbook -->
|
||||
<div class="guestbook">
|
||||
<!-- <div class="guestbook">
|
||||
<h2 class="guestbook-title">Guest book - leave a note!</h2>
|
||||
<div class="messages"></div>
|
||||
<div class="show-all-messages">
|
||||
|
@ -86,9 +86,9 @@
|
|||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div> -->
|
||||
</div>
|
||||
<div class="thoughts-preview">
|
||||
<!-- <div class="thoughts-preview">
|
||||
<h2>Thoughts</h2>
|
||||
<a hre="articles/plasma-widgets.html#publish-widget">
|
||||
<div class="thoughts-bit"
|
||||
|
@ -98,7 +98,7 @@
|
|||
hopefully!</p>
|
||||
</div>
|
||||
</a>
|
||||
<!-- <a href="thoughts.html#imessage-lockin">
|
||||
<a href="thoughts.html#imessage-lockin">
|
||||
<div class="thoughts-bit">
|
||||
<h4>The social issues with iMessage</h4>
|
||||
<i>Dec 1 2022</i>
|
||||
|
@ -111,29 +111,18 @@
|
|||
<i>Dec 1 2022</i>
|
||||
<p>I mention the impracticalities in more words than strictly necessary.</p>
|
||||
</div>
|
||||
</a> -->
|
||||
</div>
|
||||
</a>
|
||||
</div> -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<br><br>
|
||||
<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/hamza-nasher-alneam-8b6b6a338/">LinkedIn</a></p>
|
||||
<p class="faded-footer">For professional connections</p>
|
||||
</div>
|
||||
<div>
|
||||
<h2>Contact</h2>
|
||||
<p>Email account -> <a href="mailto:hnasheralneam@gmail.com">hnasheralneam@gmail.com</a></p>
|
||||
<p>Discord account -> <a href="#">namegoes.here</a></p>
|
||||
</div>
|
||||
</div>
|
||||
<div w3-include-html="partials/footer.html"></div>
|
||||
<div w3-include-html="partials/menu.html"></div>
|
||||
</body>
|
||||
<script defer src="https://umami.hnasheralneam.dev/script.js" data-website-id="22e45953-378d-4e42-afe7-b31c197d3105"></script>
|
||||
<script src="main.js"></script>
|
||||
<script src="scripts/include-html.js"></script>
|
||||
<script src="scripts/main.js"></script>
|
||||
<script src="https://hnasheralneam.github.io/digit/main.js"></script>
|
||||
<script src="scripts/guestbook.js"></script>
|
||||
<script defer src="https://umami.hnasheralneam.dev/script.js"
|
||||
data-website-id="22e45953-378d-4e42-afe7-b31c197d3105"></script>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue