forked from BennyCarlsson/MyPortfolio-Hacktoberfest2019
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
734 lines (657 loc) · 35.4 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
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
<!DOCTYPE html>
<head>
<title>Hacktoberfest2019 - Portfolio</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description"
content="I'm an unemployed software developer with three years experience and a degree in Computer Science from Kalamr's Linnaeus University.">
<meta property="og:type" content="Tech" />
<meta property="og:title" content="Hacktoberfest2019 - Portfolio" />
<meta property="og:description"
content="I'm an unemployed software developer with three years experience and a degree in Computer Science from Kalamr's Linnaeus University." />
<meta property="og:image" content="assets/images/profilepic.jpg" />
<meta property="og:site_name" content="Hacktoberfest2019 - Portfolio" />
<link href="assets/icons/favicon.ico" rel="shortcut icon" type="image/x-icon" />
<link href="assets/icons/apple-touch-icon.png" rel="apple-touch-icon" sizes="180x180" />
<link href="assets/icons/favicon-32x32.png" rel="icon" type="image/png" sizes="32x32" />
<link href="assets/icons/favicon-16x16.png" rel="icon" type="image/png" sizes="16x16" />
<link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css?family=Raleway&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Quicksand&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Satisfy&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Turret+Road&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Fascinate+Inline&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/css/font-awesome.css" />
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet"
integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous" />
<link rel="stylesheet" href="css/styles.css" />
<link rel="stylesheet" href="animation/title.css" />
<link rel="manifest" href="site.webmanifest" />
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
<title>Hacktoberfest2019 - Portfolio</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description"
content="I'm an unemployed software developer with three years experience and a degree in Computer Science from Kalamr's Linnaeus University.">
<meta property="og:type" content="Tech" />
<meta property="og:title" content="Hacktoberfest2019 - Portfolio" />
<meta property="og:description"
content="I'm an unemployed software developer with three years experience and a degree in Computer Science from Kalamr's Linnaeus University." />
<meta property="og:image" content="assets/images/profilepic.jpg" />
<meta property="og:site_name" content="Hacktoberfest2019 - Portfolio" />
<link href="assets/icons/favicon.ico" rel="shortcut icon" type="image/x-icon" />
<link href="assets/icons/apple-touch-icon.png" rel="apple-touch-icon" sizes="180x180" />
<link href="assets/icons/favicon-32x32.png" rel="icon" type="image/png" sizes="32x32" />
<link href="assets/icons/favicon-16x16.png" rel="icon" type="image/png" sizes="16x16" />
<link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css?family=Raleway&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Quicksand&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Satisfy&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Turret+Road&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Fascinate+Inline&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/css/font-awesome.css" />
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet"
integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous" />
<link rel="stylesheet" href="css/styles.css" />
<link rel="stylesheet" href="animation/title.css" />
<link rel="manifest" href="site.webmanifest" />
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
</head>
<body onload="alert('Welcome to my site.')">
<!--
-___________-
(/ _ \)
/_____(O)_____\
// / / | \ \ \\
=================
// / | | | | \ \\ "EXTERMINATE! EXTERMINATE!"
=================== /
//// || || || || \\\\
|||| || || || || ||||
/---___-----------,---\
| / \ -o- |
/ \___/ ' \
+---------------------+
/_ __ ___ __ _\
(__) (__) (___) (__) (__)
|_ __ ___ __ _|
(__) (__) (___) (__) (__)
/_ ___ ___ ___ _\
(__) (___) (___) (___) (__)
|_ ___ ___ ___ _|
(__) (___) (___) (___) (__)
/_______________________________\
-->
<a href="https://github.com/BennyCarlsson/MyPortfolio-Hacktoberfest2019" class="github-corner"
aria-label="View source on GitHub"><svg width="80" height="80" viewBox="0 0 250 250"
style="fill:#151513; color:#fff; position: absolute; top: 0; border: 0; right: 0; z-index: 1000;"
aria-hidden="true">
<path d="M0,0 L115,115 L130,115 L142,142 L250,250 L250,0 Z"></path>
<path
d="M128.3,109.0 C113.8,99.7 119.0,89.6 119.0,89.6 C122.0,82.7 120.5,78.6 120.5,78.6 C119.2,72.0 123.4,76.3 123.4,76.3 C127.3,80.9 125.5,87.3 125.5,87.3 C122.9,97.6 130.6,101.9 134.4,103.2"
fill="currentColor" style="transform-origin: 130px 106px;" class="octo-arm"></path>
<path
d="M115.0,115.0 C114.9,115.1 118.7,116.5 119.8,115.4 L133.7,101.6 C136.9,99.2 139.9,98.4 142.2,98.6 C133.8,88.0 127.5,74.4 143.8,58.0 C148.5,53.4 154.0,51.2 159.7,51.0 C160.3,49.4 163.2,43.6 171.4,40.1 C171.4,40.1 176.1,42.5 178.8,56.2 C183.1,58.6 187.2,61.8 190.9,65.4 C194.5,69.0 197.7,73.2 200.1,77.6 C213.8,80.2 216.3,84.9 216.3,84.9 C212.7,93.1 206.9,96.0 205.4,96.6 C205.1,102.4 203.0,107.8 198.3,112.5 C181.9,128.9 168.3,122.5 157.7,114.1 C157.9,116.9 156.7,120.9 152.7,124.9 L141.0,136.5 C139.8,137.7 141.6,141.9 141.8,141.8 Z"
fill="currentColor" class="octo-body"></path>
</svg></a>
<style>
.github-corner:hover .octo-arm {
animation: octocat-wave 560ms ease-in-out
}
@keyframes octocat-wave {
0%,
100% {
transform: rotate(0)
}
20%,
60% {
transform: rotate(-25deg)
}
40%,
80% {
transform: rotate(10deg)
}
}
@media (max-width:500px) {
.github-corner:hover .octo-arm {
animation: none
}
.github-corner .octo-arm {
animation: octocat-wave 560ms ease-in-out
}
}
</style>
<a href="http://www.resilientcoders.org/">
<img id="rc" class="reveal" src="assets/images/rc-logo.svg" alt="a resilient coder was here...">
</a>
<nav class="nav" id="nav">
<div class="navbar-header">
<a class="logo"></a>
</div>
<div class="navbar-collapse">
<div class="my-name">
<strong>BENNY "The King" CARLSON</strong>
</div>
<ul class="nav-list">
<li>
<a href="#home" onclick="topFunction()" title="Home">
<span>Home</span>
</a>
</li>
<li>
<a href="#basic" title="About">
<span>Info</span>
</a>
</li>
<li>
<a href="#contact" title="Contact">
<span>Reach us</span>
</a>
</li>
<li>
<a href="#" onClick="alert('Has this portfolio given you a headache? Hire Benny Carlsson then go for a nice lie down!!')" title="headache">
👀 <span>My eyes!</span>
</a>
</li>
<li class="eye-symbol">
<a href="#" onClick="alert('We see you, we control you, you know who we are')" title="eye-symbol">
<img src="assets/images/eye-symbol.svg" alt="eye-symbol">
</a>
</li>
</ul>
</div>
</nav>
<div class="overlay">
<header id="home" class="profile-area">
<div class="profile-area__inner">
<img class="circle-profile-img" src="assets/images/profilepic.jpg" alt="Profile image" />
<div class="your-element tilt" data-tilt data-tilt-max="50" data-tilt-speed="400"
data-tilt-perspective="500">
<div class="title-name-animation">
<div class="title-name-animation__word glow">
<span class="caps">B</span>
<span>e</span>
<span>n</span>
<span>n</span>
<span>y</span>
<span> </span>
</div>
<div class="title-name-animation__word glow">
<span class="caps">C</span>
<span>a</span>
<span>r</span>
<span>l</span>
<span>s</span>
<span>s</span>
<span>o</span>
<span>n</span>
</div>
</div>
</div>
<h3 class="hover-zoom">Software Developer</h3> <img src="https://media.giphy.com/media/zkMri4yiJ3Mdy/giphy.gif">
<div class="social-icons">
<a href="https://github.com/BennyCarlsson" class="social-icon-1" target="_blank" rel="noopener noreferrer">
<i class="fa fa-github-square fa-3x hover-zoom"></i>
</a>
<a href="https://www.linkedin.com/in/benny-carlsson-620226ba/" class="social-icon-2"
target="_blank" rel="noopener noreferrer">
<i class="fa fa-linkedin-square fa-3x hover-zoom"></i>
</a>
<a href="https://twitter.com/Benny_Carlsson" class="social-icon-3" target="_blank" rel="noopener noreferrer">
<i class="fa fa-twitter-square fa-3x hover-zoom"></i>
</a>
<a href="https://www.youtube.com/channel/UCpPEhf3aRau_Tgzbk91YZLg" class="social-icon-4"
target="_blank" rel="noopener noreferrer">
<i class="fa fa-youtube-square fa-3x hover-zoom"></i>
</a>
</div>
<a class="repo-link" href="https://github.com/BennyCarlsson/MyPortfolio-Hacktoberfest2019">
GitHub Repo of this website
</a>
<img class="image-trombon" src="assets/images/trombon.gif" alt="trombon" />
<img class="image-world" src="assets/images/jorden.gif" alt="jorden" />
</div>
</header>
<div class="wrapper" style="margin-top: -4em">
<canvas id="canvas"></canvas>
<div class="content-wrapper">
<div id="raining" style="display: none; position: absolute; top:0;">
<img id="circle-profile-img" src="assets/images/profilepic.jpg" alt="Profile image" />
<img id="circle-profile-img" src="assets/images/profilepic.jpg" alt="Profile image" />
<img id="circle-profile-img" src="assets/images/profilepic.jpg" alt="Profile image" />
<h1 style="text-align:left;">HERE I COME</h1>
</div>
<main>
<section>
<div class=""
<!--
-___________-
(/ _ \)
/_____(O)_____\
// / / | \ \ \\
=================
// / | | | | \ \\ "EXTERMINATE! EXTERMINATE!"
=================== /
//// || || || || \\\\
|||| || || || || ||||
/---___-----------,---\
| / \ -o- |
/ \___/ ' \
+---------------------+
/_ __ ___ __ _\
(__) (__) (___) (__) (__)
|_ __ ___ __ _|
(__) (__) (___) (__) (__)
/_ ___ ___ ___ _\
(__) (___) (___) (___) (__)
|_ ___ ___ ___ _|
(__) (___) (___) (___) (__)
/_______________________________\
-->
<a href="https://github.com/BennyCarlsson/MyPortfolio-Hacktoberfest2019" class="github-corner"
aria-label="View source on GitHub">
<svg width="80" height="80" viewBox="0 0 250 250"
style="fill:#151513; color:#fff; position: absolute; top: 0; border: 0; right: 0; z-index: 1000;"
aria-hidden="true">
<path d="M0,0 L115,115 L130,115 L142,142 L250,250 L250,0 Z"></path>
<path d="M128.3,109.0 C113.8,99.7 119.0,89.6 119.0,89.6 C122.0,82.7 120.5,78.6 120.5,78.6 C119.2,72.0 123.4,76.3 123.4,76.3 C127.3,80.9 125.5,87.3 125.5,87.3 C122.9,97.6 130.6,101.9 134.4,103.2"
fill="currentColor" style="transform-origin: 130px 106px;" class="octo-arm"></path>
<path d="M115.0,115.0 C114.9,115.1 118.7,116.5 119.8,115.4 L133.7,101.6 C136.9,99.2 139.9,98.4 142.2,98.6 C133.8,88.0 127.5,74.4 143.8,58.0 C148.5,53.4 154.0,51.2 159.7,51.0 C160.3,49.4 163.2,43.6 171.4,40.1 C171.4,40.1 176.1,42.5 178.8,56.2 C183.1,58.6 187.2,61.8 190.9,65.4 C194.5,69.0 197.7,73.2 200.1,77.6 C213.8,80.2 216.3,84.9 216.3,84.9 C212.7,93.1 206.9,96.0 205.4,96.6 C205.1,102.4 203.0,107.8 198.3,112.5 C181.9,128.9 168.3,122.5 157.7,114.1 C157.9,116.9 156.7,120.9 152.7,124.9 L141.0,136.5 C139.8,137.7 141.6,141.9 141.8,141.8 Z"
fill="currentColor" class="octo-body"></path>
</svg>
</a>
<style>
.github-corner:hover .octo-arm {
animation: octocat-wave 560ms ease-in-out
}
@keyframes octocat-wave {
0%, 100% {
transform: rotate(0)
}
20%, 60% {
transform: rotate(-25deg)
}
40%, 80% {
transform: rotate(10deg)
}
}
@media (max-width:500px) {
.github-corner:hover .octo-arm {
animation: none
}
.github-corner .octo-arm {
animation: octocat-wave 560ms ease-in-out
}
}
h4, h3, h5 {
padding-bottom: 15px;
}
</style>
<a href="http://www.resilientcoders.org/">
<img id="rc" class="reveal" src="assets/images/rc-logo.svg" alt="a resilient coder was here...">
</a>
<div class="overlay">
<header id="home" class="profile-area">
<div class="profile-area__inner">
<img class="circle-profile-img" src="assets/images/profilepic.jpg" alt="Profile image" />
<div class="your-element tilt" data-tilt data-tilt-max="50" data-tilt-speed="400"
data-tilt-perspective="500">
<div class="title-name-animation">
<div class="title-name-animation__word glow">
<span class="caps">B</span>
<span>e</span>
<span>n</span>
<span>n</span>
<span>y</span>
<span> </span>
</div>
<div class="title-name-animation__word glow">
<span class="caps">C</span>
<span>a</span>
<span>r</span>
<span>l</span>
<span>s</span>
<span>s</span>
<span>o</span>
<span>n</span>
</div>
</div>
</div>
<h3 class="hover-zoom">Software Developer</h3> <img src="https://media.giphy.com/media/zkMri4yiJ3Mdy/giphy.gif">
<div class="social-icons">
<a href="https://github.com/BennyCarlsson" class="social-icon-1" target="_blank">
<i class="fa fa-github-square fa-3x hover-zoom"></i>
</a>
<a href="https://www.linkedin.com/in/benny-carlsson-620226ba/" class="social-icon-2"
target="_blank">
<i class="fa fa-linkedin-square fa-3x hover-zoom"></i>
</a>
<a href="https://twitter.com/Benny_Carlsson" class="social-icon-3" target="_blank">
<i class="fa fa-twitter-square fa-3x hover-zoom"></i>
</a>
<a href="https://www.youtube.com/channel/UCpPEhf3aRau_Tgzbk91YZLg" class="social-icon-4"
target="_blank">
<i class="fa fa-youtube-square fa-3x hover-zoom"></i>
</a>
</div>
<a class="repo-link" href="https://github.com/BennyCarlsson/MyPortfolio-Hacktoberfest2019">
GitHub Repo of this website
</a>
<img class="image-trombon" src="assets/images/trombon.gif" />
<img class="image-world" src="assets/images/jorden.gif" />
</div>
</header>
<div class="wrapper" style="margin-top: -4em">
<canvas id="canvas" height="50px"></canvas>
<div class="content-wrapper">
<div id="raining" style="display: none; position: absolute; top:0;">
<img id="circle-profile-img" src="assets/images/profilepic.jpg" alt="Profile image" />
<img id="circle-profile-img" src="assets/images/profilepic.jpg" alt="Profile image" />
<img id="circle-profile-img" src="assets/images/profilepic.jpg" alt="Profile image" />
<h1 style="text-align:left;">HERE I COME</h1>
</div>
<main>
<section>
<div class=""
<h1>
<span class="letter l-1">M</span>
<span class="letter l-2">y</span>
<span class="space"> </span>
<span class="letter l-3">P</span>
<span class="letter l-4">o</span>
<span class="letter l-5">r</span>
<span class="letter l-6">t</span>
<span class="letter l-7">f</span>
<span class="letter l-8">o</span>
<span class="letter l-9">l</span>
<span class="letter l-10">i</span>
<span class="letter l-11">o</span>
</h1>
<article>
<div id="basic">
<h2 onmouseover="eraseH2()" class="article-title underline-txt">
<strong>Ab<span onClick="onClickO(10);">o</span>ut Myself</strong>
</h2>
<img src="assets/images/BennyCarlssonGIF.gif" alt="Benny Carlsson" />
</div>
</article>
<div class="this-div">
<marquee><span class="the-my-story-heading-class">MY STORY</span></marquee>
</div>
<article class="waypoint-middle">
<p>A software developer with three years experience, looking for new employment opportunities in Gothenberg, Sweden.I'm an <strong>unemployed</strong> software developer with <span class="blinkBold">three years experience</span>and a degree in Computer Science from Kalamr's <a href="https://lnu.se/en/"Linnaeus University></a>.</p>
<p>I am looking for a job in <strong>Gothenberg, Sweden</strong> using my<em>object oriented skills</em> with Java and C#. I graduated with a degree in Computer Science from <a href="https://lnu.se/en/">Linnaeus University</a>, Kalmar and my skills includes object oriented programming with Java and C#.</p>
<h5>I also have advanced knowledge of these web technologies and project management approaches:</h5>
<ul>
<li class="waypoint-middle is-view">
<a id="documentation-link" href="https://developer.mozilla.org/en-US/docs/Web/HTML">HTML</a>
</li>
<li class="waypoint-middle is-view">
<a id="documentation-link" href="https://developer.mozilla.org/en-US/docs/Web/CSS">CSS</a>
</li>
<li class="waypoint-middle is-view">
<a id="documentation-link"
href="https://developer.mozilla.org/en-US/docs/Web/JavaScript">JavaScript</a>
</li>
<li class="waypoint-middle is-view">
<a id="documentation-link" href="https://reactjs.org/docs/getting-started.html">ReactJS</a>
</li>
<li class="waypoint-middle is-view">
<a id="documentation-link"
href="https://facebook.github.io/react-native/docs/0.60/getting-started">
React Native</a>
</li>
<li class="waypoint-middle is-view">
<a id="documentation-link" href="https://www.php.net/docs.php">PHP</a>
</li>
<li class="waypoint-middle is-view">
<a id="documentation-link" href="https://docs.microsoft.com/en-us/aspnet/">ASP.NET</a>
</li>
<li class="waypoint-middle is-view">
<a id="documentation-link" href="https://www.scrum.org/resourcesscrum-guide">Scrum</a>
<li class="waypoint-middle is-view">
<a id="documentation-link" href="https://blog.mindvalley.com/spidey-sense/">Spidey Senses</a>
<h5>I also have advanced knowledge of various project management approaches including:</h5>
<ul>
</li>
<li class="waypoint-middle is-view">
SQL
</li>
</ul>
<p class="waypoint-middle is-view">I've had four years of experience with source control by working on over 50 projects on <a href="https://github.com/BennyCarlsson">GitHub</a></p>
<p class="waypoint-middle is-view">I am confident that my ongoing studies combined with successful experience in the field will enable me to aggressively pursue cost-reduction opportunities and improve return on investment (ROI) for your project. I am interested in Front-End Development,Mentoring,Hacktoberfest and making effective training videos on YouTube.</p>
<p class="waypoint-middle is-view">Please contact me <a href="mailto:[email protected]?subject=Meeting arrangement&body=Hi Benny!%0D%0AMy name is [ your name ] , and I would like to get in contact for [ fill in your job opertunity or a date proposal ].%0D%0A%0D%0ABest regards"
class="email"><strong>VIA THE ELECTRONIC MAILS</strong></a> to arrange a meeting. I look forward to hearing from you.</p>
</article>
<article>
<div class="waypoint-middle is-view">
<h2>Bio</h2>
<div>
<h3>Education:</h3>
<ul>
<li>Studied Computer Science at <a style="color:#673AB7;font-weight:normal" ;href="https://lnu.se/en/" target="_blank">Linnaeus University Kalmar,Sweden.</a>
</li>
</ul>
</div>
</div>
<div class="waypoint-middle is-view">
<h3>Basic Info</h3>
<ul>
<li>Hometown: <a href="https://goo.gl/maps/Jy3swoKWE2dYdco29" target="_blank" rel="noopener noreferrer">Nässjö, Sweden</a></li>
<li>Age: 26 years old</li>
<li>Email: <a href="mailto:[email protected]">[email protected]</a></li>
</ul>
</div>
</article>
<article class="waypoint-middle is-view">
<h2>Skills:</h2>
<div class="waypoint-middle is-view">
<h4>Object Oriented Skills</h4>
<ul>
<li>Java</li>
<li>C#</li>
</ul>
</div>
<div class="waypoint-middle is-view">
<h4>Web Technologies</h4>
<ul>
<li>HTML</li>
<li onclick="change_css();">CSS</li>
<li><a href="#0" onClick="helloWorld(this)">JavaScript</a></li>
<li>ReactJS</li>
<li>React Native</li>
<li>PHP</li>
<li>ASP.NET</li>
</ul>
</div>
<div class="waypoint-middle is-view align-right">
<h4>Project Management & Source Control Experience</h4>
<ul>
<li>Git</li>
<li>Scrum</li>
<li>SQL</li>
<li>Hacktoberfest Repos</li>
</ul>
</div>
<div class="waypoint-middle is-view">
<h4>Soft Skills</h4>
<ul>
<li>I work too hard</li>
<li>I care too much</li>
<li>Sometimes I can be too invested in my job</li>
<li id="standout-text">My weaknesses are actually strengths</li>
<li>I have a <i>very</i> keen eye for design</li>
</ul>
</div>
<div class="waypoint-middle is-view">
<h4>Achievements</h4>
<ul>
<li>Created new sensors for Federation warp cores</li>
<li>Upgraded the holodeck of the Starship Enterprise</li>
<li>Built a hand-held Klingon translator</li>
<li>Increased tricorder efficiency by 24%</li>
<li>Made the Kessel Run in less than twelve parsecs</li>
</ul>
</div>
</article>
</section>
</main>
<table width="100%">
<tr>
<td width="50%">
<footer class="waypoint-middle is-view">
<form id="contact">
<h6 class="contact-title">Send Message</h6>
<div class="field">
<label>Name </label>
<input type="text" class="form-input" name="name" placeholder="Enter your name">
</div>
<div class="field">
<label>Your Email Address </label>
<input type="email" class="form-input" name="email" placeholder="Enter your email address">
</div>
<div class="field">
<label>Subject </label>
<input type="text" class="form-input" name="subject"
placeholder="What is the subject of your message?">
</div>
<div class="field">
<label>Favorite Colour </label>
<input type="text" class="form-input" name="colour" placeholder="What is your favorite colour?">
</div>
<div class="field">
<label>Message </label>
<textarea rows="5" class="form-input" name="message"
placeholder="Write your message here."></textarea>
</div>
<div class="field">
<button class="btn" type="submit">Submit</button>
</div>
</form>
<div class="contact">
<h6>Contact:</h6>
<p class="contact-paragraph">
<span class="contact-icon">☎</span>
<a href="https://www.youtube.com/watch?v=6WTdTwcmxyo" title="You got my number" target="_blank">12345</a>
</p>
<p class="contact-paragraph">
<span class="contact-icon">✉</span>
<a href="mailto:[email protected]">
</a>
</p>
<p class="contact-paragraph">
<span class="contact-icon">✍</span>
<a href="https://www.youtube.com/channel/UCpPEhf3aRau_Tgzbk91YZLg">
Youtube Channel
</a>
</p>
</div>
</footer>
</td>
<td width="50%">
<a class="twitter-timeline" data-height="910" href="https://twitter.com/Benny_Carlsson?ref_src=twsrc%5Etfw">Tweets by Benny_Carlsson</a>
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</td>
</tr>
</table>
<h2 id="games">
Games
</h2>
<a class="my-name" href="SnakeGame.html">Rest by Run Snake !</a>
<img id="untitled-goose-game" class="waypoint-bottom is-view" src="assets/images/untitled-goose-game-logo.png"
alt="I love this game so much" />
<a href="Html/xox1.html"><img id="XOX" src="assets/images/xox.png" alt"2 player Xox game"></a>
<br /><br />
<h2 id="tutorials">
Tutorials
</h2>
<video class="waypoint-bottom" controls autoplay loop muted>
<source src="assets/video/website.mp4" type="video/mp4" />
</video><br /><br />
<h2 id="testimonals">
Testimonial
</h2>
<p>
Benny is a hack of a guy. He was recommended to me by a mutual friend as a web developer. We discussed my requirements fully before going ahead with anything and he put together a
package for me that met all my needs. I never felt pushed or pressured and the whole thing from start to finish was stress free and supportive.
The website when completed completely surpassed all my expectations and I am totally thrilled. Any tweeks and edits that were needed were minimal and done quickly.
Mr Carlsson continues to support me when I need things updated and changed and there is no waiting around for days to get things sorted.<br />
A completely brilliant and professional service that I am so happy I went with. There is so much choice in this field and it's confusing about who the 'right' person to go with is.
I am glad I found Benny so early on in my search and would never use anyone else! Very skilled and clever guy who I can't recommend enough!
<br />- Mike Strider (IT @ LevelUp Development)
</p>
<p class="light-elitist">
If you're looking for someone who can really "show you the light", there's no one I'd recommend more than Benny. I was actually working on an existing project and enlisted Benny
for some extra help on a tight deadline. I invited him to take a look at the code me and the team had already worked on, but instead he insisted that I send a screenshot of my setup.
Within about half a second he had found the problem holding us back: we were using dark mode. Of course! How could I forget that there's actually no evidence showing that dark mode
reduces eye strain, and can result in a worse experience for objects in motion? Luckily, Benny was there, and he can be there for you too.
</p>
<p class="dark-elitist">
If you're looking for someone who can really "show you the dark side", there's no one I'd recommend more than Benny. I was actually working on an existing project and enlisted Benny
for some extra help on a tight deadline. I invited him to take a look at the code me and the team had already worked on, but instead he insisted that I send a screenshot of my setup.
Within about half a second he had found the problem holding us back: we were using light mode. Of course! How could I forget that light mode is for chumps who like eye strain,
and that dark mode is how screens were really meant to be? Luckily, Benny was there, and he can be there for you too.
</p>
<!-- random picture every thirty seconds -->
<div class="pfrex" style="padding: 64px;">
<h1 style="text-align: center;">Random Pictures</h1>
</div>
</div>
<!-- easter_egg -->
<div id="overlay" class="easter-pop-up__overlay" onclick="close_discount_easter_egg();">
<div class="easter-pop-up">
<div class="easter-pop-up__img">
<img src="assets/images/easter_egg.jpeg" alt="easter_egg" width="150" height="150" />
</div>
<div class="easter-pop-up__msg">
<p>Crap! Now I owe you a project at 5% DISCOUNTED price.</p>
</div>
</div>
</div>
<!-- pikachu-->
<div class="pikachu">
<img src="assets/images/surprised_pikachu.svg" alt="Pikachu" height="150" width="150" />
</div>
<!-- pikachu-->
<!-- /easter_egg -->
</div>
<img src="assets/images/dont_panic.jpg" id="dont-panic" alt="Don't forget to bring your towel!" />
<div class="wrapper">
<button onclick="topFunction()" id="goTopBtn" title="Go to top">
<img src="assets/images/top.png"
height="50px" width="50px" alt="top button">
</button>
</div>
<audio id="macosStartupSound">
<source src="assets/sounds/macosStartup.wav" type="audio/mpeg">
</audio>
<audio id="quackSound" class="click-sound">
<source src="assets/sounds/quack.wav" type="audio/mpeg">
</audio>
<audio class="click-sound">
<source src="assets/sounds/error.wav" type="audio/mpeg">
</audio>
<audio class="click-sound">
<source src="assets/sounds/grnk.wav" type="audio/mpeg">
</audio>
<audio class="click-sound">
<source src="assets/sounds/singleClick.wav" type="audio/mpeg">
</audio>
<audio class="click-sound">
<source src="assets/sounds/uhoh.wav" type="audio/mpeg">
</audio>
<script src="js/libs/anime.min.js"></script>
<script src="js/libs/jquery-3.4.1.min.js"></script>
<script src="js/libs/jquery.waypoints.min.js"></script>
<script src="js/libs/vanilla-tilt.js"></script>
<script src="js/app.js"></script>
<script src="js/sounds.js"></script>
<script src="js/animation-waypoints.js"></script>
</body>
</html>