-
Notifications
You must be signed in to change notification settings - Fork 1
/
profileREADME.html
112 lines (93 loc) · 4.41 KB
/
profileREADME.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
<!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 */
}
h1, 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 */
margin: 20px 0;
}
ul {
list-style-type: none;
padding: 0;
}
</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>
<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>
<h3>Members</h3>
<a href="https://github.com/blockclassboard/blockclassboard.github.io/graphs/contributors">
<img src="https://contrib.rocks/image?repo=blockclassboard/blockclassboard.github.io" alt="Contributors">
</a>
<p>others</p>
<p><a href="https://github.com/AnOkayGameDev"><strong>@AnOkayGameDev</strong></a></p>
<p>thats it lol</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>