-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
82 lines (82 loc) · 2.73 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
<!DOCTYPE html>
<html>
<head>
<title>Daniel M. Tomlinson</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="css/main.css">
<link href="//fonts.googleapis.com/css2?family=Quicksand:wght@300&display=swap" rel="stylesheet">
<link href="//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css" rel="stylesheet">
</head>
<body>
<div class="container">
<img class="splash" src="img/splash-image.png">
<div class="blurb">
<h1>Daniel M. Tomlinson</h1>
<h2>About</h2>
<h3>Who</h3>
<p>
I am a developer, a founder, a creator, a teacher, a husband and a father.
</p>
<h3>What</h3>
<p>
I am a technical minded creative. <br/>
I paint, I write, and I teach. <br/>
I design, I plan, and I execute. <br/>
</p>
<h3>Why</h3>
<p>
Your legacy is not what you do,
but how positively that impacts
the world around you.
</p>
<h3>How</h3>
<p>
Since I was a young coder I found it
fun to teach others, especially if
they where passionate to learn.
</p>
<p>
While at school, I was introduced
to coding by my young cousin that
sadly passed away far too early.
But his kind heart and patience,
sparked a love for coding and
creating, that lives on through me.
</p>
<h3>Giving Back</h3>
<p>
It reminds me that in the same way
my love for code was kindled and
flamed on by his enthusiasm, so I
can possibly help a few others
that are keen on learning
something new. I thus give back
freely and I am proud to say this
has led to many a career change and
has had big, and lasting positive
effects for quite a few people.
</p>
<h2>Chasing the Craft</h2>
<p>
I have been a developer my whole
life. I am a serial entrepeneur,
often to my own detriment. But I
like to see people and projects
succeed. Due to this, I am a
veteran of many startups.
The biggest thrill is to know
something you poured all your
love, sweat, and tears is now in
the wild and used by thousands of
people.
</p>
</p>
<p class="center">
<a href="mailto:[email protected]"><i class="fa fa-envelope" aria-hidden="true"></i>email</a> |
<a href="https://github.com/damato"><i class="fa fa-github" aria-hidden="true"></i>github</a>
</p>
</div>
</div>
</body>
</html>