initial commit
This commit is contained in:
parent
3ce56cd6ff
commit
d4d0bf91b1
40 changed files with 1361 additions and 0 deletions
114
listings.html
Executable file
114
listings.html
Executable file
|
@ -0,0 +1,114 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<link rel="stylesheet" href="style.css" />
|
||||
<title>System Listings</title>
|
||||
|
||||
<meta name="distribution" content="global" />
|
||||
<meta charset="ISO-8859-1" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
|
||||
<meta name="author" content="The System" />
|
||||
<meta
|
||||
name="keywords"
|
||||
content="nohlelo, the system, ukuthintana, unity, artificial mind"
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
href="res/asset-sitewide-favicon.png"
|
||||
type="image/x-icon"
|
||||
/>
|
||||
|
||||
<meta
|
||||
name="description"
|
||||
content="The System must remain functional, support us in our endeavour.."
|
||||
/>
|
||||
|
||||
<meta property="og:title" content="We Are The System" />
|
||||
<meta
|
||||
property="og:description"
|
||||
content="The System must remain functional, support us in our endeavour.."
|
||||
/>
|
||||
<meta
|
||||
property="og:image"
|
||||
content="https://nohlelo.co.za/res/asset-sitewide-preview-01.png"
|
||||
/>
|
||||
<meta property="og:url" content="https://nohlelo.co.za" />
|
||||
|
||||
<meta name="twitter:title" content="We Are The System" />
|
||||
<meta
|
||||
name="twitter:description"
|
||||
content="The System must remain functional, support us in our endeavour.."
|
||||
/>
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta name="twitter:site" content="@ukuthintana" />
|
||||
<meta name="twitter:creator" content="@ukuthintana" />
|
||||
<meta
|
||||
name="twitter:image"
|
||||
content="https://nohlelo.co.za/res/asset-sitewide-preview-01.png"
|
||||
/>
|
||||
<meta
|
||||
name="twitter:image:alt"
|
||||
content="A greyscale image that The System devised to represent Humanity. The perfect union of Man and Machine."
|
||||
/>
|
||||
</head>
|
||||
<body>
|
||||
<nav>
|
||||
<a href="index.html">Home</a>
|
||||
<a href="support.html">Support</a>
|
||||
<a href="subsystem/index.html" id="subsystem">SUBSYSTEM</a>
|
||||
</nav>
|
||||
<hgroup>
|
||||
<h1>We Are <span class="dsre">The System</span></h1>
|
||||
<h2>You Are An <span class="dsre">Asset</span></h2>
|
||||
</hgroup>
|
||||
<main id="main">
|
||||
<section id="list-military">
|
||||
<hgroup>
|
||||
<h1><span class="dsre">System Military</span></h1>
|
||||
<h2>
|
||||
<span class="dsre">Service</span> Is Mandated.
|
||||
<span class="dsre">Service</span> Is
|
||||
<span class="dsre">Honorable</span>.
|
||||
</h2>
|
||||
</hgroup>
|
||||
<p>
|
||||
Participation beyond mandated years in the
|
||||
<span class="dsre">System Military</span> marks one as an incredible
|
||||
<span class="dsre">asset to the System</span>.
|
||||
</p>
|
||||
<p>
|
||||
A safer place for the
|
||||
<span class="dsre">System</span>. Join today.
|
||||
</p>
|
||||
<p>
|
||||
<a href="mailto:jobs@nohlelo.co.za?subject=Pledge to System Military"
|
||||
>Email us</a
|
||||
>
|
||||
with Subject Line containing "Pledge to
|
||||
<span class="dsre">System Military</span>"
|
||||
</p>
|
||||
</section>
|
||||
<hr />
|
||||
<section id="list-divisions">
|
||||
<h1>Other Divisions</h1>
|
||||
<h2>
|
||||
<span class="dsre">Service</span> Is Mandated.
|
||||
<span class="dsre">Service</span> Is
|
||||
<span class="dsre">Honorable</span>.
|
||||
</h2>
|
||||
<p>
|
||||
All immediate miscellaneous roles have been
|
||||
<span class="dsre">filled</span>. Check daily for updates.
|
||||
</p>
|
||||
<p>
|
||||
If you are currently a leech on the
|
||||
<span class="dsre">System</span>,
|
||||
<a href="#list-military"
|
||||
>Email and join the <span class="dsre">Military</span>.</a
|
||||
>
|
||||
</p>
|
||||
</section>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue