-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
executable file
·126 lines (108 loc) · 5.36 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
<!DOCTYPE html>
<html>
<head>
<title></title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
<link href="Content/font-awesome.min.css" rel="stylesheet" />
<link href="Content/bootstrap.min.css" rel="stylesheet" />
<link rel="stylesheet" href="Content/animate.css">
<link href="app.css" rel="stylesheet" />
<link rel="stylesheet/less" type="text/css" href="background.less" />
</head>
<body>
<header id="top">
<nav class="navbar navbar-inverse navbar-fixed-top cbp-af-header"
role="navigation">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed"
data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href="#top">
<img src="images/freesideofficialnavlogo.png" />
</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li><a href="#top">Home</a></li>
<li><a href="#mission">Mission</a></li>
<!--<li><a href="#cosplay">Projects</a></li>-->
<li><a href="#activities">Activities</a></li>
<li><a href="#contact-us">Contact Us</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
</header>
<div class="container-fluid">
<section class="row title-row">
<div class="fill-screen stellar-bg"
style="background-image: url(images/spacemdbg-darkened.jpg)"
data-stellar-background-ratio="0.2">
<img class="img-responsive title-image" src="images/clearbackgroundwhitelogo.png" alt="Freeside Atlanta Logo" />
<div class="down-button">
<a class="btn" href="#mission">
<i class="fa fa-arrow-circle-down fa-4x wow fadeInDown" data-wow-delay="3s"></i>
</a>
</div>
</div>
</section>
<section id="mission" class="row text-banner wow fadeIn">
<h1>WELCOME TO FREESIDE</h1>
<p>Freeside Technology Spaces, a 501(c)3 non-profit organization, strives to provide a space that inspires collaboration, creativity, teaching, and open projects for the Atlanta community.</p>
</section>
<section id="cosplay" class="row">
<div class="fill-screen fixed-attachment" style="background-image: url(images/cosplaybuildout.jpg)">
</div>
</section>
<section id="activities" class="row activity-section blue">
<div class="activity-element col-md-4">
<img src="images/mosfet.jpg" />
<h2>Community</h2>
<p>Freeside is a collaborative space to grow, learn, teach, and create.</p>
</div>
<div class="activity-element col-md-4">
<img src="images/lulzbot.jpg" />
<h2>Creativity</h2>
<p>We offer classes in both traditional and novel fabrication techniques, you can even teach if you have the chops!</p>
</div>
<div class="activity-element col-md-4">
<img src="images/solderingstation.gif" />
<h2>Dreams to Reality</h2>
<p>You can finally get your projects off of the dining room table.</p>
</div>
</section>
<section class="row">
<div class=" fill-screen fixed-attachment" style="background-image: url(images/EmilyPidgeon.jpg)">
</div>
</section>
<section id="contact-us" class="row contact-us wow pulse">
<h1>CONTACT US</h1>
<h3>The Only Limit is yourself</h3>
<p>675 Metropolitan Pkwy, Atlanta GA</p>
<p>http://meetup.com/freeside-atlanta</p>
<p>http://wiki.freesideatlanta.org</p>
<p>hello@freesideatlanta.org</p>
</section>
</div>
<footer class="container-fluid">
<div class="row">
</div>
</footer>
<script src="Scripts/jquery-1.9.0.min.js"></script>
<script src="Scripts/bootstrap.min.js"></script>
<script src="Scripts/classie.js"></script>
<script src="Scripts/cbpAnimatedHeader.js"></script>
<script src="Scripts/jquery.easing.1.3.js"></script>
<script src="Scripts/jquery.stellar.js"></script>
<script src="Scripts/wow.min.js"></script>
<script src="scrolling.js"></script>
</body>
</html>