-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
46 lines (46 loc) · 2.86 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html>
<link rel="stylesheet" href="webpage.css">
<header>
<div class="Items">
<div class="ItemsForBar">
<p class="Item1OnBar">Achievements</p>
</div>
<div class="ItemsForBar">
<p class="Item1OnBar">Goals</p>
</div>
<div class="ItemsForBar">
<p class="Item1OnBar">Contact</p>
</div>
<div class="ItemsForBar">
<p class="Item1OnBar">What Is Sapire Studing</p>
</div>
<div class="ItemsForBar">
<p class="Item1OnBar"><a href="Enjoyments.html">Enjoyments</a></p>
</div>
</div>
</header>
<body>
<div class="Welcome">
<p><strong>Hello I am Sapire, a Senior In High School that's studying Computer Programming and dabbling a little bit with CryptoCurrency. As of Right now I know a few Coding Languages and use four IDE's. I am Running a Youtube Channel with over 7,000 Subscribers and my main Point now for the Channel is Making AI's that beats games as fast as possible. I have Future Goals that people say I can't complete but I'm ready to prove them wrong. My strengths is combining with ideas. The downfall of that is that I would have other people talk about ideas and I combine them but change them up to work together. A Few Projects I am currently working on is a game called Overseas and RoboCity. With overSeas i am the only developer for the game and with RodoCity i have a team of working working on the game. Our goal is to get the game out before summer starts. </strong></p>
</div>
<p style="float: left;" id="Photo"><img title="Right after (10 minutes) finishing my final High School 5K Cross Country Race" src="Sapire.png"></p>
<div class="information">
<p class="textt"><strong>PERSONAL INFORMATION</strong></p>
<p class="informational"><strong>Name: Michael Wilson</strong></p>
<p class="informational"><strong>Age: 18 Years Old</strong></p>
<p class="informational"><strong>Email: [email protected]</strong></p>
<p class="informational"><strong>Education: <a href="https://www.mpsaz.org/rmhs">High School Senoir</a></strong></p>
<p class="informational"><strong>IDES:</strong></p>
<p class="IDES"><strong>Pycharm</strong></p>
<p class="IDES"><strong>Visual Studio (Code/2019)</strong></p>
<p class="IDES"><strong>Roblox Studio</strong></p>
<p class="informational"><strong>Languages:</strong></p>
<p class="IDES"><strong>Python</strong></p>
<p class="IDES"><strong>C#</strong></p>
<p class="IDES"><strong>Lua</strong></p>
<p class="IDES"><strong>HTML</strong></p>
<p class="IDES"><strong>CSS</strong></p>
</div>
</body>
</html>