-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit d3555aa
Showing
4 changed files
with
960 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,106 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<link rel="stylesheet" href="style.css"> | ||
<title>Document</title> | ||
</head> | ||
<body> | ||
<div class="header"> | ||
<div class="main"> | ||
<div class="container"> | ||
<div class="right"> | ||
<h1>The easiest way to <br> meet <span>new player</span></h1> | ||
<p>Lorem ipsum dolor, sit amet consectetur adipisicing elit.</p> | ||
<a href="#contact" class="contact-button"> | ||
Start playing | ||
</a> | ||
</div> | ||
<div class="image"> | ||
<img src="images/111.jpg" alt="image"> | ||
</div> | ||
</div> | ||
</div> | ||
<!-- ----------------------------------------------------------------------------------- --> | ||
<div class="main_2"> | ||
<div class="container_2"> | ||
<div class="image_2"> | ||
<img src="images/222.jpg" alt="image"> | ||
</div> | ||
<div class="left_1"> | ||
<h1>A game Always</h1> | ||
<h1>Ready for <span>You</span></h1> | ||
<p>Lorem ipsum, dolor sit amet consectetur adipisicing elit. Nisi saepe molestiae, nostrum alias <br> cumque quasi?</p> | ||
</div> | ||
</div> | ||
</div> | ||
<!-- -------------------------------------------------------------------------------------------------------- --> | ||
<div class="main_3"> | ||
<div class="container_3"> | ||
<div class="right_3"> | ||
<h1>Make new <span>friends</span> <br> on court</h1> | ||
<p>Lorem ipsum dolor, sit amet consectetur adipisicing elit.<br> Lorem ipsum dolor sit amet.</p> | ||
</div> | ||
<div class="image_3"> | ||
<img src="images/333.jpg" alt="image"> | ||
</div> | ||
</div> | ||
</div> | ||
<!-- --------------------------------------------------------------------------------------------- --> | ||
<div class="main_4"> | ||
<div class="container_4"> | ||
<div class="image_4"> | ||
<img src="images/444.jpg" alt="image"> | ||
</div> | ||
<div class="left_4"> | ||
<h1>Win <span>rewards</span> <br> as you play</h1> | ||
<p>Lorem ipsum, dolor sit amet consectetur adipisicing elit.<br> Nisi saepe molestiae, nostrum alias cumque quasi?</p> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<!-- ------------------------------------------------------------------------------------------------- --> | ||
|
||
<footer class="main_last"> | ||
<div class="container_last"> | ||
<div class="image_last"> | ||
<div class="first"> | ||
<img src="/images/Frame 10.png" alt="image"> | ||
</div> | ||
<div class="second_last"> | ||
<div class="second"> | ||
<img src="/images/app-store-de-data.png" alt="image"> | ||
</div> | ||
<div class="third"> | ||
<img src="/images/google-play.png" alt="image"> | ||
</div> | ||
</div> | ||
<div class="heading_last"> | ||
<h3>Design for sport & made Made in Channai</h3> | ||
</div> | ||
</div> | ||
|
||
<div class="footer_one"> | ||
<div class="company_one"> | ||
<li class="color_white">company</li> | ||
<li>contact Us</li> | ||
<li>Blog</li> | ||
<li>Term Of Service</li> | ||
<li>Privacy Policy</li> | ||
</div> | ||
<div class="social_one"> | ||
<li class="color_white">Social</li> | ||
<li>instagram</li> | ||
<li>Twitter</li> | ||
<li>LinkedIn</li> | ||
<li>Facebook</li> | ||
</div> | ||
</div> | ||
|
||
</div> | ||
</footer> | ||
|
||
</body> | ||
</html> |
Oops, something went wrong.