-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
131 lines (122 loc) · 3.96 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
<!DOCTYPE html>
<!--
Highlights by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>FunkeGoodVibe About Me</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="is-preload">
<!-- Header -->
<section id="header">
<!--
<header class="major">
<h1></h1>
<p></p>
</header>
-->
<!--
<div class="container">
<ul class="actions special">
<li><a href="#one" class="button primary scrolly">Funky</a></li>
</ul>
</div>
-->
</section>
<!-- One -->
<section id="one" class="main special">
<div class="container">
<span class="image fit"><img src="images/funky.jpeg" alt="" /></span>
<div class="content">
<header class="major">
<h2>Who I am</h2>
</header>
<p>
Collaborative, creative, solution-oriented software engineer with 5 year’s experience. Python is my "go-to" language and I’m always keen to explore other tools to make it easier to solve a customer problem. I am solution-oriented
with a focus on collaboration. Languages I have used in the past include Java, C, C++, Scala, Ruby-on-Rails. I’m a certified Scrum Master. Outside of work, I enjoy to play the classical guitar.
</p>
</div>
<a href="#two" class="goto-next scrolly">Next</a>
</div>
</section>
<!-- Two -->
<section id="two" class="main special">
<div class="container">
<span class="image fit"><img src="images/bike.jpg" alt="" /></span>
<div class="content">
<header class="major">
<h2>Stuff I do</h2>
</header>
<p>Here's some things that I do:</p>
<ul class="icons-grid">
<li>
<span class="icon solid major fa-code"></span>
<h3>Code</h3>
</li>
<li>
<span class="icon solid major fa-user"></span>
<h3>Collaborate</h3>
</li>
<li>
<span class="icon solid major fa-palette"></span>
<h3>Design</h3>
</li>
<li>
<span class="icon solid major fa-guitar"></span>
<h3>Relax</h3>
</li>
</ul>
</div>
<a href="#three" class="goto-next scrolly">Next</a>
</div>
</section>
<!-- Three -->
<section id="three" class="main special">
<div class="container">
<div class="content">
<header class="major">
<h2>One more thing</h2>
</header>
<p>
I am in the process of learning Yoruba - the West African language. For more details follow me on Hashnode... <a href="https://funkegoodvibe.hashnode.dev/series/learning-yoruba">Blog</a>
</p>
</div>
<!--<span class="image fit"><img src="images/pic03.jpg" alt="" /></span>-->
<a href="#footer" class="goto-next scrolly">Next</a>
</div>
</section>
<!-- Footer -->
<section id="footer">
<footer>
<ul class="icons">
<li>
<a href="https://funkegoodvibe.hashnode.dev/" class="fas fa-cloud"><span class="label"></span></a>
</li>
<li>
<!--<a href="#" class="icon solid alt fa-envelope"><span class="label">Email</span></a>-->
</li>
</ul>
<ul class="copyright">
<li>© Untitled</li>
<!--<li>Design: <a href="http://html5up.net">HTML5 UP</a></li>-->
<!--<li>Demo Images: <a href="http://unsplash.com">Unsplash</a></li>-->
</ul>
</footer>
</section>
<!--
Scripts
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
-->
</body>
</html>