-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
37 lines (35 loc) · 1.5 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<link rel="alternate icon" href="/favicon.ico">
<link rel="mask-icon" href="/favicon.svg" color="#ffffff">
<title>Bob Hamblok | Music Tech Software Engineer</title>
<link href="https://fonts.googleapis.com/css?family=Reem+Kufi|Roboto:300" rel="stylesheet">
<link href="https://use.fontawesome.com/releases/v5.0.8/css/all.css" rel="stylesheet">
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/styles.css">
<link rel="stylesheet" href="css/themes/yellow-black.css">
</head>
<body>
<main>
<div class="intro"><img src="me.jpg"></div>
<div class="intro">Hello, I'm Bob!</div>
<div class="tagline">HTML | CSS | JS | MusicNotation Encoding (MusicXML, MNX, MEI)</div>
<div class="tagline">
Freelance Software Engineer/Architect/Consultant for the Web<br>
Full Stack Developer having a keen interest in Front-End<br>
Expert in vanilla HTML, CSS and JS<br>
MusicTech Entrepreneur
</div>
<div class="icons-social">
<a target="_blank" href="https://github.com/bhamblok"><i class="fab fa-github"></i></a>
<a target="_blank" href="https://twitter.com/bhamblok"><i class="fab fa-twitter"></i></a>
<a target="_blank" href="https://www.linkedin.com/in/bobhamblok"><i class="fab fa-linkedin"></i></a>
</div>
</main>
</body>
</html>