-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
42 lines (42 loc) · 1.63 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
---
redirect_to: "https://www.linkedin.com/in/samreh"
---
<!DOCTYPE html>
<html lang="en">
<head>
<title>Samuel Reh</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Open+Sans">
<link href="styles.css" rel="stylesheet">
</head>
<body>
<h1>I'm Sam Reh.</h1>
<h2>I build software. Recently, I've worked on:</h2>
<h3><a href="http://www.attributionapp.com">Attribution</a></h3>
<p>
A marketing application allowing customers to track online ad spend and cost to aquire across multiple platforms.
</p>
<h3><a href="https://catalogue.kudoz.ca">Kudoz</a></h3>
<p>
A community for connecting the cognitively disabled with volunteers that host experiences.
</p>
<h3><a href="http://www.medeo.ca">Medeo</a></h3>
<p>
A virtual heath clinic providing medical practitioners the ability to provide care to patients remotley.
</p>
<h3><a href="https://www.postcardsfromtheplane.com">Postcards From the Plane</a></h3>
<p>
An inflight application for sending a custom message to anyone, anywhere as an email or printed postcard.
</p>
<h3><a href="http://www.versapay.com">VersaPay</a></h3>
<p>
A B2B payments platform.
</p>
<footer>
<a href="http://github.com/samuelreh">Github</a> /
<a href="https://www.flickr.com/photos/samuelreh/">Flickr</a> /
<a href="https://twitter.com/samuelreh">Twitter</a> /
<a href="http://ca.linkedin.com/in/samreh/">LinkedIn</a>
</footer>
</body>
</html>