-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
150 lines (138 loc) · 3.76 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Robert Bodley</title>
<meta name="viewport" content="width=device-width" />
<!-- CSS -->
<link rel="stylesheet" href="resources/css/main.css">
<!-- JS -->
<script src="resources/js/main.js"></script>
<!-- Fav -->
<link rel="icon" href="resources/img/fav.png" type="image/x-icon" />
</head>
<body>
<div class="main">
<div class="header">
<div class="headerInner">
<h1>Robert Bodley</h1>
<div class="left">
<p>
I am an entrepreneur who is extremely interested in technology and how it is evolving.
</p>
<p>
Some projects I have founded/co-founded are below. Please take a look at them and let me know what you think.
</p>
<p>
I would love to hear from you so feel free to contact me, preferably via email but i'm also available on twitter.
</p>
</div>
<div class="right">
<ul class="items">
<li>
+27 82 464 0548
</li>
<li>
</li>
</ul>
<div class="clear"></div>
<ul class="items">
<li>
<a href="http://blog.robertbodley.com">Blog</a>
</li>
</ul>
<div class="clear"></div>
<ul class="items">
<li>
<a href="http://github.com/robertbodley">Github</a>
</li>
<li>
<a href="http://twitter.com/robertbodley">Twitter</a>
</li>
<li>
<a href="http://instagram.com/robertbodley">Instagram</a>
</li>
<li>
<a href="http://youtube.com/rpbodley">YouTube</a>
</li>
<li>
<a href="http://producthunt.com/@robertbodley">Product Hunt</a>
</li>
<li>
<a href="http://yggip.com/robertbodley">yggip</a>
</li>
</ul>
</div>
</div>
</div>
<div class="clear"></div>
<div class="elements">
<h1>Projects</h1>
<ul>
<!-- <a href="http://wollowapp.com">
<li>
<div class="title">
Wollow App
</div>
<div class="description">
Wollow is currently a webapp that aggregates famous social media celebrities Twitter, Instagram and YouTube feeds so they can be followed more effectively.
</div>
</li>
</a>
-->
<a href="http://snaptagstickers.com">
<li>
<div class="title">
Snaptag Stickers
</div>
<div class="description">
SnaptagStickers.com is in the sticker game. Orders are taken online and what we do is print a Snapchat users Snaptag as a sticker and ship it to them so they can get more followers.
</div>
</li>
</a>
<a href="http://yggip.com">
<li>
<div class="title">
yggip
</div>
<div class="description">
yggip.com is a very simple book tracker for anyone to use. It tracks the books you're reading, partway through, on the shelf and have read. My profile: /robertbodley
</div>
</li>
</a>
<a href="http://snaptagbutton.com">
<li>
<div class="title">
Snaptag Button
</div>
<div class="description">
Embed your own Snapchat QR code on your website easily! Collaborated with @Sean_Brodie.
</div>
</li>
</a>
<a href="http://bodley.me">
<li>
<div class="title">
Personal URL Shortner
</div>
<div class="description">
Basic URL shortner used to shorten URLs. Very basic but still cool.
</div>
</li>
</a>
<a href="http://snaptageditor.com">
<li>
<div class="title">
Snapchat Code Editor
</div>
<div class="description">
A very simple way for a Snapchat user to edit their Snaptag. The user is able to chnage the colour of their code and upload a background picture for the ghost.
</div>
</li>
</a>
</ul>
</div>
</div>
</body>
</html>