-
Notifications
You must be signed in to change notification settings - Fork 0
/
news.html
91 lines (86 loc) · 4.67 KB
/
news.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
<!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="Latest news and updates about Amfibido, the martial arts card game" />
<meta name="author" content="" />
<title>News - Amfibido</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>
<!-- Coming Soon Section -->
<section class="coming-soon-section">
<div class="container px-5">
<div class="row gx-5 justify-content-center">
<div class="col-lg-8 text-center">
<h1 class="display-3 mb-4">News Coming Soon!</h1>
<p class="lead mb-5">Stay tuned for exciting updates about Amfibido's development, tournaments, and community events.</p>
<a href="/" class="btn btn-primary btn-lg rounded-pill px-5">Back to Home</a>
</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>
</body>
</html>