-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
46 lines (42 loc) · 1.38 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Learn.Code.Create</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<link rel="stylesheet" type="text/css" href="/css/main.css">
</head>
<!-- free template from: https://www.w3schools.com/bootstrap/tryit.asp?filename=trybs_default&stacked=h -->
<body>
<div class="jumbotron text-center">
<h1>Learn.Code.Create</h1>
<p> Code is the power of your mind realized by your finger tips. </p>
</div>
<div class="container">
<div class="row">
<div class="col-sm-4">
<a href="/learn.code.create/girlsWhoCodeHoCo/main">
<h3>Girls Who Code Howard County</h3>
</a>
<p>Local club branch hosted by BeYou </p>
<p>See what we do!</p>
</div>
<div class="col-sm-4">
<a href="#">
<h3>Learning Resources</h3>
</a>
<p>The best free places to learn code, computer science, and mathematics </p>
</div>
<div class="col-sm-4">
<a href="#">
<h3>Teaching Resources</h3>
</a>
<p>Resources, curriculum, and activities</p>
</div>
</div>
</div>
</body>
</html>