-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
179 lines (154 loc) · 7.16 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
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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;1,700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles/styles.css" />
<title>Resume</title>
</head>
<body>
<!-- Main -->
<div class="main">
<!-- MainContent -->
<div class="maincontent">
<!-- AboutUser -->
<div class="about">
<h2 class="aboutposition">Pascal Developer, Avenger</h2>
<h1 class="aboutname">Antony Stark</h1>
<p class="aboutdescription">
An eccentric genius, billionaire playboy and philanthropist.
<br> In general, if you draw any conclusions from all this, I would say that
my costume has never been a facade or a hobby. Perhaps it was a
cocoon. But maybe a new beginning? And from now on, I am a different
person. You can take my house, all my gadgets and toys. But one
thing cannot be taken away: <span class="iron"> <br> I am Iron Man. </br></span> </br>
</p>
</div>
<!-- Projects -->
<div class="projects">
<h3 class="title">Projects</h3>
<ol class="projectslist">
<li class="projectitem">
<span class="projetlinck"> <a href="https://en.wikipedia.org/wiki/J.A.R.V.I.S." class="linck">J.A.R.V.I.S.</a
>
......<span class="brecket">[</span>Pascal, Artificial intelligence<span class="brecket">]</span></span>
</li>
<li class="projectitem">
<span class="projetlinck"><a href="https://en.wikipedia.org/wiki/F.R.I.D.A.Y." class="linck">F.R.I.D.A.Y.</a
>
.....<span class="brecket">[</span>Pascal, Artificial intelligence<span class="brecket">]</span></span>
</li>
<li class="projectitem">
<span class="projetlinck">
<a href="https://en.wikipedia.org/wiki/Features_of_the_Marvel_Cinematic_Universe#E.D.I.T.H." class="linck">E.D.I.T.H.</a
>
.........<span class="brecket">[</span>Turbo Pascal, Augmented reality<span class="brecket">]</span></span>
</li>
</ol>
</div>
<!-- Work -->
<div class="work">
<h3 class="title">Work Experience</h3>
<!-- Company1 -->
<div>
<h4 class="workposition"> CEO <span class="company"> Stark Industries </span> </h4>
<p class="period">March 1991 - up to now <span class="line">|</span> USA, New York</p>
<ul class="worklist">
<li class="worklistitem">
Developed and tested the new inventory management system using
Pascal.
</li class="worklistitem">
<li class="worklistitem">Developed new spyware and software using Pascal</li>
<li class="worklistitem">
Tested and designed new weapons and aircrafts/space crafts.
</li>
<li class="worklistitem">I hammered bolts in Jericho missiles.</li>
</ul>
</div>
<!-- Company2 -->
<div>
<h4 class="workposition"> Iron Man <span class="company"> Freelance </span></h4>
<p class="period">September 2008 - up to now <span class="line">|</span> USA, New York</p>
<ul class="worklist">
<li class="worklistitem">
Primary responsibilities include design and development of
server code.
</li>
<li class="worklistitem">Dealt with super-human threats.</li>
<li class="worklistitem">
Developed online and batch test plans using critical test dates.
</li>
<li class="worklistitem">
Enjoying the beautiful sunsets and sunrises of the east coast,
in flight.
</li>
</ul>
</div>
<!-- Company3 -->
<div>
<h4 class="workposition"> Tech Lead of The Avengers <span class="company"> S.H.I.E.L.D. </span></h4>
<p class="period">June 2011 - up to now <span class="line">|</span> USA, New York</p>
<ul class="worklist">
<li class="worklistitem">Making faces for cool memes.</li>
<li class="worklistitem">I'm also friends with the Hulk.</li>
<li class="worklistitem">Raising a young spider.</li>
</ul>
</div>
</div>
<!-- Education -->
<div class="education">
<h3 class="title">Education</h3>
<h4 class="university">Massachusetts Institute of Technology</h4>
<p class="specialty">Master of Engineering in Mechanical Engineering</p>
<p class="period">September 1982 - June 1987 <span class="line">|</span> USA, Massachusetts</p>
</div>
</div>
<!-- Sidebar -->
<aside class="sidebar">
<img src="img/photo.png" class="img" alt="User photo" />
<!-- Contacts -->
<div class="contacts" >
<h3 class="sidebartitle">Contacts </h3>
<div>
<p>
<span class="contacttype"> C: </span>
<a href="tel:+77777777777" class="contactlinck"> +7 777 777 77 77</a>
</p>
<p>
<span class="contacttype"> E: </span>
<a href="mailto:AStark@StarkIndustries.com" class="contactlinck"> AStark@StarkIndustries.com</a
>
</p>
</div>
</div>
<!-- Tech skills -->
<div class="techskills">
<h3 class="sidebartitle">Tech Skills </h3>
<ul class="liststyle">
<li class="dotlistitem"><span class="listitem">Pascal</span></li>
<li class="dotlistitem"><span class="listitem">Turbo Pascal</span></li>
<li class="dotlistitem"><span class="listitem">Augmented reality</span></li>
<li class="dotlistitem"><span class="listitem">Artificial intelligence</span></li>
<li class="dotlistitem"><span class="listitem">J.A.R.V.I.S.</span></li>
<li class="dotlistitem"><span class="listitem">F.R.I.D.A.Y.</span></li>
<li class="dotlistitem"><span class="listitem">E.D.I.T.H.</span></li>
</ul>
</div>
<!-- Soft skills -->
<div class="softskills">
<h3 class="sidebartitle">Soft Skills</h3>
<ul class="liststyle">
<li class="dotlistitem"><span class="listitem">Scrum</span></li>
<li class="dotlistitem"><span class="listitem">Agile </span></li>
<li class="dotlistitem"><span class="listitem">GTD </span></li>
<li class="dotlistitem"><span class="listitem">Teamwork</span></li>
</ul>
</div>
</aside>
</div>
</body>
</html>