-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfinal1.html
119 lines (65 loc) · 3.02 KB
/
final1.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
<html>
<head>
<title>
Stur Wurz-Home
</title>
<body background="starsandplanets2.jpg">
<center><img src=starwarsbanner1.jpg></center>
<br>
<center><font face="verdana"><table border=2 cellpadding=5 cellspacing=10>
<tr><td><a href="final1.html"><font color=#ffff1a>HOME</a></td>
<td><a href="final1page2.html"><font color=#ffff1a>LATEST NEWS</a></td>
<td><font color=#ffff1a>DAILY HISTORY</td>
<td><font color=#ffff1a>GIVEAWAYS</td>
<td><font color=#ffff1a>SUPPORT US!</td></tr></table></center></font>
<center><a href="final1page4.html"><img src="kaminotransparent.png"></a></center>
<center><font color=#ff0000><font face="verdana">Do You REALLY Know This Planet?
Click It To Find Out!!!</font>
<br>
<br>
<br>
<center><font color=#ffff1a>
<font face="verdana"><font size="5">This website is where you can get all the latest, and past facts, <p>on Star Wars!
Although there are already multiple websites about <p>Star Wars, this one was created
by a Star Wars fan, for Star Wars fans.<p>I have it all, from news to gaming to
theories to even a store where you can buy <p>many items, all of which are also about
Star Wars! So what are you waiting for!?! <p>Explore this amazing website, and may
the force be with you...<a href="starprank.html"><img src="starprank.jpg"></a></font>
<br>
<br>
<link rel="stylesheet" href="simplegallery.css" />
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="jquery.touchSwipe.min.js"></script>
<script type="text/javascript" src="simplegallery.js">
/***********************************************
* Simple Controls Gallery- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
* Please keep this notice intact
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for this script and 100s more
***********************************************/
</script>
<script type="text/javascript">
var mygallery=new simpleGallery({
wrapperid: "simplegallery1", //ID of main gallery container,
dimensions: [700, 400], //width/height of gallery in [pixels, pixels] or ['percentage%', pixels]
imagearray: [
["welcometoallthingsstarwars.png", ""],
["attention.png", ""],
["futuremovies.png", "", "", ""],
["tickets.png", "", "", ""]
],
autoplay: [true, 2500, 2], //[auto_play_boolean, delay_btw_slide_millisec, cycles_before_stopping_int]
persist: false,
scaleimage: 'both', //valid values are 'both', 'width', or 'none'
fadeduration: 1000, //transition duration (milliseconds)
oninit:function(){ //event that fires when gallery has initialized/ ready to run
},
onslide:function(curslide, i){ //event that fires after each slide is shown
//curslide: returns DOM reference to current slide's DIV (ie: try alert(curslide.innerHTML)
//i: integer reflecting current image within collection being shown (0=1st image, 1=2nd etc)
}
})
</script>
<div id="simplegallery1" class="simplegallery"></div>
</head>
</body>
</html>