-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
27 lines (25 loc) · 1.01 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
<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>Document</title>
</head>
<body>
<h2>Tobi Obeck</h2>
<h2>Social Media</h2>
<ul>
<li><a href="https://twitter.com/tobiobeck">Twitter</a></li>
<li><a href="https://github.com/TobiObeck">GitHub</a></li>
<li><a href="https://stackoverflow.com/users/6710876/tobi-obeck">StackOverflow</a></li>
<li><a href="https://jsfiddle.net/user/tobiobeck/fiddles/">JSFiddle</a></li>
<li><a href="https://codepen.io/TobiObeck/pens/popular">Codepen</a></li>
<li><a href="https://dev.to/tobiobeck">dev.to</a></li>
</ul>
<h2>Experimental Projects</h2>
<ul>
<li><a href="projects/vue-leaflet-markers/index.html">vue-leaflet-markers</a></li>
<li><a href="projects/Synchronized-YouTube-Players/index.html">Synchronized-YouTube-Players</a></li>
</ul>
</body>
</html>