-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontactus.html
44 lines (43 loc) · 1.68 KB
/
contactus.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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>contact us</title>
<link rel="stylesheet" href="global.css">
<link rel="stylesheet" href="contactus.css">
<script type="text/javascript" src="global.js"></script>
<link href="https://fonts.googleapis.com/css?family=Dosis:200,300,400,500,600,700,800" rel="stylesheet">
</head>
<body>
<img id="logo" src="images/logo-web.svg" alt="logo" />
<div class="nav-button">
<span></span>
<span></span>
<span></span>
</div>
<nav id="nav">
<a href="index.html">home</a>
<a href="gallery.html">gallery</a>
<a href="about.html">about</a>
<a href="contactus.html">contact</a>
<a href="game_site/game.html">game</a>
</nav>
<div class="background">
<div class="text">
<a class="headline" href="mailto:ohad2255@hotmail.com">ohad2255@hotmail.com</a>
<p>Cell: 0547983350</p>
<a class="headline" href="portfolio.pdf" target="_blank">portfolio</a>
<div class="contact-form">
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSdU0BoVgk1Aw-l1gxBqW5XFsRs1OOtCNbZewLBMf7UwVeuZRQ/viewform?embedded=true" width="304" height="200" frameborder="0" marginheight="0" marginwidth="0">Loading...</iframe>
</div>
</div>
<div class="footer">
© Ohad Yaakov |
<a class="about-link" href="about.html">about Us</a> |
<a class="gallery-link" href="gallery.html">Gallery</a> |
<a class="mail-link" href="mailto:ohad2255@hotmail.com">ohad2255@hotmail.com</a> |
<a class="home-link" href="index.html">Home</a>
</div>
</div>
</body>
</html>