-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfilm.html
More file actions
173 lines (151 loc) · 4.62 KB
/
film.html
File metadata and controls
173 lines (151 loc) · 4.62 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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
<!DOCTYPE HTML>
<html>
<head>
<title>rajee ganesan</title>
<meta name="description" content="website description" />
<meta name="keywords" content="website keywords, website keywords" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" type="text/css" href="css/style.css" />
<!-- modernizr enables HTML5 elements and feature detects -->
<script type="text/javascript" src="js/modernizr-1.5.min.js"></script>
<style>
h1 {text-align: center;}
p {text-align: center;}
div {text-align: center;}
</style>
</head>
<body>
<div id="main">
<header>
<div id="logo"><h1>RAJEE<a href="#">GANESAN</a> </h1></div>
<nav>
<ul class="lavaLampWithImage" id="lava_menu">
<li><a href="index.html">home</a></li>
<li><a href="resume.html">research</a></li>
<li><a href="writing.html">writing</a></li>
<li class="current"><a href="film.html">film</a></li>
</ul>
</nav>
</header>
<div id="site_content">
<h1 text-align:center> amateur photography work </h1>
<h4 text-align:center> big fan of learning to shooting 35mm film (manual and automatic), with a secondhand Canon FTb and Pentax IQZoom 200.</h4>
<h4 text-align:center> this page is updated with my favorite, current photos. </h4>
<h5 text-align:center> latest update: july 2024 </h5>
<style>
div.gallery {
margin: 5px;
border: 1px solid #ccc;
float: left;
width: 300px;
}
div.gallery:hover {
border: 1px solid #777;
}
div.gallery img {
width: 100%;
height: auto;
}
div.desc {
padding: 15px;
text-align: center;
}
</style>
</head>
<body>
<div class="gallery">
<a target="_blank" href="images/monstera.jpg">
<img src="images/monstera.jpg" alt="monstera" width="600" height="400">
</a>
</div>
<div class="gallery">
<a target="_blank" href="images/2.jpg">
<img src="images/2.jpg" alt="Forest" width="600" height="400">
</a>
</div>
<div class="gallery">
<a target="_blank" href="images/1.jpg">
<img src="images/1.jpg" alt="Northern Lights" width="600" height="400">
</a>
</div>
<div class="gallery">
<a target="_blank" href="images/pirates.jpg">
<img src="images/pirates.jpg" alt="pirates" width="600" height="400">
</a>
</div>
<div class="gallery">
<a target="_blank" href="images/5.jpg">
<img src="images/5.jpg" alt="Mountains" width="600" height="400">
</a>
</div>
<div class="gallery">
<a target="_blank" href="images/6.jpg">
<img src="images/6.jpg" alt="Cinque Terre" width="600" height="400">
</a>
</div>
<div class="gallery">
<a target="_blank" href="images/7.jpg">
<img src="images/7.jpg" alt="Forest" width="600" height="400">
</a>
</div>
<div class="gallery">
<a target="_blank" href="images/8.jpg">
<img src="images/8.jpg" alt="Northern Lights" width="600" height="400">
</a>
</div>
<div class="gallery">
<a target="_blank" href="images/kevin.JPG">
<img src="images/kevin.JPG" alt="kevin" width="600" height="400">
</a>
</div>
<div class="gallery">
<a target="_blank" href="images/pond.JPG">
<img src="images/pond.JPG" alt="pond photo" width="600" height="400">
</a>
</div>
<div class="gallery">
<a target="_blank" href="images/boats.jpg">
<img src="images/boats.jpg" alt="art" width="600" height="400">
</a>
</div>
<div class="gallery">
<a target="_blank" href="images/strawberry.JPG">
<img src="images/strawberry.JPG" alt="straw" width="600" height="400">
</a>
</div>
<div class="gallery">
<a target="_blank" href="images/fern.jpg">
<img src="images/fern.jpg" alt="fern" width="600" height="400">
</a>
</div>
<div class="gallery">
<a target="_blank" href="images/iceland.JPG">
<img src="images/iceland.JPG" alt="iceland" width="600" height="400">
</a>
</div>
<div class="gallery">
<a target="_blank" href="images/xmas.jpg">
<img src="images/xmas.jpg" alt="xmas" width="600" height="400">
</a>
</div>
<p></p>
</div>
<footer>
<p><a href="index.html">home</a> | <a href="resume.html">research</a> | <a href="writing.html">writing</a> | <a href="film.html">film</a>
</footer>
</div>
<!-- javascript at the bottom for fast page loading -->
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/jquery.easing.min.js"></script>
<script type="text/javascript" src="js/jquery.lavalamp.min.js"></script>
<script type="text/javascript" src="js/image_fade.js"></script>
<script type="text/javascript">
$(function() {
$("#lava_menu").lavaLamp({
fx: "backout",
speed: 700
});
});
</script>
</body>
</html>