-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathabout.html
More file actions
101 lines (75 loc) · 3.65 KB
/
about.html
File metadata and controls
101 lines (75 loc) · 3.65 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
<!DOCTYPE html>
<html>
<head>
<title>Local Variables | About Us</title>
<!--Foundation CSS -->
<link href="css/foundation.css" type="text/css" rel="stylesheet"></link>
<link href="css/normalize.css" type="text/css" rel="stylesheet"></link>
</head>
<body>
<div class="row">
<div class="large-3 columns">
<div style="padding: 10px 0 0 0"><a href="index.html"><img src="img/local_variables_logo.png"></a></div>
</div>
<div class="large-9 columns">
<ul class="button-group right">
<li><a href="about.html" class="button">About Us</a></li>
<li><a href="events.html" class="button">Events</a></li>
<li><a href="ourSponsors.html" class="button">Our Sponsors</a></li>
<li><a href="blog.html" class="button">Blog</a></li>
<li><a href="contact.html" class="button">Contact</a></li>
</ul>
</div>
</div>
<div class="row">
<div class="large-12 columns">
<img src="img/missionStatement.jpg">
<hr>
</div>
</div>
<div class="row">
<div class="large-4 columns">
<img src="img/lv_talk.jpeg">
</div>
<div class="large-8 columns">
<h4>Who are we?</h4>
<div class="row">
<div class="large-6 columns">
<p> Local Variables is a non-profit organization located in the heart of South Bend Indiana. We are a group that is very passionate about programming, web development, and software engineering. Our meetups bring developers with a variety interests from all over the </p>
</div>
<div class="large-6 columns">
<p>northern Indiana and the southern Michigan area. Much like those who attend the monthly meetups, we all come together to learn as much from each other as possible. Sharing our knowledge and experiences with different technologies is a part of what keeps us motivated.</p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="large-8 columns">
<h4>What do we do?</h4>
<p>Our mission statement speaks for itself. We look to educate the community in aspects of software and web development technologies through personal and professional experiences. We form meetups every third Thursday of the month.</p>
<p>During our monthly events we have talented speakers ranging from seasoned professionals to programming enthusiasts covering a wide range of topics. For more information on our monthly meetups head on over to our <a href="events.html">Events</a> page or our <a href="http://www.meetup.com/localvariables/" target="_blank">MeetUp</a> page to RSVP for the upcoming talk(s).</p>
</div>
<div class="large-4 columns">
<img src="img/lv_talk2.jpeg">
</div>
</div>
<footer class="row">
<div class="large-12 columns">
<hr/>
<div class="row">
<div class="large-6 columns">
<p>© Copyright 2016 Local Variables</p>
</div>
<div class="large-6 columns">
<ul class="inline-list right">
<li><a href="http://www.meetup.com/localvariables/" target="_blank"><img class="footer-logos" src="img/meetupLogo.jpeg"></a></li>
<li><a href="https://www.facebook.com/LocalVariables" target="_blank"><img class="footer-logos" src="img/FB-f-Logo__blue_50.png"></a></li>
<li><a href="https://twitter.com/localvariables" target="_blank"><img class="footer-logos" src="img/Tlogo.png"></a></li>
<li><a href="https://github.com/LocalVariables" target="_blank"><img class="footer-logos" src="img/GitHubLogo.png"></a></li>
</ul>
</div>
</div>
</div>
</footer>
</body>
</html>