mirror of
https://github.com/hnasheralneam/hnasheralneam.github.io.git
synced 2024-11-07 08:05:54 -05:00
Update index.html
This commit is contained in:
parent
5e8110a633
commit
d6d94437eb
1 changed files with 20 additions and 2 deletions
22
index.html
22
index.html
|
@ -6,11 +6,29 @@
|
|||
<title>Meet Squirrel</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Hi! I'm Squirrel!</h1>
|
||||
<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>.</p>
|
||||
<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 class="project" id="incremental">
|
||||
<h2>Incremental</h2>
|
||||
<h4>A simple incremental game template made with JavaScript, set up as a four lesson class. Please feel free to copy the code, but I'd rather you changed the theme.</h4>
|
||||
<p>You can find the GitHub repository <a href="https://github.com/Squirrel-314/incremental">here</a>.</p>
|
||||
</div>
|
||||
<div class="project" id="style">
|
||||
<h2>Style</h2>
|
||||
<h4>Here we do things in <strong>style!</strong> Check out the nice CSS effects and apply them to your own websites!</h4>
|
||||
<p>You can find the GitHub repository <a href="https://github.com/Squirrel-314/style">here</a>.</p>
|
||||
</div>
|
||||
<div class="personal">
|
||||
<p>Email | <a href="mailto:thehillsidetownship@gmail.com?subject=feedback">thehillsidetownship@gmail.com</a></p>
|
||||
<p>Adress |Oak forest, acorn path, that tree.</p>
|
||||
<p>Hillside | <a href="#"></a></p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue