-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhobbies.html
More file actions
134 lines (123 loc) · 3.84 KB
/
hobbies.html
File metadata and controls
134 lines (123 loc) · 3.84 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
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>portfolio- contact</title>
<style type="text/css">
</style>
<link href="css/stylesheet.css" rel="stylesheet" type="text/css" />
<link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
<style type="text/css">
body{
background:#333 url(images/bg2.jpg) repeat top left;
font-family:Arial;
}
#valPic {
position: absolute;
left: 669px;
top: 713px;
width: 374px;
height: 302px;
z-index: 201;
}
.content {
position: absolute;
left: 125px;
top: 307px;
width: 506px;
height: 1000px;
z-index: 1;
font-style: italic;
text-align: center;
font-size: 24px;
color: #FFF;
background-color: rgba(20,47,29,0.50);
border-radius: 30px 0px 30px 0px;
font-family: Verdana, Geneva, sans-serif;
padding: 5px;
}
#valPic2 {
position: absolute;
left: 979px;
top: 576px;
width: 350px;
height: 251px;
z-index: 201;
}
#valPic3 {
position: absolute;
left: 723px;
top: 299px;
width: 438px;
height: 312px;
z-index: 201;
}
</style>
<script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
</head>
<body>
<div class="content">
<h1>Hobbies</h1>
<p> </p>
<p>_______________________</p>
<ul>
<li><h5>- Photography</h5>
<ul>
<li>I love to travel and I always take my camera with me. Love to take a nice shot and add it to my collection.</li>
</ul>
</li>
<li><h5>- Gaming</h5>
<ul>
<li>Destiny</li>
<li>No Man's Sky</li>
</ul>
</li>
<li><h5>- Hiking</h5>
<ul>
<li>I started enjoying hiking when I moved to Georgia. It has beatiful places.</li>
</ul>
</li>
<li><h5>- Travel</h5>
<ul>
<li>Every so often I plan a trip to a place that I have never seen before. Right now my goal is to visit all the major cityes in the US. I would also like to visit Japan one day.</li>
</ul>
</li>
</ul>
<!-- <h5>- Photography</h5>
<p>I love to travel and I always take my camera with me. Love to take a nice shot and add it to my collection.</p>
<h5>- Gaming</h5>
<p>Destiny is a game that I am curently enjoying. There are many other games but I just do not have the time :)</p>
<h5>- Hiking</h5>
<p>I started enjoying hiking when I moved to Georgia. It has beatiful places.</p>
<h5>- Travel</h5>
<p>Every so often I plan a trip to a place that I have never seen before. Right now my goal is to visit all the major cityes in the US. I would also like to visit Japan one day.</p>
<h5>- Movies/Anime</h5>s
<h5>- Coding</h5>
-->
<p> </p>
<p> </p>
</div>
<div id="nav">
<ul id="MenuBar1" class="MenuBarHorizontal">
<li><a href="index.html">Home</a> </li>
<li><a href="projects.html">Projects</a></li>
<li><a href="resume.html">Resume</a></li>
<li><a href="hobbies.html">Hobbies</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="blogpost.html">Blog</a></li>
</ul>
</div>
<div class="logo">
<h1>Hobbies</h1>
</div>
<div id="logoImg" ><img src="images/hobby.png" width="212" height="177" alt=""/></div>
<div class="img"></div>
<div id="apDiv1"></div>
<div id="valPic2"><img class="img" src="images/code.jpg" width="346" height="247" /></div>
<div id="valPic3"><img src="images/rex.jpg" width="436" height="310" alt=""/></div>
<div id="valPic"><img src="images/destiny.gif" width="371" height="300" alt=""/></div>
<script type="text/javascript">
var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
</script>
</body>
</html>