Skip to content

Commit

Permalink
dropped about defacto2, it was redundant.
Browse files Browse the repository at this point in the history
  • Loading branch information
bengarrett committed May 21, 2024
1 parent 6e764ed commit 830ec3d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 28 deletions.
1 change: 0 additions & 1 deletion view/app/layout.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,6 @@
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#" data-bs-toggle="modal" data-bs-target="#aboutModal">Defacto2</a></li>
<li><a class="dropdown-item" href="/thescene">The Scene</a></li>
<li><a class="dropdown-item" href="/history">Brand history</a></li>
<li><a class="dropdown-item" href="#" data-bs-toggle="modal" data-bs-target="#creditsModal">Credits</a></li>
Expand Down
27 changes: 0 additions & 27 deletions view/app/modal.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -256,33 +256,6 @@
</div>
</div>
</div>
{{- /* About Defacto2 */}}
<div class="modal fade" id="aboutModal" tabindex="-1" aria-labelledby="aboutModalLabel" aria-hidden="true">
<div class="modal-dialog modal-lg modal-dialog-centered modal-dialog-scrollable">
<div class="modal-content">
<div class="modal-header">
<h1 class="modal-title fs-5" id="aboutModalLabel">About Defacto2</h1>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<p class="lead">The <em>defacto2.net</em> website is committed to preserving the historic PC cracking and warez scene subcultures.</p>
<p>
The site is home to artifacts, including text files, demos, music, art, magazines, and other projects.
While a seldom-discussed topic, the warez element of the underground computer subculture could only get lost with a preservation effort.
The nature of historic software piracy, with a high churn, means it was a community that needed purposeful preservation.
</p>
<p>
<a href="/history">Learn more on the history</a> of Defacto2.
</p>
<hr>
<h4 class="text-warning-emphasis fs-5">Currently, this website at <small class="text-body-secondary"><em>test.defacto2.net</em></small> is a work in progress and read-only.</h4>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
{{- /* Copyright */}}
<div class="modal fade" id="copyrightModal" tabindex="-1" aria-labelledby="copyrightModalLabel" aria-hidden="true">
<div class="modal-dialog modal-xl modal-dialog-centered modal-dialog-scrollable">
Expand Down

0 comments on commit 830ec3d

Please sign in to comment.