Skip to content

Commit

Permalink
Update dodge.html
Browse files Browse the repository at this point in the history
  • Loading branch information
YashSuthar983 authored Nov 28, 2024
1 parent b6b041e commit b1e85e8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions DodgeHome/dodge.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Dodge Challenger Front Page</title>
<link rel="stylesheet" href="/DodgeHome/dodge.css">
<link rel="stylesheet" href="/HackOasis/DodgeHome/dodge.css">
<!-- Add Font Awesome -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css" rel="stylesheet">
</head>
Expand All @@ -20,7 +20,7 @@
<!-- Hero Section -->
<section class="hero">
<video autoplay muted loop class="hero-video" id="hero-video">
<source src="/DodgeHome/Dodge/Dodge.mp4" type="video/mp4">
<source src="/HackOasis/DodgeHome/Dodge/Dodge.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
<div class="hero-overlay"></div>
Expand All @@ -39,7 +39,7 @@ <h1>Unleash the Power</h1>
<!-- Photo 1 Section -->
<section class="photo">
<div class="photo-overlay"></div>
<img src="/DodgeHome/Dodge/dodge1.jpg" alt="Challenger Photo 1">
<img src="/HackOasis/DodgeHome/Dodge/dodge1.jpg" alt="Challenger Photo 1">
<div class="photo-content">
<h2>Legendary Muscle</h2>
<p>The Dodge Challenger is built to turn heads with its aggressive stance, bold design, and unmistakable muscle car legacy.</p>
Expand All @@ -49,7 +49,7 @@ <h2>Legendary Muscle</h2>
<!-- Photo 2 Section -->
<section class="photo">
<div class="photo-overlay"></div>
<img src="/DodgeHome/Dodge/dodge3.jpg" alt="Challenger Photo 2">
<img src="/HackOasis/DodgeHome/Dodge/dodge3.jpg" alt="Challenger Photo 2">
<div class="photo-content">
<h2>Precision Performance</h2>
<p>With exhilarating acceleration and tight handling, the Challenger delivers pure muscle on every road.</p>
Expand All @@ -59,7 +59,7 @@ <h2>Precision Performance</h2>
<!-- Last Photo Section -->
<section class="photo">
<div class="photo-overlay"></div>
<img src="/DodgeHome/Dodge/dodge2.jpg" alt="Challenger Photo 3">
<img src="/HackOasis/DodgeHome/Dodge/dodge2.jpg" alt="Challenger Photo 3">
<div class="photo-content">
<h2>Raw Power</h2>
<p>The heart of the Challenger is its powerful engine, engineered to deliver unbridled horsepower and torque for the ultimate thrill.</p>
Expand Down Expand Up @@ -135,7 +135,7 @@ <h2 class="fade-in">What Our Customers Say</h2>
<p>&copy; 2024 Dodge. All Rights Reserved.</p>
</footer>

<script src="/DodgeHome/dodge.js"></script>
<script src="/HackOasis/DodgeHome/dodge.js"></script>
<script>
// JavaScript for Audio Toggle
const video = document.getElementById('hero-video');
Expand Down

0 comments on commit b1e85e8

Please sign in to comment.