-
Notifications
You must be signed in to change notification settings - Fork 4
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
1 parent
73f51cc
commit 1b0ccbf
Showing
3 changed files
with
170 additions
and
3 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
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,82 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Khelo - Cricket Scoring App</title> | ||
<style> | ||
body { | ||
margin: 0; | ||
padding: 0; | ||
font-family: 'Arial', sans-serif; | ||
color: white; | ||
} | ||
header { | ||
background-image: url('https://via.placeholder.com/1920x1080'); /* Replace with your actual background image */ | ||
background-size: cover; | ||
background-position: center; | ||
height: 100vh; | ||
text-align: center; | ||
display: flex; | ||
flex-direction: column; | ||
justify-content: center; | ||
position: relative; | ||
color: white; | ||
} | ||
header h1 { | ||
font-size: 4em; | ||
margin: 0; | ||
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); | ||
} | ||
header p { | ||
font-size: 1.5em; | ||
margin: 20px 0; | ||
text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); | ||
} | ||
.cta-buttons { | ||
margin-top: 30px; | ||
} | ||
.cta-button { | ||
background-color: #ff6600; | ||
color: white; | ||
padding: 15px 30px; | ||
font-size: 1.2em; | ||
border: none; | ||
border-radius: 5px; | ||
text-decoration: none; | ||
display: inline-block; | ||
margin: 10px; | ||
box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2); | ||
} | ||
.cta-button:hover { | ||
background-color: #e65c00; | ||
} | ||
footer { | ||
background-color: #333; | ||
color: white; | ||
text-align: center; | ||
padding: 20px; | ||
} | ||
footer a { | ||
color: #ff6600; | ||
text-decoration: none; | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
|
||
<header> | ||
<h1>Welcome to Khelo</h1> | ||
<p>Effortlessly score your cricket matches</p> | ||
<div class="cta-buttons"> | ||
<a href="https://apps.apple.com/us/app/id1234567890" class="cta-button" target="_blank">Download on the App Store</a> | ||
<a href="https://play.google.com/store/apps/details?id=com.khelo.cricket" class="cta-button" target="_blank">Get it on Google Play</a> | ||
</div> | ||
</header> | ||
|
||
<footer> | ||
<p>© 2024 Khelo | <a href="https://github.com/canopas/khelo" target="_blank">GitHub</a></p> | ||
</footer> | ||
|
||
</body> | ||
</html> |
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,86 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Khelo - Cricket Scoring App</title> | ||
<style> | ||
body { | ||
font-family: Arial, sans-serif; | ||
margin: 0; | ||
padding: 0; | ||
background-color: #f0f4f8; | ||
color: #333; | ||
} | ||
header { | ||
background: linear-gradient(135deg, #0066cc, #ff6600); | ||
padding: 50px 0; | ||
color: white; | ||
text-align: center; | ||
} | ||
header h1 { | ||
font-size: 3em; | ||
margin: 0; | ||
} | ||
header p { | ||
font-size: 1.2em; | ||
margin-top: 10px; | ||
} | ||
.cta-button { | ||
background-color: #ff6600; | ||
color: white; | ||
padding: 15px 30px; | ||
font-size: 1.2em; | ||
border: none; | ||
border-radius: 5px; | ||
cursor: pointer; | ||
text-decoration: none; | ||
display: inline-block; | ||
margin: 20px 10px; | ||
} | ||
.cta-button:hover { | ||
background-color: #e65c00; | ||
} | ||
.container { | ||
text-align: center; | ||
padding: 40px 20px; | ||
} | ||
.screenshot { | ||
width: 80%; | ||
max-width: 600px; | ||
border-radius: 10px; | ||
margin: 20px 0; | ||
} | ||
footer { | ||
background-color: #333; | ||
color: white; | ||
text-align: center; | ||
padding: 20px; | ||
} | ||
footer a { | ||
color: #ff6600; | ||
text-decoration: none; | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
|
||
<header> | ||
<h1>Welcome to Khelo!</h1> | ||
<p>Score your cricket matches effortlessly</p> | ||
<a href="https://apps.apple.com/us/app/id1234567890" class="cta-button" target="_blank">Download on the App Store</a> | ||
<a href="https://play.google.com/store/apps/details?id=com.khelo.cricket" class="cta-button" target="_blank">Get it on Google Play</a> | ||
</header> | ||
|
||
<div class="container"> | ||
<img src="https://via.placeholder.com/600x400" alt="Khelo App Screenshot" class="screenshot"> | ||
<p><strong>Track scores, analyze stats, and manage your cricket games easily with Khelo!</strong></p> | ||
<p>Join thousands of users who are scoring their matches with Khelo every day. Experience the future of cricket scoring today!</p> | ||
</div> | ||
|
||
<footer> | ||
<p>© 2024 Khelo. All rights reserved. | <a href="https://github.com/canopas/khelo" target="_blank">GitHub</a></p> | ||
</footer> | ||
|
||
</body> | ||
</html> |