my site
This commit is contained in:
32
projects.html
Normal file
32
projects.html
Normal file
@@ -0,0 +1,32 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>💻 My Projects</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
</head>
|
||||
<body>
|
||||
<h1>💾 Krrish's Projects</h1>
|
||||
<div class="content">
|
||||
|
||||
<p>
|
||||
<a href="home.html">🏠 Home</a> |
|
||||
<a href="about.html">🧑 About</a> |
|
||||
<a href="projects.html">💻 Projects</a> |
|
||||
<a href="guestbook.html">📖 Guestbook</a> |
|
||||
<a href="journal.html">📓 Journal</a> |
|
||||
<a href="links.html">🔗 Links</a> |
|
||||
<a href="secrets.html">🕵️ Secrets</a>
|
||||
</p>
|
||||
|
||||
|
||||
<div class="ascii-title">===[ CURRENT PROJECTS ]===</div>
|
||||
<ul style="list-style-type: square; text-align: left; display: inline-block;">
|
||||
<li>🕵️ <b>SEO Durbar</b> — Finds slow, sad websites (<a href="https://seodurbar.com" target="_blank">Click Here</a>)</li>
|
||||
<p>🕵️ <a href="https://git.krrishg.com/krrishg" target="_blank">Click here</a> to stay updated with my projects.</p>
|
||||
</ul>
|
||||
|
||||
<p style="margin-top: 30px;"><img src="./gifs/project.gif" class="gif"></p>
|
||||
</div>
|
||||
<marquee>I am roaming around the internet.</marquee>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user