-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
53 lines (45 loc) · 2.09 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Sandals</title>
<link rel="stylesheet" href="css/normalize.min.css">
<link rel="stylesheet" href="css/main.css">
<script src="http://code.jquery.com/jquery-latest.min.js" type="text/javascript"></script>
</head>
<body>
<header>
<img src="img/docs-logo.jpeg" alt="logo">
<h1>Sandals of a serious Data Nomad</h1>
</header>
<main>
<div id='cssmenu'>
<ul>
<li><a href='#'>Dashboards</a></li>
<li><a href='tweets.html'>My Boss' Tweet</a></li>
<li><a href='#'>Data Nomad 101</a></li>
</ul>
</div>
<div class="information">
The <b>LostData</b> project is everything in one. It is a <a href="sketch.html">sketch pad</a>, an<a href="sketch.html">adventure</a>, a <a href="sketch.html">blog</a>, a <a href="sketch.html">database</a>, a <a href="sketch.html">learning space</a>, a <a href="sketch.html">dream catcher</a>, and everything in between. It is the sandals of a data nomad.
<b>LostData</b> is the systems door that I religiously open when I arrive in the office at 5:30am every morning, when crickets are deep asleep and all is quiet.
In that moment of tranquility, I connect with data, analyse and brew more coffee. I discover stories hidden inside rows of data. I see emotion and interactivity bubble in records of resilient people in
Galgaduud, in Lower Shabelle and many diverse places that our beneficiaries call home. At noon, I create Tableau Dashboards, Story points and gnaw at my groundnuts.
When I am not hunting for open data and painting dashboards, I rant, roll on the ground, peddle my feet in the air, and rant more about data.
</div>
<!-- temporarily disable the button filters. no posts will be be displayed for now
<nav id="filter"></nav>
-->
<div id="container"></div>
<div id="notice"></div>
</main>
<footer>
<p>The Data Nomad</p>
</footer>
<script src="js/main.js"></script>
<script>
document.addEventListener('DOMContentLoaded', app.init);
</script>
</body>
</html>