-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
338 lines (328 loc) · 13.6 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
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link
rel="shortcut icon"
type="image/png"
href="https://i.imgur.com/CmYcjAK.png"
/>
<meta http-equiv="X-U-A-Compatible" content="IE=edge,chrome=1" />
<title>Mik</title>
<link href="stylesheet.css" rel="stylesheet" />
<link
rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.0/css/bootstrap.min.css"
/>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.0/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.0/js/bootstrap.min.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=UA-136836752-1"
></script>
<!-- nes.css imports -->
<link
href="https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap"
rel="stylesheet"
/>
<link href="https://unpkg.com/nes.css/css/nes.css" rel="stylesheet" />
<!-- <link
href="https://unpkg.com/nes.css@latest/css/nes.min.css"
rel="stylesheet"
/> -->
<link
href="https://unpkg.com/nes.icons@latest/css/nes-icons.min.css"
rel="stylesheet"
/>
<!-- ness.css imports ends -->
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "UA-136836752-1");
</script>
</head>
<body data-spy="scroll" data-target=".navbar" data-offset="50">
<nav
class="navbar navbar-expand-md bg-mik navbar-dark navbar-dark container-fluid fixed-top"
>
<a class="navbar-brand" href="https://mik1337.github.io/">
<img
class="nes-avatar is-rounded"
style="
max-width: 30px;
margin-top: -2px;
image-rendering: pixelated;
"
src="https://i.imgur.com/CmYcjAK.png"
/></a>
<!-- Brand -->
<div class="navbar-header">
<button
type="button"
class="navbar-toggler hidden-md-up pull-xs-right navbar-toggler-right"
data-toggle="collapse"
data-target="#collapseBar"
>
<span class="navbar-toggler-icon"></span>
</button>
<!-- Links -->
</div>
<div class="collapse navbar-collapse" id="collapseBar">
<ul class="navbar-nav" data-toggle="collapse">
<li class="nav-item">
<a class="nav-link" href="#">WELCOME</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#bio">BIO</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#awwww">MY.SLICE(LIFE)</a>
</li>
<li class="nav-item dropdown">
<a
class="nav-link dropdown-toggle"
href="#"
id="navbardrop"
data-toggle="dropdown"
>
SOCIALS
</a>
<div class="dropdown-menu">
<a
class="dropdown-item"
href="https://github.com/Mik1337"
>
GITHUB</a
>
<a
class="dropdown-item"
href="https://www.twitch.tv/AvocadoMik"
>
TWITCH</a
>
<a
class="dropdown-item"
href="https://twitter.com/AvocadoMik"
>
TWITTER</a
>
<i class=""></i>
</div>
</li>
</ul>
</div>
</nav>
<div class="homeboy vertical-center">
<div class="rotato">
<p class="colourmod bigbig">Thank you</p>
<p class="colourmod big">
~ for coming to my internet website ~
</p>
<p class="colourmod big">— Mik</p>
<section class="icon-list">
<a href="https://www.twitch.tv/AvocadoMik"
><i
class="colourmod big nes-icon twitch-square iconspacing"
></i
></a>
<a href="https://github.com/Mik1337"
><i
class="colourmod big nes-icon github-square animate iconspacing"
></i
></a>
<a href="https://twitter.com/AvocadoMik"
><i
class="colourmod big nes-icon twitter-square iconspacing"
></i
></a>
<!-- <a href="https://mik1337.wordpress.com"
><i class="nes-icon wordpress"></i
></a> -->
<!-- <a
href="https://open.spotify.com/user/9x83k63yg01jx2881u7fweixp/playlist/5cshPsB8lNxsXbL9X6wMKD"
><i class="nes-icon spotify"></i
></a> -->
</section>
</div>
</div>
<div id="bio" class="biosphere vertical-center">
<p class="colourmod bigbig">HEWWO</p>
<p class="colourmod big">
I'm a full stack developer that holds a degree in Industrial
Engineering and Management. \(★^∀^★)/ <br />
</p>
</div>
<div id="awwww" class="awwww container-fluid">
<p class="colourmod bigbig">My slice of life</p>
<p class="blur big">Here's what people have to say about me :3</p>
<div class="row">
<img
class="image col-md-4 bottom-pad"
id="sunlight"
src="https://i.imgur.com/b9qZq9r.png"
alt="Me: I'm the sunlight in your life, It's sad that you don't recognize, Legend: No wonder my life's dark"
/>
<img
class="image col-md-4 bottom-pad"
id="vangogh"
src="https://i.imgur.com/sREjJut.png"
alt="Van Gogh dies at the end unrecognised, the only difference is you aren't gonna be unrecognised even after"
/>
<img
class="image col-md-4 bottom-pad"
id="pickup"
src="https://i.imgur.com/G8jFW7m.png"
alt="Me: Guys, rate my pickup act; Dìya: 0 Done XD; Pæoshni: 0"
/>
</div>
<br />
<p class="colourmod big">--------------------------</p>
</div>
<div
id="footer"
class="jumbotron text-center footer"
style="margin-bottom: 0"
>
<div
class="row text-center text-xl-center text-sm-left text-md-left"
>
<div class="col-xs-12 col-sm-4 col-md-4">
<h3>___Self___</h3>
<ul class="list-unstyled quick-links">
<li>
<a href="#"><i class="fas fa-home"></i> Home</a>
</li>
<li>
<a href="#bio"
><i class="far fa-address-card"></i> About Me</a
>
</li>
<li id="here">
<section>
<a id="hireme" href="#here">Hire me</a>
<dialog
class="nes-dialog is-dark sneaky"
style="z-index: 1; max-width: 100vw"
id="dialog"
>
<p class="title">
get in touch!
<a href="mailto:mik.san@icloud.com"
>mik.san@icloud.com
</a>
UwU
</p>
</dialog>
<script>
$("#hireme").on("click", () => {
$("#dialog").toggleClass("sneaky");
});
</script>
</section>
</li>
<li>
<a
href="https://wordpress.com/refer-a-friend/9pnPqleiY2R6Jbg4xe9R/"
>WP Referral</a
>
</li>
</ul>
</div>
<div class="col-xs-12 col-sm-4 col-md-4">
<h3>__Projects__</h3>
<ul class="list-unstyled quick-links">
<li>
<a href="https://whack-a-key.netlify.app/"
><img
src="https://i.imgur.com/3p80YDX.png"
width="20px"
/>
Whack a Key</a
>
</li>
<!-- <br /> -->
<li>
<a href="https://babe-yoda.netlify.app/"
><img
src="https://i.imgur.com/m6W1lbA.png"
width="20px"
/>
Baby Yoda</a
>
</li>
</ul>
</div>
<div class="col-xs-12 col-sm-4 col-md-4">
<h3>__Branding__</h3>
<ul class="list-unstyled quick-links">
<li>
<a
href="https://coolors.co/343a40-e9ecef-f3f3f3-e6e8ec-2a3746"
>Colour Pallet</a
>
</li>
<li>
<!-- <a href="https://open.spotify.com/track/5EQzn8CEclXUd2pNidVRG5" -->
<a
href="https://www.youtube.com/watch?v=SFghmyClUW8"
>Music</a
>
</li>
<li>
<a href="https://i.imgur.com/CmYcjAK.png"
><img
src="https://i.imgur.com/CmYcjAK.png"
width="25vw"
height="25vh"
/>
logo</a
>
</li>
</ul>
</div>
</div>
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-12 mt-2 mt-sm-5">
<ul class="list-unstyled list-inline social text-center">
<li class="list-inline-item">
<a href="https://github.com/Mik1337"
><i class="nes-octocat animate iconspacing"></i
></a>
</li>
<li class="list-inline-item">
<a href="mailto:mik.san@icloud.com" target="_"
><i class="nes-icon envelope is-large"></i
></a>
</li>
</ul>
</div>
</div>
<div class="row">
<div
class="col-xs-12 col-sm-12 col-md-12 mt-2 mt-sm-2 text-center text-white"
>
<p class="h6">
<a
href="https://github.com/Mik1337/"
title="Designed and developed by"
>Designed and developed by Mik1337</a
>
</p>
</div>
</div>
</div>
</body>
<script>
$(document).ready(function () {
$('[data-toggle="popover"]').popover();
});
</script>
</html>