-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (39 loc) · 1.64 KB
/
index.html
File metadata and controls
39 lines (39 loc) · 1.64 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>BeaconPro</title>
<link rel="stylesheet" href="styles.css">
<link rel="icon" href="BeaconPro.png">
</head>
<body>
<header>
<h1>Welcome to BeaconPro</h1>
<p>Your hub for innovative projects and games powered by collaboration and AI.</p>
</header>
<nav>
<a href="https://beaconpro.github.io/BeaconGames">BeaconGames</a>
<a href="https://github.com/BeaconPro">Our GitHub Organization</a>
<a href="https://beaconpro.github.io/BeaconMedia">BeaconMedia</a>
<a href="https://beaconpro.github.io/BeaconMusic-2.0">BeaconMusic 2.0</a>
<a href="https://beaconpro.github.io/BeaconCalculator">BeaconCalculator</a>
<a href="BSE.html">BeaconSearch</a>
<a href="https://beaconpro.github.io/BeaconTimer">BeaconTimer</a>
</nav>
<section>
<h2>About BeaconPro</h2>
<p>BeaconPro is a community-driven platform for creating, sharing, and exploring innovative tools and games.
Our vision is to harness the power of collaboration and AI to deliver intuitive and exciting experiences for everyone.</p>
</section>
<section>
<h2>Applications</h2>
<p>To apply for a job <a href="https://github.com/orgs/BeaconPro/discussions/1">click here</a>.</p>
</section>
<footer>
<p>© 2025 BeaconPro. All rights reserved.</p>
<p>See our <a class="link" href="logos.html">logos.</a></p>
<p>Our <a class="link" href="members.html">contributors.</a></p>
</footer>
</body>
</html>