-
Notifications
You must be signed in to change notification settings - Fork 1
/
surfsling.html
executable file
·62 lines (55 loc) · 2.41 KB
/
surfsling.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
<!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 Surf Sling</h1>
<p>
The Surf Sling is a bag that comes with extra space which is great for surfboarders to use to put their belongings
in such as suntan lotion, wet suit, sun block, wax, etc... And it is easy to carry. So much space no more
double trips to the car! The bag has enough pockets for you to be organized and it is even water resistant.
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. The surf sling is the bag for you surfers it is reliable and it has a place to even
put your surfboard in!
</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>