Skip to content

Commit

Permalink
font size changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
bengarrett committed Jul 21, 2024
1 parent 11b9b63 commit a817fed
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 27 deletions.
38 changes: 19 additions & 19 deletions view/app/categories.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{{- $otherClass := " h5" }}
{{- $cardClass := " h-100"}}
{{- $rels := index . "counter" }}
{{- $linkClass := "card-link text-nowrap"}}
{{- $linkClass := "lead card-link text-nowrap"}}
{{- /* note row-cols-sm-* is the smallest row-cols value */}}
{{- $rowCols := "row row-cols-1 row-cols-sm-2 row-cols-md-5 g-3 p-3 g-md-0 p-md-0"}}
<div class="row row-cols-1 row-cols-lg-2 g-4 mt-1">
Expand All @@ -17,10 +17,10 @@
<h2 class="card-title h5">Count and filesize</h2>
<p class="card-text">
<ul class="list-group list-group-flush">
<li class="list-group-item">
Sum: {{ byteFile $rels.Record.Count $rels.Record.Bytes }}
<li class="list-group-item lead">
totals {{ byteFile $rels.Record.Count $rels.Record.Bytes }}
</li>
<li class="list-group-item">
<li class="list-group-item lead">
<small>
ansi art: {{ byteFile $rels.AnsiBBS.Count $rels.AnsiBBS.Bytes }}<br>
ansi art and texts: {{ byteFile $rels.Ansi.Count $rels.Ansi.Bytes }}<br>
Expand Down Expand Up @@ -54,10 +54,10 @@
<h2 class="card-title h5">Publish dates</h2>
<p class="card-text">
<ul class="list-group list-group-flush">
<li class="list-group-item">
Years: {{$rels.Record.MinYear}} - {{$rels.Record.MaxYear }}
<li class="list-group-item lead">
years {{$rels.Record.MinYear}} - {{$rels.Record.MaxYear }}
</li>
<li class="list-group-item">
<li class="list-group-item lead">
<small>
ansi art: {{$rels.Ansi.MinYear}}-{{$rels.Ansi.MaxYear}}<br>
BBS adverts: {{$rels.BBS.MinYear}}-{{$rels.BBS.MaxYear}}<br>
Expand All @@ -84,7 +84,7 @@
<div class="card-body">
<h1 class="card-title {{$titleClass}}">Included programs</h1>
<h2 class="card-title h5">Cracktros and intros</h2>
<h6 class="card-subtitle mb-2 text-body-secondary">loader, crack screen, crack-intro</h6>
<h6 class="card-subtitle lead mb-2 text-body-secondary">loader, crack screen, crack-intro</h6>
<p class="card-text">
Cracktros and loaders are mini adverts created by cracking groups to announce their
releases to the community.
Expand All @@ -106,7 +106,7 @@
</div>
<hr>
<h2 class="card-title h5">Installation programs</h2>
<h6 class="card-subtitle mb-2 text-body-secondary">installer</h6>
<h6 class="card-subtitle lead mb-2 text-body-secondary">installer</h6>
<p class="card-text">
As software repackaging by Scene groups became more complicated, there was a need to develop installation programs that walk the users through installing their ill-gotten wares.
</p>
Expand All @@ -119,7 +119,7 @@
<div class="card-body">
<h1 class="card-title {{$titleClass}}">Releases of the Scene</h1>
<h2 class="card-title h5">Release texts</h2>
<h6 class="card-subtitle mb-2 text-body-secondary">NFO, information text, README, info</h6>
<h6 class="card-subtitle lead mb-2 text-body-secondary">NFO, information text, README, info</h6>
<p class="card-text">
Text files are generally in every scene release.
Often, they are stylised with text art and arranged in a standard format.
Expand All @@ -129,14 +129,14 @@
<span class="{{$linkClass}}">Browse the <a href="/files/nfo" class="{{$linkClass}}">nfo files</a></span>
<hr>
<h2 class="card-title h5">Release proofs</h2>
<h6 class="card-subtitle mb-2 text-body-secondary">proof</h6>
<h6 class="card-subtitle lead mb-2 text-body-secondary">proof</h6>
<p class="card-text">
A proof of a release is usually a photograph to verify that physical media sold in retail stores is the source of the warez release.
</p>
<span class="{{$linkClass}}">Browse the <a href="/files/proof" class="{{$linkClass}}">proofs</a></span>
<hr>
<h2 class="card-title h5">Demos</h2>
<h6 class="card-subtitle mb-2 text-body-secondary">Demoscene production</h6>
<h6 class="card-subtitle lead mb-2 text-body-secondary">Demoscene production</h6>
<p class="card-text">
Demoscene productions are artistic apps that generate visuals and audio to show the creators' programming, audio, and graphic abilities. Early demo productions developed within warez scene before they distanced themselves and spun into their own community.
</p>
Expand All @@ -149,7 +149,7 @@
<div class="card-body">
<h1 class="card-title {{$titleClass}}">Text artwork</h1>
<h2 class="card-title h5">Ansi art</h2>
<h6 class="card-subtitle mb-2 text-body-secondary">color text</h6>
<h6 class="card-subtitle lead mb-2 text-body-secondary">color text</h6>
<p class="card-text">
Stylized ANSI text art was commonly created for the theming and advertising of Bulletin Board Systems.
</p>
Expand All @@ -174,7 +174,7 @@
<div class="card-body">
<h1 class="card-title {{$titleClass}}">Adverting</h1>
<h2 class="card-title h5">BBS</h2>
<h6 class="card-subtitle mb-2 text-body-secondary">bulletin board systems</h6>
<h6 class="card-subtitle lead mb-2 text-body-secondary">bulletin board systems</h6>
<p class="card-text">
Bulletin Board Systems were like proto-websites that offered message forums, real-time chat, and file sharing but used a text user interface and ran on the landline telephone network.
Users had to use their PCs or microcomputers with a modem peripheral to dial and connect to the individual boards.
Expand All @@ -200,7 +200,7 @@
</div>
<hr>
<h2 class="card-title h5">FTP</h2>
<h6 class="card-subtitle mb-2 text-body-secondary">file sites</h6>
<h6 class="card-subtitle lead mb-2 text-body-secondary">file sites</h6>
<p class="card-text">
FTP sites eventually supplanted BBS boards as The Scene moved onto the Internet in the early to mid-1990s. The utilitarian sites were more efficient at organizing and transferring files but lacked the social features of the earlier boards.
</p>
Expand All @@ -214,7 +214,7 @@
<div class="card{{$cardClass}}">
<div class="card-body">
<h1 class="card-title {{$titleClass}}">Magazines</h1>
<h6 class="card-subtitle mb-2 text-body-secondary">mag, text, disk, e-mag</h6>
<h6 class="card-subtitle lead mb-2 text-body-secondary">mag, text, disk, e-mag</h6>
<p class="card-text">
Before the web and social media existed, groups and individuals used to exchange ideas and write articles on their communities in digitally distributed magazines and newsletters.
</p>
Expand Down Expand Up @@ -248,7 +248,7 @@
<div class="card{{$cardClass}}">
<div class="card-body">
<h1 class="card-title {{$titleClass}}">File packs</h1>
<h6 class="card-subtitle mb-2 text-body-secondary">pack, artpack</h6>
<h6 class="card-subtitle lead mb-2 text-body-secondary">pack, artpack</h6>
<p class="card-text">
Curated file packs are collections of files with a common theme.
</p>
Expand Down Expand Up @@ -279,7 +279,7 @@
<div class="card{{$cardClass}}">
<div class="card-body">
<h1 class="card-title {{$titleClass}}">Databases</h1>
<h6 class="card-subtitle mb-2 text-body-secondary">db, dbase, predb</h6>
<h6 class="card-subtitle lead mb-2 text-body-secondary">db, dbase, predb</h6>
<p class="card-text">
Scene databases are often private datasets of cracked software titles, release dates and
associated groups.
Expand All @@ -295,7 +295,7 @@
<div class="card{{$cardClass}}">
<div class="card-body">
<h1 class="card-title {{$titleClass}}">Text files</h1>
<h6 class="card-subtitle mb-2 text-body-secondary">text, doc, pdf</h6>
<h6 class="card-subtitle lead mb-2 text-body-secondary">text, doc, pdf</h6>
<p class="card-text">
The vast majority of scene releases involve text and documents.
Plain text files have the advantage of being platform-agnostic and small in file size.
Expand Down
16 changes: 8 additions & 8 deletions view/app/categoriesmore.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
categoriesmore.tmpl ~ the more-categories template is for the files, browse categories menu.
*/ -}}
{{- define "morecategories" -}}
{{- $otherClass := " h5" }}
{{- $otherClass := " lead h5" }}
{{- $cardClass := " h-100"}}
{{- $rels := index . "counter" }}
{{- $linkClass := "card-link text-nowrap"}}
Expand All @@ -12,7 +12,7 @@
<div class="card-body">
<nav id="navbarPlatforms" class="navbar bg-light-subtle px-3 mt-3">
<a class="navbar-brand" href="#all-other-categories">Platforms</a>
<ul class="nav nav-underline justify-content-center" id="platformTabs" role="tablist">
<ul class="nav nav-underline lead justify-content-center" id="platformTabs" role="tablist">
<li class="nav-item" role="presentation">
<button class="nav-link active" id="dos-tab" data-bs-toggle="tab"
data-bs-target="#dos-tab-pane" type="button" role="tab" aria-controls="dos-tab-pane"
Expand Down Expand Up @@ -54,7 +54,7 @@
In the early days, games listed the platform as <q>IBM</q> or <q>IBM PC</q>, but this naming evolved to <q>IBM/Tandy and compatibles</q> before eventually settling on <q>MS-DOS</q> in the 1990s.
</p>
<p>
<span class="card-link"><a href="/files/msdos" class="card-link">Browse the files for {{msdos}}</a></span>
<span class="card-link lead">Browse the files for <a href="/files/msdos" class="card-link">{{msdos}}</a></span>
</p>
</div>
<div class="tab-pane fade" id="windows-tab-pane" role="tabpanel" aria-labelledby="windows-tab"
Expand All @@ -65,7 +65,7 @@
Most of the Windows software hosted on this site released in the 1990s will target Windows 95 or 98, while the releases from the 2000s should be for Windows XP or 7.
</p>
<p>
<span class="card-link"><a href="/files/windows" class="card-link">Browse the files for Windows</a></span>
<span class="card-link lead">Browse the files for <a href="/files/windows" class="card-link">Windows</a></span>
</p>
</div>
<div class="tab-pane fade" id="mac-tab-pane" role="tabpanel" aria-labelledby="mac-tab"
Expand All @@ -76,7 +76,7 @@
Unlike Microsoft Windows, Apple has used different hardware architectures over the years, so the Apple platforms lack backward compatibility.
</p>
<p>
<span class="card-link"><a href="/files/macos" class="card-link">Browse the files for macOS</a></span>
<span class="card-link lead">Browse the files for <a href="/files/macos" class="card-link">macOS</a></span>
</p>
</div>
<div class="tab-pane fade" id="linux-tab-pane" role="tabpanel" aria-labelledby="linux-tab"
Expand All @@ -86,7 +86,7 @@
Software created for Linux or Unix platforms. Obsolete software targeting the desktop will likely fail on modern distributions, but terminal apps may still work.
</p>
<p>
<span class="card-link"><a href="/files/linux" class="card-link">Browse the files for Linux</a></span>
<span class="card-link lead">Browse the files for <a href="/files/linux" class="card-link">Linux</a></span>
</p>
</div>
<div class="tab-pane fade" id="script-tab-pane" role="tabpanel" aria-labelledby="script-tab"
Expand All @@ -96,7 +96,7 @@
Shell scripts and software created in interpreted programming languages such as PHP, Perl, TCL, Python and Ruby.
</p>
<p>
<span class="card-link"><a href="/files/script" class="card-link">Browse the shell scripts and software</a></span>
<span class="card-link lead">Browse the <a href="/files/script" class="card-link">shell scripts and software</a></span>
</p>
</div>
<div class="tab-pane fade" id="java-tab-pane" role="tabpanel" aria-labelledby="java-tab"
Expand All @@ -106,7 +106,7 @@
Software written in Java is a popular language for cross-platform applications, though unrelated to JavaScript.
</p>
<p>
<span class="card-link"><a href="/files/java" class="card-link">Browse the files for Java</a></span>
<span class="card-link lead">Browse the files for <a href="/files/java" class="card-link">Java</a></span>
</p>
</div>
</div>
Expand Down

0 comments on commit a817fed

Please sign in to comment.