-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
47 lines (44 loc) · 2.01 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
45
46
47
<!DOCTYPE html>
<html>
<head>
<title>Fireant</title>
<link href='http://fonts.googleapis.com/css?family=Droid+Sans:400,700|Ubuntu:400,500,700,400italic,500italic,700italic|Droid+Serif:700italic' rel='stylesheet' type='text/css'/>
<link href="jquery.bxslider.css" rel="stylesheet"/>
<link href="style.css" rel="stylesheet"/>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
<script src="jquery-1.9.0.min.js"></script>
<script src="jquery.bxslider.js"></script>
<script src="main.js"></script>
</head>
<body>
<div class="container">
<div class="header">
<div class="inner_header">
<a href="http://www.fireantstudio.com/home"><img id="logo"src="images/_logo.png"/></a>
<ul class="links">
<li id="email">
<a href="mailto:[email protected]?subject=Hello Fireant">how can we help you?<img id="emailimg" src="images/mail.png"/></a>
</li>
<li id="share">
<script>function fbs_click() {u=location.href;t=document.title;window.open('http://www.facebook.com/sharer.php?u='+encodeURIComponent(u)+'&t='+encodeURIComponent(t),'sharer','toolbar=0,status=0,width=626,height=436');return false;}</script><a rel="nofollow" href=" http://www.facebook.com/share.php?u=<;url>" onclick="return fbs_click()" target="_blank"> share this portfolio<img id="shareimg" src="images/share.png"/></a>
</li>
</ul>
</div>
</div>
<ul class="bxslider">
<li>
<img src="images/Skribbee.png" height="2488" width="1400" title="Skribbee" />
</li>
<li>
<img src="images/American_Crew.png" height="2488" width="1400" title="American Crew" />
</li>
<li>
<img src="images/Karsh.png" height="2488" width="1400" title="Karsh/Hagan" />
</li>
<li>
<img src="images/Impossible.png" height="2488" width="1400" title="Impossible" />
</li>
</ul>
</div>
</body>
</html>