Add friends links, add recent github activity and stats, add padding to bottom to show footer

This commit is contained in:
Hamza Nasher-Alneam 2025-05-23 03:09:22 -04:00
parent 3b02e5258c
commit 5223d7c38c
4 changed files with 268 additions and 50 deletions

View file

@ -23,6 +23,7 @@
<div>
<h2 id="about-me">About me</h2>
<p>When not doing student things, I enjoy writing unoptimized JavaScript code and messing around with Linux on desktop and server. Over the summer, I plan on working on projects, connecting with people, and getting employed.</p>
<p class="github-stats"></p>
</div>
<br>
<div>
@ -65,7 +66,37 @@
<button onclick="resetTheme()">Reset</button>
</div>
</div>
<br><br>
<br>
<div>
<h2>Friends</h2>
<div class="people">
<div class="person">
<h4>Urdons</h4>
<a href="https://burdne.com/">Website</a>
<a href="https://github.com/Urdons">GitHub</a>
</div>
<div class="person">
<h4>Sai</h4>
<a href="https://github.com/devsai9">GitHub</a>
</div>
<div class="person">
<h4>Kai</h4>
<a href="https://github.com/grekand46">GitHub</a>
</div>
<div class="person">
<h4>Raiyan Zaman</h4>
<a href="https://raiyantech.com/">Website</a>
<a href="https://github.com/rzaman8677">GitHub</a>
</div>
</div>
</div>
<br>
<div>
<h2 id="recent-github-activity">Recent GitHub Activity</h2>
<div class="github-actions"></div>
<button style="display: block; margin: auto" onclick="showAllActions(); this.remove()">Show all</button>
</div>
<br>
</div>
</div>
<br><br>
@ -78,4 +109,5 @@
<script src="https://hnasheralneam.github.io/digit/main.js"></script>
<script defer src="https://umami.hnasheralneam.dev/script.js"
data-website-id="22e45953-378d-4e42-afe7-b31c197d3105"></script>
<script src="scripts/github-activity.js"></script>
</html>