-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
59 lines (56 loc) · 2.28 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
<!DOCTYPE html>
<html lang="nl">
<head>
<link rel="stylesheet" href="css/default.css">
<title>Sjoerd Tieleman</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="UTF-8">
<meta name="description" content="CTO Gituru @ Chordify B.V.">
<meta name="author" content="Sjoerd Tieleman">
<meta property="og:title" content="Sjoerd Tieleman">
<meta property="og:description" content="CTO Gituru @ Chordify B.V.">
<meta property="og:image" content="https://sjoerdtieleman.nl/images/square_profile.jpg">
</head>
<body>
<div id="wrapper">
<main>
<header>
<img src="images/square_profile.jpg" id="profile_picture" alt="Profile picture">
<div>
<h1>Sjoerd Tieleman</h1>
<h2>CTO Gituru @ Chordify B.V.</h2>
</div>
</header>
<section>
<h2>Gituru - Personal Guitar Lessons</h2>
<p>
Gituru is a responsive and intuitive Chatbot that talks you through simple and short lessons that cover all basic guitar
know-how. Gituru allows you to learn at your own pace, and you can repeat every lesson and exercise as many times as it
takes for you to master it.
</p>
<p>
Gituru recognizes what you play, can repeat it back to you and even give you feedback — just
like a real guitar instructor.
</p>
<p>
From learning how to hold a guitar and pluck a string, to playing your first simple chords and melodies, Gituru makes
the first few miles of your musical journey as easy and straightforward as possible.
</p>
<p>
Download Gituru and start learning guitar today!
</p>
<p>
<a href="https://apps.apple.com/app/apple-store/id1481443731?pt=103410801&ct=sjoerdtieleman-website&mt=8" class="download" title="Download Gituru on iOS"><img src="images/download-app.png" alt="Download Gituru on iOS" /></a>
</p>
</section>
</main>
<footer>
<ol>
<li><a href="mailto:contact@sjoerdtieleman.nl">contact@sjoerdtieleman.nl</a></li>
<li><a href="https://www.linkedin.com/in/sjoerdtieleman/">LinkedIn</a></li>
<li><a href="https://medium.com/@tieleman/">Medium</a></li>
</ol>
</footer>
</div>
</body>
</html>