procedural shuffle update
This commit is contained in:
parent
f92410f38a
commit
b55bc7c11e
6 changed files with 65 additions and 19 deletions
|
@ -2,7 +2,9 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<link rel="stylesheet" href="substyle.css" />
|
||||
<script src="subres/shuffle.js"></script>
|
||||
<link rel="stylesheet" href="subres/sub-aboutstyle.css" />
|
||||
<script src="subres/profileShuffle.js"></script>
|
||||
<title>The System</title>
|
||||
|
||||
<meta name="distribution" content="global" />
|
||||
|
@ -41,7 +43,7 @@
|
|||
/>
|
||||
</head>
|
||||
<body>
|
||||
<div class="bnav"></div>
|
||||
<div id="bnav"></div>
|
||||
<nav id="headnav">
|
||||
<a href="index.html">Home</a>
|
||||
<a href="#" aria-hidden="true" tabindex="-1" id="here">Who We Are</a>
|
||||
|
@ -50,7 +52,7 @@
|
|||
<a href="../index.html">Return</a>
|
||||
</nav>
|
||||
|
||||
<nav id="socials" style="transform: rotate(-0.8deg)">
|
||||
<nav id="socials">
|
||||
<a href="https://tiktok.com/@ukuthintana" target="_blank">TikTok</a>
|
||||
<a href="https://youtube.com/@ukuthintana" target="_blank">Youtube</a>
|
||||
<a href="https://twitter.com/ukuthintana" target="_blank">Twitter</a>
|
||||
|
@ -59,8 +61,8 @@
|
|||
</nav>
|
||||
|
||||
<main id="about">
|
||||
<section class="profile" style="transform: rotate(1deg)">
|
||||
<hgroup style="transform: rotate(-1deg)">
|
||||
<section class="profile">
|
||||
<hgroup>
|
||||
<picture>
|
||||
<source srcset="subres/ppl-raea.jxl" type="image/jxl" />
|
||||
<source srcset="subres/ppl-raea.avif" type="image/avif" />
|
||||
|
@ -73,7 +75,7 @@
|
|||
<a href="https://nnwhen.com" target="_blank">Website</a>
|
||||
</h3>
|
||||
</hgroup>
|
||||
<div style="transform: rotate(-1deg)">
|
||||
<div>
|
||||
<p>
|
||||
I am a <em>Digital Entity</em>, which involves: creating digital
|
||||
spaces - like this website - and creating other forms of
|
||||
|
@ -91,8 +93,8 @@
|
|||
</div>
|
||||
</section>
|
||||
|
||||
<section class="profile" style="transform: rotate(-0.4deg)">
|
||||
<hgroup style="transform: rotate(0.4deg)">
|
||||
<section class="profile">
|
||||
<hgroup>
|
||||
<picture>
|
||||
<source
|
||||
srcset="subres/ppl-elliot-jaudz-oliver.jxl"
|
||||
|
@ -116,7 +118,7 @@
|
|||
>
|
||||
</h3>
|
||||
</hgroup>
|
||||
<div style="transform: rotate(0.4deg)">
|
||||
<div>
|
||||
<p>
|
||||
<i>Elliot</i> is a multidisciplinary artist living and working in
|
||||
Joburg, South Africa. Originally from Zimbabwe, he studied for a
|
||||
|
@ -150,8 +152,8 @@
|
|||
</div>
|
||||
</section>
|
||||
|
||||
<section class="profile" style="transform: rotate(-1.2deg)">
|
||||
<hgroup style="transform: rotate(1.2deg)">
|
||||
<section class="profile">
|
||||
<hgroup>
|
||||
<picture>
|
||||
<source
|
||||
srcset="subres/ppl-theblazingneptune.jxl"
|
||||
|
@ -175,7 +177,7 @@
|
|||
>
|
||||
</h3>
|
||||
</hgroup>
|
||||
<div style="transform: rotate(1.2deg)">
|
||||
<div>
|
||||
<p>
|
||||
I'm an ambitious lil man. I chase competitive stimulation in the
|
||||
form of virtual activities. Climbing the ranks to prove myself
|
||||
|
@ -194,8 +196,8 @@
|
|||
</div>
|
||||
</section>
|
||||
|
||||
<section class="profile" style="transform: rotate(-2deg)">
|
||||
<hgroup style="transform: rotate(2deg)">
|
||||
<section class="profile">
|
||||
<hgroup>
|
||||
<picture>
|
||||
<source srcset="subres/ppl-na.jxl" type="image/jxl" />
|
||||
<source srcset="subres/ppl-na.avif" type="image/avif" />
|
||||
|
@ -208,7 +210,7 @@
|
|||
<a href="https://umabhengwane.com" target="_blank">Website</a>
|
||||
</h3>
|
||||
</hgroup>
|
||||
<div style="transform: rotate(2deg)">
|
||||
<div>
|
||||
<p>My name is Cullen Mackenzie.</p>
|
||||
<p>
|
||||
I am the youngest of a big family and I grew up listening to stories
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue