-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
53 lines (48 loc) · 1.9 KB
/
Copy pathcontact.html
File metadata and controls
53 lines (48 loc) · 1.9 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
<!DOCTYPE html>
<html>
<head>
<title>Pace Lee | Contact</title>
<link href='css/bootstrap.min.css' rel='stylesheet'>
<link href='css/styling.css' rel='stylesheet'>
<link href="https://fonts.googleapis.com/css?family=Barrio" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet">
</head>
<body>
<div class='navbar navbar-default navbar-static-top'>
<div class='container topbar'>
<a href='index.html' class='navbar-brand'>Pace Lee</a>
<ul class='nav navbar-nav navbar-right collapse navbar-collapse'>
<li><a href='photos1.html'>Photos
<span class='glyphicon glyphicon-camera'></span></a></li>
<li><a href='about.html'>About
<span class='glyphicon glyphicon-user'></span></a></li>
<li><a href='contact.html'>Contact
<span class='glyphicon glyphicon-pencil'></span></a></li>
<li><a href='experiments.html'>Experiments
<span class='glyphicon glyphicon-cloud'></span></a></li>
</ul>
</div>
</div>
<div class="container">
<h1><b> Contact </b></h1>
<br>
<div class="col-md-1">
<span class="glyphicon glyphicon-envelope">
</div>
<p><b> pacemlee@gmail.com </b></p>
<br>
<div class="col-md-1">
<span class="glyphicon glyphicon-phone">
</div>
<p><b> 1-773-936-4398 </b></p>
<br>
<div class="col-md-1">
<span class="glyphicon glyphicon-home">
</div>
<p><b> 111 Broadway, Brooklyn, NY 11249 </b></p>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script src='js/bootstrap.js'></script>
<script type="text/javascript" src="/Users/PaceLee/Website/js/application.js"></script>
</body>
</html>