-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgallery.html
More file actions
196 lines (177 loc) · 8.9 KB
/
gallery.html
File metadata and controls
196 lines (177 loc) · 8.9 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
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Gallery | Film Portfolio</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<!-- Navigation -->
<nav class="navbar">
<div class="container">
<div class="nav-brand">
<h1>Om Kasar - Production Assistant Portfolio</h1>
</div>
<ul class="nav-links">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About Me</a></li>
<li><a href="gallery.html" class="active">Gallery</a></li>
<li><a href="resume.html">Resume</a></li>
<li><a href="job-application.html">Job Application & Letters</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
<div class="hamburger">
<span></span>
<span></span>
<span></span>
</div>
</div>
</nav>
<!-- Gallery Section -->
<section class="gallery page-section">
<div class="container">
<h2 class="section-title">Video & Photo Gallery</h2>
<p class="gallery-intro">Explore my work in video production, photography, and visual storytelling</p>
<!-- Tab Navigation -->
<div class="gallery-tabs">
<button class="tab-btn active" data-tab="videos">Videos</button>
<button class="tab-btn" data-tab="scripts">Scripts</button>
<button class="tab-btn" data-tab="storyboards">Storyboards</button>
</div>
<!-- Video Gallery -->
<div class="gallery-content active" id="videos">
<div class="gallery-grid">
<!-- Video 1 -->
<div class="gallery-item video-item" data-video="https://drive.google.com/file/d/1ponSDBa-esqssLIa1hdmR43X3FwiqDVm/preview">
<div class="gallery-image">
<img src="images/Music Video.png" alt="Music Video" loading="lazy" decoding="async">
</div>
<div class="gallery-info">
<h3>Music Video</h3>
<p class="gallery-category">Music Video Production</p>
<p class="gallery-description">Creative music video showcasing visual storytelling</p>
</div>
</div>
<!-- Video 2 -->
<div class="gallery-item video-item" data-video="https://drive.google.com/file/d/1e8sYewpGuDUln_AnhBjEcYPp6WfjyIRO/preview">
<div class="gallery-image">
<img src="images/Interview.png" alt="Interview" loading="lazy" decoding="async">
</div>
<div class="gallery-info">
<h3>Interview</h3>
<p class="gallery-category">Documentary/Interview</p>
<p class="gallery-description">Professional interview production and editing</p>
</div>
</div>
<!-- Video 3 -->
<div class="gallery-item video-item" data-video="https://drive.google.com/file/d/1WH7Xq4Vsv5rIWgnILmUW2s3J0OGWgcSr/preview">
<div class="gallery-image">
<img src="images/Simple Process.png" alt="Simple Process" loading="lazy" decoding="async">
</div>
<div class="gallery-info">
<h3>Simple Process</h3>
<p class="gallery-category">Short Film</p>
<p class="gallery-description">Step-by-step process demonstration video</p>
</div>
</div>
</div>
</div>
<!-- Scripts Gallery -->
<div class="gallery-content" id="scripts">
<div class="scripts-container">
<!-- Interview Script -->
<div class="script-embed">
<h3>Interview Script</h3>
<iframe src="https://drive.google.com/file/d/1zz7vrnXkoCwG-JQBk_QDAB6tSlFI3ryT/preview"
width="100%"
height="600"
frameborder="0">
</iframe>
</div>
<!-- Final Project Script -->
<div class="script-embed">
<h3>Final Project Script</h3>
<iframe src="https://drive.google.com/file/d/1btDlUe94Fvbn-rQAPhxy9tQKWW509nHF/preview"
width="100%"
height="600"
frameborder="0">
</iframe>
</div>
</div>
</div>
<!-- Storyboards Gallery -->
<div class="gallery-content" id="storyboards">
<div class="gallery-grid">
<!-- Storyboard 1 -->
<div class="gallery-item photo-item" data-photo="images/Music Video Storyboard (1).jpg">
<div class="gallery-image">
<img src="images/Music Video Storyboard (1).jpg" alt="Music Video Storyboard" loading="lazy" decoding="async">
</div>
<div class="gallery-info">
<h3>Music Video</h3>
<p class="gallery-category">Storyboard</p>
</div>
</div>
<!-- Storyboard 2 -->
<div class="gallery-item photo-item" data-photo="images/Music Video Storyboard (2).jpg">
<div class="gallery-image">
<img src="images/Music Video Storyboard (2).jpg" alt="Music Video Storyboard (2)" loading="lazy" decoding="async">
</div>
<div class="gallery-info">
<h3>Music Video (2)</h3>
<p class="gallery-category">Storyboard</p>
</div>
</div>
<!-- Storyboard 3 -->
<div class="gallery-item photo-item" data-photo="images/Final Project Storyboard (1).jpg">
<div class="gallery-image">
<img src="images/Final Project Storyboard (1).jpg" alt="Final Project Storyboard" loading="lazy" decoding="async">
</div>
<div class="gallery-info">
<h3>Final Project</h3>
<p class="gallery-category">Storyboard</p>
</div>
</div>
<!-- Storyboard 4 -->
<div class="gallery-item photo-item" data-photo="images/Final Project Storyboard (2).jpg">
<div class="gallery-image">
<img src="images/Final Project Storyboard (2).jpg" alt="Final Project Storyboard (2)" loading="lazy" decoding="async">
</div>
<div class="gallery-info">
<h3>Final Project (2)</h3>
<p class="gallery-category">Storyboard</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="footer">
<div class="container">
</div>
</footer>
<!-- Video Modal -->
<div class="modal" id="videoModal">
<div class="modal-content">
<span class="close-modal">×</span>
<div class="video-container">
<iframe id="videoFrame" src="" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; fullscreen" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" mozallowfullscreen="mozallowfullscreen"></iframe>
</div>
<div class="modal-buttons">
<button class="modal-btn modal-btn-watch" id="modalWatchBtn">▶ Watch Now</button>
<a class="modal-btn modal-btn-link" id="modalLinkBtn" href="#" target="_blank">🔗 Open on Google Drive</a>
</div>
</div>
</div>
<!-- Photo Modal -->
<div class="modal" id="photoModal">
<div class="modal-content photo-modal-content">
<span class="close-modal" id="closePhotoModal">×</span>
<img id="photoModalImage" src="" alt="Full size photo">
</div>
</div>
<script src="script.js"></script>
</body>
</html>