forked from SEA-Design-Dev/css-core-architecture
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (26 loc) · 1.44 KB
/
index.html
File metadata and controls
28 lines (26 loc) · 1.44 KB
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
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Event Page</title>
<meta name="Front End Dev Meetup" content="Come to the Event to start networking.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="css/event.css">
</head>
<body>
<!--[if lt IE 8]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<main>
<article class="event-module bkg-image">
<section class="event-speaker"></section>
<h1 class="event-info__title">Front End Dev Meetup</h1>
<p class="event-info">Welcome! This is just another Social group in the North End, a lot like a lot of other Social and Have Fun groups in the North End. This group will have events mostly in the North Seattle, Edmonds, Lynnwood, Bothell, Mill Creek and South Everett area. But, we’ll also branch out if there is something fun happening elsewhere.</p>
<a href="#"><button>Find out more</button></a>
<p class="event-info__location"><em>Tuesday, September 9, 2014 7:00 PM, Downtown Seattle Center</em></p>
</article>
</main>
</body>
</html>