-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
83 lines (77 loc) · 2.81 KB
/
index.html
File metadata and controls
83 lines (77 loc) · 2.81 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="bower_components/bootstrap/dist/css/bootstrap.css">
<link href="css/main.css" rel="stylesheet">
</head>
<body>
<div class="nav">
<div class="container">
<ul class="pull-left">
<li><a href="http://www.pammartinez.com/about-me.html">Sample logo</a></li>
<li><a href="http://www.pammartinez.com/about-me.html">Browse</a></li>
</ul>
<ul class="pull-right">
<li><a href="http://www.pammartinez.com/about-me.html">Sign Up</a></li>
<li><a href="http://www.pammartinez.com/about-me.html">Log In</a></li>
<li><a href="http://www.pammartinez.com/about-me.html">About</a></li>
</ul>
</div>
</div>
<div class="bg"></div>
<div class="jumbotron">
<h1>Pam's projects </h1>
<p>Here I have an assortment of random web projects that I've created. Please browse and feel free to check out my github to see the source code.</p>
</div>
<div class="learn-more">
<div class="row">
<div class="col-md-4">
<h3>Project 1</h3>
<p>Temp placeholder description for Project 1.</p>
<p><a href="#">Learn more about project 1</a></p>
</div>
<div class="col-md-4">
<h3>Project 2</h3>
<p>Temp placeholder description for Project 2.</p>
<p><a href="#">Learn more about project 2</a></p>
</div>
<div class="col-md-4">
<h3>Project 3</h3>
<p>Temp placeholder description for Project 3.</p>
<p><a href="#">Learn about project 3</a></p>
</div>
</div>
</div>
<div class="neighborhood-guides">
<div class ="container">
<h2>Cool pictures</h2>
<p>Blah blah blah blah? Cool thumbnails.</p>
<div class="row">
<div class="col-md-4">
<div class="thumbnail">
<img src="http://goo.gl/0sX3jq">
</div>
<div class="thumbnail">
<img src="http://goo.gl/0sX3jq">
</div>
</div>
<div class="col-md-4">
<div class="thumbnail">
<img src="http://goo.gl/0sX3jq">
</div>
<div class="thumbnail">
<img src="http://goo.gl/0sX3jq">
</div>
</div>
<div class="col-md-4">
<div class="thumbnail">
<img src="http://goo.gl/0Kd7UO">
</div>
</div>
</div>
</div>
</div>
<script src="bower_components/jquery/dist/jquery.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>