This repository has been archived by the owner on Feb 20, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
95 lines (90 loc) · 4.06 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
---
layout: default
title: "DevComo: Your friendly neighborhood developer meetup"
description: DevComo is a monthly user group Columbia, MO that is focused on development and design. Simply put, if it is interesting then it’ll be discussed!
---
<!-- HEADER -->
<div class="row" id="header">
<header id="header-content">
<h1 id="project_title">DevComo</h1>
<h2 id="project_tagline">Your friendly neighborhood developer meetup</h2>
</header>
</div>
<div class="row" id="cta-row">
<div class="cta col-sm-12 col-md-3">
<a class="cta-link" href="https://www.meetup.com/devcomo/">
<div class="cta-icon">
<i class="header-icon fa fa-5x fa-meetup" aria-hidden="true"></i>
</div>
<div class="cta-text">
Join the Group
</div>
</a>
</div>
<div class="cta col-sm-12 col-md-3">
<a class="cta-link" href="https://docs.google.com/forms/d/e/1FAIpQLSeFm15EKiyYxgHl3pDyBurq2WHlgNYFYd9bcQKaQKP684X3Qg/viewform?usp=sf_link">
<div class="cta-icon">
<i class="header-icon fa fa-5x fa-users" aria-hidden="true"></i>
</div>
<div class="cta-text">
Give a Talk
</div>
</a>
</div>
<div class="cta col-sm-12 col-md-3">
<a class="cta-link" href="https://goo.gl/forms/tOnafRpCPDm57tcl1">
<div class="cta-icon">
<i class="header-icon fa fa-5x fa-money" aria-hidden="true"></i>
</div>
<div class="cta-text">
Sponsor an Event
</div>
</a>
</div>
<div class="cta col-sm-12 col-md-3">
<a class="cta-link" href="https://devcomo-invite.circuitsofimagination.com/">
<div class="cta-icon">
<i class="header-icon fa fa-5x fa-comments-o" aria-hidden="true"></i>
</div>
<div class="cta-text">
Hang out on Slack
</div>
</a>
</div>
</div>
<div class="row" id="where-row">
<div class="col-sm-12 col-md-8" id="where-address">
<h1>Where</h1>
<div class="where-block">
<h2>In Meat Space</h2>
<span class="where-address-line redi">
<a href="http://www.columbiaredi.com/">Regional Economic Development Inc.</a>
</span>
<span class="where-address-line">500 East Walnut Street #102</span>
<span class="where-address-line">Columbia, MO 65203</span>
</div>
<div class="where-block">
<h2>In the Real World</h2>
<a class="online-link" href="https://twitter.com/devcomo"><i class="fa fa-2x fa-twitter" aria-hidden="true"></i></a>
<a class="online-link" href="https://www.facebook.com/devcomo/"><i class="fa fa-2x fa-facebook" aria-hidden="true"></i></a>
<a class="online-link" href="https://www.youtube.com/channel/UCAdGNkuUL40k316OL83QruQ"><i class="fa fa-2x fa-youtube" aria-hidden="true"></i></a>
<a class="online-link" href="https://www.linkedin.com/groups/12055626/"><i class="fa fa-2x fa-linkedin" aria-hidden="true"></i></a>
</div>
</div>
<div class="col-sm-12 col-md-4" id="where-map">
<iframe height="250" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://www.openstreetmap.org/export/embed.html?bbox=-92.33243554830553%2C38.951668473519355%2C-92.33005911111833%2C38.953305879070086&layer=mapnik&marker=38.95248613808984%2C-92.33124732971191" style="border: 1px solid black"></iframe><br/><small><a href="https://www.openstreetmap.org/?mlat=38.95249&mlon=-92.33125#map=19/38.95249/-92.33125">View Larger Map</a></small>
</div>
</div>
<div class="row" id="what-row">
<div class="col-12">
<h1>What we do</h1>
<p>We're a local group passionate about engineering. We meet every 3rd Wednesday of the month and usually hold two technical talks + food. Come join us!</p>
</div>
</div>
<div class="row" id="links-row">
<div class="col-12">
<h1>Other important links</h1>
<ul>
<li><a href="/code-of-conduct.html">Code of Conduct</a></li>
</div>
</div>