-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
51 lines (43 loc) · 1.62 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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<base href="http://bostonpythonworkshop.com/" />
<title>Boston Python Workshop: Home</title>
<link rel="stylesheet" type="text/css" media="screen, print, projection" href="style.css" />
</head>
<body>
<div id="topbar">
<div id="topnav">
<ul class="nav inline">
<li><a href="./"><img class="logo" style="width: 75px; height: 43px;" src="images/bpw-logo.png"></a></li>
</ul>
<ul class="nav top_higher">
<li><a href="">home</a></li>
<li><a href="events/">events</a></li>
<li><a href="about/">about</a></li>
<li><a href="thanks/">sponsorship</a></li>
<li><a href="press/">press</a></li>
<li><a href="clone-it/">run your own</a></li>
</ul>
</div>
</div>
<div id="wrap">
<div id="header"><h1>Home</h1></div>
<div id="main">
<div id="front_image_body">
<div style="float: left; width: 450px;">
<img class="front_image" src="images/bpw_group_2.jpg" style="width: 450px; padding: 0 10px 10px 0;">
<img class="front_image" src="images/bpw_group.jpg" style="width: 450px;">
</div>
<div id="front_image_right">
<img class="front_image" src="images/bpw_lecture.jpg" width="167px">
</div>
<p style="font-size: 200%; padding-top: .5em; margin-bottom: -10px; clear: both;">We empower women of all backgrounds to learn practical programming in a beginner-friendly environment.</p>
<p class="right"><a href="events/">Read about our next workshop »</a></p>
</div>
</div>
</div>
</body>
</html>