Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
Champions
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
paolo.tokam
Champions
Commits
c31a3b09
Commit
c31a3b09
authored
Mar 15, 2023
by
paolo.tokam
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add new file
parent
9bc8cda7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
275 additions
and
0 deletions
+275
-0
Sing Up
Sing Up
+275
-0
No files found.
Sing Up
0 → 100644
View file @
c31a3b09
<!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>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment