Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Userfounded authored Dec 12, 2022
1 parent e0b254a commit ae5066c
Show file tree
Hide file tree
Showing 16 changed files with 4,824 additions and 0 deletions.
4,398 changes: 4,398 additions & 0 deletions GROUP 2 (BARBZ CAR WEBSITE)/GLTFLoader.js

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added GROUP 2 (BARBZ CAR WEBSITE)/images/car1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added GROUP 2 (BARBZ CAR WEBSITE)/images/car2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added GROUP 2 (BARBZ CAR WEBSITE)/images/car3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added GROUP 2 (BARBZ CAR WEBSITE)/images/car4.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added GROUP 2 (BARBZ CAR WEBSITE)/images/car5.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added GROUP 2 (BARBZ CAR WEBSITE)/images/home.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added GROUP 2 (BARBZ CAR WEBSITE)/images/vehicle1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added GROUP 2 (BARBZ CAR WEBSITE)/images/vehicle2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added GROUP 2 (BARBZ CAR WEBSITE)/images/vehicle3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added GROUP 2 (BARBZ CAR WEBSITE)/images/vehicle4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added GROUP 2 (BARBZ CAR WEBSITE)/images/vehicle5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added GROUP 2 (BARBZ CAR WEBSITE)/images/vehicle6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
287 changes: 287 additions & 0 deletions GROUP 2 (BARBZ CAR WEBSITE)/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,287 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">

<!-- Swiper JS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/Swiper/8.4.4/swiper-bundle.css" />

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

<!-- Link Style CSS -->
<link rel="stylesheet" href="style.css">

<title>Barbz Car Web</title>
</head>

<body>

<!-- Header Start -->
<header>

<div id="MenuBtn" class="fas fa-bars"></div>

<a href="#" class="logo"><span>B</span>arbz</a>

<nav class="navbar">
<a href="#Home">Home</a>
<a href="#Vehicle">Vehicle</a>
<a href="#Featured">Featured</a>
<a href="#Services">Credits</a>

</nav>

<div id="LoginBtn">
<button class="btn">Login</button>
<i class="fas fa-user"></i>
</div>

</header>
<!-- Header End -->

<!-- Login Form -->
<div class="loginFormContainer">
<span id="CloseLoginForm" class="fas fa-times"></span>

<form action="">
<h3>User Login</h3>
<input type="email" placeholder="Email" required class="box">
<input type="password" placeholder="Password" required class="box">

<button class="btn">Submit</button>


</form>

</div>
<!-- Login Form -->

<!-- Home Start -->
<section id="Home" class="home">
<h3 data-speed="-2" class="homeParallexEffect">Barb Cars</h3>
<img data-speed="5" class="homeParallexEffect" src="images/home.png" alt="">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<initial-scale=1.0" />
<div id="CustomBtn">
<button class="btn" onclick="location.href='viewcar.html'">View New 3D Model</button>
</div>
</section>
<!-- Home End -->


<!-- Vehicle Start -->
<section id="Vehicle" class="vehicle">
<h1 class="heading">Popular Vehicles</h1>

<div class="swiper VehiclesSlider">

<div class="swiper-wrapper">

<div class="swiper-slide box">
<img src="images/vehicle1.png" alt="">
<div class="content">
<h3>BMW X4</h3>
<div class="price"><span>Price : </span>Rp 500.000.00</div>
<p>
<span class="fas fa-circle"></span>2009
<span class="fas fa-circle"></span>Automatic
<span class="fas fa-circle"></span>Electric
<span class="fas fa-circle"></span>300mph
</p>
</div>
</div>

<div class="swiper-slide box">
<img src="images/vehicle2.png" alt="">
<div class="content">
<h3>Audi A6</h3>
<div class="price"><span>Price : </span>Rp 600.000.000</div>
<p>
<span class="fas fa-circle"></span>2010
<span class="fas fa-circle"></span>Automatic
<span class="fas fa-circle"></span>Electric
<span class="fas fa-circle"></span>500mph
</p>
</div>
</div>

<div class="swiper-slide box">
<img src="images/vehicle3.png" alt="">
<div class="content">
<h3>BMW X2</h3>
<div class="price"><span>Price : </span>Rp 400.500.000</div>
<p>
<span class="fas fa-circle"></span>2023
<span class="fas fa-circle"></span>Automatic
<span class="fas fa-circle"></span>Electric
<span class="fas fa-circle"></span>600mph
</p>
</div>
</div>

</div>

<div class="swiper-pagination"></div>

</div>

</section>
<!-- Vehicle End -->



<!-- Featured Start -->
<section id="Featured" class="feature">

<h1 class="heading">Featured Cars</h1>

<div class="swiper FeatureSlider">

<div class="swiper-wrapper">

<div class="swiper-slide box">
<img src="images/car1.png" alt="">

<div class="content">
<h3>BMW X1</h3>
<div class="stars">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</div>
<div class="price">Rp 300.000.00/-</div>


</div>

</div>

<div class="swiper-slide box">
<img src="images/car2.jpg" alt="">

<div class="content">
<h3>BMW Y1</h3>
<div class="stars">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</div>
<div class="price">Rp 250.000.000/-</div>

</div>

</div>



<div class="swiper-slide box">
<img src="images/car3.jpg" alt="">

<div class="content">
<h3>Audi A7</h3>
<div class="stars">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</div>
<div class="price">Rp 575.000.000/-</div>

</div>

</div>


<div class="swiper-slide box">
<img src="images/car4.jpg" alt="">

<div class="content">
<h3>Audi A8</h3>
<div class="stars">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</div>
<div class="price">Rp 200.000.000/-</div>


</div>

</div>
</div>

</div>

<!--Featured Ends-->


<!-- Credits Start -->
<section id="Services" class="services">


<div class="boxContainer">

<div class="box">
<i class="fas fa-car"></i>
<h3>Credits</h3>
<p>Hello there, we hope you enjoy viewing our website. Thank you for visiting our website to find your dream car.
We hope you have a fantastic experience by visiting our website. Thank you very much.</p>

</div>

</div>

</section>



<!-- Footer Start -->
<footer>
<a href="#">&copy; Group 2 Barbz</a>
</footer>
<!-- Footer end -->

<!-- Theme -->
<div class="themeToggle">

<div class="ToggleBtn">
<i class="fas fa-cog"></i>
</div>

<h3>Choose Color</h3>
<div class="buttons">

<div class="themeBtn" style="background: #0011ff;"></div>
<div class="themeBtn" style="background: #ffb404;"></div>
<div class="themeBtn" style="background: #2bff00;"></div>
<div class="themeBtn" style="background: #fc00dbe6;"></div>
<div class="themeBtn" style="background: #cb5805;"></div>
<div class="themeBtn" style="background: #ff041d;"></div>

</div>

</div>
<!-- Theme -->

<!-- Swiper JS -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/Swiper/8.4.4/swiper-bundle.min.js"></script>
<!-- Script For JS -->
<script src="index.js"></script>

</body>

</html>
Loading

0 comments on commit ae5066c

Please sign in to comment.