-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathindex.html
More file actions
182 lines (146 loc) · 8.25 KB
/
index.html
File metadata and controls
182 lines (146 loc) · 8.25 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
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="Bringing Phoenix area web developers together in a social environment.">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<title>Coffee & Code</title>
<meta name="mobile-web-app-capable" content="yes">
<link rel="icon" sizes="192x192" href="images/android-desktop.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="Material Design Lite">
<link rel="apple-touch-icon-precomposed" href="images/ios-desktop.png">
<link rel="icon" sizes="192x192" href="images/touch/chrome-touch-icon-192x192.png">
<meta name="msapplication-TileColor" content="#3372DF">
<link rel="shortcut icon" href="images/favicon.png">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:regular,bold,italic,thin,light,bolditalic,black,medium&lang=en">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href="https://code.getmdl.io/1.2.1/material.blue_grey-deep_purple.min.css" />
<script defer src="https://code.getmdl.io/1.2.1/material.min.js"></script>
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet" media="screen" />
<link rel="stylesheet" href="styles.css">
<style>
#view-source {
position: fixed;
display: block;
right: 0;
bottom: 0;
margin-right: 40px;
margin-bottom: 40px;
z-index: 900;
}
</style>
</head>
<body>
<header>
<div class="mdl-grid">
<div class="mdl-cell mdl-cell--2-col"></div>
<div class="mdl-cell mdl-cell--8-col header-container">
<h1 class="page-header">Coffee & Code</h1>
<h4 class="sub-heading">Social Coding in Coffee Shops</h4>
</div>
<div class="mdl-cell mdl-cell--2-col"></div>
</div>
</header>
<section class="mdl-grid">
<div class="mdl-cell mdl-cell--2-col"></div>
<div class="mdl-cell mdl-cell--8-col transparent-block">
<div class="demo-card-wide mdl-card mdl-shadow--2dp">
<div class="mdl-card__title aboutus-card">
<h2 class="mdl-card__title-text card-headers">Who We Are</h2>
</div>
<div class="mdl-card__supporting-text">
Started in 2011 out of <a href="https://heatsynclabs.org">Heatsync Labs</a>, Coffee & Code started as a social coding program to bring developers from all over the Valley into develop and work with eachother. Since then several businesses have resulted from projects being founded inside of Coffee & Code.
</div>
</div>
</div>
<div class="mdl-cell mdl-cell--2-col"></div>
</section>
<section class="mdl-grid">
<div class="mdl-cell mdl-cell--2-col"></div>
<div class="mdl-cell mdl-cell--8-col transparent-block">
<div class="demo-card-wide mdl-card mdl-shadow--2dp">
<div class="mdl-card__title eastvalley-card">
<h2 class="mdl-card__title-text card-headers">East Valley</h2>
</div>
<div class="mdl-card__supporting-text">
The original Coffee & Code based out of Heatsync Labs in Mesa. This meetup was started in 2011 and is still going strong today!
</div>
<div class="mdl-card__actions mdl-card--border">
<a href="https://www.meetup.com/Coffee-and-Code-East-Valley/" class="mdl-button mdl-button--colored mdl-js-button mdl-js-ripple-effect">
View Meetup
</a>
</div>
<div class="mdl-card__menu">
<a href="https://twitter.com/home?status=https%3A//www.meetup.com/Coffee-and-Code-East-Valley/" title="Share on Twitter" class="share-link"><img src="images/twitter.png"></a>
<a href="https://www.facebook.com/sharer/sharer.php?u=https%3A//www.meetup.com/Coffee-and-Code-East-Valley/" title="Share on Facebook" class="share-link"><img src="images/facebook-box.png"></a>
</div>
</div>
</div>
<div class="mdl-cell mdl-cell--2-col"></div>
</section>
<section class="mdl-grid">
<div class="mdl-cell mdl-cell--2-col"></div>
<div class="mdl-cell mdl-cell--8-col transparent-block">
<div class="demo-card-wide mdl-card mdl-shadow--2dp">
<div class="mdl-card__title uptown-card">
<h2 class="mdl-card__title-text card-headers">Phoenix Uptown</h2>
</div>
<div class="mdl-card__supporting-text">
Started inside of a bookstore. This is an amazing spot to grab some coffee and sit down and hack out.
</div>
<div class="mdl-card__actions mdl-card--border">
<a href="http://www.meetup.com/Coffee-Code-Phoenix/" class="mdl-button mdl-button--colored mdl-js-button mdl-js-ripple-effect">
View Meetup
</a>
</div>
<div class="mdl-card__menu">
<a href="https://twitter.com/home?status=https%3A//www.meetup.com/Coffee-Code-Phoenix/" title="Share on Twitter" class="share-link"><img src="images/twitter.png"></a>
<a href="https://www.facebook.com/sharer/sharer.php?u=https%3A//www.meetup.com/Coffee-Code-Phoenix/" title="Share on Facebook" class="share-link"><img src="images/facebook-box.png"></a>
</div>
</div>
</div>
<div class="mdl-cell mdl-cell--2-col"></div>
</section>
<section class="mdl-grid">
<div class="mdl-cell mdl-cell--2-col"></div>
<div class="mdl-cell mdl-cell--8-col transparent-block">
<div class="demo-card-wide mdl-card mdl-shadow--2dp">
<div class="mdl-card__title downtown-card">
<h2 class="mdl-card__title-text card-headers">Downtown Phoenix</h2>
</div>
<div class="mdl-card__supporting-text">
Downtown Phoenix is the newest addition to our Coffee & Code Lineup. We have recently brought it back after taking a 6 month hiatus. We are reintroducing it inside of Galvanize's Phoenix Location!
</div>
<div class="mdl-card__actions mdl-card--border">
<a href="https://www.meetup.com/Coffee-Code-Phoenix" class="mdl-button mdl-button--colored mdl-js-button mdl-js-ripple-effect">
View Meetup
</a>
</div>
<div class="mdl-card__menu">
<a href="https://twitter.com/home?status=https%3A//www.meetup.com/Downtown-Phoenix-Coffee-and-Code/" title="Share on Twitter" class="share-link"><img src="images/twitter.png"></a>
<a href="https://www.facebook.com/sharer/sharer.php?u=https%3A//www.meetup.com/Downtown-Phoenix-Coffee-and-Code/" title="Share on Facebook" class="share-link"><img src="images/facebook-box.png"></a>
</div>
</div>
</div>
<div class="mdl-cell mdl-cell--2-col"></div>
</section>
<footer class="mdl-mini-footer">
<div class="mdl-mini-footer__left-section">
<div class="mdl-logo">Coffee & Code</div>
<ul class="mdl-mini-footer__link-list">
<li>No copyright, just parties....2017</li>
</ul>
<!--
<div>Icons made by <a href="http://www.flaticon.com/authors/pixel-buddha" title="Pixel Buddha">Pixel Buddha</a> from <a href="http://www.flaticon.com" title="Flaticon">www.flaticon.com</a> is licensed by <a href="http://creativecommons.org/licenses/by/3.0/" title="Creative Commons BY 3.0" target="_blank">CC 3.0 BY</a></div>
<div>Icons made by <a href="http://www.freepik.com" title="Freepik">Freepik</a> from <a href="http://www.flaticon.com" title="Flaticon">www.flaticon.com</a> is licensed by <a href="http://creativecommons.org/licenses/by/3.0/" title="Creative Commons BY 3.0" target="_blank">CC 3.0 BY</a></div> -->
</div>
<div class="mdl-logo icons">
<a href="https://github.com/samrocksc/coffee-and-code" target="_blank"><img src="images/github.png"></a>
<a href="https://www.codetriage.com/samrocksc/coffee-and-code" target="_blank"><img src="images/codetriage-0.png"></a>
<p>Check us out on Code Triage and Github!</p>
</div>
</footer>
</body>
</html>