-
Notifications
You must be signed in to change notification settings - Fork 0
/
index1.html
executable file
·127 lines (120 loc) · 4.22 KB
/
index1.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
125
126
127
<!--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 -->
<!-- 1. skin -->
<link href="../flowplayer-6.0.5/skin/functional.css" rel="stylesheet" type="text/css"/>
<!-- 2. jquery library - required for video tag based installs -->
<script src="../flowplayer-6.0.5/jquery.js" type="text/javascript"></script>
<!-- 3. flowplayer -->
<script src="../flowplayer-6.0.5/flowplayer.min.js" type="text/javascript"></script>
<!--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="about.html" class="black1"> ABOUT</a></li>
</ul>
</div>
<p class="footer-class">Template by <a href="#">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">
<div class="content-grid">
<a href="DigitalSakshar/index.html" class="b-link-stripe b-animate-go thickbox">
<img src="images/digitalsakshar.jpg" />
<div class="b-wrapper">
<h2 class="b-animate b-from-left b-delay03 ">
<span>Digital Sakshar</span>
<i> </i>
</h2>
</div>
</a>
</div>
<div class="content-grid">
<a href="vocVerticals.html" class="b-link-stripe b-animate-go thickbox">
<img src="images/PACE_Logo.jpg" />
<div class="b-wrapper">
<h2 class="b-animate b-from-left b-delay03 ">
<span>Employment Awareness</span>
<i> </i>
</h2>
</div>
</a>
</div>
<div class="content-grid">
<a href="videoList.html?nav=assessment" class="b-link-stripe b-animate-go thickbox">
<img src="images/pi5.jpg" />
<div class="b-wrapper">
<h2 class="b-animate b-from-left b-delay03 ">
<span>Assessment</span>
<i> </i>
</h2>
</div>
</a>
</div>
<div class="content-grid">
<a href="videoList.html?nav=English and Life Skills" class="b-link-stripe b-animate-go thickbox">
<img src="images/pi6.jpg" />
<div class="b-wrapper">
<h2 class="b-animate b-from-left b-delay03 ">
<span>English & Life Skills</span>
<i> </i>
</h2>
</div>
</a>
</div>
<div class="clear"> </div>
</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>
</div>
</body>
</html>