forked from texaspredental/texaspredental
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex
168 lines (150 loc) · 7.13 KB
/
index
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Official website for UT Austin’s flagship pre-dental society. Find out about upcoming events, opportunities, and everything pre-dental!">
<meta name="author" content="Rahul Dhir">
<title>Texas Pre-Dental Society | The University of Texas at Austin</title>
<!-- Favicon -->
<link rel="shortcut icon" href="images/favicon.png">
<!-- Open Graph -->
<meta property="og:title" content="Texas Pre-Dental Society">
<meta property="og:url" content="http://texaspredental.org">
<meta property="og:image" content="http://texaspredental.org/images/og_image.png">
<!-- Custom Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700" rel="stylesheet">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-T8Gy5hrqNKT+hzMclPo118YTQO6cYprQmhrYwIiQ/3axmI1hQomh7Ud2hPOy8SP1" crossorigin="anonymous">
<!-- Theme CSS -->
<link href="css/main.css" rel="stylesheet">
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-81518803-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<header class="navbar navbar-inverse navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/">
<img src="images/logo_white.png"> Texas Pre-Dental Society
</a>
</div>
<nav id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="officers">Officers</a></li>
<li><a href="members">Members</a></li>
<li><a href="join">Join</a></li>
</ul>
</nav>
</div>
</header>
<section class="jumbotron">
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<h1>Spreading Smiles Across Texas</h1>
<br>
<a href="join" class="btn btn-primary btn-lg">Become a Member</a>
</div>
</div>
</div>
</section>
<section>
<div class="container">
<div class="row">
<div class="col-md-3">
<h2>Meeting Schedule</h2>
<ul class="list-unstyled meeting-list">
<li><strong>Feb. 1, 2017</strong> at 7 PM in PAI 2.48</li>
<li><strong>Feb. 15, 2017</strong> at 7 PM in PAI 2.48</li>
<li><strong>Mar. 1, 2017</strong> at 7 PM in PAI 2.48</li>
<li><strong>Mar. 29, 2017</strong> at 7 PM in PAI 2.48</li>
<li><strong>Apr. 19, 2017</strong> at 7 PM in PAI 2.48</li>
</ul>
</div>
<div class="col-md-9">
<h2>Get Involved</h2>
<p class="mission-statement">Texas Pre-Dental Society is an organization within The University of Texas at Austin College of Natural Sciences that educates students about the field of dentistry and prepares them for various aspects of the dental profession. Through facilitating events at which students can interact with dental school deans and admissions board members, and dentists, members are exposed to the expectations for dental school candidates. Membership provides access to group trips to dental schools within Texas, a shadowing program with local dentists, on-going community service events, and social events.</p>
</div>
</div>
</div>
</section>
<section>
<div class="container">
<div id="calendar"></div>
</div>
</section>
<footer>
<div class="container">
<div class="row">
<div class="col-md-8">
<h2>Looking for Something?</h2>
<div class="col-sm-4">
<ul class="list-unstyled">
<li><a href="/">Home</a></li>
<li><a href="officers">Officers</a></li>
<li><a href="members">Members</a></li>
</ul>
</div>
<div class="col-sm-4">
<ul class="list-unstyled">
<li><a href="join">Join</a></li>
<li><a href="#" class="disabled">Blog</a></li>
<li><a href="http://www.zazzle.com/texaspredental" target="_blank">Merchandise</a></li>
</ul>
</div>
<div class="col-sm-4">
<ul class="list-unstyled">
<li><a href="constitution">Constitution</a></li>
<li><a href="privacy-policy">Privacy Policy</a></li>
<li><a href="terms">Terms and Conditions</a></li>
</ul>
</div>
</div>
<div class="col-md-4">
<h2>Contact Us</h2>
<p><a href="officers">Email our officers</a> or reach out to us on social media and connect with us on LinkedIn!</p>
<ul class="list-inline social-media-icons">
<li><a href="https://www.facebook.com/groups/texaspredental/" target="_blank"><i class="fa fa-3x fa-facebook"></i></a></li>
<li><a href="https://twitter.com/texaspredent" target="_blank"><i class="fa fa-3x fa-twitter"></i></a></li>
<li><a href="https://www.instagram.com/texaspredental/" target="_blank"><i class="fa fa-3x fa-instagram"></i></a></li>
<li><a href="https://www.linkedin.com/company/9292952" target="_blank"><i class="fa fa-3x fa-linkedin"></i></a></li>
</ul>
</div>
</div>
<div class="row text-center">
<p class="copyright">Texas Pre-Dental Society is an affiliate of The University of Texas at Austin College of Natural Sciences.<br>©2017 Texas Pre-Dental Society. All rights reserved. Design by <a href="http://rahuldhir.com" target="_blank">Rahul Dhir</a>.</p>
</div>
</div>
</footer>
<script src="https://code.jquery.com/jquery-3.1.0.min.js" integrity="sha256-cCueBR6CsyA4/9szpPfrX3s49M9vUU5BgtiJj06wt/s=" crossorigin="anonymous"></script>
<script src="js/bootstrap.min.js"></script>
<link rel="stylesheet" href="js/fullcalendar/fullcalendar.min.css">
<script src="js/fullcalendar/lib/moment.min.js"></script>
<script src="js/fullcalendar/fullcalendar.min.js"></script>
<script src="js/fullcalendar/gcal.js"></script>
<script>
$(document).ready(function() {
$('#calendar').fullCalendar({
googleCalendarApiKey: 'AIzaSyDgqwkrlz8UaSj2j44MzeKJo_S3f8fg_8s',
events: {
googleCalendarId: 'texaspredental.org_v6pjtqg079b5uqnl14rvjut674@group.calendar.google.com'
}
});
});
</script>
<script src="js/main.js"></script>
</body>
</html>