-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
159 lines (59 loc) · 2.78 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
151
152
153
154
155
156
157
158
159
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta name="generator" content="Hugo 0.19" />
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="referrer" content="no-referrer">
<meta name="description" content="Poo Organization">
<base href="/">
<title>
Welcome To The Poo Org
</title>
<link rel="canonical" href="/">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.6.0/styles/default.min.css">
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.6.0/highlight.min.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/jquery-scrollTo/2.1.0/jquery.scrollTo.min.js">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:400,700|Ubuntu+Mono:400,400i,700,700i|Raleway:500|Work+Sans">
<link rel="stylesheet" href="/css/style.css?t=1491000442">
<link rel="shortcut icon"
href="/img/fav.ico"
>
<link href="/index.xml" rel="alternate" type="application/rss+xml" title="Welcome To The Poo Org" />
</head>
<body lang="en">
<div class="section" id="top">
<div class="hero is-">
<div class="hero-body">
<div class="container has-text-centered">
<h1 class="bold-title fade-in one">P<span class="poo-letter">💩</span><span class="poo-letter">💩</span></h1>
<h3 class="subtitle is-3 fade-in two">Purpose to be determined!</h3>
<div class="fade-in three"><div class="social-icons">
<a href="https://github.com/poo" target="_blank"><i class="fa fa-github"></i></a>
<a href="/index.xml"><i class="fa fa-rss"></i></a>
</div></div>
</div>
</div>
</div>
</div>
<div class="section no-padding fade-in three">
<div class="section" id="footer">
<div class="container has-text-centered">
A Site About Things
</div>
</div>
</div>
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script type="application/javascript" src="//cdn.jsdelivr.net/jquery.scrollto/2.1.2/jquery.scrollTo.min.js"></script>
<script type="text/javascript" src=/js/init.js></script>
<script>
$('a[href^="#"]').click(function(e) {
e.preventDefault();
$(window).stop(true).scrollTo(this.hash, {duration:500, interrupt:false});
});
</script>