-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathindex.html
More file actions
65 lines (56 loc) · 2.89 KB
/
index.html
File metadata and controls
65 lines (56 loc) · 2.89 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
61
62
63
64
65
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>Women Who Code | Denton</title>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="stylesheet" href="styles.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- jQuery -->
<script src="https://code.jquery.com/jquery-2.2.3.min.js"></script>
<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
</head>
<body>
<header class='navbar navbar-default'>
<div class='container'>
<nav>
<ul class="nav navbar-nav">
<li><a href="#">Home</a></li>
<li><a href="#">Another link</a></li>
</ul>
</nav>
</div>
</header>
<div class="container">
<div class='jumbotron text-center'>
<h1>Welcome to Women Who Code's Denton Chapter</h1>
<h3>WWCode is a global 501(c)(3) non-profit dedicated to inspiring women to excel in technology careers.</h3>
<h3>Denton is a lovely town in Texas. =D</h3>
</div>
<h2>Upcoming events</h2>
Denton WWCode Meetup | Oct. 20, 2016 | <a href="https://www.meetup.com/Women-Who-Code-Dallas/events/234178440/">link to event</a>
<br>
Partner event: Techmill Hacktoberfest | Oct. 25, 2016 | <a href="http://www.meetup.com/Women-Who-Code-Dallas/events/235002323/">link to event</a>
<br>
Web Development Workshop Part 1: HTML/CSS/Git | TBD | link to event
<br>
Web Development Workshop Part 2: Adding in JavaScript | 2 weeks later! | link to event
<br>
<br>
<h3>As you can see, this site nees a lot of work.</h3>
<p>This site is configured to use bootstrap, but feel free to use any framework you'd like (or none at all)!</p>
<p>Check out the <a href="https://github.com/wwcodedenton/wwcodedenton.github.io/blob/master/README.md">README</a> at this site's open source repository to find out how you can help.</p>
<br>
</div>
</body>
</html>