Dashboard Temp Share Shortlinks Frames API

HTMLify

portfolio.html
Views: 63 | Author: nce_raj
  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
318
319
320
321
322
323
324
325
326
327
328
329
<!DOCTYPE html>
<html lang="en"> 
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Om Raj | Portfolio</title>

    <!-- Font Awesome -->
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css">

    <!-- Custom CSS -->
    <link rel="stylesheet" href="style.css">
</head>
<body>
    <!-- ====== HEADER ====== -->
    <header>
        <a href="#home" class="logo">Om Raj</a>

        <i class="fa-solid fa-bars" id="menu-icon"></i>

        <nav class="navbar">
            <a href="#home" class="active">Home</a>
            <a href="#services">Services</a>
            <a href="#skills">Skills</a>
            <a href="#education">Education</a>
            <a href="#experience">Experience</a>
            <a href="#contact">Contact</a>
        </nav>
    </header>

    <!-- ====== HOME ====== -->
    <section class="home" id="home">
        <div class="home-content reveal">
            <p class="top-badge">
                <i class="fa-solid fa-brain"></i>
                AI &amp; ML Student · 1st Semester
            </p>

            <h1>Hi, I'm <span>Om&nbsp;Raj</span></h1>
            <h3 class="typing-text">I'm a <span></span></h3>

            <p class="home-description">
                I’m a <strong>YouTube vlogger</strong>, <strong>Instagram video editor (1K fam)</strong>, 
                and <strong>AI &amp; ML student</strong> exploring how storytelling, tech and creativity 
                can live together. I love turning daily life into cinematic vlogs, editing fast-paced 
                reels, and building projects that mix code, camera and creativity.
            </p>

            <div class="highlight-tags">
                <span><i class="fa-brands fa-youtube"></i> YouTube Vlogger</span>
                <span><i class="fa-brands fa-instagram"></i> 1K+ Insta Reels</span>
                <span><i class="fa-solid fa-robot"></i> AI &amp; ML Learner</span>
            </div>

            <div class="stats-row">
                <div class="stat-card">
                    <h4>50+ </h4>
                    <p>Videos &amp; Reels Edited</p>
                </div>
                <div class="stat-card">
                    <h4>1K+</h4>
                    <p>Instagram Community</p>
                </div>
                <div class="stat-card">
                    <h4>1st Sem</h4>
                    <p>AI &amp; ML Journey Started</p>
                </div>
            </div>

            <div class="home-actions">
                <a href="#contact" class="btn primary">Let’s Collaborate</a>
                <a href="#services" class="btn ghost">
                    My Work <i class="fa-solid fa-arrow-trend-up"></i>
                </a>
            </div>

            <div class="social-icons">
                <a href="#"><i class="fa-brands fa-linkedin"></i></a>
                <a href="#"><i class="fa-brands fa-github"></i></a>
                <a href="#"><i class="fa-brands fa-x-twitter"></i></a>
                <a href="#"><i class="fa-brands fa-instagram"></i></a>
                <a href="#"><i class="fa-brands fa-youtube"></i></a>
            </div>
        </div>

        <div class="home-img reveal">
            <div class="img-border">
                <!-- Your main.jpg (1500x1000) -->
                <img src="mha-season8.jpg" alt="Om Raj - Portfolio Hero Image">

                <div class="floating-badge badge-top-left">
                    <i class="fa-solid fa-video"></i>
                    <span>Daily Vlogs</span>
                </div>

                <div class="floating-badge badge-bottom-right">
                    <i class="fa-solid fa-wand-magic-sparkles"></i>
                    <span>Crisp Edits</span>
                </div>
            </div>

            <div class="scroll-down">
                <span>Scroll</span>
                <i class="fa-solid fa-angle-down"></i>
            </div>
        </div>
    </section>

    <!-- ====== SERVICES ====== -->
    <section class="section" id="services">
        <h2 class="section-title reveal">What I Do</h2>
        <p class="section-subtitle reveal">
            Mixing content creation, editing and AI experiments to build a unique digital vibe.
        </p>

        <div class="services-grid">
            <div class="service-card reveal">
                <span class="service-icon"><i class="fa-brands fa-youtube"></i></span>
                <h3>YouTube Vlogging</h3>
                <p>
                    Cinematic vlogs, travel diaries and real-life storytelling with attention to framing,
                    sound and pacing that keeps viewers hooked.
                </p>
            </div>

            <div class="service-card reveal">
                <span class="service-icon"><i class="fa-brands fa-instagram"></i></span>
                <h3>Reels &amp; Video Editing</h3>
                <p>
                    Fast cuts, smooth transitions, beat-synced reels and clean typography designed
                    especially for Instagram growth.
                </p>
            </div>

            <div class="service-card reveal">
                <span class="service-icon"><i class="fa-solid fa-microchip-ai"></i></span>
                <h3>AI &amp; ML Projects</h3>
                <p>
                    Early-stage learner building mini-projects, models and tools that connect machine
                    learning with content creation.
                </p>
            </div>
        </div>
    </section>

    <!-- ====== SKILLS ====== -->
    <section class="section" id="skills">
        <h2 class="section-title reveal">Skills</h2>
        <p class="section-subtitle reveal">
            Learning fast, experimenting a lot and improving with every project.
        </p>

        <div class="skills-grid">
            <div class="skills-group reveal">
                <h3>Content &amp; Editing</h3>
                <div class="skill-bar">
                    <span>Vlogging &amp; Storytelling</span>
                    <div class="progress"><div style="width: 80%;"></div></div>
                </div>
                <div class="skill-bar">
                    <span>Video Editing (Reels/Shorts)</span>
                    <div class="progress"><div style="width: 85%;"></div></div>
                </div>
                <div class="skill-bar">
                    <span>Thumbnail Design</span>
                    <div class="progress"><div style="width: 70%;"></div></div>
                </div>
            </div>

            <div class="skills-group reveal">
                <h3>Tech &amp; AI</h3>
                <div class="skill-bar">
                    <span>Python (Basics)</span>
                    <div class="progress"><div style="width: 60%;"></div></div>
                </div>
                <div class="skill-bar">
                    <span>AI &amp; ML Fundamentals</span>
                    <div class="progress"><div style="width: 45%;"></div></div>
                </div>
                <div class="skill-bar">
                    <span>Problem Solving</span>
                    <div class="progress"><div style="width: 75%;"></div></div>
                </div>
            </div>
        </div>
    </section>

    <!-- ====== EDUCATION ====== -->
    <section class="section" id="education">
        <h2 class="section-title reveal">Education</h2>

        <div class="timeline">
            <div class="timeline-item reveal">
                <div class="dot"></div>
                <div class="content">
                    <h3>AI &amp; ML – 1st Semester</h3>
                    <p>Building a strong base in Python, mathematics, data handling and core ML concepts.</p>
                </div>
            </div>

            <div class="timeline-item reveal">
                <div class="dot"></div>
                <div class="content">
                    <h3>Self-Learning &amp; Online Courses</h3>
                    <p>Constantly learning from YouTube, online resources and hands-on mini projects.</p>
                </div>
            </div>
        </div>
    </section>

    <!-- ====== EXPERIENCE ====== -->
    <section class="section" id="experience">
        <h2 class="section-title reveal">Experience</h2>
        <p class="section-subtitle reveal">
            Growing step by step through personal projects and collaborations.
        </p>

        <div class="experience-grid">
            <div class="experience-card reveal">
                <h3>Personal YouTube Channel</h3>
                <p>
                    Planning, shooting and editing vlogs end-to-end – from idea to final upload. 
                    Handling camera angles, lighting experiments and storytelling.
                </p>
            </div>

            <div class="experience-card reveal">
                <h3>Instagram Edits</h3>
                <p>
                    Creating high-energy reels with music sync, transitions and trendy formats that 
                    keep the 1K+ audience engaged and growing.
                </p>
            </div>

            <div class="experience-card reveal">
                <h3>AI &amp; Coding Practice</h3>
                <p>
                    Working on small coding tasks, ML basics and future ideas where AI supports 
                    content creation workflows.
                </p>
            </div>
        </div>
    </section>

    <!-- ====== CONTACT ====== -->
    <section class="section" id="contact">
        <h2 class="section-title reveal">Let’s Work Together</h2>
        <p class="section-subtitle reveal">
            For collaborations, video editing, or any cool AI x content idea – just say hi.
        </p>

        <div class="contact-grid">
            <div class="contact-info reveal">
                <p><i class="fa-solid fa-location-dot"></i> Based in India</p>
                <p><i class="fa-solid fa-envelope"></i> yourmail@example.com</p>
                <p><i class="fa-solid fa-circle-info"></i> Open to internships, collabs &amp; freelance work.</p>
            </div>

            <form class="contact-form reveal">
                <div class="form-row">
                    <input type="text" placeholder="Your Name" required>
                    <input type="email" placeholder="Your Email" required>
                </div>
                <input type="text" placeholder="Subject" required>
                <textarea rows="4" placeholder="Your Message"></textarea>
                <button type="submit" class="btn primary">
                    Send Message <i class="fa-solid fa-paper-plane"></i>
                </button>
            </form>
        </div>
    </section>

    <!-- ====== FOOTER ====== -->
    <footer>
        <p>© <span id="year"></span> Om Raj • Built with creativity, code &amp; camera.</p>
    </footer>

    <!-- ====== SCRIPTS ====== -->
    <script>
        // Dynamic year
        document.getElementById('year').textContent = new Date().getFullYear();

        // Mobile navbar toggle
        const menuIcon = document.querySelector('#menu-icon');
        const navbar   = document.querySelector('.navbar');

        menuIcon.addEventListener('click', () => {
            navbar.classList.toggle('active');
            menuIcon.classList.toggle('fa-bars');
            menuIcon.classList.toggle('fa-xmark');
        });

        // Active link on scroll + smooth reveal
        const sections = document.querySelectorAll('section');
        const navLinks = document.querySelectorAll('header nav a');

        window.addEventListener('scroll', () => {
            let top = window.scrollY;

            sections.forEach(sec => {
                const offset = sec.offsetTop - 120;
                const height = sec.offsetHeight;
                const id = sec.getAttribute('id');

                if (top >= offset && top < offset + height) {
                    navLinks.forEach(link => {
                        link.classList.remove('active');
                        document.querySelector('header nav a[href="#' + id + '"]').classList.add('active');
                    });
                }
            });
        });

        // Reveal on scroll (IntersectionObserver)
        const reveals = document.querySelectorAll('.reveal');

        const observer = new IntersectionObserver(entries => {
            entries.forEach(entry => {
                if (entry.isIntersecting) {
                    entry.target.classList.add('show');
                    observer.unobserve(entry.target);
                }
            });
        }, { threshold: 0.18 });

        reveals.forEach(el => observer.observe(el));
    </script>
</body>
</html>