-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
60 lines (60 loc) · 2.4 KB
/
index.html
File metadata and controls
60 lines (60 loc) · 2.4 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
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
<!DOCTYPE html>
<html>
<head>
<title>Brooklyn Beta</title>
<meta charset="utf-8">
<link rel="stylesheet" href="stylesheet.css">
</head>
<body>
<nav>
<p>B</p>
<figure class="Blogo">
<div class="blackarrow">
</div>
</figure>
<ul>
<li>Beyond</li>
<li>Conference</li>
<li>Summer Camp</li>
<li>Purpose</li>
</ul>
<figure class="tweeter"></figure>
</nav>
<section class="title">
<figure><img src="img/brooklyn-beta-logo.png" alt="LOGO" height="50px"></figure>
<p>Brooklyn Beta is more than a conference. <br> It’s becoming a community.</p>
<div class="ivoryarrow"></div>
<!-- <p class="asdf"></p> -->
</section>
<section class="content">
<h2><strong>BB</strong> Conference 2013</h2>
<p>We’re back, and everyone’s invited! Be sure to grab your calendar, find <strong>October 9th, 10th, and 11th</strong>, and save those dates.</p>
<a href="#yolo">Learn more about the conference »</a>
</section>
<section class="content">
<h2><strong>BB</strong> Summer Camp</h2>
<p>We’re super excited to announce Summer Camp, our attempt to bring some early funding to designer-developer teams looking to build the next generation of web products.</p>
<a href="#yolo">Learn more about Summer Camp »</a>
</section>
<section class="content">
<h2><strong>BB</strong> Conference 2013</h2>
<p>Next on our agenda is a little something we’re cooking up to help keep the web community close in between conferences. We can’t wait to share it with you.</p>
<a href="#yolo">Sign up for updates »</a>
</section>
<section class="lovebox">
<h3>Make<em> </em>Something<em> </em>You<em> </em>Love</h3>
</section>
<section class="sponsors">
<figure class="sponsor mail"></figure>
<figure class="sponsor hoefler"></figure>
<figure class="sponsor engine"></figure>
<figure class="sponsor etsy"></figure>
<figure class="sponsor typekit"></figure>
<figure class="sponsor blueridge"></figure>
<figure class="sponsor designerfund"></figure>
<figure class="sponsor fb"></figure>
<figure class="sponsor dropbox"></figure>
<figure class="bigsponsor analogfk"></figure>
</section>
</body>
</html>