Skip to content

Commit

Permalink
Update porsche.html
Browse files Browse the repository at this point in the history
  • Loading branch information
YashSuthar983 authored Nov 28, 2024
1 parent e2cc573 commit 3c0adc1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions PorscheHome/porsche.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>Mercedes-AMG Luxury Front Page</title>
<link rel="stylesheet" href="/PorscheHome/porsche.css">
<link rel="stylesheet" href="/HackOasis/PorscheHome/porsche.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 @@ -19,7 +19,7 @@
<!-- Hero Section -->
<section class="hero">
<video autoplay muted loop class="hero-video" id="hero-video">
<source src="/PorscheHome/porsche/porche.mp4" type="video/mp4">
<source src="/HackOasis/PorscheHome/porsche/porche.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
<div class="hero-overlay"></div>
Expand All @@ -38,7 +38,7 @@ <h1>Performance Redefined</h1>
<!-- Photo 1 Section -->
<section class="photo">
<div class="photo-overlay"></div>
<img src="/PorscheHome/porsche/porsche.png" alt="Mercedes-AMG Iconic Design">
<img src="/HackOasis/PorscheHome/porsche/porsche.png" alt="Mercedes-AMG Iconic Design">
<div class="photo-content">
<h2>Iconic Design</h2>
<p>Porsche cars feature timeless aesthetics with an aerodynamic profile, bold curves, and a distinctive look that sets them apart on the road.</p>
Expand All @@ -48,7 +48,7 @@ <h2>Iconic Design</h2>
<!-- Photo 2 Section -->
<section class="photo">
<div class="photo-overlay"></div>
<img src="/PorscheHome/porsche/porche2.jpg" alt="Mercedes-AMG Performance">
<img src="/HackOasis/PorscheHome/porsche/porche2.jpg" alt="Mercedes-AMG Performance">
<div class="photo-content">
<h2>Unmatched Performance</h2>
<p>Every Porsche is engineered for maximum thrill, delivering precision handling, explosive acceleration, and an exhilarating driving experience.</p>
Expand All @@ -58,7 +58,7 @@ <h2>Unmatched Performance</h2>
<!-- Last Photo Section -->
<section class="photo">
<div class="photo-overlay"></div>
<img src="/PorscheHome/porsche/porche1.jpg" alt="Mercedes-AMG Powerful Engine">
<img src="/HackOasis/PorscheHome/porsche/porche1.jpg" alt="Mercedes-AMG Powerful Engine">
<div class="photo-content">
<h2>Powerful Engine</h2>
<p>At the core of every Porsche is its high-performance engine, designed to deliver outstanding power, efficiency, and responsiveness.</p>
Expand Down Expand Up @@ -133,7 +133,7 @@ <h2 class="fade-in">What Our Customers Say</h2>
<p>&copy; 2024 Porsche AG. All Rights Reserved.</p>
</footer>

<script src="/PorscheHome/porsche.js"></script>
<script src="/HackOasis/PorscheHome/porsche.js"></script>
<script>
// JavaScript for Audio Toggle
const video = document.getElementById('hero-video');
Expand All @@ -151,4 +151,4 @@ <h2 class="fade-in">What Our Customers Say</h2>
});
</script>
</body>
</html>
</html>

0 comments on commit 3c0adc1

Please sign in to comment.