-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
38 lines (35 loc) · 1.47 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
---
title: Home
layout: nav
nexttime: 5:00 PM
nextmeeting: November 16th, 2016
nextlocation: LB 164
---
<div class="section no-pad-bot" id="index-banner">
<div class="container">
<br>
<div class="row">
<div class="col s12 m3 ">
<img width="80%" src="img/hand_phone.png" />
</div>
<div class=" col s12 m9">
<h3 class="yellow-text text-darken-3">Mobile Application Development Club</h3>
<h5 class="light">at Embry-Riddle Aeronautical University</h5>
</div>
<div class="hide col s12 m9">
<h3 class="center yellow-text text-darken-3">Mobile Application Development Club</h3>
<h5 class="center light">at Embry-Riddle Aeronautical University</h5>
</div>
</div>
<div class="row ">
<h5 class=" center header col s12 light">Providing you with the resources and environment to build your first mobile application and more</h5>
</div>
<div class="row center">
<a href="https://www.facebook.com/eraumadclub" id="download-button" class="btn-large waves-effect waves-light black-text yellow darken-3">Join Us On Facebook</a>
<!-- <a href="https://connection.erau.edu/organization/MADclub" id="download-button" class="btn-large waves-effect waves-light black-text yellow darken-3">Get Connected</a>-->
</div>
<div class="row center"><br>
<p class="header col s12"><h5>Our next meeting is at {{ page.nexttime }} on {{ page.nextmeeting }} in {{ page.nextlocation }}</h5></p><br>
</div>
</div>
</div>