-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
139 lines (132 loc) · 7.36 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
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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content="A unique martial arts card game featuring amphibians and reptiles" />
<meta name="author" content="" />
<title>Amfibido - A Dojo Duel</title>
<!-- Favicon-->
<link rel="icon" type="image/png" href="assets/img/fighter-logo.png">
<!-- Bootstrap icons-->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css" rel="stylesheet" />
<!-- Google fonts-->
<link href="https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,300;0,500;0,600;0,700;1,300;1,500;1,600;1,700&display=swap" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,400;1,400&display=swap" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css2?family=Zen+Antique&display=swap" rel="stylesheet" />
<!-- Core theme CSS (includes Bootstrap)-->
<link href="css/styles.css" rel="stylesheet" />
<link href="css/custom.css" rel="stylesheet" />
<meta name="theme-color" content="#4CAF50">
</head>
<body id="page-top">
<!-- Navigation-->
<nav class="navbar navbar-expand-lg navbar-light fixed-top shadow-sm" id="mainNav">
<div class="container px-5">
<!-- Logo and studio name -->
<div class="d-flex align-items-center">
<a href="/" class="d-flex align-items-center text-decoration-none">
<img src="assets/img/gnome-logo.png" alt="Gnome on the Phone Studios" class="me-2" style="height: 65px;">
<div class="d-flex flex-column">
<small class="fw-bold text-dark" style="font-size: 1.0rem;">Gnome on the Phone</small>
<small class="text-dark" style="font-size: 1.0rem;">Studios</small>
</div>
</a>
</div>
<!-- Navigation links -->
<div class="nav-links ms-5">
<a href="features.html" class="header-link">Game Features</a>
<div class="nav-divider"></div>
<a href="news.html" class="header-link">News</a>
</div>
<!-- Right-aligned items -->
<div class="ms-auto">
<a href="https://instagram.com/amfibido" class="header-link instagram-link" target="_blank" rel="noopener noreferrer">
<i class="bi-instagram"></i>
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
Menu
<i class="bi-list"></i>
</button>
</div>
</div>
</nav>
<!-- Mashead header-->
<header class="masthead">
<div class="container px-5">
<div class="text-center mb-4">
<img src="assets/img/logo.png" alt="Ambifido: A Dojo Duel" class="game-title">
</div>
<div class="row gx-5 align-items-center">
<div class="col-lg-6">
<!-- Mashead text and app badges-->
<div class="mb-5 mb-lg-0 text-center text-lg-start">
<h2 class="display-7 lh-2 mb-3">Master the Dojo. Rule the Ring.</h2>
<p class="lead fw-normal text-muted mb-5">
Amfibido is an exhilarating 2-player card game where amphibians and reptiles collide in epic battles. Strategize your
moves, transform your fighters into powerful new forms, and knock out your opponent's champions. The first to claim
victory in a best of 7 series becomes the ultimate dojo master.
<br /><br />
Are you ready to duel and dominate? Let the fight begin!</p>
<a href="features.html" class="btn btn-primary btn-lg rounded-pill px-5">Learn More</a>
</div>
</div>
<div class="col-lg-6">
<!-- Game preview image -->
<div class="game-preview-container">
<img src="assets/img/cards.png" alt="Game Preview" class="img-fluid rounded shadow-lg">
</div>
</div>
</div>
</div>
</header>
<!-- Contact section-->
<section class="bg-gradient-primary-to-secondary" id="contact">
<div class="container px-5">
<div class="row gx-5 justify-content-center">
<div class="col-xl-8">
<div class="text-center text-white mb-5">
<h2 class="display-4 fw-bold mb-3">Stay Updated!</h2>
<p class="lead">Sign up to receive updates about the game's development and release!</p>
</div>
<!-- Simplified Contact form-->
<form id="contactForm" class="form-subscribe">
<div class="row justify-content-center">
<div class="col-md-8 mb-3">
<input class="form-control form-control-lg" type="email" name="email" id="email" placeholder="Your Email" required />
</div>
<div class="col-md-8">
<div class="d-grid">
<button class="btn btn-primary btn-lg rounded-pill" type="submit">Keep Me Posted!</button>
</div>
</div>
</div>
</form>
<div id="formMessage" class="text-center mt-3"></div>
</div>
</div>
</div>
</section>
<!-- Footer-->
<footer class="bg-black text-center py-5">
<div class="container px-5">
<div class="text-white-50 small">
<div class="mb-2">© Amfibido 2024. All Rights Reserved.</div>
<a href="privacy.html">Privacy</a>
<span class="mx-1">·</span>
<a href="terms.html">Terms</a>
<span class="mx-1">·</span>
<a href="mailto:[email protected]">[email protected]</a>
<span class="mx-1">·</span>
<a href="https://instagram.com/amfibido" target="_blank" rel="noopener noreferrer">Instagram</a>
</div>
</div>
</footer>
<!-- Bootstrap core JS-->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<!-- Core theme JS-->
<script src="js/scripts.js"></script>
<!-- Contact form JS -->
<script src="js/contact-form.js"></script>
</body>
</html>