Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Morgan Taylor - Full-Stack Developer & AI Enthusiast specializing in MERN stack, AI applications, and modern web animations">
<meta name="description" content="Sanchita Misar - Full-Stack Developer & AI Enthusiast specializing in MERN stack, AI applications, and modern web animations">
<title>Morgan Taylor - Full-Stack Developer</title>
<link rel="preload" href="style.css" as="style">
<link rel="preload" href="script.js" as="script">
Expand Down Expand Up @@ -31,7 +31,7 @@
<header id="header">
<nav>
<div class="logo" onclick="scrollToSection('home')" aria-label="Home">
<span class="logo-text">MorganTaylor</span>
<span class="logo-text">Sanchita</span>
<span class="logo-dot"></span>
</div>
<ul class="nav-links" id="navLinks">
Expand All @@ -54,7 +54,7 @@
<div class="hero-content">
<div class="hero-text">
<h1 class="hero-title">
<span class="title-line">Hi, I'm <span class="highlight">Morgan Taylor</span></span>
<span class="title-line">Hi, I'm <span class="highlight">Sanchita Misar</span></span>
</h1>
<h2 class="hero-subtitle">Full-Stack Developer & AI Enthusiast</h2>
<p class="hero-description">Computer Science student passionate about creating innovative web solutions using MERN stack, AI applications for climate change, healthcare, and agriculture. I love building interactive experiences with modern animations and cutting-edge technology.</p>
Expand Down Expand Up @@ -94,7 +94,7 @@ <h2 class="hero-subtitle">Full-Stack Developer & AI Enthusiast</h2>
<h2 class="section-title">About Me</h2>
<div class="about-content">
<div class="about-text">
<p>I'm a passionate Computer Science student from MET BKC IOE, Nashik, with a strong focus on full-stack web development and artificial intelligence applications. My journey in tech has been driven by curiosity and a desire to solve real-world problems through innovative solutions.</p>
<p>I'm a passionate Computer Science student from K. K. Wagh Institute of Engineering Education and Research, Nashik, with a strong focus on full-stack web development and artificial intelligence applications. My journey in tech has been driven by curiosity and a desire to solve real-world problems through innovative solutions.</p>
<p>I specialize in the MERN stack and have experience building interactive web applications with advanced animations, AI-powered features, and responsive designs. I'm particularly interested in applying technology to address challenges in climate change, healthcare, and agriculture.</p>
<p>When I'm not coding, you'll find me exploring new web animation techniques, researching AI applications, or working on personal projects that push the boundaries of what's possible with modern web technologies.</p>
<div class="about-stats">
Expand Down Expand Up @@ -282,7 +282,7 @@ <h3>Let's Connect</h3>
<div class="footer-content">
<div class="footer-logo">
<div class="logo" onclick="scrollToSection('home')" aria-label="Home">
<span class="logo-text">Morgan Taylor</span>
<span class="logo-text">Sanchita Misar</span>
<span class="logo-dot"></span>
</div>
<p>Full-Stack Developer & AI Enthusiast</p>
Expand All @@ -296,7 +296,7 @@ <h3>Let's Connect</h3>
</div>
</div>
<div class="footer-bottom">
<p>&copy; 2025 Morgan Taylor. Crafted with passion for innovation.</p>
<p>&copy; 2025 Sanchita Misar. Crafted with passion for innovation.</p>
<p>Computer Science Student | Full-Stack Developer | AI Enthusiast</p>
</div>
</div>
Expand Down
Loading