-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
34 lines (34 loc) · 1.84 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
<!doctype html>
<html>
<head>
<title>Front End Suffolk - Working within the Browser</title>
<link href='http://fonts.googleapis.com/css?family=Droid+Sans:400,700' rel='stylesheet'>
<link rel="stylesheet" href="css/style.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" >
<meta name="apple-touch-fullscreen" content="yes" >
<meta name="apple-mobile-web-app-capable" content="yes" >
<meta name="apple-mobile-web-app-status-bar-style" content="black" >
<script src="js/modernizr.js"></script>
</head>
<body>
<header>
<img class="logo-narrow" src="img/logo-narrow.png" alt="Front End Suffolk">
</header>
<div>
<h1>FESuffolk</h1>
<p>Unfortunately due to finnicky design decisions the site is still under construction!</p>
<p>Next Month's meetup will be on Monday 24 February 7pm at the UCS waterfront building (room w116)</p>
</div>
<iframe src="https://www.google.com/maps/embed?pb=!1m13!1m8!1m3!1d2453.522000924662!2d1.1634106!3d52.0520182!3m2!1i1024!2i768!4f13.1!3m2!1m1!1s0x0%3A0x4414777c91bd5852!5e0!3m2!1sen!2suk!4v1389531967781" width="600" height="450" frameborder="0" style="border:0"></iframe>
<p>We have one talk...</p>
<div>
<h2><a href="http://www.chrysalistechnology.co.uk/">Carl Farmer</a></h2>
<p>A walk through and simple examples of how to automate your Android deveice using just a browser and some Javascript.</p>
</div>
<p>After that we will have a show and tell.</p>
<div>
<h2>Show And Tell</h2>
<p>Please bring along something you have made or been involved in or think is cool! No need for slides (unless you want to) talks can be anywhere from 2-10 minutes! This is a great opportunity for an easy first time talk!</p>
</div>
</body>
</html>