forked from gaelenkash/rvajs.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathannouncements.html
29 lines (25 loc) · 976 Bytes
/
announcements.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
<!DOCTYPE html>
<html>
<head>
<title>RVA.js</title>
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
<link rel="stylesheet" type="text/css" href="css/app.css" />
</head>
<body>
<section>
<div class="logo">
<img src="img/[email protected]"><canvas></canvas>
</div>
<h1>Announcements</h1>
<h3>July 1, 2014 - Steve Michelotti - Supercharge your Javascript with TypeScript</h3>
<h3>Looking for volunteers to help with setup/cleanup - <a href="http://twitter.com/rvajs">@rvajs</a></h3>
<h3>June 9, 2014 - API Craft RVA - <a href="http://meetup.com/804rva">meetup.com/804rva</a></h3>
<section class="sponsors">
<div class="links">
<a href="http://www.recruitingconcepts.net/"><img src="img/rc-logo.png" /></a>
<a href="http://www.804rva.com"><img src="img/804rva-logo.png" /></a>
</div>
</section>
<script src="js/app.js"></script>
</body>
</html>