-
Notifications
You must be signed in to change notification settings - Fork 0
/
vocSubCat.html
executable file
·124 lines (106 loc) · 4.3 KB
/
vocSubCat.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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
<!--A Design by W3layouts
Author: W3layout
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
-->
<!DOCTYPE html>
<html>
<head>
<title>EAC : Employment Awareness Course</title>
<!-- jQuery-->
<script src="js/jquery.min.js"></script>
<!-- Custom Theme files -->
<!--theme-style-->
<link href="css/style.css" rel="stylesheet" type="text/css" media="all" />
<!--//theme-style-->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="keywords" content="Kappe Responsive web template, Bootstrap Web Templates, Flat Web Templates, Andriod Compatible web template,
Smartphone Compatible web template, free webdesigns for Nokia, Samsung, LG, SonyErricsson, Motorola web design" />
<script type="application/x-javascript"> addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false); function hideURLbar(){ window.scrollTo(0,1); } </script>
<!--fonts-->
<link href='http://fonts.googleapis.com/css?family=Roboto:400,300,100,500,700,900' rel='stylesheet' type='text/css'>
<!--//fonts-->
</head>
<body>
<div class="header">
<div class="header-left">
<div class="logo">
<a href="index.html"><img src="images/PaceLogo.jpg" alt=""></a>
</div>
<div class="top-nav">
<ul >
<li class="active" ><a href="index1.html" >HOME</a></li>
<!-- <li><a href="work.html" class="black" > WORK</a></li> -->
<li><a href="about.html" class="black1"> ABOUT</a></li>
<!-- <li><a href="blog.html" class="black2" > BLOG</a></li>
<li><a href="404.html" class="black3" > SERVICES</a></li>
<li><a href="contact.html" class="black4" > CONTACT</a></li> -->
</ul>
</div>
<!-- <ul class="social-in">
<li><a href="#"><i> </i></a></li>
<li><a href="#"><i class="gmail"> </i></a></li>
<li><a href="#"><i class="twitter"> </i></a></li>
<li><a href="#"><i class="pin"> </i></a></li>
<li><a href="#"><i class="dribble"> </i></a></li>
<li><a href="#"><i class="behance"> </i></a></li>
</ul> -->
<p class="footer-class">Template by <a href="http://w3layouts.com/" target="_blank">W3layouts</a> </p>
</div>
<!---->
<div class="header-top">
<div class="logo-in">
<a href="index.html"><img src="images/logo.png" alt=""></a>
</div>
<div class="top-nav-in">
<span class="menu"><img src="images/menu.png" alt=""> </span>
<ul >
<li class="active" ><a href="index1.html" >HOME</a></li>
<li><a href="about.html" class="black1"> ABOUT</a></li>
</ul>
<script>
$("span.menu").click(function(){
$(".top-nav-in ul").slideToggle(500, function(){
});
});
</script>
</div>
<div class="clear"> </div>
</div>
<!---->
<div class="content" id="content">
<div class="clear"> </div>
</div>
</div>
<div class="clear"> </div>
<div class="clear"> </div>
<p class="footer-class-in">Copyright © 2015 Kappe Template by <a href="http://w3layouts.com/" target="_blank">W3layouts</a> </p>
</body>
<script src="js/videoAnalytics.js" type="text/javascript"></script>
<script src="js/script.js" type="text/javascript"></script>
<script>
var subCats = 'Camp and Course Trailers!,Learn about the Industry!,Stories of Superstars!,See some practicals!'.split(',');
var hash = getUrlVars();
var nav = hash["nav"];
for (var c in subCats) {
var vidElement = document.createElement('div');
vidElement.id = subCats[c];
vidElement.className = "";
vidElement.innerHTML = '<div class="content-grid">'+
'<a href="videoList.html?nav='+nav+'/'+subCats[c]+'" class="b-link-stripe b-animate-go thickbox">'+
'<img src="images/pi1.jpg" />'+
'<div class="b-wrapper">'+
'<h2 class="b-animate b-from-left b-delay03 ">'+
'<span>'+subCats[c]+'</span>'+
'<i> </i>'+
'</h2>'+
'</div>'+
'</a>'+
'</div>';
var container = document.getElementById('content');
container.appendChild(vidElement);
};
</script>
</html>