update site

This commit is contained in:
Gregory Hendrickson
2023-06-09 16:49:16 -07:00
parent aa393d232b
commit cfe34418f8
2 changed files with 45 additions and 23 deletions

View File

@@ -6,8 +6,22 @@
</head>
<body>
<div class="container">
<h1>Latest Commit</h1>
<div id="commit-info"></div>
<div class="profile">
<img src="avatar.jpg" alt="GitHub Avatar" class="avatar">
<h1>GitHub Profile</h1>
<div class="profile-details">
<p><strong>Name:</strong> Your Name</p>
<p><strong>Username:</strong> yourusername</p>
<p><strong>Location:</strong> City, Country</p>
<p><strong>Followers:</strong> 1000</p>
<p><strong>Following:</strong> 500</p>
</div>
<a href="https://github.com/yourusername" class="profile-link">Visit Profile</a>
</div>
<div class="commit">
<h2>Latest Commit</h2>
<div id="commit-info"></div>
</div>
</div>
<script src="script.js"></script>