-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (32 loc) · 1.19 KB
/
index.html
File metadata and controls
35 lines (32 loc) · 1.19 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
<!DOCTYPE html>
<html lang="en">
<header>
<title>Emil Roy</title>
<link rel="stylesheet" href="CSS/master.css">
<link rel="FaviconIcon" href="favicon.ico" type="image/x-icon"> <!-- This is website logo-->
<link rel="shortcut" href="favicon.ico" type="image/x-icon">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"><!--mobile phone-->
<meta name="name" content="Emil Roy's Portal">
<meta name="robots" content="noindex, nofollow"> <!--delete line if you want this webpage to go online-->
</header>
<body>
<img src="Images/WebBack.jpg" width="200" alt="banner">
<h1>Emil Roy</h1>
<hr>
<h2>About Me</h2>
<p>(Version from June 2020. Not updated)</p>
<p>I live in Phoenix, Arizona</p>
<p>I am a freshman undergrad at Arizona State University majoring in Computer Science</p>
</body>
<hr>
<h2><a href="resume.html">Resume</a></h2>
<hr>
<h2><a href="https://github.com/emilroy">My Github</a></h2>
<hr>
<h2>Contact Me</h2>
<p>Email: <a href="mailto:emiljroy@gmail.com">emiljroy@gmail.com</a></p>
<footer>
<hr>
<code>Copyright © Emil Roy</code>
</footer>
</html>