Add projects and tutorials
This commit is contained in:
144
archive/v2/old/index.html
Normal file
144
archive/v2/old/index.html
Normal file
@@ -0,0 +1,144 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr.min.js" type="text/javascript"></script>
|
||||
<script src="https://kit.fontawesome.com/ad50eeab11.js" crossorigin="anonymous"></script>
|
||||
|
||||
<link href='style.css' rel='stylesheet' type='text/css'>
|
||||
|
||||
<nav class="nav">
|
||||
<a href="#s1" class="active">Havox V2</a>
|
||||
<a href="#s1">Intro</a>
|
||||
<a href="#s2">Tutorials</a>
|
||||
<a href="#s3">Projects</a>
|
||||
</nav>
|
||||
|
||||
<h3>Havox.org V2</h3>
|
||||
|
||||
<article id = "s1">
|
||||
<h1>About havox <i class="far fa-address-card"></i></h1>
|
||||
<p>This is havox - idk rlry know what havox is but isss whatever</p>
|
||||
|
||||
<p>Feel free to check out any of my <span class = "nav"><a href = "#s2">tutorials</a></span> or one of my various js <span class = "nav"><a href = "#s3">projects</a></span></p>
|
||||
<p><b>Why V2?</b></p>
|
||||
<p>
|
||||
This is the second revision of Havox. After havox's initial conception in late 2017, it has suffered from a chronic case of spaghetti code. An update with: neater <strike>and better</strike> code, updated theming and overall cleaner UI was long overdue.
|
||||
</p>
|
||||
<p><b>Comrades</b></p>
|
||||
<p>
|
||||
The Union of the indestructible republics of the free ones
|
||||
The Great Russia has forever consolidated itself.
|
||||
Long live the people created by the will of the people
|
||||
A single, mighty Soviet Union!
|
||||
</p>
|
||||
<p>
|
||||
Be glorious, our free Fatherland,
|
||||
Friendship, peoples a reliable stronghold!
|
||||
The Soviet banner, the banner of the people
|
||||
Let it lead from victory to victory!
|
||||
</p>
|
||||
<p>
|
||||
Through the thunderstorms the sun of freedom shone,
|
||||
And Lenin, the great one, illumined our way.
|
||||
We were brought up by Stalin - to be faithful to the people.
|
||||
We were inspired by work and deeds.
|
||||
</p>
|
||||
<p>
|
||||
Be glorious, Fatherland freer,
|
||||
Happiness of peoples reliable stronghold!
|
||||
The Soviet banner, the banner of the people
|
||||
Let it lead from victory to victory!
|
||||
</p>
|
||||
<p>
|
||||
We raised our army in the battles,
|
||||
The invaders of the vile from the road are estimated!
|
||||
We are in the battles to decide the fate of generations,
|
||||
We will lead our glory to our Fatherland!
|
||||
</p>
|
||||
<p>
|
||||
Be glorious, our free Fatherland,
|
||||
the glory of peoples is a reliable stronghold!
|
||||
The Soviet banner, the banner of the people
|
||||
Let it lead from victory to victory!
|
||||
</p>
|
||||
|
||||
<p>
|
||||
The Union of the indestructible republics of the free ones
|
||||
The Great Russia has forever consolidated itself.
|
||||
Long live the people created by the will of the people
|
||||
A single, mighty Soviet Union!
|
||||
</p>
|
||||
<p>
|
||||
Be glorious, our free Fatherland,
|
||||
Friendship, peoples a reliable stronghold!
|
||||
The Soviet banner, the banner of the people
|
||||
Let it lead from victory to victory!
|
||||
</p>
|
||||
<p>
|
||||
Through the thunderstorms the sun of freedom shone,
|
||||
And Lenin, the great one, illumined our way.
|
||||
We were brought up by Stalin - to be faithful to the people.
|
||||
We were inspired by work and deeds.
|
||||
</p>
|
||||
<p>
|
||||
Be glorious, Fatherland freer,
|
||||
Happiness of peoples reliable stronghold!
|
||||
The Soviet banner, the banner of the people
|
||||
Let it lead from victory to victory!
|
||||
</p>
|
||||
<p>
|
||||
We raised our army in the battles,
|
||||
The invaders of the vile from the road are estimated!
|
||||
We are in the battles to decide the fate of generations,
|
||||
We will lead our glory to our Fatherland!
|
||||
</p>
|
||||
<p>
|
||||
Be glorious, our free Fatherland,
|
||||
the glory of peoples is a reliable stronghold!
|
||||
The Soviet banner, the banner of the people
|
||||
Let it lead from victory to victory!
|
||||
</p>
|
||||
|
||||
</article>
|
||||
|
||||
<article id="s2">
|
||||
<h2>Tutorials <i class="fas fa-code"></i></h2>
|
||||
<table>
|
||||
<tr>
|
||||
<td> <a class="tutName">Travelling sales person</a> </td>
|
||||
<td>This tutorial looks at different implementations of the TSP problem</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> <a class="tutName">Midpoint displacement terrain gen</a> </td>
|
||||
<td>This tutorial looks at generating random and natural looking 2D terrains</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> <a class="tutName">Convex hull Generator</a> </td>
|
||||
<td>This tutorial looks at wrapping algorithsm</td>
|
||||
</tr>
|
||||
</table>
|
||||
</article>
|
||||
<div class="p"></div>
|
||||
<article id="s3">
|
||||
<h2>Projects <i class="fas fa-code"></i></h2>
|
||||
<table>
|
||||
<tr>
|
||||
<td> <a class="tutName">Game of Life</a> </td>
|
||||
<td>A js implementation of the classic Game of Life - John Conway</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> <a class="tutName">Maze Generator</a> </td>
|
||||
<td>A maze generator built in js</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> <a class="tutName">Oscillations in 3D</a> </td>
|
||||
<td>A js implementation of <a href="https://twitter.com/beesandbombs/status/940639806522085376">Bees and Bomb's gif</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
</article>
|
||||
|
||||
<div class="p"></div>
|
||||
|
||||
<article class="margin" id="s4">
|
||||
<h2>Credits</h2>
|
||||
<p>Thank you to @uixmat for inspiration <strike>and some code</strike> for this page, check out his <a href="https://twitter.com/uixmat/" target="_blank">Twitter</a>.</p>
|
||||
</article>
|
||||
Reference in New Issue
Block a user