Skip to content

Commit

Permalink
Create timeline.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Brougud authored Nov 4, 2021
1 parent 1d9119e commit 778e6a1
Showing 1 changed file with 66 additions and 0 deletions.
66 changes: 66 additions & 0 deletions docs/timeline.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Timeline</title>
<link rel="stylesheet" href="../css/timeline.css">
</head>
<body>
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic' rel='stylesheet' type='text/css'>

<!-- The Timeline -->

<ul class="timeline">

<!-- Item 1 -->
<li>
<div class="direction-r">
<div class="flag-wrapper">
<span class="flag">Begining</span>
<span class="time-wrapper"><span class="time">2019</span></span>
</div>
<div class="desc">around this time is when I really started to watch how people developed things, and i loved watching people code, and I loved the concept of it but I could never find how to do it, and I didnt have te resources available to do anything, so i would just sit and watch people make websites.</div>
</div>
</li>

<!-- Item 2 -->
<li>
<div class="direction-l">
<div class="flag-wrapper">
<span class="flag">First Lines</span>
<span class="time-wrapper"><span class="time">March - 2020</span></span>
</div>
<div class="desc">In 2020 is when the corona virus hit, in march is when my school went into fully online. During this time I didnt have much to do so I was finally able to learn how to code and what to do. I was a big fan of the game Minecraft, so I decided to work on making things for it, all of those things were in PHP, and I worked on that for about 1 - 2 months and learned alot about PHP and also alot about programming in general.</div>
</div>
</li>

<!-- Item 3 -->


<li>
<div class="direction-r">
<div class="flag-wrapper">
<span class="flag">Versai.pro</span>
<span class="time-wrapper"><span class="time">May - 2020</span></span>
</div>
<div class="desc">In May of 202 is when I started doing offical work for the minecraft server Versai, this has taught me alot about developing things and making improvs to get things to work. During this time I was told ot make some addons, and a server. This is all in TypeScript, and ive been using it ever since. During this time I made some simple things and some more complex things, such as commands that will teleport you somewhere up to Gangs. During this time I was working with people so they would help me out if I was struggling, and it would be a nice thing to me because I would have someone to show me how to do it so that nextime I wont need them.</div>
</div>
</li>

<li>
<div class="direction-l">
<div class="flag-wrapper">
<span class="flag">Versai.pro</span>
<span class="time-wrapper"><span class="time">June - 2020</span></span>
</div>
<div class="desc">During this time I really wanted to go back to why I started, Websites. Websites are super fun to do, and are one of the best things to code in my opinion. Ive been making websites since back in 2017, but I really dont think I did much then. So I stpped up and said that I can make a website for the team, and thats what im doing to this day.</div>
</div>
</li>

</ul>
<a href="./index.html">
Home
</a>
</body>
</html>

0 comments on commit 778e6a1

Please sign in to comment.