-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c15ed40
commit e6a4d7f
Showing
4 changed files
with
280 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,78 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Kummin König Ludwig Gorgonzola</title> | ||
|
||
<link rel="stylesheet" href="/css/bootstrap.min.css"> | ||
<link rel="stylesheet" href="/css/custom.css"> | ||
|
||
<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" 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">Deparments</a> | ||
<ul class="dropdown-menu"> | ||
<li><a class="dropdown-item" href="#">Cabinet</a></li> | ||
<li><a class="dropdown-item" href="#">Business and Economics</a></li> | ||
<li><a class="dropdown-item" href="#">Culture and Media</a></li> | ||
<li><a class="dropdown-item" href="#">Education</a></li> | ||
<li><a class="dropdown-item" href="#">Environment, Food and Rural affairs</a></li> | ||
<li><a class="dropdown-item" href="#">Health and Social Care</a></li> | ||
<li><a class="dropdown-item" href="#">History</a></li> | ||
<li><a class="dropdown-item" href="#">International Trade</a></li> | ||
<li><a class="dropdown-item" href="#">Justice</a></li> | ||
<li><a class="dropdown-item" href="departments/language-and-culture/">Language and Culture</a></li> | ||
<li><a class="dropdown-item" href="#">National Defence and Military</a></li> | ||
<li><a class="dropdown-item" href="#">Technological Innovation and Digital Culture</a></li> | ||
<li><a class="dropdown-item" href="#">Transport</a></li> | ||
<li><a class="dropdown-item" href="#">Work</a></li> | ||
</ul> | ||
</li> | ||
<li class="nav-item"> | ||
<a href="#" class="nav-link link-body-emphasis px-2 text-white">Laws</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a href="#" class="nav-link link-body-emphasis px-2 text-white">News</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a href="#" class="nav-link link-body-emphasis px-2 text-white">About</a> | ||
</li> | ||
</ul> | ||
<ul class="nav"> | ||
<li class="nav-item"><a href="#" class="nav-link link-body-emphasis px-2 text-white">Login</a></li> | ||
<li class="nav-item"><a href="#" class="nav-link link-body-emphasis px-2 text-white">Sign up</a></li> | ||
</ul> | ||
</div> | ||
</nav> | ||
|
||
<main class="container p-5"> | ||
<h1>The Department for History and Media</h1> | ||
<span> | ||
<b>Secretary of State: <a href="#">Jasper William Ronald Stocks</a></b> | ||
<br> | ||
Senior Animation Head: <a href="#">Rafael Martín Amelines</a> | ||
</span> | ||
</main> | ||
|
||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,90 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Kummin König Ludwig Gorgonzola</title> | ||
|
||
<link rel="stylesheet" href="/css/bootstrap.min.css"> | ||
<link rel="stylesheet" href="/css/custom.css"> | ||
|
||
<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" 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">Deparments</a> | ||
<ul class="dropdown-menu"> | ||
<li><a class="dropdown-item" href="#">Cabinet</a></li> | ||
<li><a class="dropdown-item" href="#">Business and Economics</a></li> | ||
<li><a class="dropdown-item" href="#">Culture and Media</a></li> | ||
<li><a class="dropdown-item" href="#">Education</a></li> | ||
<li><a class="dropdown-item" href="#">Environment, Food and Rural affairs</a></li> | ||
<li><a class="dropdown-item" href="#">Health and Social Care</a></li> | ||
<li><a class="dropdown-item" href="#">History</a></li> | ||
<li><a class="dropdown-item" href="#">International Trade</a></li> | ||
<li><a class="dropdown-item" href="#">Justice</a></li> | ||
<li><a class="dropdown-item" href="departments/language-and-culture/">Language and Culture</a></li> | ||
<li><a class="dropdown-item" href="#">National Defence and Military</a></li> | ||
<li><a class="dropdown-item" href="#">Technological Innovation and Digital Culture</a></li> | ||
<li><a class="dropdown-item" href="#">Transport</a></li> | ||
<li><a class="dropdown-item" href="#">Work</a></li> | ||
</ul> | ||
</li> | ||
<li class="nav-item"> | ||
<a href="#" class="nav-link link-body-emphasis px-2 text-white">Laws</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a href="#" class="nav-link link-body-emphasis px-2 text-white">News</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a href="#" class="nav-link link-body-emphasis px-2 text-white">About</a> | ||
</li> | ||
</ul> | ||
<ul class="nav"> | ||
<li class="nav-item"><a href="#" class="nav-link link-body-emphasis px-2 text-white">Login</a></li> | ||
<li class="nav-item"><a href="#" class="nav-link link-body-emphasis px-2 text-white">Sign up</a></li> | ||
</ul> | ||
</div> | ||
</nav> | ||
|
||
<main class="container p-5"> | ||
<h1>The Department for National Defence and Military</h1> | ||
<span> | ||
<b>Secretary of State (General): <a href="#">Christopher Alger</a></b> | ||
<br> | ||
<div class="bg-light p-2 my-2"> | ||
<b>Elite Corps</b> Sub-General: <a href="#">Rafael Martín Amelines</a> | ||
</div> | ||
Sub-General: <a href="#">Jasper William Ronald Stocks</a> | ||
<br> | ||
Sub-General: <a href="#">Hector Banaghan</a> | ||
<br> | ||
<div class="bg-light p-2 my-2"> | ||
<b>Elite Corps</b> Sergeant: <a href="#">Connor</a> | ||
</div> | ||
Private: <a href="#">Thomas Michael Goddard</a> | ||
<br> | ||
Private: <a href="#">Luca Coppin</a> | ||
</span> | ||
</main> | ||
|
||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,82 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Kummin König Ludwig Gorgonzola</title> | ||
|
||
<link rel="stylesheet" href="/css/bootstrap.min.css"> | ||
<link rel="stylesheet" href="/css/custom.css"> | ||
|
||
<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" 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">Deparments</a> | ||
<ul class="dropdown-menu"> | ||
<li><a class="dropdown-item" href="#">Cabinet</a></li> | ||
<li><a class="dropdown-item" href="#">Business and Economics</a></li> | ||
<li><a class="dropdown-item" href="#">Culture and Media</a></li> | ||
<li><a class="dropdown-item" href="#">Education</a></li> | ||
<li><a class="dropdown-item" href="#">Environment, Food and Rural affairs</a></li> | ||
<li><a class="dropdown-item" href="#">Health and Social Care</a></li> | ||
<li><a class="dropdown-item" href="#">History</a></li> | ||
<li><a class="dropdown-item" href="#">International Trade</a></li> | ||
<li><a class="dropdown-item" href="#">Justice</a></li> | ||
<li><a class="dropdown-item" href="departments/language-and-culture/">Language and Culture</a></li> | ||
<li><a class="dropdown-item" href="#">National Defence and Military</a></li> | ||
<li><a class="dropdown-item" href="#">Technological Innovation and Digital Culture</a></li> | ||
<li><a class="dropdown-item" href="#">Transport</a></li> | ||
<li><a class="dropdown-item" href="#">Work</a></li> | ||
</ul> | ||
</li> | ||
<li class="nav-item"> | ||
<a href="#" class="nav-link link-body-emphasis px-2 text-white">Laws</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a href="#" class="nav-link link-body-emphasis px-2 text-white">News</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a href="#" class="nav-link link-body-emphasis px-2 text-white">About</a> | ||
</li> | ||
</ul> | ||
<ul class="nav"> | ||
<li class="nav-item"><a href="#" class="nav-link link-body-emphasis px-2 text-white">Login</a></li> | ||
<li class="nav-item"><a href="#" class="nav-link link-body-emphasis px-2 text-white">Sign up</a></li> | ||
</ul> | ||
</div> | ||
</nav> | ||
|
||
<main class="container p-5"> | ||
<h1>Cabinet</h1> | ||
<span> | ||
<a href="#">Christopher Alger</a> | ||
<br> | ||
<a href="#">Rafael Martín Amelines</a> | ||
<br> | ||
<a href="#">Jasper William Ronald Stocks</a> | ||
<br> | ||
<a href="#">Hector Banaghan</a> | ||
</span> | ||
</main> | ||
|
||
</body> | ||
|
||
</html> |