-
Notifications
You must be signed in to change notification settings - Fork 2
/
trial.html
57 lines (43 loc) · 2.43 KB
/
trial.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>NGO's Associated with StayNoMore</title>
<!-- The stylesheet -->
<link rel="stylesheet" href="css/carousal.css" />
<!-- Google Fonts -->
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Rochester|Bree+Serif" />
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<header>
<h2>Welcome to</h2>
<h1>StrayNoMore</h1>
</header>
<div id="main">
<h3>StrayNoMore NGO Associates</h3>
<a class="arrow prev">Prev</a>
<a class="arrow next">Next</a>
<ul id="carousel">
<li><a href="https://tinyurl.com/yb7ze64v"><img src="img/sites/jivan.jpg" alt="Media Temple" /> </a></li>
<li><a href="https://tinyurl.com/yatolq67"><img src="img/sites/wwa.jpg" alt="Shutterstock" /></a></li>
<li><a href="https://tinyurl.com/y9heyu5f"><img src="img/sites/peta.jpg" alt="Pagelines" /></a></li>
<li class="visible"><a href="https://tinyurl.com/y7tx5d4y"><img src="img/sites/jeevdaya.jpg" alt="RapidXHTML" /></a></li>
<li class="visible"><a href="http://www.pawsasia.org/"><img src="img/sites/paws.jpg" alt="IM Creator" /></a></li>
<li class="visible"><a href="http://www.worldforall.co/"><img src="img/sites/worldforall.png" alt="Email on Acid" /></a></li>
<li><a href="http://www.wsdindia.org/"><img src="img/sites/wsd.jpg" alt="Template SOLD" /></a></li>
<li><a href="http://www.pawsmumbai.org/"><img src="img/sites/pawsm.jpg" alt="Linux Cloud VPS" /></a></li>
<li><a href="https://tinyurl.com/ydawu28s"><img src="img/sites/yoda.jpg" alt="Billgrid" /></a></li>
<li><a href="https://tinyurl.com/y9gtujc8"><img src="img/sites/birdhelpline.png" alt="MaxCDN" /></a></li>
</ul>
</div>
<footer>
<a class="tzine" type="button" href="main.html">Back to Home Page</a>
</footer>
<!-- JavaScript includes - jQuery and our own script.js -->
<script src="http://code.jquery.com/jquery-1.7.2.min.js"></script>
<script src="js/script.js"></script>
</body>
</html>