Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
smellysox1 authored Mar 10, 2024
1 parent dc8270d commit 1193baa
Showing 1 changed file with 99 additions and 0 deletions.
99 changes: 99 additions & 0 deletions departments/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,105 @@ <h2 class="card-title">transport</h2>
<a class="btn btn-warning" href="/transport">Enter</a>
</div>
</div>
<div class="scroll-card col" id="cabinet">
<div class="card-content">
<h2 class="card-title">Cabinet</h2>
<p class="card-text">
The cabinet AKA the politburo helps declare law outside the departments
</p>
<a class="btn btn-warning" href="/cabinet">Enter</a>
</div>
</div>
<div class="scroll-card col" id="Buisness">
<div class="card-content">
<h2 class="card-title">Buisness and economics</h2>
<p class="card-text">
our buisness and economics department's main aim is to control value and ensuring that items are more easily attained from international services, as well as helping run state-owned companies
</p>
<a class="btn btn-warning" href="buisness+economics/">Enter</a>
</div>
</div>
<div class="scroll-card col" id="LD">
<div class="card-content">
<h2 class="card-title">history and media</h2>
<p class="card-text">
the culture and media department, or legacy dorstone is the organisation that controls the spread of information, as well as tv shows, games, films and books leading in innovation and beauty
</p>
<a class="btn btn-warning" href="LD/">Enter</a>
</div>
</div>
<div class="scroll-card col" id="education">
<div class="card-content">
<h2 class="card-title">education</h2>
<p class="card-text">
the education department helps educate citizens from a young age, to ensure that they are highly knowledgable and wise.
</p>
<a class="btn btn-warning" href="education/">Enter</a>
</div>
</div>
<div class="scroll-card col" id="environment">
<div class="card-content">
<h2 class="card-title">environment</h2>
<p class="card-text">
the environment department, we managge the preservation of our natural wildlife, air and weather via ensuring sustainable and clean methods of life
</p>
<a class="btn btn-warning" href="environments/">Enter</a>
</div>
</div>
<div class="scroll-card col" id="health">
<div class="card-content">
<h2 class="card-title">health</h2>
<p class="card-text">
the health department makes sure that our citizens are healthy and happy.
</p>
<a class="btn btn-warning" href="health/">Enter</a>
</div>
</div>
<div class="scroll-card col" id="language-and-culture">
<div class="card-content">
<h2 class="card-title">language and culture</h2>
<p class="card-text">
in an age of cultural imperialism, our language and culture department ensures that the goddardian culture is preserved
</p>
<a class="btn btn-warning" href="language-and-culture/">Enter</a>
</div>
</div>
<div class="scroll-card col" id="military">
<div class="card-content">
<h2 class="card-title">military</h2>
<p class="card-text">
our military protects our nation, both from outside enemies and inside criminals, in order to protect our citizens'
</p>
<a class="btn btn-warning" href="military/">Enter</a>
</div>
</div>
<div class="scroll-card col" id="work">
<div class="card-content">
<h2 class="card-title">work and employment</h2>
<p class="card-text">
the work and employment department ensures that the citizens of the goddard are employed and have different jobs in order to maintain a great country
</p>
<a class="btn btn-warning" href="/work">Enter</a>
</div>
</div>
<div class="scroll-card col" id="technology">
<div class="card-content">
<h2 class="card-title">technology</h2>
<p class="card-text">
the technology department is dedicated to progressing human technology in order to improve the life quality of our citizens
</p>
<a class="btn btn-warning" href="/technology">Enter</a>
</div>
</div>
<div class="scroll-card col" id="transport">
<div class="card-content">
<h2 class="card-title">transport</h2>
<p class="card-text">
the transport department ensures that our citizens can easily move through our nation and between our major cities
</p>
<a class="btn btn-warning" href="/transport">Enter</a>
</div>
</div>
</div>
</div>
</div>
Expand Down

0 comments on commit 1193baa

Please sign in to comment.