-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgallerySlide.html
More file actions
127 lines (102 loc) · 3.77 KB
/
gallerySlide.html
File metadata and controls
127 lines (102 loc) · 3.77 KB
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
<html>
<head>
<title>JKwon</title>
</head>
<style>
@font-face { font-family: doves; src: url('doves.ttf'); }
h1 {
font-family: doves
}
</style>
<body bgcolor="white">
<style>
#navigationbar { position: fixed;background:#fff4c8; background-color: white; top: 0px; left: 0px; z-index: 999; width:100%;}
#yourImageDiv {
background: url(baby.jpg) no-repeat 50%;
height: 10px;
width: 50px;
}
</style>
<div id="navigationbar">
<A HREF="http://www.facebook.com" STYLE="text-decoration: none"><p style=" text-align: center "><font color="black" face =doves size = 7>Jake kwon</font></p></A>
</div>
</br>
</br>
</br>
</br>
<p style=" text-align: center "><font color="gray" face =doves size = 5>
<A HREF="http://www.facebook.com" STYLE="text-decoration: none"><font color="gray">painting .</font></A>
<A HREF="http://www.facebook.com" STYLE="text-decoration: none"><font color="gray">drawing .</font></A>
<A HREF="http://www.facebook.com" STYLE="text-decoration: none"><font color="gray">etc</font></A>
</font></p>
</br>
<div align="center">
<table border="5" BORDERCOLOR="FFFFFF" cellpadding="0" cellspacing ="0" align="center">
<tr>
<td><div style="background-position: center; width:70px; height:450px; overflow:hidden;"><A HREF="http://www.facebook.com"><img src="baby.jpg"></div></td>
<td><div style="background-position: center; width:70px; height:450px; overflow:hidden;"><A HREF="http://www.facebook.com"><img src="pastor.jpg"></div></td>
<td><div style="background-position: center; width:70px; height:450px; overflow:hidden;"><A HREF="http://www.facebook.com"><img src="tuna.jpg"></div></td>
<td><div style="background-position: center; width:70px; height:450px; overflow:hidden;"><A HREF="http://www.facebook.com"><img src="kfc.jpg"></div></td>
<td><div style="background-position: center; width:70px; height:450px; overflow:hidden;"><A HREF="http://www.facebook.com"><img src="mask.jpg"></div></td>
<td><div style="background-position: center; width:70px; height:450px; overflow:hidden;"><A HREF="http://www.facebook.com"><img src="indie.jpg"></div></td>
<td><div style="background-position: center; width:70px; height:450px; overflow:hidden;"><A HREF="http://www.facebook.com"><img src="playground.jpg"></div></td>
<td><div style="background-position: center; width:70px; height:450px; overflow:hidden;"><A HREF="http://www.facebook.com"><img src="top.jpg"></div></td>
<td><div style="background-position: center; width:70px; height:450px; overflow:hidden;"><A HREF="http://www.facebook.com"><img src="green.jpg"></div></td>
<td><div style="background-position: center; width:70px; height:450px; overflow:hidden;"><A HREF="http://www.facebook.com"><img src="guitar.jpg"></div></td>
<td><div style="background-position: center; width:70px; height:450px; overflow:hidden;"><A HREF="http://www.facebook.com"><img src="tree.jpg"></div></td>
<td><div style="background-position: center; width:70px; height:450px; overflow:hidden;"><A HREF="http://www.facebook.com"><img src="car.jpg"></div></td>
</tr>
</table>
</div>
</br>
</br>
</br>
</br>
</br>
</br>
</br>
</br>
</br>
</br>
</br>
</br>
<center>
<A HREF="http://www.facebook.com"><IMG style="max-width: 350px; height: auto; border-color: white "; align="middle"; BORDER="5"; SRC="kfc.jpg"></A>
</center>
</br>
</br>
</br>
</br>
</br>
</br>
</br>
</br>
</br>
</br>
</br>
</br>
<center>
<A HREF="http://www.facebook.com"><IMG style="max-width: 350px; height: auto; border-color: white "; align="middle"; BORDER="5"; SRC="tuna.jpg"></A>
</center>
</br>
</br>
</br>
</br>
</br>
</br>
</br>
</br>
</br>
</br>
</br>
</br>
<center>
<A HREF="http://www.facebook.com"><IMG style="max-width: 350px; height: auto; border-color: white "; align="middle"; BORDER="5"; SRC="mask.jpg"></A>
</center>
</br>
</br>
</br>
</br>
</br>
</body>
</html>