-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
35 lines (34 loc) · 2.21 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
<!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>
<link rel="shortcut icon" type="image/x-icon" href="http://cdn.willigant.com/static/favicons/willigant.ico" />
<link href="resources/css/master.css" rel="stylesheet" type="text/css" />
<!--[if lte IE 6]>
<link href="/resources/css/ie6.xcss" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="/resources/css/pngFix/iepngfix_tilebg.js"></script>
<![endif]-->
<script type="text/javascript" src="https://www.google.com/jsapi?key=ABQIAAAAKzFwP6fx6Rcj8MtCeMIlchT4rsk2LUN7E0gIH71FhWMtIv0fDxSuogx2Rx6NeYm8K5RzBRwlnUC7HA"></script>
<script type="text/javascript">
google.load("jquery", "1.4.4");
</script>
<title> WilliGant | Too Big For Your Box </title>
</head>
<body>
<div id="mainLogo">
<div id="boxes" class="pointer">
<a id="redBox" class="box pointer" onmouseover="$('#fineWines').stop(true,true).slideDown();" onmouseout="$('#fineWines').stop(true,true).slideUp();" href="http://finewines.willigant.com"></a>
<a id="lightBlueBox" class="box pointer" onmouseover="$('#socialBlendr').stop(true,true).slideDown();" onmouseout="$('#socialBlendr').stop(true,true).slideUp();" href="http://www.socialblendr.com"></a>
<a id="yellowBox" class="box pointer" onmouseover="$('#sketchAlert').stop(true,true).slideDown();" onmouseout="$('#sketchAlert').stop(true,true).slideUp();" href="http://av.willigant.com"></a>
<a id="blueBox" class="box pointer" onmouseover="$('#lbc').stop(true,true).slideDown();" onmouseout="$('#lbc').stop(true,true).slideUp();" href="http://apps.willigant.com"></a>
<a id="greenBox" class="box pointer" onmouseover="$('#connectedGreek').stop(true,true).slideDown();" onmouseout="$('#connectedGreek').stop(true,true).slideUp();" href="http://wvvw.connectedgreek.com"></a>
</div>
<div id="titles">
<div id="fineWines" class="title hidden"></div>
<div id="connectedGreek" class="title hidden"></div>
<div id="lbc" class="title hidden"></div>
<div id="sketchAlert" class="title hidden"></div>
<div id="socialBlendr" class="title hidden"></div>
</div>
</div>
</body>
</html>