-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.php
36 lines (33 loc) · 1.45 KB
/
contact.php
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
<!DOCTYPE html>
<html>
<head>
<meta charset = "utf-8"/>
<title>Irais Gopar: Personlb Website</title>
<link href ="css/style.css" rel =" stylesheet" type = "text/css"/>
</head>
<body>
<header>
<h1 style="font-size:60px;">Irais Gopar</h1>
</header>
<nav>
<hr width ="50%">
<a href ="index.php">Home</a>
<a href = "about.html">About</a>
<a href = "contact.html"><i>Contact</i></a>
<a href = "Resume.html">Resume</a>
</nav>
<div id = "content">
<iframe id = "form" src="https://docs.google.com/forms/d/e/1FAIpQLSd32IjtLMRwnRvfQFkBkc_uX04rtOSGs24FU9ZfUrb8NA4IEw/viewform?embedded=true" width="760" height="1000" frameborder="0" marginheight="0" marginwidth="0">Loading...</iframe>
<!--<embed src="img/i_gopar_Resum.pdf" type="application/pdf" height="800px" width="70%"> -->
</div>
<!-- This is the footern -->
<!-- tHE FOOTER GOES INSIDE THE BODY BUT NOT ALWAYS-->
<footer id="fter">
<hr>
CST 336. 2018© Gopar<br />
<strong>Disclaimer:</strong> The information in this webpage can fictitous.<br />
It is used for academic purposes only.<br />
<img src="https://csumb.edu/sites/default/files/styles/profile_large/public/photo_1_6.jpg?itok=N4I4g9Wl">
</footer>
</body>
</html>