-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
86 lines (81 loc) · 4.04 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
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
<!DOCTYPE html>
<html>
<head>
<title>NextGenPrinting</title>
<link rel="icon" type="image/vnd.microsoft.icon"
href="../images/favicon.ico"/>
<link rel="stylesheet" type="text/css" href="css/Styles1.css">
<link rel="stylesheet" type="text/css" href="owl.carousel/owl-carousel/owl.carousel.css">
<link rel="stylesheet" type="text/css" href="owl.carousel/owl-carousel/owl.theme.css">
<script src="owl.carousel/assets/js/jquery-1.9.1.min.js"></script>
<script src="owl.carousel/owl-carousel/owl.carousel.js"></script>
<script src="js/featured.js"></script>
<script src="js/bootstrap-transition.js"></script>
</head>
<body>
<!--header-->
<div id="header">
<p class="headp"><img src="images/white.png" alt="logo" class="right"/> Think Beyond Ink.</p>
</div>
<!--navigation bar-->
<div class="navigation">
<ul class="navbar">
<li class="heading2"><a class="ht" href = "html/mission.html">ABOUT US</a></li>
<li class="heading2"><a class="ht" href = "html/blog.html">BLOG</a></li>
<li class="heading" style="color:white"><a class="a2" href = "index.html">NGP</a></li>
<li class="heading2"><a class="ht" href = "html/support.html">SUPPORT US</a></li>
<li class="heading2"><a class="ht" href = "html/faq.html">FAQ</a></li>
</ul>
</div>
<!--content-->
<div id="content">
<div id="fb-root"></div>
<script>
window.fbAsyncInit = function() {
FB.init({
appId : '622537391186605',
xfbml : true,
version : 'v2.0'
});
};
(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "http://connect.facebook.net/en_US/sdk.js#xfbml=1&appId=622537391186605&version=v2.0";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<center>
<div id="owl-demo" class="owl-carousel owl-theme">
<div class="item"><a href="http://www.teespring.com/thinkbeyondink"><img src="/images/Shirtbanner.png" ></a></div>
<div class="item">
<!--<center>
<p style="font-size:24px;color:#af0000">Watch our promo!</p>
<object width="560" height="315" margin-top="15px" margin-bottom="15px">
<param name="movie" value="//www.youtube.com/v/GGWPJbNgS7A?version=3&hl=en_US"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param>
<embed src="//www.youtube.com/v/GGWPJbNgS7A?version=3&hl=en_US" type="application/x-shockwave-flash" width="560" height="315" allowscriptaccess="always" allowfullscreen="true" style="padding:15px"></embed>
</object>
</center>-->
<div class="fb-like-box" data-href="https://www.facebook.com/NGPthinkbeyondink" data-width="1170" data-height="400" data-colorscheme="light" data-show-faces="true" data-header="true" data-stream="true" data-show-border="true"></div>
</div>
<div class="item">
<p style="font-size:24px;color:#af0000">Contact Us!</p>
<a href="html/contact.html">
<img src="images/NGP%20anim.gif" >
</a>
</div>
</div>
</center>
</div>
<!--footer-->
<div id="footer">
<img src="images/box.png" alt="box" class="bar"/>
<ul class="foot">
<li class="footing" style="color:#00a6dc"><a class="a3" href = "html/map.html">Site Map</li>
<li class="footing" style="color:#00a6dc"><a class="a3" href = "html/blog.html">Blog</li>
<li class="footing" style="color:#00a6dc"><a class="a3" href = "html/news.html">News </li>
<li class="footing" style="color:#00a6dc"><a class="a3" href = "html/contact.html">Contact Us</li>
</ul>
</div>
</body>
</html>