-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
32 lines (32 loc) · 1.58 KB
/
contact.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
<!DOCTYPE html>
<html>
<head>
<link type="text/css" rel="stylesheet" href="stylesheet.css">
<link rel="stylesheet" href="bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="font-awesome/css/font-awesome.min.css">
<script type="text/javascript" src="jquery/jquery.js"></script>
<title>Zaki G Lindo</title>
</head>
<body style="background-color: #afb4b7; font-family: Georgia;">
<header class="container">
<div class="row">
<h1 class="col-sm-8"><b>Zaki G Lindo</b></h1>
<nav class="col-sm-4 text-right">
<a class="btn btn-primary" href="index.html" role="button"><h4 style= "font: 1em;">Main</h4></a>
<a class="btn btn-primary" href="resume.html" role="button"><h4 style= "font: 1em;">Resume</h4></a>
<a class="btn btn-primary" href="projects.html" role="button"><h4 style= "font: 1em;">Projects</h4></a>
<a class="btn btn-primary" href="contact.html" role="button"><h4 style= "font: 1em;">Contact</h4></a>
</nav>
</div>
</header>
<div class="jumbotron text-center">
<section id="doc">
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLScIiYusqvl10dyOdiw7-3dXqp9-HPFusQGV1jX2oU73HvVgYw/viewform?embedded=true"style="width:80em; height:35em; border: solid #000000 2px; scale:2em;"></iframe>
</section>
</div>
<div id="footer" class="row col-sm-12 text-center">
<p>Zaki Lindo | New York | <a href="contact.html"> Contact Me</a></p>
<p>Copyright © 2016 [Zaki Lindo]. All Rights Reserved.</p>
</div>
</body>
</html>