-
Notifications
You must be signed in to change notification settings - Fork 22
/
slider.php
52 lines (45 loc) · 2.59 KB
/
slider.php
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="keywords" content="JobsPortalSlider, WOW Slider, Slideshow Code, Ajax Slideshow" />
<meta name="description" content="JobsPortalSlider created with WOW Slider, a free wizard program that helps you easily generate beautiful web slideshow" />
<!-- Start HEAD section -->
<link rel="stylesheet" type="text/css" href="css/style.css" />
<script type="text/javascript" src="js/jquery.js"></script>
<!-- End HEAD section -->
</head>
<body>
<!-- Start BODY section -->
<div id="slider">
<div class="ws_images">
<ul>
<li><img src="images/slider_search.jpg" alt="search jobs easily" title="search jobs easily" id="wows1_3"/></li>
<li><img src="images/slider_register.jpg" alt="registration invites plenty opportunities"
title="registration invites plenty opportunities" id="wows1_0"/></li>
<li><img src="images/slider_lovejob.jpg" alt="find job which you love" title="find job which you love" id="wows1_1"/></li>
<li><img src="images/slider_pool.jpg" alt="pick jobs from pool" title="pick jobs from pool" id="wows1_2"/></li>
<li><img src="images/slider_kick.jpg" alt="kick start to career" title="kick start to career" id="wows1_4"/></li>
<li><img src="images/slider_employer.jpg" alt="connect to employers" title="connect to employers" id="wows1_5"/></li>
</ul>
</div>
<div class="ws_bullets">
<div>
<a href="#" title="search jobs easily"><img src="images/tooltip_search.jpg" alt="search jobs easily"/>1</a>
<a href="#" title="registration invites plenty opportunities"><img src="images/tooltip_register.jpg" alt="registration invites
plenty opportunities"/>2</a>
<a href="#" title="find job which you love"><img src="images/tooltip_lovejob.jpg" alt="find job which you love"/>3</a>
<a href="#" title="pick jobs from pool"><img src="images/tooltip_pool.jpg" alt="pick jobs from pool"/>4</a>
<a href="#" title="kick start to career"><img src="images/tooltip_kick.jpg" alt="kick start to career"/>5</a>
<a href="#" title="connect to employers"><img src="images/tooltip_employer.jpg" alt="connect to employers"/>6</a>
</div>
</div>
<span class="wsl"><a href="index.php">Lightbox Slideshow</a></span>
<div class="ws_shadow">
</div>
</div>
<script type="text/javascript" src="js/wowslider.js"></script>
<script type="text/javascript" src="js/script.js"></script>
<!-- End BODY section -->
</body>
</html>