Commit c31a3b09 authored by paolo.tokam's avatar paolo.tokam

Add new file

parent 9bc8cda7
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=, initial-scale=1.0">
<title>home</title>
<!-- swiper css link -->
<link rel="stylesheet"
href="https://unpkg.com/swiper@8/swiper-bundle.min.css"/>
<!-- font awesome cdn link -->
<link rel = "stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css">
<!-- custom css file link -->
<link rel = "stylesheet" href="css/style.css">
<!-- header section Begins -->
<section class="header">
<a href="home.php" class="logo">Champions.</a>
<nav class="navbar">
<a href="home.php">home</a>
<a href="about.php">about</a>
<a href="package.php">package</a>
<a href="buy.php">Buy</a>
</nav>
<div id="menu-btm" class="fas fa-bars"></div>
</selection>
<!-- header section ends -->
<!-- header section begins -->
<sections class="home">
<div class="swiper home-slider">
<div class="swiper-wraper">
<div class="w">
<div class="swiper-slide" style="background:url(image/home-slide-1.jpg) no-repeat">
<div class="content">
<span>sponsors, store, new arrival</span>
<h3> your team</h3>
<a href="package.php" class="btn">see more</a>
</div>
</div>
<div class="swiper-slide" style="background:url(image/home-slide-2.jpg) no-repeat">
<div class="content">
<span>sponsors, store, new arrival</span>
<h3>league table</h3>
<a href="package.php" class="btn">see more</a>
</div>
</div>
<div class="swiper-slide" style="background:url(image/home-slide-3.jpg) no-repeat">
<div class="content">
<span>sponsors, store, new arrival</span>
<h3> your team</h3>
<a href="package.php" class="btn">see more</a>
</div>
</div>
</div>
<div class="swiper-button-next"></div>
<div class="swiper-button-prev"></div>
</div>
</section>
<!-- header section ends -->
<!-- service section begins -->
<selection class= "services">
<h1 class="heading-title" our services </h1>
<div class="box-container">
<div class="box">
<img src="image/icon-1.png" alt="">
<h3>club</h3>
</div>
<div class="box">
<img src="image/icon-2.png" alt="">
<h3>live chat</h3>
</div>
<div class="box">
<img src="image/icon-3" alt="">
<h3>profile</h3>
</div>
<div class="box">
<img src="image/icon-4" alt="">
<h3>rating</h3>
</div>
<div class="box">
<img src="image/icon-6.png" alt="">
<h3>league</h3>
</div>
</div>
</section>
<!-- service section ends -->
<!-- home about section begins -->
<section class="home-about">
<div class="image">
<img src="image/about-img-jpg" alt="">
</div>
</div class="content">
<h3>about us</h3>
<p>how and why it was design with contacts for any
information needed, with the chance to contact the management
team and discuss any ideas.</p>
<a href="about.php" class="btn">see more</a>
</div>
</sections>
<!-- home about section ends -->
<section class="home package">
<h1 class="heading-title"> our packages </h1>
<div class= "box-container">
<div class="box">
<div class="image">
<img src= "image/img-2.jpg" alt="">
</div>
<div class="content">
<h3>team live scores</h3>
<p>minutes</p>
<a href="buy.php" class="btn">buy now</a>
</div>
</div>
</div>
<div class="load-more"> <a href="package.php" class="btm">more</a> </div>
</section>
<!-- home package section ends -->
<!-- home offer section begins -->
<section class="home-offer">
<div class="content">
<h3>20% membership discount only</h3>
<p>free jersey winner every friday at 5:30pm</p>
<a href="buy.php" class="btn">buy now</a>
</section>
<!-- home package section ends -->
<!-- footer section begins -->
<section class="footer">
<div class="box-container">
<div class="box">
<h3>quick links</h3>
<a href="home.php"><i class="fas fa-angle-right"></i> home</a>
<a href="about.php"><i class="fas fa-angle-right"></i> about</a>
<a href="package.php"><i class="fas fa-angle-right"></i> package</a>
<a href="buy.php"><i class="fas fa-angle-right"></i> Buy</a>
</div>
</div class= "box">
<h3>quick links</h3>
<a href="#"><i class="fas fa-angle-right"></i> ask questions</a>
<a href="#"><i class="fas fa-angle-right"></i> about us</a>
<a href="#"><i class="fas fa-angle-right"></i> privacy policy</a>
<a href="#"><i class="fas fa-angle-right"></i> terms and Conditions</a>
</div>
</div class= "box">
<h3>extra links</h3>
<a href="#"><i class="fas fa-angle-right"></i> ask questions</a>
<a href="#"><i class="fas fa-angle-right"></i> about us</a>
<a href="#"><i class="fas fa-angle-right"></i> privacy policy</a>
<a href="#"><i class="fas fa-angle-right"></i> terms and Conditions</a>
</div>
</div class= "box">
<h3>contact info</h3>
<a href="#"><i class="fas fa-phone"></i> +123-456-7890</a>
<a href="#"><i class="fas fa-phone"></i> +222-777-8888</a>
<a href="#"><i class="fas fa-email"></i> paolo.tokam@yorksj.ac.uk </a>
<a href="#"><i class="fas fa-location"></i> new york, london, york </a>
</div>
</div class= "box">
<h3>follow us</h3>
<a href="#"><i class="fas fa-instagram"></i> facebook </a>
<a href="#"><i class="fas fa-twitter"></i> twitter </a>
<a href="#"><i class="fas fa-snapchat"></i> snapchat</a>
<a href="#"><i class="fas fa-facebook"></i> facebook </a>
</div>
</div>
<div class="credit"> created by <span>paolo tokam</span> | all rights reserved! </div>
</section>
<!-- footer section ends -->
<!-- swiper js link -->
<script src="https://unpkg.com/swiper@8/swiper-bundle.min.js"></script>
<!--custom js file link -->
<script src="js/script.js"></script>
</head>
<body>
</body>
</html>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment