-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
146 lines (144 loc) · 4.99 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>Résumé</title>
<link rel="stylesheet" href="https://volodymyrkushnir.com/assets/stylesheets/base.css">
</head>
<body>
<main>
<article>
<div class="page" style="border-color: midnightblue;">
<div class="stackable grid">
<div class="row">
<div class="three wide center aligned column">
</div>
<div class="thirteen wide column">
<div class="stackable grid">
<div class="sixteen wide column">
<h1 class="name">Donald Trump</h1>
<div class="job">President of USA</div>
<ul class="contacts">
<li>
<a href="https://www.fb.com/DonaldTrump" rel="author" class="facebook">
<svg class="icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">
<span>DonaldTrump</span>
</li>
<li>
<a href="mailto:realDonaldTrump@whitehouse.gov" rel="author" class="mail">
<svg class="icon" xmlns="http://www.w3.org/2000/svq" viewBox="0 0 512 512">
<span>realDonaldTrump@whitehouse.gov</span>
</li>
<li>
<a href="https://twitter.com/realDonaldTrump" rel="author" class="twitter">
<svg class="icon" xmlns-'http://www.w3.org/2000/svg" viewBox="0 0 512 512">
<span>realDonaldTrump</span>
</li>
<li>
<a href="https://www.instagram.com/realDonaldTrump/" rel="author" class="instagram">
<svg class="icon" xmlns="http://www.w3.org/2000/svq" viewBox="0 0 448 512">
<span>realDonaldTrump</span>
</li>
</ul>
</div>
<div class="sixteen wide mobile only column">
<div class="divider"></div>
</div>
<div class="sixteen wide column">
<h2>Résumé</h2>
<p>— Hello! I’m the most successful person ever to run for the presidency, by far. Nobody's ever been more successful than me.I’m the most successful person ever to run.I’m the most successful person ever to run</p>
<p style="opacity: 0.75;"><strong style="margin-right: 0.0625em;">*</strong>I feel like it's 40-60 by <a href="https://css-tricks.com/the-great-divide/" rel="external">The Great Divide</a> into JavaScript engineer and UX engineer</p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="sixteen wide column">
<div class="fat divider"></div>
</div>
</div>
<div class="row">
<div class="ten wide column">
<h3>Experience</h3>
<ul class="timeline">
<li>
<p><small>2017</small></p>
<p>Became 45th president of the United States</p>
</li>
<li>
<p><small>2016</small></p>
<p>Won election race with 77 votes more than Clinton, yippe-kee-yay!</p>
</li>
<li>
<p><small>2015</small></p>
<p>Became the most important Republican nominating for presidential election run</p>
</li>
<li>
<p><small>2009</small></p>
<p>Changed my mind and became Republican again</p>
</li>
<li>
<p><small>2005</small></p>
<p>Started Trump University with Michael Sexton and Jonathan Spitalny: no grades...</p>
</li>
<h3>Personal Life</h3>
<ul class="timeline">
<li>
<p><small>2006</small></p>
<p>Melania gained United States citizenship and gave birth to our son, Barron.</p>
</li>
<li>
<p><small>2005</small></p>
<p>Married her</p>
</li>
<li>
<p><small>1998</small></p>
<p>Met my future third wife, Melania Knauss</p>
</li>
<li>
<p><small>1999</small></p>
<p>Divorced Marla</p>
</li>
<li>
<p><small>1993</small></p>
<p>Married Marla and had a daughter, we named her Tiffany, because I like Tiffany.</p>
</li>
<li>
<p><small>1992</small></p>
<p>Started affair with Marla Maples, so I had to divorce.</p>
</li>
<li>
<p><small>1984</small></p>
<p>Birth of Eric Trump</p>
</li>
</div>
<div class="six wide column">
<section>
<h3>Languages</h3>
<p class="tags small"> <span class="language" lang="en">🇺🇸 ENGLISH</span></p>
</section>
<section>
<h3>Skills</h3>
<p class="tags small">NEGOTIATING COUNTING REMODELING WRITING ACING SINGING REPORTING IN</p>
</section>
<section>
<h3>Character</h3>
<p class="tags small">ADJUSTED CALM AMBITIOUS COMPETITIVE SOCIABLE DIRECT HOSTILE CARELE:</p>
</section>
<section>
<h3>Likes😃</h3>
<p class="tags small"><a href="https://www.youtube.com/watch?v=u_aLESDqllU"></p>
</section>
<section>
<h3>Dislikes😞</h3>
<p class="tags small">DOGS MEDIA CNN GERMANS MEXICANS IMMIGRANTS SHITHOLE COUNTRIES</p>
</section>
<section>
</div>
</div>
</div>
</div>
</article>
</main>
</body>
</html>