This repository was archived by the owner on Sep 8, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
261 lines (235 loc) · 8.69 KB
/
index.html
File metadata and controls
261 lines (235 loc) · 8.69 KB
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
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- Thanks to https://megatags.co/ for generating these! -->
<title>Code Youngstown</title>
<!-- Search Engine -->
<meta
name="description"
content="Connecting software engineers, developers, and coders in the Youngstown, OH area. Join the ongoing chat via Slack and attend our meetups."
/>
<meta
name="image"
content="http://codeyoungstown.com/images/code-youngstown-white-background-final.png"
/>
<!-- Schema.org for Google -->
<meta itemprop="name" content="Code Youngstown" />
<meta
itemprop="description"
content="Connecting software engineers, developers, and coders in the Youngstown, OH area. Join the ongoing chat via Slack and attend our meetups."
/>
<meta
itemprop="image"
content="http://codeyoungstown.com/images/code-youngstown-white-background-final.png"
/>
<!-- Twitter -->
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Code Youngstown" />
<meta
name="twitter:description"
content="Connecting software engineers, developers, and coders in the Youngstown, OH area. Join the ongoing chat via Slack and attend our meetups."
/>
<meta name="twitter:site" content="@CodeYoungstown" />
<meta
name="twitter:image:src"
content="http://codeyoungstown.com/images/code-youngstown-white-background-final.png"
/>
<!-- Open Graph general (Facebook, Pinterest & Google+) -->
<meta name="og:title" content="Code Youngstown" />
<meta
name="og:description"
content="Connecting software engineers, developers, and coders in the Youngstown, OH area. Join the ongoing chat via Slack and attend our meetups."
/>
<meta
name="og:image"
content="http://codeyoungstown.com/images/code-youngstown-white-background-final.png"
/>
<meta name="og:url" content="http://codeyoungstown.com/" />
<meta name="og:site_name" content="Code Youngstown" />
<meta name="og:locale" content="en_US" />
<meta name="fb:admins" content="319827831518292" />
<meta name="og:type" content="website" />
<!-- Styles! -->
<link
rel="stylesheet"
href="https://unpkg.com/purecss@0.6.2/build/pure-min.css"
integrity="sha384-UQiGfs9ICog+LwheBSRCt1o5cbyKIHbwjWscjemyBMT9YCUMZffs6UqUTd0hObXD"
crossorigin="anonymous"
/>
<!--[if lte IE 8]>
<link
rel="stylesheet"
href="https://unpkg.com/purecss@0.6.2/build/grids-responsive-old-ie-min.css"
/>
<![endif]-->
<!--[if gt IE 8]><!-->
<link
rel="stylesheet"
href="https://unpkg.com/purecss@0.6.2/build/grids-responsive-min.css"
/>
<!--<![endif]-->
<link
rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"
/>
<link
href="https://fonts.googleapis.com/css?family=Open+Sans"
rel="stylesheet"
/>
<style>
body {
background-color: #222322;
color: #fff;
padding: 1em;
}
p {
font-family: "Open Sans", sans-serif;
font-weight: 400;
font-size: 24px;
margin: 0 0 1em 0;
}
.content {
margin-bottom: 2em;
}
.logo {
max-width: 40%;
min-width: 300px;
margin-bottom: 1em;
}
.social {
font-size: 42px;
}
a:link {
color: #fff;
}
a:visited {
color: #fff;
}
a:hover {
color: #ccc;
}
a:active {
color: #ccc;
}
.social a:link {
text-decoration: none;
}
.social a:visited {
text-decoration: none;
}
.social a:hover {
text-decoration: none;
}
.social a:active {
text-decoration: none;
}
/* utility */
.centered {
text-align: center;
}
.smaller {
font-size: 20px;
}
</style>
</head>
<body>
<div class="content">
<div class="pure-g centered">
<div class="pure-u-1-1">
<img
class="logo"
alt="Code Youngstown logo"
src="/images/code-youngstown-white-background-final.png"
/>
<h1 style="display: none">Code Youngstown</h1>
</div>
</div>
<div class="pure-g centered">
<div class="pure-u-1-1">
<p>
Connecting software engineers, developers, and coders in
the Youngstown, OH area.
</p>
<p class="smaller">
Join the ongoing chat via
<a href="http://slack.codeyoungstown.com/">Slack</a> and
attend our
<a href="https://www.meetup.com/Code-Youngstown/"
>meetups</a
>.
</p>
</div>
</div>
<div class="pure-g centered social">
<div class="pure-u-1-1">
<a href="https://www.facebook.com/codeyoungstown/">
<i
class="fa fa-facebook-official"
aria-hidden="true"
></i>
</a>
<a href="https://twitter.com/codeyoungstown">
<i class="fa fa-twitter" aria-hidden="true"></i>
</a>
<a href="https://github.com/codeyoungstown">
<i class="fa fa-github" aria-hidden="true"></i>
</a>
<a href="https://www.meetup.com/Code-Youngstown/">
<i class="fa fa-meetup" aria-hidden="true"></i>
</a>
<a
href="https://overcast.fm/itunes1491969032/code-youngstown-podcast"
>
<i class="fa fa-podcast" aria-hidden="true"></i>
</a>
<a href="mailto:contact@codeyoungstown.com">
<i class="fa fa-envelope" aria-hidden="true"></i>
</a>
</div>
</div>
<div class="pure-g centered social">
<div class="pure-u-1-1">
<script
async
defer
src="https://slack.codeyoungstown.com/slackin.js?large"
></script>
</div>
</div>
</div>
<div class="pure-g centered">
<div class="pure-u-1-1">
<i class="fa fa-copyright"></i> Code Youngstown
<script>
document.write(new Date().getFullYear());
</script>
</div>
<div class="pure-u-1-1">
<a
href="https://github.com/codeyoungstown/codeyoungstown.com"
target="_blank"
referrerpolicy="origin"
rel="noopener"
><i class="fa fa-code-fork" aria-hidden="true"></i
></a>
<a
href="https://simpleanalytics.com/codeyoungstown.com?utm_source=codeyoungstown.com"
target="_blank"
referrerpolicy="origin"
rel="noopener"
><i class="fa fa-line-chart" aria-hidden="true"></i
></a>
</div>
</div>
<script
async
defer
src="https://sa.codeyoungstown.com/latest.js"
></script>
<noscript
><img src="https://sa.codeyoungstown.com/noscript.gif" alt=""
/></noscript>
</body>
</html>