mirror of
https://github.com/hnasheralneam/hnasheralneam.github.io.git
synced 2025-05-24 23:54:14 -04:00
hi
This commit is contained in:
parent
58a4e70a91
commit
71fd137c7d
10 changed files with 63 additions and 3 deletions
21
index.html
21
index.html
|
@ -6,14 +6,29 @@
|
|||
<title>Meet Squirrel</title>
|
||||
</head>
|
||||
<body>
|
||||
<nav>
|
||||
<a href="javascript:void">Home</a>
|
||||
<a href="javascript:void">Downloads</a>
|
||||
<a href="#">Top</a>
|
||||
</nav>
|
||||
<div class="columns">
|
||||
<div class="column-item">
|
||||
|
||||
</div>
|
||||
<div class="column-item">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="squirrel">
|
||||
<h1>Hi! I'm Squirrel!</h1>
|
||||
<p>I am a web developer (Is there a minimum age to be qualified? Do you need to be at least working age or age of consent in your country?) and <strong>extremely</strong> unimportant person in general. I use Linux, and that is about the most intresting thing about me. But I have made some stuff! You can see my GitHub account <a href="https://github.com/Squirrel-314">here</a>, and check out all the organizations I am in alone. Like my repositories? Please put up issues for any mistakes, and if you have a suggestion, also make an issue. No, I didn't mean it that way, it's just eaisier for me to see.</p>
|
||||
</div>
|
||||
<div class="project" id="gold-rush">
|
||||
<h2>Gold Rush</h2>
|
||||
<h4>A simple incremental game made with JavaScript</h4>
|
||||
<p>You can play it <a href="https://squirrel-314.github.io">here</a>, or download the app <a href="download-gold-rush.html">here</a>. You can find the GitHub repository <a href="https://github.com/Squirrel-314/squirrel-314.github.io">here</a>.</p>
|
||||
<div class="content">
|
||||
<h2>Gold Rush</h2>
|
||||
<h4>A simple incremental game made with JavaScript</h4>
|
||||
<p>You can play it <a href="https://squirrel-314.github.io">here</a>, or download the app <a href="download-gold-rush.html">here</a>. You can find the GitHub repository <a href="https://github.com/Squirrel-314/squirrel-314.github.io">here</a>.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="project" id="incremental">
|
||||
<h2>Incremental</h2>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue