-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
63 lines (51 loc) · 1.63 KB
/
index.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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!DOCTYPE html>
<html>
<head>
<link type="text/css" rel="stylesheet" href="StyleSheet.css" />
<title></title>
<meta charset="utf-8" />
</head>
<body>
<div id="header">
<p id="name"> Isaac Kelman</p>
<p id="home">Homepage</p>
<p id="contact">
Contact Info:<br>
E-mail: <a id="email" href="mailto:[email protected]">[email protected]</a><br>
Phone number: 720-936-5951<br>
</p>
</div>
<div id="left">
<a href="index.html">
<p class="SideLink">HomePage</p>
</a>
<a href="school.html">
<p class="SideLink">Accademic Work</p>
</a>
<a href="work.html">
<p class="SideLink">Work Experence</p>
</a>
<a href="interests.html">
<p class="SideLink">Personal Interests</p>
</a>
</div>
<div id="right">
<p id="profile">
<img src="ProfilePic.jpg" />
</p>
<p id="maintext">
<h2 style="text-align:center;">Welcome to my website</h2>
Hello, my name is Isaac Kelman.<br />
I am a first year student at RIT. The picture on the left is from my seinior year of highschool. I chose that picture because I don't have a webcam
to take another picture.
</p>
</div>
<div id="footer">
<ul class="a">
<li>About</li>
<li><a id="source" href="https://github.com/ikelman27/IIM_Website" target="_blank">Souce Code</a></li>
</ul>
</div>
</body>
</html>