-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
139 lines (120 loc) · 5.69 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
127
128
129
130
131
132
133
134
135
136
137
138
139
<!DOCTYPE html>
<html>
<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="Technology,Lancaster,Coding,Programming,Meetup">
<title>Tech Lancaster</title>
<link href='https://fonts.googleapis.com/css?family=Lato:400,300,300italic|Oswald' rel='stylesheet' type='text/css'>
<link href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.4.0/css/font-awesome.min.css' rel='stylesheet' type='text/css'>
<link href="/css/bootstrap.css" rel="stylesheet" media="screen">
<!-- HTML5 Shim and Respond.js add IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv-printshiv.min.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
<![endif]-->
<link rel="shortcut icon" type="image/png" href="/index.png">
</head>
<body>
<header role="banner">
<div class="container">
<div class="row">
<div class="col-sm-12">
<h1>
<a href="/">
<img src="/images/TechLancaster_Logo.png" class="img-responsive center-block logo" alt="Tech Lancaster" />
</a>
</h1>
<p class="tl-tagline">
Supporting the tech community in Lancaster.
</p>
</div>
</div>
</div>
</header>
<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="container">
<!-- 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="#navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="navbar-collapse-1">
<ul class="navbar-nav nav">
<li class="active first"> <a href="/">Home</a> </li>
<li class="last"> <a href="/#calendar">Calendar</a> </li>
</ul>
<ul class="nav navbar-nav navbar-right">
<ul class="navbar-nav nav">
<li class="first"><a href="https://www.youtube.com/channel/UC1J672VqnvOrqZejHlE2F1g" target="_blank"><i class="fa fa-youtube-square"></i></a></li>
</ul>
<!--<li><a href="https://twitter.com/techlancaster" target="_blank"><i class="fa fa-twitter-square"></i></a></li>
<li><a href="https://github.com/techlancaster" target="_blank"><i class="fa fa-github-square"></i></a></li>-->
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
<main role="main">
<section class="tl-bg-gray">
<div class="container">
<div class="row flex-row flex-row-wrap">
<div class="col-sm-12">
<p>
TechLancaster started as a simple local meetup, a safe place for like-minded tech people to come together and geek out. We've strived to be open, welcoming, and supportive to everyone in the community, regardless of their interest or background.
</p>
<p>
These past years have seen amazing growth in Lancaster's tech scene, and we believe this is only the beginning. As members of the tech community, we want to support this growth and ensure the community remains a healthy, open, and welcoming place for all
its current and future members.
</p>
</div>
</div>
<div class="row">
<div class="col-sm-4">
<!--<a class="attention-box" href="#">
Starting a new meetup? Check out our guide assembled by other local organizers.
</a>-->
</div>
<div class="col-sm-4">
<!--<a class="attention-box" href="/resources">
Want to start a meetup? We're putting together some resources for you!
</a>-->
</div>
<div class="col-sm-4">
<!--<a class="attention-box" href="#">
Starting a new meetup? Here are some things you should know.
</a>-->
</div>
</div>
</div>
</section>
<!-- section.tl-bg-gray -->
<section class="tl-bg-light-blue tl-section-cal">
<h1 class="tl-bg-gold tl-section-header" id="calendar">Community Meetups</h1>
<div class="container">
<iframe src="https://calendar.google.com/calendar/embed?showPrint=0&mode=AGENDA&height=600&wkst=1&bgcolor=%23FFFFFF&src=6l7e832ee9bemt1i9c42vltrug%40group.calendar.google.com&color=%238C500B&ctz=America%2FNew_York" style="border-width:0" width="100%" height="600" frameborder="0" scrolling="no"></iframe>
</div>
</section>
</main>
<footer>
<div class="container">
<div class="row">
<span class="col-sm-12">© TechLancaster 2018</span>
</div>
</div>
</footer>
<!-- jQuery (necessary for Bootstraps JavaScript plugins) -->
<script
src="https://code.jquery.com/jquery-2.2.4.min.js"
integrity="sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44="
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
</body>
</html>