-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
44 lines (44 loc) · 1.64 KB
/
index.html
File metadata and controls
44 lines (44 loc) · 1.64 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
<!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" />
<meta name="google-site-verification" content="YY9e7oNzQ9SFyx88zx4CMFCpo09YTec5--W-v4eNblA" />
<title>Product Manager | Software Developer</title>
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
<link href="tools/style.css" rel="stylesheet" type="text/css" />
<link href="tools/960.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
<script type="text/javascript" src="js/cufon-yui.js"></script>
<script type="text/javascript" src="js/Clarendon_LT_Std_700.font.js"></script>
<script type="text/javascript">
Cufon.replace('h1,h3', {fontFamily: 'Clarendon LT Std', hover:true})
</script>
</head>
<body>
<div id="shim"></div>
<div id="content">
<div class="logo_box"><h1>MARC<br/>BALESTRERI</h1></div>
<div class="main_box">
<h2>Product Manager | Software Developer<br/><br/><span>Feel Free To Connect With Me</span></h2>
<ul class="info">
<li>
<h3>P</h3>
<p>408-394-6230</p>
</li>
<li>
<h3>A</h3>
<p>California, USA</p>
</li>
<li>
<h3>S</h3>
<p class="social">
<a href="daftpunk.html"class="fb"></a>
<a href="https://twitter.com/marcbal77" class="tw"></a>
<a href="https://www.linkedin.com/in/marcbal" class="li"></a>
</p>
</li>
</ul>
</div>
</div>
</body>
</html>