This repository has been archived by the owner on Nov 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
52 lines (41 loc) · 3.31 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Home - GAMBA-CLUB - The best site in the world - Kid-made - OPEN-SOURCE</title>
<!-- Load Bootstrap from CDN -->
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" rel="stylesheet">
</head>
<body>
<!-- Navigation -->
<ul class="nav nav-pills">
<li class="nav-item"><a class="nav-link active" href="https://usaf154.github.io/index.html">Home</a></li>
<li class="nav-item"><a class="nav-link" href="https://usaf154.github.io/games.html">Games</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" data-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false">More</a>
<div class="dropdown-menu">
<a class="dropdown-item" href="#">Action</a>
<a class="dropdown-item" href="#">Another action</a>
<a class="dropdown-item" href="#">Something else here</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#">Separated link</a>
</div>
</li>
</ul>
<!-- Main Content -->
<br><h1>Welcome to GAMBA-CLUB</h1><br>
<p><strong>GAMBA-CLUB</strong> is an innovative, kid-driven platform designed to provide a dynamic online space for entertainment and exploration. Curated by young enthusiasts, GAMBA-CLUB offers an engaging collection of free-to-play games that span various genres, ensuring there's something for every type of gamer. Whether you're into action-packed adventures, creative simulations, or strategy games, our library is continuously expanding based on user requests, making it a community-centered experience.</p>
<p>In addition to its rich gaming catalog, GAMBA-CLUB is committed to the principles of open-source development. The platform is fully transparent, with its code accessible to the public on <a href="https://github.com/USAF154/usaf154.github.io" target="_blank">GitHub</a>, inviting developers and contributors to collaborate in enhancing the site’s features. This commitment to openness reflects our belief in building a platform that grows and improves through shared creativity and feedback.</p>
<p>At GAMBA-CLUB, our mission is to create an online space that combines fun, accessibility, and community. We invite you to explore the world of gaming, connect with fellow players, and even shape the future of our platform by contributing your ideas and requests. Welcome to a site where your enjoyment, ideas, and curiosity are the driving forces!</p>
<!-- Image -->
<img src="https://media.wired.com/photos/62feb60bcea7c0581e825cb0/master/pass/Fate-of-Game-Preservation-Games-GettyImages-1170073827.jpg" class="center img-fluid" alt="Games Image"/>
<!-- Footer -->
<footer class="footer">Hi</footer>
<!-- Load jQuery and Bootstrap JS from CDN -->
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"></script>
</body>
</html>