-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex_new.html
More file actions
317 lines (294 loc) · 12 KB
/
Copy pathindex_new.html
File metadata and controls
317 lines (294 loc) · 12 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
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<title>edited.frame — Sachin Prajapati | Video Editor</title>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700;800&family=Poppins:wght@600;700&display=swap" rel="stylesheet">
<meta name="description" content="Sachin (edited.frame) — Video editor: viral reels, website videos & brand storytelling." />
<link rel="icon" href="assets/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="css/styles.css" />
</head>
<body>
<div class="container">
<header>
<div class="brand">
<div class="logo">
<img src="assets/logo.jpg" alt="edited.frame Logo" class="logo-img">
</div>
<div class="brand-text">
<h1>edited.frame</h1>
<div class="tagline">Sachin | Video Editor</div>
</div>
</div>
<nav>
<button class="nav-btn" onclick="scrollToId('portfolio')">Work</button>
<button class="nav-btn" onclick="scrollToId('services')">Services</button>
<button class="nav-btn" onclick="scrollToId('contact')">Contact</button>
</nav>
</header>
<!-- HERO -->
<section class="hero">
<div class="hero-left">
<h2>I Turn Ideas into <span class="highlight">Eye-Catching Reels</span></h2>
<p class="hero-subtitle">Professional Video Editing • Viral Social Reels • Visual Storytelling • Lightning-Fast Turnaround</p>
<div class="ctas">
<button class="btn primary" onclick="scrollToId('portfolio')">
<span>View My Work</span>
<i class="arrow">→</i>
</button>
<button class="btn secondary" onclick="scrollToId('contact')">
<span>Let's Create Something Epic</span>
<i class="spark">✨</i>
</button>
</div>
<div class="services-preview">
<div class="services-label">Specializing in:</div>
<div class="services-tags">
<span class="tag">Instagram Reels</span>
<span class="tag">YouTube Shorts</span>
<span class="tag">Trading Videos</span>
</div>
</div>
</div>
<aside class="hero-right">
<div class="hero-video-container">
<video class="hero-video" autoplay muted loop playsinline>
<source src="assets/motion graphic (3).mp4" type="video/mp4">
<img src="assets/logo.jpg" alt="hero">
</video>
<div class="video-overlay">
<div class="play-indicator">▶</div>
</div>
</div>
<div class="hero-stats">
<div class="stat-item">
<div class="stat-icon">🎬</div>
<div class="stat-text">Premium Quality Edits</div>
</div>
<div class="stat-item">
<div class="stat-icon">⚡</div>
<div class="stat-text">48-72 Hour Delivery</div>
</div>
</div>
</aside>
</section>
<!-- PORTFOLIO -->
<section id="portfolio" class="section">
<h3>Edits</h3>
<div class="filters">
<button class="filter active" onclick="filterGrid('all')">All</button>
<button class="filter" onclick="filterGrid('trading-reel')">Trading Reels</button>
<button class="filter" onclick="filterGrid('educational-video')">Educational Videos</button>
<button class="filter" onclick="filterGrid('social-media')">Social Media Edits</button>
<button class="filter" onclick="filterGrid('motion-graphic')">Motion Graphics</button>
</div>
<div class="grid" id="workGrid">
<!-- Videos will be dynamically loaded by JavaScript -->
</div>
</section>
<!-- SERVICES -->
<section id="services" class="section">
<h3>What I Do</h3>
<div class="services-container">
<div class="service-category">
<div class="service-header">
<div class="service-icon">🎬</div>
<h4>Social Media Edits</h4>
</div>
<div class="service-list">
<div class="service-item">
<span class="bullet">•</span>
<span>YouTube Shorts</span>
</div>
<div class="service-item">
<span class="bullet">•</span>
<span>Instagram Reels</span>
</div>
<div class="service-item">
<span class="bullet">•</span>
<span>Real Estate Videos</span>
</div>
<div class="service-item">
<span class="bullet">•</span>
<span>Promo Videos</span>
</div>
</div>
<div class="service-note">
<span class="note-icon">*</span>
<span>For other video types, please use the contact section to share your exact requirements.</span>
</div>
</div>
<div class="workflow-section">
<div class="workflow-header">
<div class="workflow-icon">⚡</div>
<h4>My Workflow</h4>
</div>
<div class="workflow-steps">
<div class="workflow-step">
<div class="step-number">1</div>
<div class="step-content">
<span class="step-title">You Send Details</span>
<span class="step-desc">Raw clips + video type, style, references, deadline</span>
</div>
</div>
<div class="workflow-step">
<div class="step-number">2</div>
<div class="step-content">
<span class="step-title">Price & Timeline</span>
<span class="step-desc">I provide quote and delivery schedule</span>
</div>
</div>
<div class="workflow-step">
<div class="step-number">3</div>
<div class="step-content">
<span class="step-title">Payment Terms</span>
<span class="step-desc">50% upfront for big projects</span>
</div>
</div>
<div class="workflow-step">
<div class="step-number">4</div>
<div class="step-content">
<span class="step-title">Edit & Review</span>
<span class="step-desc">I edit → share draft → you give feedback</span>
</div>
</div>
<div class="workflow-step">
<div class="step-number">5</div>
<div class="step-content">
<span class="step-title">Final Delivery</span>
<span class="step-desc">HD video delivered after approval & full payment</span>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- CONTACT -->
<section id="contact" class="section">
<h3>Let's Work Together</h3>
<div class="contact-container">
<div class="contact-info">
<div class="contact-header">
<h4>Ready to Create Something Amazing?</h4>
<p class="contact-subtitle">Send me your project details and I'll get back to you within 24 hours with a custom quote.</p>
</div>
<div class="contact-details">
<div class="contact-person">
<div class="person-avatar">
<img src="assets/logo.jpg" alt="Sachin" class="avatar-img">
</div>
<div class="person-info">
<h5>Sachin Prajapati</h5>
<span class="person-title">Professional Video Editor</span>
<span class="person-brand">edited.frame</span>
</div>
</div>
</div>
<div class="contact-methods">
<div class="contact-method primary-method">
<div class="method-icon">📧</div>
<div class="method-content">
<span class="method-label">Email (Preferred)</span>
<a href="mailto:connectwithsachin06@gmail.com" class="method-link">
connectwithsachin06@gmail.com
</a>
</div>
</div>
<div class="contact-method">
<div class="method-icon">🎬</div>
<div class="method-content">
<span class="method-label">Instagram</span>
<a href="https://www.instagram.com/edited.frame" target="_blank" rel="noopener noreferrer" class="method-link">
@edited.frame
</a>
</div>
</div>
</div>
<div class="contact-cta">
<div class="cta-icon">💡</div>
<span>Prefer DMs? Message me on Instagram for quick collaborations and updates!</span>
</div>
</div>
<div class="contact-form-container">
<div class="form-header">
<h4>Send Project Details</h4>
<p>Fill out the form below with your project requirements</p>
</div>
<form id="contactForm" class="contact-form" onsubmit="return sendEmail(event)">
<div class="form-group">
<label for="name">Your Name *</label>
<input type="text" id="name" placeholder="John Doe" required>
</div>
<div class="form-group">
<label for="email">Email Address *</label>
<input type="email" id="email" placeholder="john@example.com" required>
</div>
<div class="form-group">
<label for="budget">Project Budget (Optional)</label>
<input type="text" id="budget" placeholder="$500 - $1000">
</div>
<div class="form-group">
<label for="message">Project Details *</label>
<textarea id="message" rows="6" placeholder="Describe your project: • Video type (Instagram Reel, YouTube Short, etc.) • Style preferences or references • Deadline requirements • Any specific requirements" required></textarea>
</div>
<button type="submit" class="submit-btn">
<span>Send Project Details</span>
<i class="btn-icon">→</i>
</button>
<div id="formMsg" class="form-message"></div>
</form>
</div>
</div>
</section>
<footer class="footer">
<div class="footer-content">
<div class="footer-brand">
<div class="footer-logo">
<img src="assets/logo.jpg" alt="edited.frame" class="footer-logo-img">
</div>
<div class="footer-info">
<h6>edited.frame</h6>
<span>Professional Video Editing</span>
</div>
</div>
<div class="footer-links">
<div class="footer-section">
<h6>Services</h6>
<ul>
<li>Instagram Reels</li>
<li>YouTube Shorts</li>
<li>Trading Videos</li>
<li>Real Estate</li>
</ul>
</div>
<div class="footer-section">
<h6>Connect</h6>
<ul>
<li><a href="mailto:connectwithsachin06@gmail.com">Email</a></li>
<li><a href="https://www.instagram.com/edited.frame" target="_blank" rel="noopener noreferrer">Instagram</a></li>
</ul>
</div>
</div>
</div>
<div class="footer-bottom">
<div class="copyright">
<span>© 2025 edited.frame</span>
<span class="separator">•</span>
<span>Professional Video Editor</span>
</div>
<div class="footer-tagline">
<span>Built with</span>
<span class="heart">❤️</span>
<span>and passion for visual storytelling</span>
</div>
</div>
</footer>
</div>
<!-- Lightbox -->
<div id="lightbox" class="lightbox" onclick="closeLightbox(event)">
<video id="lightboxVideo" controls></video>
</div>
<script src="js/main.js"></script>
</body>
</html>