-
Notifications
You must be signed in to change notification settings - Fork 8
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
Showing
1 changed file
with
97 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,97 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Welcome to Classboard Industries!</title> | ||
<style> | ||
body { | ||
font-family: Arial, sans-serif; | ||
line-height: 1.6; | ||
text-align: center; | ||
background-color: #2c2c2c; /* Darker grey background */ | ||
color: #f0f0f0; /* Light text color for contrast */ | ||
} | ||
h2 { | ||
color: #ff6347; | ||
} | ||
a { | ||
color: #007bff; | ||
text-decoration: none; | ||
} | ||
a:hover { | ||
text-decoration: underline; | ||
} | ||
img { | ||
max-width: 100%; | ||
height: auto; | ||
} | ||
.container { | ||
margin: 20px; | ||
padding: 20px; | ||
background: #3e3e3e; /* Slightly lighter grey for the container */ | ||
border-radius: 8px; | ||
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5); | ||
} | ||
blockquote { | ||
background-color: #444; /* Darker background for the blockquote */ | ||
padding: 10px; | ||
border-left: 4px solid #ff6347; /* Colorful left border for emphasis */ | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
|
||
<div class="container"> | ||
<h1>🚀 Welcome to Classboard Industries! 🌟</h1> | ||
<p>⬇ Scroll down to see Respritorys :) 😁</p> | ||
<p>by <a href="https://github.com/bahabryra"><strong>@bahabryra aka RiyadTheCoder</strong></a></p> | ||
<img src="https://user-images.githubusercontent.com/3369400/133268513-5bfe2f93-4402-42c9-a403-81c9e86934b6.jpeg" alt="Classboard"> | ||
<p><em>Note: Placeholder image</em></p> | ||
|
||
<hr> | ||
|
||
<h2>🎉 What’s This All About? Let’s Dive In!</h2> | ||
<p>At <strong>Classboard</strong>, we're not just a platform—we're your <strong>ultimate hub</strong> for <strong>games</strong>, <strong>tools</strong>, and all things essential. Dive into a world where <strong>fun meets functionality</strong>! Here's what you can explore:</p> | ||
|
||
<ul style="list-style-type: none;"> | ||
<li>🎮 <strong>Play</strong> the latest and greatest games</li> | ||
<li>🛠️ <strong>Access</strong> powerful and creative tools</li> | ||
<li>🌐 <strong>Stay tuned!</strong> More exciting stuff coming your way!</li> | ||
</ul> | ||
|
||
<hr> | ||
|
||
<h2>🔥 Stay Updated!</h2> | ||
<p>Don’t miss out on any updates! Check out our <a href="https://blockclassboard.github.io/changelog.html"><strong>Changelog</strong></a> for the latest features and enhancements. <strong>Bookmark us</strong> and come back often—you won’t want to miss what’s next!</p> | ||
<blockquote>🤝 By using this website, you agree to our <a href="https://blockclassboard.github.io/tos.html"><strong>Terms of Service</strong></a>. Let’s keep it fun and friendly! 🎊</blockquote> | ||
|
||
<hr> | ||
|
||
<h2>📜 Our Journey So Far</h2> | ||
<p><em>If Cobblesteve wants to add anything here, he can. Don’t wanna get into trouble! 😂</em></p> | ||
|
||
<hr> | ||
|
||
<h2>💡 Ideas for the Future</h2> | ||
<p> | ||
- 🎨 <strong>Personalize Classboard</strong> to suit your style<br> | ||
- 🚀 <strong>Exciting features</strong> are just around the corner! | ||
</p> | ||
|
||
<hr> | ||
|
||
<h2>🌌 Join the Movement!</h2> | ||
<p>We’re not just building a platform; we’re creating a <strong>community</strong>. Connect with fellow users, share your ideas, and let’s innovate together!</p> | ||
|
||
<h3>📣 Want to Contribute?</h3> | ||
<p>- 🤔 <strong>Have ideas?</strong> Open an issue or contact live support<br> | ||
- 💬 <strong>Any cool things you want us to add? Create a pull request!</strong></p> | ||
|
||
<hr> | ||
|
||
<p>Together, we’ll transform Classboard into the <strong>ultimate destination</strong> for everything you need. Let’s create something <strong>extraordinary</strong>! 🌈✨</p> | ||
</div> | ||
|
||
</body> | ||
</html> |