-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (43 loc) · 1.41 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://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>Cedillas, LLC</title>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<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="https://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>Cedillas, LLC</h1></div>
<div class="main_box">
<h2>Michael Miller</h2>
<ul class="info">
<li>
<h3>P</h3>
<p>+1 (407) 573-2292</p>
</li>
<!-- <li>
<h3>A</h3>
<p>P.O. Box 783353<br>Winter Garden, fl 34778</p>
</li> -->
<li>
<h3>S</h3>
<p class="social">
<!-- <a href="#" class="tw"></a> -->
<!-- <a href="#" class="fb"></a> -->
<a href="https://www.linkedin.com/in/cedillas" class="li"></a>
</p>
</li>
</ul>
</div>
</div>
</body>
</html>