-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
77 lines (64 loc) · 4.11 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Basic Page Needs –––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta charset="utf-8">
<title>The Rowan Chapman directory</title>
<meta name="description" content="A directory listing for various applications and microservices created by Rowan Chapman">
<meta name="author" content="Rowan Chapman">
<meta name="language" content="en">
<meta name="keyphrases" content="Rowan Chapman, directory, rnchapman, rchapman83, rnchapman directory, created by Rowan Chapman, directory list">
<meta name="keywords" content="Rowan, Chapman, rchapman83, rnchapman, Chappy, roro, RoRo">
<!-- Mobile Specific Metas –––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- FONT –––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link href="https://fonts.googleapis.com/css?family=East+Sea+Dokdo|Open+Sans" rel="stylesheet">
<!-- CSS –––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/skeleton.css">
<!-- Favicon –––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="icon" type="image/png" href="images/1.png">
<!-- Google Junk –––––––––––––––––––––––––––––––––––––––––––––– -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.0.0/jquery.min.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-117413478-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-117413478-1');
</script>
</head>
<body bgcolor="#ffffff">
<!-- Primary Page Layout –––––––––––––––––––––––––––––––––––––––––––––––––– -->
<div class="container">
<div class="row" style="margin-top: 25%">
<div class="five columns" >
<h1 style="font-family: East Sea Dokdo, cursive">rnchapman[.]directory</h1>
</div>
<div class="seven columns">
<!-- Table containing listing –––––––––––––––––––––––––––––––– -->
<table>
<tr>
<td><a href="http://www.rnchapman.pw">rnchapman.pw</a></td>
<td><p>My personal web site. This project was built mainly to play with service and api intergrations using Python, Flask, Gunicorn and Redhat OpenShift.</p></td>
</tr>
<tr>
<td><a href="http://www.sticks.clothing">sticks.clothing</a></td>
<td><p>A micro site I created for my sisters childrens clothing startup. Creating using Python + Flask and deployed on Heroku.</p></td>
</tr>
<tr>
<td><a href="http://www.passwd.studio">passwd.studio</a></td>
<td><p>A simple micro site built with GitHub Pages & Jekyll describing the accompanying password generator API.</p></td>
</tr>
<tr>
<td><a href="http://www.local-xp.guide/">local-xp.guide</a></td>
<td><p>A blog & guide curated by myself outlining the fantastic eateries & nightlife of my amazing city, Melbourne. Built with Jekyll & hosted on Amazon S3.</p></td>
</tr>
</table>
</div>
</div>
</div>
<!-- End Document –––––––––––––––––––––––––––––––––––––––––––––––––– -->
</body>
</html>