-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
executable file
·68 lines (58 loc) · 2.63 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
<!DOCTYPE html>
<html>
<head>
<meta name="blitz" content="mu-a45efa5e-b1aa5980-7e1b9f68-77374a66">
<meta content="text/html;charset=utf-8" http-equiv="Content-Type">
<meta content="utf-8" http-equiv="encoding">
<title>Carlsbags</title>
<link rel="stylesheet" type="text/css" href="style.css" media="screen" />
<link rel="icon" type="image/png" href="resource/logo.png">
</head>
<body>
<div class="relpos">
<a href="index.html" class="HeaderLinkCbags"><img src="resource/logo.png" width="350" height="200" class="Logo"></a>
<div class="divPadding">
<!--NavBar-->
<div class="menu-outer">
<div class="table">
<ul class="Nav">
<li><a class="HeaderLink" id= "pocketbag" href="pocketbag.html">Pocket Bag</a></li>
<li><a class="HeaderLink" id= "junkbucket" href="junkbucket.html">Junk Bucket</a></li>
<li><a class="HeaderLink" id= "surfsling" href="surfsling.html">Surf Sling</a></li>
<li><a class="HeaderLink" id="shop" href="shop.html">Shop</a></li>
<li><a class="HeaderLink" id= "contact" href="contact.html">Contact Us</a></li>
</ul>
</div>
</div>
<div class="content">
<h1>Mission Statement</h1>
<p>At Carlsbags, we have the highest quality work force inspiring original, first-rate
designs. We are second to none in our methods, as well as continually putting
relationships with our customers first.</p>
<h1>Product Description</h1>
<p>Our product is a skateboard carrying backpack that includes: waterproof material, straps on the
outside to hold skateboard, side pockets on the outside with special cup holding pockets, detachable
filming pocket on the bottom of bag with an individual pocket for camera and camera caddy, and extra
pockets inside backpack for organization.
We also have a surf bag that doubles as a towel: made from absorbent towel material, carries
surfboard, has holes on either end of towel to be used as handles for carrying, comes with board wax,
and available space under board for carrying objects.</p>
</div>
</div>
<h5>This is an official Virtual Enterpriprises International firm website for educational purposes only for 2014-15.</h5>
</div>
<script type="text/javascript" src="resource/jquery.js"></script>
<script type="text/javascript" src="resource/jquery-ui.js"></script>
<script type="text/javascript" src="resource/video.js"></script>
<script type="text/javascript" src="resource/EventEmitter.min.js"></script>
<script type="text/javascript" src="resource/imagesloaded.js"></script>
<script type="text/javascript" src="resource/bigvideo.js"></script>
<script type="text/javascript">
$(function(){
var BV = new $.BigVideo();
BV.init();
BV.show('resource/beachsmall.webm',{ambient:true});
});
</script>
</body>
</html>