-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
45 lines (44 loc) · 1.94 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
<!DOCTYPE html>
<html lang="en-ca">
<head>
<title>Jessica Sideways on Github</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet" media="screen" />
<!-- HTML5 Shim and Respond.js 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/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="col-md-9">
<h1>My name is Jessica Sideways.</h1>
<p class="lead">I am a web design student from Boulder, Colorado. I work on cool things, and I put some of them on Github. You can check out some of my projects on Github to the right.</p>
</div>
<div class="col-md-3">
<h3>Active Projects</h3>
<p>These are projects that I am working on right now.</p>
<ul class="list-group">
<li class="list-group-item"><a href="http://jessicasideways.github.io/byoumagazine/">BYOU Magazine</a></li>
</ul>
<h3>Suspended Projects</h3>
<p>These are projects that I am not currently working on. :(</p>
<ul class="list-group">
<li class="list-group-item"><a href="http://jessicasideways.github.io/youare">The You Are Theme</a></li>
</ul>
<h3>Abandoned Projects</h3>
<p>These are projects that have been abandoned by clients.</p>
<ul class="list-group">
<li class="list-group-item"><a href="jessicasideways.github.io/cainczopek/">Cain Czopek</a></li>
</ul>
</div>
</div>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://code.jquery.com/jquery.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.min.js"></script>
</body>
</html>