-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
75 lines (67 loc) · 3.73 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-WQR25F4C');</script>
<!-- End Google Tag Manager -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>RhysticStudy | About Us</title>
<link rel="stylesheet" href="styles.css">
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-3920209036805773" crossorigin="anonymous"></script>
<!-- Font Awesome for icons -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css" rel="stylesheet">
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-WQR25F4C"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<!-- Dynamic Header -->
<div id="header-container"></div> <!-- This will load the header.html content -->
<!-- Main Content -->
<main>
<!-- Header Section with Hero Banner -->
<section class="header-section">
<div class="hero-container">
<h1 class="hero-title">About Rhystic Studios</h1>
<p class="hero-subtitle">We bridge the gap between technology, gaming, and creativity, building a space for innovation and community. 🌟</p>
<div class="scroll-indicator">
<p>Scroll Down to Learn More</p>
<div class="scroll-arrow">↓</div>
</div>
</div>
</section>
<!-- About Details Section -->
<section class="content-section">
<div class="content-container">
<div class="mission-vision-container">
<div class="mission-vision-box">
<h3 class="mission-title">🛠️ Our Journey</h3>
<p>Founded by tech enthusiasts, Rhystic Studios began as a passion project and has grown into a thriving community. We aim to create a welcoming space where gamers, developers, and creators collaborate and innovate.</p>
</div>
<div class="mission-vision-box">
<h3 class="mission-title">🎮 Gaming at Heart</h3>
<p>Our love for gaming drives everything we do. Whether it's Minecraft, Magic: The Gathering, or the latest indie games, we’re committed to exploring and sharing amazing gaming experiences.</p>
</div>
<div class="mission-vision-box">
<h3 class="mission-title">🤖 Innovation</h3>
<p>At Rhystic Studios, we're not just about playing games — we're about making them better. From our Discord bot, MoonBot, to custom tools, we bring innovation to your digital adventures.</p>
</div>
<div class="mission-vision-box">
<h3 class="mission-title">💬 Community</h3>
<p>We believe in the power of connection. Our Discord community is a vibrant space where gamers and creators come together to collaborate, share ideas, and make lasting friendships.</p>
</div>
</div>
</div>
</section>
</main>
<!-- Dynamic Footer -->
<div id="footer-container"></div>
<script src="js/main.js"></script>
</body>
</html>