-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path<!DOCTYPE HTML>.html
More file actions
93 lines (93 loc) · 5.3 KB
/
Copy path<!DOCTYPE HTML>.html
File metadata and controls
93 lines (93 loc) · 5.3 KB
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<!DOCTYPE HTML>
<html>
<head>
<style>
h1 {
text-align: center;
}
h2 {
text-indent: 350px;
font-size: 25px;
}
p {
text-indent: 375px;
font-size: 20px;
}
ul {
padding-left: 415px;
}
body {
background-image: url(Batman.png), url(BatmanFlipped.png);
background-repeat: no-repeat, no-repeat;
background-size: 5%, 5%;
background-position-x: 550px, 825px;
background-position-y: 0px, 0px;
}
</style>
<style>
.line {
margin-top: 0px;
margin-bottom: 5px;
}
</style>
<style>
.line-container {
width: 60%;
margin: 0 auto;
}
</style>
</head>
<body> <!--CSS with batman pics?-->
<h1>
<a href= "https://www.youtube.com/watch?v=dQw4w9WgXcQ">Sandy Basaka</a> <!--I'm so funny-->
</h1>
<hr class="line-container">
<h2 class="line">Education</h2>
<p class="line">New Jersey State University <i>Expected Graduation: NOW</i>
</p>
<hr class="line-container">
<h2 class="line">Work Experience</h2>
<p class="line">Saving the city at night; <i>I'm Batman</i> <i>Since I was in the womb - Present</i></p>
<ul class="line"> <!--CSS code?-->
<li>Always up at night fighting CRIME</li>
<li>Making sure the city sleeps while I fight CRIME</li>
<li>Emphasis on the fighting CRIME part</li>
<li>Spearheaded city ecnomics by fighting CRIME</li>
</ul>
<p Class="line">Being the reason the world spins; <i>A Hero</i> <i>Again....from the womb - Present</i></p>
<ul class="line"> <!--CSS code?-->
<li>Making 100x Billion a Year and giving it back to the community...sometimes</li>
<li>Secrectly actully Superman too but no one knows shh</li>
<li>I don't know what else to write except that I'm literally a hero???</li>
</ul>
<p class="line">Student <i>2 Days ago - Present</i></p>
<ul class="line">
<li>Always trying to learn :3 </li>
<li>Creating this has been so fun</li>
<li>I didn't know any code before this and now I know basics of html which is cool</li>
<li>Again, I can't believe I just did this, wow</li>
</ul>
<hr class="line-container">
<h2 class="line">Vounteer Work</h2>
<p class="line">Superhero Bootcamp; <i>Trainer</i> <i>1940 - Present</i></p>
<ul class="line">
<li>Leading a team of 5 well known superhero's</li>
<li>Creating near death training simulations for up and coming superheros</li>
<li>Saving at least 1 up and coming super hero every 10 minutes</li>
</ul>
<p class="line">Get FITness; <i>CEO and Co-founder</i> <i> 2020 - Present</i></p>
<ul class="line">
<li>Co-founder of Get FITness startup that focuses on getting fit</li>
<li>Raised 40M, exited Series Seed because <i>I'm Batman</i></li>
<li>Backed by PSL (Poseidon, Sirius, Lelantos)</li>
<li>$9,193,900,000 ARR</li>
</ul>
<hr class="line-container">
<h2 class="line"> Skills</h2>
<ul class="line">
<li>Great at Driving my Batmobile; If you see me, catch me if you can</li>
<li>Great at never getting caught; Trust me, I'm literally by your window right now</li>
<li>Great at having huge muscles; Do I even neeed to explain?</li>
</ul>
</body>
</html>