diff --git a/old/index.html b/old/index.html deleted file mode 100644 index e1ded49..0000000 --- a/old/index.html +++ /dev/null @@ -1,105 +0,0 @@ - - - - - XPUB Special Issues - - - - - - -
-
- -
-

Issue 01

-

OP=OP
20161210

-
-
-
- -
-

Issue 02

-

TGC #3
20170324

-
-
-
- -
-

Issue 03

-

Interfacing the Law
20170615

-
-
-
- -
-

Issue 04

-

20171207

-
-
-
- -
-

Issue 05

-

???

-
-
-
- -
-

Issue 06

-

???

-
-
-
- -
-

Issue 07

-

???

-
-
-
- -
-

Issue 08

-

???

-
-
-
- -
-

Issue 09

-

???

-
-
-
- - - - - diff --git a/old/style.css b/old/style.css deleted file mode 100644 index 221bc9c..0000000 --- a/old/style.css +++ /dev/null @@ -1,38 +0,0 @@ -body { -/*background: linear-gradient( 45deg, blue, red );*/ - color: #FFF; - font-family: 'OSPDINDIN'; - font-weight: normal; - font-style: normal; - text-transform: uppercase; -} - - -h1 { - font-size: calc(4vW + 4vH); - line-height: calc(0.5vW + 0.5vH); - text-align: center; - font-weight: normal; -} - -h2 { - font-size: calc(1.5vW + 1.5vH); - line-height: calc(1.25vW + 1.25vH); - font-weight: normal; - text-align: center; -} - -#container { - display: flex; -} - -iframe { - border: 0px; - width: 30vW; - height: 60vH; -} - - -a, a:visited { - color: #FFF; -}