-
Notifications
You must be signed in to change notification settings - Fork 1
/
junkbucket.html
executable file
·60 lines (54 loc) · 2.28 KB
/
junkbucket.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
<!DOCTYPE html>
<html>
<head>
<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>About the Junk Bucket</h1>
<p>
The Junk Bucket is a skateboard carrying backpack that includes: 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, a laptop carrier, and an extra
front zipper pocket for organization. These backpacks incorporate flap cover and drawstrings; along with
waterproof material. These backpacks are for skaters to cruise with no worries about carrying not too
much baggage, but just enough.
</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>