-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
78 lines (69 loc) · 3.07 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Janne Kemi - CV</title>
<link rel="stylesheet" type="text/css" href = "style.css" />
<script src="https://kit.fontawesome.com/d2ab5171dd.js" crossorigin="anonymous"></script>
<link href="https://fonts.googleapis.com/css?family=Roboto+Condensed&display=swap" rel="stylesheet">
<!-- Hotjar Tracking Code for https://kemikal.github.io -->
<script>
(function(h,o,t,j,a,r){
h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
h._hjSettings={hjid:1982831,hjsv:6};
a=o.getElementsByTagName('head')[0];
r=o.createElement('script');r.async=1;
r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
a.appendChild(r);
})(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');
</script>
</head>
<body>
<div class="container">
<div class="content">
<img src="img/janne_logo_face.png">
<div>
<i class="fab fa-github"></i> - <a href="https://github.com/kemikal" target="_blank">Github</a>
</div>
<div>
<i class="fab fa-linkedin"></i> - <a href="https://www.linkedin.com/in/jannekemi/" target="_blank">LinkedIn</a>
</div>
<div>
<i class="fas fa-external-link-alt"></i> - <a href="https://www.hiveandfive.se" target="_blank">HiveAndFive</a>
</div>
<div class="textbox">
Creative project manager at <a href="https://www.hiveandfive.se/" target="_blank">HiveAndFive</a>. <br>
My strenght lies in helping organisations find simple but effective solutions for complex problems.<br>
Using technology, communication and business development my goal is to create growth and acceleration in a ever moving and changing world.<br>
</div>
</div>
</div>
<div id="sat">
<div id="sat" class="planet"><img id="satelite" src="img/sat_bw.png"></div>
</div>
<div id="planets">
<div id="planet1" class="planet"><img src="img/pl1.png"></div>
<div id="planet2" class="planet"><img src="img/pl2.png"></div>
<div id="planet3" class="planet"><img src="img/pl3.png"></div>
<div id="planet4" class="planet"><img src="img/pl4.png"></div>
<div id="planet5" class="planet"><img src="img/pl5.png"></div>
</div>
<div class="container">
<div class="content">
<h2>Github repos</h2>
<div id="githubrepos"></div>
</div>
</div>
<div class="container">
<div class="content">
<div class="textBox">
Turn on the satelite to hear the planets!
</div>
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/pizzicato/0.6.4/Pizzicato.min.js"></script>
<script src="script.js"></script>
</body>
</html>