-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathResume.php
43 lines (41 loc) · 1.64 KB
/
Resume.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
37
38
39
40
41
42
43
<!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.php">About</a>
<a href = "projects.php">Projects and Accomplishment</a>
<a href = "Resume.php"><i>Resume</i></a>
</nav>
<main>
<figure id="me">
<!--<img src ="img/i_gopar_Resum.pdf"/>-->
<!-- <embed src="file_name.pdf" width="800px" height="2100px" />-->
</figure>
<div class="columns download">
<embed src="img/I_Gopar_Resume.pdf" type="application/pdf" height="800px" width="70%">
<!-- <object width="400" height="400" data="i_gopar_Resum.pdf"></object>-->
<!-- <embed src="file_name.pdf" width="800px" height="2100px" />-->
<p>
<a href="img/i_gopar_Resum.pdf" class="button" download><i class="fa fa-download"></i>Download Resume</a>
</p>
</div>
<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>
</main>
</body>
</html>