-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
91 lines (85 loc) · 2.84 KB
/
about.html
File metadata and controls
91 lines (85 loc) · 2.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
<!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- Home</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: 969px;
top: 387px;
width: 404px;
height: 680px;
z-index: 201;
}
.content {
position: absolute;
left: 125px;
top: 307px;
width: 870px;
height: 821px;
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;
}
</style>
<script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
</head>
<body>
<div id="logoImg"><img src="images/i.jpg" width="210" height="187" alt=""/></div>
<div class="content">
<p>Welcome to the electronic portfolio of</p>
<h3><strong>Valentin Meica</strong></h3>
<p>_______________________</p>
<h5>Education Information</h5>
<h5><strong>Major: </strong>Software Developement</h5>
<h5><strong>Year: </strong>junior</h5>
<h5><strong>Anticipated Graduation: </strong><span class="infoText">May 2017</span></h5>
<h5><strong><span class="infoText">Major GPA:</span></strong>3.82</h5>
<p>_____________________________________</p>
<p>This portfolio showcases a variety of my professional documents, academic work, and extracurricular experiences representative of the highlights of my undergraduate education at Georgia Gwinnett College.<br />
<br />
Please feel free to browse my work and contact me with any questions that you may have!<br />
<br />
Thank you for your time and interest!</p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<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> Welcome! </h1>
</div>
<div id="apDiv1"></div>
<script type="text/javascript">
var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
</script>
</body>
</html>