-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
176 lines (166 loc) · 8.25 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
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>The Communist Republic of Goddard</title>
<link rel="stylesheet" href="/css/bootstrap.min.css">
<link rel="stylesheet" href="/css/custom.css">
<link rel="icon" type="image/png" href="/assets/flag.png">
<script defer src="/js/bootstrap.bundle.min.js"></script>
</head>
<body>
<header class="py-3 bg-black">
<div class="container d-flex flex-wrap justify-content-center">
<a href="/" class="d-flex align-items-center mb-3 mb-lg-0 me-lg-auto link-body-emphasis text-decoration-none">
<img src="/assets/flag.png" height="35px" class="pe-3">
<span class="fs-4 text-white">Kummin König Ludwig Gorgonzola ☭</span>
</a>
<form class="col-12 col-lg-auto mb-3 mb-lg-0" role="search">
<input type="search" class="form-control" id="searchBar" placeholder="Search..." aria-label="Search">
</form>
</div>
</header>
<nav class="py-2 border-bottom bg-ketchup topnav">
<div class="container d-flex flex-wrap">
<ul class="nav me-auto">
<li class="nav-item dropdown">
<a href="#" class="nav-link link-body-emphasis px-2 text-white dropdown-toggle-split"
data-bs-toggle="dropdown" aria-expanded="false">Departments</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="/departments/politburo">Cabinet</a></li>
<li><a class="dropdown-item" href="/departments/business-and-economics/">Business and Economics</a></li>
<li><a class="dropdown-item" href="/departments/history-and-media">History and Media</a></li>
<li><a class="dropdown-item" href="/departments/education">Education</a></li>
<li><a class="dropdown-item" href="/departments/environment">Environment</a></li>
<li><a class="dropdown-item" href="/departments/health">Health</a></li>
<li><a class="dropdown-item" href="/departments/language-and-culture/">Language and Culture</a></li>
<li><a class="dropdown-item" href="/departments/national-defence-and-military">National Defence and Military</a></li>
<li><a class="dropdown-item" href="/departments/technical-innovation-and-digital-culture">Technological Innovation and Digital Culture</a></li>
<li><a class="dropdown-item" href="/departments/transport">Transport</a></li>
<li><a class="dropdown-item" href="/departments/work">Work</a></li>
</ul>
</li>
<li class="nav-item">
<a href="/laws/" class="nav-link link-body-emphasis px-2 text-white">Laws</a>
</li>
<li class="nav-item">
<a href="/news/" class="nav-link link-body-emphasis px-2 text-white">News</a>
</li>
<li class="nav-item">
<a href="/about/" class="nav-link link-body-emphasis px-2 text-white">About</a>
</li>
</ul>
<ul class="nav">
<li class="nav-item"><a href="/login/" class="nav-link link-body-emphasis px-2 text-white">Login</a></li>
<li class="nav-item"><a href="/create-account/" class="nav-link link-body-emphasis px-2 text-white">Sign up</a></li>
</ul>
</div>
</nav>
<main class="container">
<div class="cards container row pb-3">
<div class="slider">
<div class="slide-track">
<div class="scroll-card col" id="laws">
<div class="card-content">
<h2 class="card-title">Laws</h2>
<p class="card-text">
The laws in the Communist Republic of Goddard are held in the highest regard and punishments are delivered for
breaking them, as
stated
clearly in each law, by the military.
</p>
<a class="btn btn-warning" href="/laws/">Enter</a>
</div>
</div>
<div class="scroll-card col" id="government">
<div class="card-content">
<h2 class="card-title">Departments</h2>
<p class="card-text">
The government in the Communist Republic of Goddard is made up of several departments, each with their own role in
running the country. Each is led by a Secretary of State.
</p>
<a class="btn btn-warning" href="/departments/">Enter</a>
</div>
</div>
<div class="scroll-card col" id="news">
<div class="card-content">
<h2 class="card-title">News</h2>
<p class="card-text">
As a small micronation, a lot happens in the Communist Republic of Goddard every day. Here it
is reported to you by the best and only news source: the History Department.</p>
<a class="btn btn-warning" href="/news">Enter</a>
</div>
</div>
<div class="scroll-card col" id="about">
<div class="card-content">
<h2 class="card-title">About</h2>
<p class="card-text">
What is the Communist Republic of Goddard? What political ideology do we follow? Why are we
obsessed with cheese?
Find out
all about the Republic of Goddard on this page.</p>
<a class="btn btn-warning" href="/about/">Enter</a>
</div>
</div>
<!--Repeat-->
<div class="scroll-card col" id="laws">
<div class="card-content">
<h2 class="card-title">Laws</h2>
<p class="card-text">
The laws in the Communist Republic of Goddard are held in the highest regard and punishments are delivered for
breaking them, as
stated
clearly in each law, by the military.
</p>
<a class="btn btn-warning" href="/laws/">Enter</a>
</div>
</div>
<div class="scroll-card col" id="government">
<div class="card-content">
<h2 class="card-title">Departments</h2>
<p class="card-text">
The government in the Communist Republic of Goddard is made up of several departments, each with their own role in
running the country. Each is led by a Secretary of State.
</p>
<a class="btn btn-warning" href="/departments/">Enter</a>
</div>
</div>
<div class="scroll-card col" id="news">
<div class="card-content">
<h2 class="card-title">News</h2>
<p class="card-text">As a small micronation, a lot happens in the Communist Republic of Goddard every day. Here it
is reported to you by the best and only news source: the History Department.</p>
<a class="btn btn-warning" href="/news/">Enter</a>
</div>
</div>
<div class="scroll-card col" id="about">
<div class="card-content">
<h2 class="card-title">About</h2>
<p class="card-text">
What is the Communist Republic of Goddard? What political ideology do we follow? Why are we
obsessed with cheese?
Find out
all about the Republic of Goddard on this page.</p>
<a class="btn btn-warning" href="/about/">Enter</a>
</div>
</div>
</div>
</div>
</div>
<form>
<input class="input-group form-control my-4" placeholder="Search...">
</form>
<h1>The Communist Republic of Goddard</h1>
<span>Welcome to the official website of the Communist Republic of Goddard, a European micronation surrounded entirely by
the
United Kingdom of Great Britain and Northern Ireland.</span>
<a class="btn btn-warning" href="/about/">Learn more <img
src="bootstrap-icons-1.11.1/bootstrap-icons-1.11.1/arrow-right.svg"></a><br><br>
<a class="btn btn-warning" href="/charities.html">charities the goddard supports<img
src="bootstrap-icons-1.11.1/bootstrap-icons-1.11.1/arrow-right.svg"></a> <br><br>
<a class="btn btn-warning" href="departments/history-and-media/">media department<img
src="bootstrap-icons-1.11.1/bootstrap-icons-1.11.1/arrow-right.svg"></a>
</main>
</body>
</html>