diff --git a/reclaim-futures/404.html b/reclaim-futures/404.html deleted file mode 100644 index 421a3be..0000000 --- a/reclaim-futures/404.html +++ /dev/null @@ -1,97 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - ReclaimFutures - - - - - - - - - - - - - - - - - - - -
-
-

4

-

0

-

4

-
-

Page not found

-

¯\_(ツ)_/¯

- return home - -
- - - - - \ No newline at end of file diff --git a/reclaim-futures/about/index.html b/reclaim-futures/about/index.html deleted file mode 100644 index d2bbf29..0000000 --- a/reclaim-futures/about/index.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - ReclaimFutures - About - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - -
-
-

This is the base Jekyll theme. You can find out more info about customizing your Jekyll theme, as well as basic Jekyll usage documentation at jekyllrb.com

- -

You can find the source code for Minima at GitHub: -jekyll / -minima

- -

You can find the source code for Jekyll at GitHub: -jekyll / -jekyll

- - -
-
- - - -
- - - - \ No newline at end of file diff --git a/reclaim-futures/assets/css/index.css b/reclaim-futures/assets/css/index.css deleted file mode 100644 index 0c1ca6b..0000000 --- a/reclaim-futures/assets/css/index.css +++ /dev/null @@ -1,170 +0,0 @@ -html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } - -/* HTML5 display-role reset for older browsers */ -article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } - -body { line-height: 1; } - -ol, ul { list-style: none; } - -blockquote, q { quotes: none; } - -blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } - -table { border-collapse: collapse; border-spacing: 0; } - -/* -------------------------------------------------------------------------- Breakpoints */ -.uppercase, .upper { text-transform: uppercase; } - -.lowercase, .lower { text-transform: lowercase; } - -.titlecase, .capitalize { text-transform: capitalize; } - -@font-face { font-family: 'SpaceMono Regular'; src: url("../fonts/space-mono/SpaceMono-Regular.ttf") format("truetype"); font-weight: 300; font-style: normal; } - -@font-face { font-family: 'SpaceMono Bold'; src: url("../fonts/space-mono/SpaceMono-Bold.ttf") format("truetype"); font-weight: 700; font-style: normal; } - -@font-face { font-family: 'SpaceMono Italic'; src: url("../fonts/space-mono/SpaceMono-Italic.ttf") format("truetype"); font-weight: 400; font-style: italic; } - -@font-face { font-family: 'SpaceMono Bold Italic'; src: url("../fonts/space-mono/SpaceMono-BoldItalic.ttf") format("truetype"); font-weight: 700; font-style: italic; } - -@font-face { font-family: 'Orator Std Slanted'; src: url("../fonts/OratorStd/Orator-Std-Slanted.ttf") format("truetype"); font-weight: 400; font-style: italic; } - -p, a, span, h1, h2, h3, h4, h5, strong, em, h6, li, .separator { font-family: "SpaceMono Regular", "Courier New", Courier, monospace; color: #1d2022; margin-bottom: 16px; } - -p::selection, a::selection, span::selection, h1::selection, h2::selection, h3::selection, h4::selection, h5::selection, strong::selection, em::selection, h6::selection, li::selection, .separator::selection { background-color: #0ddfe7; color: #fff; } - -strong { font-family: "SpaceMono Bold", "Courier New", Courier, monospace; } - -em { font-family: "SpaceMono Italic", "Courier New", Courier, monospace; } - -small { font-size: smaller; } - -h1 { font-size: 84px; } - -h1, .h1 { font-size: 64px; font-family: "Orator Std Slanted", "SpaceMono Regular", "Courier New", Courier, monospace; } - -h2, .h2 { font-size: 32px; font-family: "Orator Std Slanted", "SpaceMono Regular", "Courier New", Courier, monospace; } - -h3, .h3 { font-size: 16px; font-family: "Orator Std Slanted", "SpaceMono Regular", "Courier New", Courier, monospace; font-style: italic; } - -p, .text-p { font-size: 14px; font-family: "SpaceMono Regular", "Courier New", Courier, monospace; line-height: 32px; } - -a { font-weight: bold; } - -a:hover, a:visited { font-style: italic; } - -.separator { max-width: 640px; display: flex; justify-content: center; margin-top: 16px; margin-bottom: 16px; } - -.separator .dot { height: 8px; width: 8px; border-radius: 100%; background-color: #1d2022; } - -.separator .dot.background-blue { background-color: #0ac2c9; } - -.separator .dot.background-white { background-color: #fff; } - -body { background-color: #fff; background-image: url("../img/bg/es-c.jpg"); background-image: url("../img/bg/es-c.jpg"), linear-gradient(270deg, #0ddfe7, #037fe4); background-repeat-x: no-repeat; background-repeat-y: repeat; background-size: cover; background-attachment: fixed; display: flex; flex-direction: column; } - -@media (max-width: 1025px) { body { background-attachment: scroll; } } - -.page-content { max-width: 920px; margin: 0 auto; } - -html, body { height: 100%; } - -.content { flex: 1 0 auto; } - -footer.page-footer { flex-shrink: 0; } - -.rf-logo path { fill: transparent; stroke-width: 1; } - -@media (max-width: 1025px) { .rf-logo path { stroke-width: 1.5; } } - -.text-container p, .text-container h2, .text-container h3, .text-container ul { max-width: 640px; background-color: #fff; padding: 16px 32px; margin: 0; } - -.text-container p:last-of-type:not(ul), .text-container h2:last-of-type:not(ul), .text-container h3:last-of-type:not(ul), .text-container ul:last-of-type:not(ul) { margin-bottom: 32px; } - -@media (max-width: 1025px) { .text-container p, .text-container h2, .text-container h3, .text-container ul { padding: 16px; } } - -.text-container h2 { display: inline-block; padding-bottom: 8px; margin-top: 64px; margin-bottom: 32px; } - -.text-container ul { font-size: 14px; } - -.text-container ul li { list-style: inside; padding-left: 12px; padding-right: 12px; line-height: 24px; } - -.text-container ul li:last-of-type { margin-bottom: 0; } - -.text-container sup a { text-decoration: none; color: #037fe4; } - -h2 { margin-top: 32px; } - -@media (max-width: 1025px) { h2 { margin-top: 0; } } - -@media (max-width: 1025px) { .page-content { margin-left: 32px; margin-right: 32px; } } - -.side-title { position: fixed; transition: all 0.2s ease-in-out; color: #fff; margin: 0; width: 100vh; bottom: 0; text-align: center; } - -.side-title.side-title--left { transform: rotate(270deg); left: 5%; transform-origin: left; } - -@media (max-width: 1025px) { .side-title.side-title--left { left: 15px; } } - -.side-title.side-title--right { transform: rotate(90deg); right: 5%; transform-origin: right; } - -@media (max-width: 1025px) { .side-title.side-title--right { right: 15px; } } - -.side-title.hidden { opacity: 0.0001; } - -.side-title a { color: #fff; } - -#rf-logo-wrapper { transition: all 0.8s ease-in-out; } - -#rf-logo-wrapper.hidden { opacity: 0.0001; margin-top: -100px; } - -#rf-logo-wrapper .rf-logo { margin: 64px 0 64px 32px; } - -@media (max-width: 1025px) { #rf-logo-wrapper .rf-logo { margin: 0; max-width: 90%; margin-left: 5%; } } - -@media (max-width: 1025px) { #rf-logo-wrapper { margin: 0; } } - -.error-404 { height: 100vh; width: 100vw; display: flex; justify-content: center; align-items: center; flex-direction: column; } - -.error-404 h1, .error-404 p, .error-404 a, .error-404 strong { color: #fff; } - -.error-404 .fourohfour { display: flex; flex-direction: row; } - -.error-404 .fourohfour h1 { animation: grain 1s steps(10) infinite; } - -.error-404 .fourohfour h1:first-of-type { animation-duration: 2s; } - -.error-404 .fourohfour h1:last-of-type { animation-duration: 3s; } - -.error-404 a { transition: transform 5s ease-in-out; } - -.error-404 a:hover { transform: scale(20) rotate(360deg); } - -@keyframes grain { 0%, 100% { transform: translate(0, 0); } - 10% { transform: translate(-5%, -10%); } - 20% { transform: translate(-15%, 5%); } - 30% { transform: translate(7%, -25%); } - 40% { transform: translate(-5%, 25%); } - 50% { transform: translate(-15%, 10%); } - 60% { transform: translate(15%, 0%); } - 70% { transform: translate(0%, 15%); } - 80% { transform: translate(3%, 35%); } - 90% { transform: translate(-10%, 10%); } } - -/* Track */ -/* Handle */ -header.page-header .lang { position: absolute; color: #1d2022; top: 32px; right: 32px; background-color: white; padding: 8px; transition: box-shadow 0.8s cubic-bezier(0.075, 0.82, 0.165, 1); } - -header.page-header .lang:hover { box-shadow: 5px 5px 0 rgba(255, 255, 255, 0.5), 10px 10px 0 rgba(255, 255, 255, 0.4), 15px 15px 0 rgba(255, 255, 255, 0.3); transition: box-shadow 0.2s cubic-bezier(0.075, 0.82, 0.165, 1); } - -@media (max-width: 1025px) { header.page-header .lang { top: 16px; right: 16px; font-size: 0.8em; } } - -footer.page-footer { padding-top: 16px; padding-bottom: 32px; } - -footer.page-footer a.social-link { padding: 16px; background-color: #fff; margin-right: 16px; fill: #1d2022; display: inline-flex; justify-content: center; align-items: center; transition: all 0.3s ease-in-out; } - -footer.page-footer a.social-link svg { transition: all 0.3s ease-in-out; } - -footer.page-footer a.social-link:hover svg { fill: #037fe4; } - -/*# sourceMappingURL=index.css.map */ \ No newline at end of file diff --git a/reclaim-futures/assets/css/index.css.map b/reclaim-futures/assets/css/index.css.map deleted file mode 100644 index 7a1f74e..0000000 --- a/reclaim-futures/assets/css/index.css.map +++ /dev/null @@ -1,42 +0,0 @@ -{ - "version": 3, - "file": "index.css", - "sources": [ - "index.scss", - "_sass/reset.scss", - "_sass/variables.scss", - "_sass/utils/responsive.scss", - "_sass/utils/layout-utils.scss", - "_sass/utils/typo-utils.scss", - "_sass/fontface.scss", - "_sass/typography.scss", - "_sass/layout.scss", - "_sass/layouts/default.scss", - "_sass/layouts/page-with-header.scss", - "_sass/layouts/404.scss", - "_sass/includes/scrollbar.scss", - "_sass/includes/header.scss", - "_sass/includes/footer.scss", - "_sass/pages/home.scss" - ], - "sourcesContent": [ - "@import 'reset';\n@import 'variables';\n@import 'utils/responsive';\n@import 'utils/layout-utils';\n@import 'utils/typo-utils';\n@import 'fontface';\n@import 'typography';\n@import 'layout';\n@import 'layouts/default';\n@import 'layouts/page-with-header';\n@import 'layouts/404';\n@import 'includes/scrollbar';\n@import 'includes/header';\n@import 'includes/footer';\n@import 'pages/home';\n", - "html,\nbody,\ndiv,\nspan,\napplet,\nobject,\niframe,\nh1,\nh2,\nh3,\nh4,\nh5,\nh6,\np,\nblockquote,\npre,\na,\nabbr,\nacronym,\naddress,\nbig,\ncite,\ncode,\ndel,\ndfn,\nem,\nimg,\nins,\nkbd,\nq,\ns,\nsamp,\nsmall,\nstrike,\nstrong,\ntt,\nvar,\nb,\nu,\ni,\ncenter,\ndl,\ndt,\ndd,\nol,\nul,\nli,\nfieldset,\nform,\nlabel,\nlegend,\ntable,\ncaption,\ntbody,\ntfoot,\nthead,\ntr,\nth,\ntd,\narticle,\naside,\ncanvas,\ndetails,\nembed,\nfigure,\nfigcaption,\nfooter,\nheader,\nhgroup,\nmenu,\nnav,\noutput,\nruby,\nsection,\nsummary,\ntime,\nmark,\naudio,\nvideo {\n margin: 0;\n padding: 0;\n border: 0;\n font-size: 100%;\n font: inherit;\n vertical-align: baseline;\n}\n/* HTML5 display-role reset for older browsers */\narticle,\naside,\ndetails,\nfigcaption,\nfigure,\nfooter,\nheader,\nhgroup,\nmenu,\nnav,\nsection {\n display: block;\n}\nbody {\n line-height: 1;\n}\nol,\nul {\n list-style: none;\n}\nblockquote,\nq {\n quotes: none;\n}\nblockquote:before,\nblockquote:after,\nq:before,\nq:after {\n content: '';\n content: none;\n}\ntable {\n border-collapse: collapse;\n border-spacing: 0;\n}\n", - "// Colours\n\n$black: #1d2022;\n$white: #fff;\n$turquoise: #0ddfe7;\n$true-blue: #037fe4;\n$highlight: $turquoise;\n$highlight-darker: #0ac2c9;\n\n$bg: $black;\n\n// margin\n\n$size-base: 4px;\n$size-8: 8px;\n$size-12: 12px;\n$size-14: 14px;\n$size-16: 16px;\n$size-24: 24px;\n$size-32: 32px;\n$size-64: 64px;\n$size-128: 128px;\n$size-256: 256px;\n$size-512: 512px;\n$size-1028: 1028px;\n\n// Typography\n\n$font-title: 'Orator Std Slanted', 'SpaceMono Regular', 'Courier New', Courier, monospace;\n$font: 'SpaceMono Regular', 'Courier New', Courier, monospace;\n$font-bold: 'SpaceMono Bold', 'Courier New', Courier, monospace;\n$font-italic: 'SpaceMono Italic', 'Courier New', Courier, monospace;\n$font-bold-italic: 'SpaceMono Bold Italic', 'Courier New', Courier, monospace;\n\n// Responsive breakpoints\n\n$breakpoint-tablet: 768px !default;\n$breakpoint-desktop: 1024px !default;\n$breakpoint-widescreen: 1440px !default;\n", - "/* --------------------------------------------------------------------------\n * Breakpoints\n */\n\n// Max mobile\n@mixin mobile() {\n @media (max-width: $breakpoint-tablet + 1px) {\n @content;\n }\n}\n\n// Min tablet\n@mixin tablet() {\n @media (min-width: $breakpoint-tablet) {\n @content;\n }\n}\n\n// Tablet only\n@mixin tablet-only() {\n @media (min-width: $breakpoint-tablet) and (max-width: $breakpoint-desktop + 1px) {\n @content;\n }\n}\n\n// Max tablet\n@mixin touch() {\n @media (max-width: $breakpoint-desktop + 1px) {\n @content;\n }\n}\n\n// Min Desktop\n@mixin desktop() {\n @media (min-width: $breakpoint-desktop) {\n @content;\n }\n}\n\n// Desktop only\n@mixin desktop-only() {\n @media (min-width: $breakpoint-desktop) and (max-width: $breakpoint-widescreen + 1px) {\n @content;\n }\n}\n\n// Min widescreen\n@mixin widescreen() {\n @media (min-width: $breakpoint-widescreen) {\n @content;\n }\n}\n", - "@mixin center-content-flex() {\n display: flex;\n justify-content: center;\n align-items: center;\n}\n\n@mixin padding-vertical($padding) {\n padding-top: $padding;\n padding-bottom: $padding;\n}\n\n@mixin padding-horizontal($padding) {\n padding-left: $padding;\n padding-right: $padding;\n}\n\n@mixin margin-vertical($margin) {\n margin-top: $margin;\n margin-bottom: $margin;\n}\n\n@mixin margin-horizontal($margin) {\n margin-left: $margin;\n margin-right: $margin;\n}\n\n@mixin dir-col() {\n display: flex;\n flex-direction: column;\n}\n\n@mixin dir-row() {\n display: flex;\n flex-direction: row;\n}\n", - ".uppercase,\n.upper {\n text-transform: uppercase;\n}\n\n.lowercase,\n.lower {\n text-transform: lowercase;\n}\n\n.titlecase,\n.capitalize {\n text-transform: capitalize;\n}\n", - "@font-face {\n font-family: 'SpaceMono Regular';\n src: url('../fonts/space-mono/SpaceMono-Regular.ttf') format('truetype');\n font-weight: 300;\n font-style: normal;\n}\n\n@font-face {\n font-family: 'SpaceMono Bold';\n src: url('../fonts/space-mono/SpaceMono-Bold.ttf') format('truetype');\n font-weight: 700;\n font-style: normal;\n}\n\n@font-face {\n font-family: 'SpaceMono Italic';\n src: url('../fonts/space-mono/SpaceMono-Italic.ttf') format('truetype');\n font-weight: 400;\n font-style: italic;\n}\n\n@font-face {\n font-family: 'SpaceMono Bold Italic';\n src: url('../fonts/space-mono/SpaceMono-BoldItalic.ttf') format('truetype');\n font-weight: 700;\n font-style: italic;\n}\n\n@font-face {\n font-family: 'Orator Std Slanted';\n src: url('../fonts/OratorStd/Orator-Std-Slanted.ttf') format('truetype');\n font-weight: 400;\n font-style: italic;\n}\n", - "p,\na,\nspan,\nh1,\nh2,\nh3,\nh4,\nh5,\nstrong,\nem,\nh6,\nli,\n.separator {\n font-family: $font;\n color: $black;\n margin-bottom: $size-16;\n\n &::selection {\n background-color: $highlight;\n color: $white;\n }\n}\n\nstrong {\n font-family: $font-bold;\n}\n\nem {\n font-family: $font-italic;\n}\n\nsmall {\n font-size: smaller;\n}\n\nh1 {\n font-size: 84px;\n}\n\nh1,\n.h1 {\n font-size: $size-64;\n font-family: $font-title;\n}\n\nh2,\n.h2 {\n font-size: $size-32;\n font-family: $font-title;\n}\n\nh3,\n.h3 {\n font-size: $size-16;\n font-family: $font-title;\n font-style: italic;\n}\n\np,\n.text-p {\n font-size: $size-14;\n font-family: $font;\n line-height: $size-32;\n}\n\na {\n // color: $black;\n font-weight: bold;\n\n &:hover,\n &:visited {\n font-style: italic;\n }\n}\n\n.separator {\n max-width: $size-512 + $size-128;\n display: flex;\n justify-content: center;\n @include margin-vertical($size-16);\n\n .dot {\n height: $size-8;\n width: $size-8;\n border-radius: 100%;\n background-color: $black;\n // mix-blend-mode: exclusion;\n\n &.background-blue {\n background-color: $highlight-darker;\n }\n &.background-white {\n background-color: $white;\n }\n }\n}\n", - "body {\n background-color: $white;\n background-image: url('../img/bg/es-c.jpg');\n background-image: url('../img/bg/es-c.jpg'), linear-gradient(270deg, $turquoise, $true-blue);\n background-repeat-x: no-repeat;\n background-repeat-y: repeat;\n background-size: cover;\n background-attachment: fixed;\n display: flex;\n flex-direction: column;\n\n @include touch {\n background-attachment: scroll;\n }\n}\n\n.page-content {\n max-width: 920px;\n margin: 0 auto;\n}\n\nhtml,\nbody {\n height: 100%;\n}\n\n.content {\n flex: 1 0 auto;\n}\n\nfooter.page-footer {\n flex-shrink: 0;\n}\n\n.rf-logo path {\n fill: transparent;\n stroke-width: 1;\n\n @include touch {\n stroke-width: 1.5;\n }\n}\n", - ".text-container p,\n.text-container h2,\n.text-container h3 {\n}\n\n.text-container {\n p,\n h2,\n h3,\n ul {\n max-width: $size-512 + $size-128;\n background-color: $white;\n padding: $size-16 $size-32;\n margin: 0;\n\n &:last-of-type:not(ul) {\n margin-bottom: $size-32;\n }\n\n @include touch {\n padding: $size-16;\n }\n }\n\n h2 {\n display: inline-block;\n padding-bottom: $size-8;\n margin-top: $size-64;\n margin-bottom: $size-32;\n }\n\n ul {\n font-size: $size-14;\n\n li {\n list-style: inside;\n @include padding-horizontal($size-12);\n line-height: $size-24;\n\n &:last-of-type {\n margin-bottom: 0;\n }\n }\n }\n\n sup a {\n text-decoration: none;\n color: $true-blue;\n }\n}\n\nh2 {\n margin-top: $size-32;\n\n @include touch {\n margin-top: 0;\n }\n}\n\n.page-content {\n @include touch {\n @include margin-horizontal($size-32);\n }\n}\n\n.side-title {\n position: fixed;\n transition: all 0.2s ease-in-out;\n color: $white;\n margin: 0;\n width: 100vh;\n bottom: 0;\n text-align: center;\n\n &.side-title--left {\n transform: rotate(270deg);\n left: 5%;\n transform-origin: left;\n\n @include touch {\n left: 15px;\n }\n }\n\n &.side-title--right {\n transform: rotate(90deg);\n right: 5%;\n transform-origin: right;\n\n @include touch {\n right: 15px;\n }\n }\n\n &.hidden {\n opacity: 0.0001;\n }\n\n a {\n color: $white;\n }\n}\n", - "#rf-logo-wrapper {\n transition: all 0.8s ease-in-out;\n\n &.hidden {\n opacity: 0.0001;\n margin-top: -100px;\n }\n\n .rf-logo {\n margin: $size-64 0 $size-64 $size-32;\n\n @include touch {\n margin: 0;\n max-width: 90%;\n margin-left: 5%;\n }\n }\n\n @include touch {\n margin: 0;\n }\n}\n", - ".error-404 {\n height: 100vh;\n width: 100vw;\n display: flex;\n justify-content: center;\n align-items: center;\n flex-direction: column;\n\n h1,\n p,\n a,\n strong {\n color: $white;\n }\n\n .fourohfour {\n display: flex;\n flex-direction: row;\n\n h1 {\n animation: grain 1s steps(10) infinite;\n\n &:first-of-type {\n animation-duration: 2s;\n }\n &:last-of-type {\n animation-duration: 3s;\n }\n }\n }\n\n a {\n transition: transform 5s ease-in-out;\n\n &:hover {\n transform: scale(20) rotate(360deg);\n }\n }\n}\n\n@keyframes grain {\n 0%,\n 100% {\n transform: translate(0, 0);\n }\n 10% {\n transform: translate(-5%, -10%);\n }\n 20% {\n transform: translate(-15%, 5%);\n }\n 30% {\n transform: translate(7%, -25%);\n }\n 40% {\n transform: translate(-5%, 25%);\n }\n 50% {\n transform: translate(-15%, 10%);\n }\n 60% {\n transform: translate(15%, 0%);\n }\n 70% {\n transform: translate(0%, 15%);\n }\n 80% {\n transform: translate(3%, 35%);\n }\n 90% {\n transform: translate(-10%, 10%);\n }\n}\n", - "::-webkit-scrollbar {\n // width: 5px;\n}\n/* Track */\n::-webkit-scrollbar-track {\n // background-image: url('../img/bg/scroll.jpg');\n // background-color: transparent;\n}\n\n/* Handle */\n::-webkit-scrollbar-thumb {\n // background: transparent;\n // background-color: $black;\n // background-blend-mode: difference;\n // background-size: cover;\n // border-radius: 50px;\n}\n", - "header.page-header {\n .lang {\n position: absolute;\n color: $black;\n top: $size-32;\n right: $size-32;\n background-color: white;\n padding: $size-8;\n transition: box-shadow 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);\n\n &:hover {\n box-shadow: 5px 5px 0 rgba($white, 0.5), 10px 10px 0 rgba($white, 0.4), 15px 15px 0 rgba($white, 0.3);\n transition: box-shadow 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);\n }\n\n @include touch {\n top: $size-16;\n right: $size-16;\n font-size: 0.8em;\n }\n }\n}\n", - "footer.page-footer {\n padding-top: $size-16;\n padding-bottom: $size-32;\n\n a.social-link {\n padding: $size-16;\n background-color: $white;\n margin-right: $size-16;\n fill: $black;\n display: inline-flex;\n justify-content: center;\n align-items: center;\n transition: all 0.3s ease-in-out;\n\n svg {\n transition: all 0.3s ease-in-out;\n }\n\n &:hover {\n // box-shadow: 5px 5px 0 rgba($white, 0.5), 10px 10px 0 rgba($white, 0.4), 15px 15px 0 rgba($white, 0.3);\n svg {\n fill: $true-blue;\n }\n }\n }\n}\n", - "" - ], - "names": [], - "mappings": "ACAA,AAAA,IAAI,EACJ,IAAI,EACJ,GAAG,EACH,IAAI,EACJ,MAAM,EACN,MAAM,EACN,MAAM,EACN,EAAE,EACF,EAAE,EACF,EAAE,EACF,EAAE,EACF,EAAE,EACF,EAAE,EACF,CAAC,EACD,UAAU,EACV,GAAG,EACH,CAAC,EACD,IAAI,EACJ,OAAO,EACP,OAAO,EACP,GAAG,EACH,IAAI,EACJ,IAAI,EACJ,GAAG,EACH,GAAG,EACH,EAAE,EACF,GAAG,EACH,GAAG,EACH,GAAG,EACH,CAAC,EACD,CAAC,EACD,IAAI,EACJ,KAAK,EACL,MAAM,EACN,MAAM,EACN,EAAE,EACF,GAAG,EACH,CAAC,EACD,CAAC,EACD,CAAC,EACD,MAAM,EACN,EAAE,EACF,EAAE,EACF,EAAE,EACF,EAAE,EACF,EAAE,EACF,EAAE,EACF,QAAQ,EACR,IAAI,EACJ,KAAK,EACL,MAAM,EACN,KAAK,EACL,OAAO,EACP,KAAK,EACL,KAAK,EACL,KAAK,EACL,EAAE,EACF,EAAE,EACF,EAAE,EACF,OAAO,EACP,KAAK,EACL,MAAM,EACN,OAAO,EACP,KAAK,EACL,MAAM,EACN,UAAU,EACV,MAAM,EACN,MAAM,EACN,MAAM,EACN,IAAI,EACJ,GAAG,EACH,MAAM,EACN,IAAI,EACJ,OAAO,EACP,OAAO,EACP,IAAI,EACJ,IAAI,EACJ,KAAK,EACL,KAAK,CAAC,EACJ,MAAM,EAAE,CAAC,EACT,OAAO,EAAE,CAAC,EACV,MAAM,EAAE,CAAC,EACT,SAAS,EAAE,IAAI,EACf,IAAI,EAAE,OAAO,EACb,cAAc,EAAE,QAAQ,GACzB;;AACD,iDAAiD;AACjD,AAAA,OAAO,EACP,KAAK,EACL,OAAO,EACP,UAAU,EACV,MAAM,EACN,MAAM,EACN,MAAM,EACN,MAAM,EACN,IAAI,EACJ,GAAG,EACH,OAAO,CAAC,EACN,OAAO,EAAE,KAAK,GACf;;AACD,AAAA,IAAI,CAAC,EACH,WAAW,EAAE,CAAC,GACf;;AACD,AAAA,EAAE,EACF,EAAE,CAAC,EACD,UAAU,EAAE,IAAI,GACjB;;AACD,AAAA,UAAU,EACV,CAAC,CAAC,EACA,MAAM,EAAE,IAAI,GACb;;AACD,AAAA,UAAU,AAAA,OAAO,EACjB,UAAU,AAAA,MAAM,EAChB,CAAC,AAAA,OAAO,EACR,CAAC,AAAA,MAAM,CAAC,EACN,OAAO,EAAE,EAAE,EACX,OAAO,EAAE,IAAI,GACd;;AACD,AAAA,KAAK,CAAC,EACJ,eAAe,EAAE,QAAQ,EACzB,cAAc,EAAE,CAAC,GAClB;;AEzHD,4FAEG;AEFH,AAAA,UAAU,EACV,MAAM,CAAC,EACL,cAAc,EAAE,SAAS,GAC1B;;AAED,AAAA,UAAU,EACV,MAAM,CAAC,EACL,cAAc,EAAE,SAAS,GAC1B;;AAED,AAAA,UAAU,EACV,WAAW,CAAC,EACV,cAAc,EAAE,UAAU,GAC3B;;ACbD,UAAU,GACR,WAAW,EAAE,mBAAmB,EAChC,GAAG,EAAE,gDAAgD,CAAC,kBAAkB,EACxE,WAAW,EAAE,GAAG,EAChB,UAAU,EAAE,MAAM;;AAGpB,UAAU,GACR,WAAW,EAAE,gBAAgB,EAC7B,GAAG,EAAE,6CAA6C,CAAC,kBAAkB,EACrE,WAAW,EAAE,GAAG,EAChB,UAAU,EAAE,MAAM;;AAGpB,UAAU,GACR,WAAW,EAAE,kBAAkB,EAC/B,GAAG,EAAE,+CAA+C,CAAC,kBAAkB,EACvE,WAAW,EAAE,GAAG,EAChB,UAAU,EAAE,MAAM;;AAGpB,UAAU,GACR,WAAW,EAAE,uBAAuB,EACpC,GAAG,EAAE,mDAAmD,CAAC,kBAAkB,EAC3E,WAAW,EAAE,GAAG,EAChB,UAAU,EAAE,MAAM;;AAGpB,UAAU,GACR,WAAW,EAAE,oBAAoB,EACjC,GAAG,EAAE,gDAAgD,CAAC,kBAAkB,EACxE,WAAW,EAAE,GAAG,EAChB,UAAU,EAAE,MAAM;;AChCpB,AAAA,CAAC,EACD,CAAC,EACD,IAAI,EACJ,EAAE,EACF,EAAE,EACF,EAAE,EACF,EAAE,EACF,EAAE,EACF,MAAM,EACN,EAAE,EACF,EAAE,EACF,EAAE,EACF,UAAU,CAAC,EACT,WAAW,ELgBN,mBAAmB,EAAE,aAAa,EAAE,OAAO,EAAE,SAAS,EKf3D,KAAK,ELZC,OAAO,EKab,aAAa,ELEL,IAAI,GKIb;;AArBD,AAiBE,CAjBD,AAiBE,WAAW,EAhBd,CAAC,AAgBE,WAAW,EAfd,IAAI,AAeD,WAAW,EAdd,EAAE,AAcC,WAAW,EAbd,EAAE,AAaC,WAAW,EAZd,EAAE,AAYC,WAAW,EAXd,EAAE,AAWC,WAAW,EAVd,EAAE,AAUC,WAAW,EATd,MAAM,AASH,WAAW,EARd,EAAE,AAQC,WAAW,EAPd,EAAE,AAOC,WAAW,EANd,EAAE,AAMC,WAAW,EALd,UAAU,AAKP,WAAW,CAAC,EACX,gBAAgB,ELdR,OAAO,EKef,KAAK,ELhBD,IAAI,GKiBT;;AAGH,AAAA,MAAM,CAAC,EACL,WAAW,ELMD,gBAAgB,EAAE,aAAa,EAAE,OAAO,EAAE,SAAS,GKL9D;;AAED,AAAA,EAAE,CAAC,EACD,WAAW,ELGC,kBAAkB,EAAE,aAAa,EAAE,OAAO,EAAE,SAAS,GKFlE;;AAED,AAAA,KAAK,CAAC,EACJ,SAAS,EAAE,OAAO,GACnB;;AAED,AAAA,EAAE,CAAC,EACD,SAAS,EAAE,IAAI,GAChB;;AAED,AAAA,EAAE,EACF,GAAG,CAAC,EACF,SAAS,ELrBD,IAAI,EKsBZ,WAAW,ELdA,oBAAoB,EAAE,mBAAmB,EAAE,aAAa,EAAE,OAAO,EAAE,SAAS,GKexF;;AAED,AAAA,EAAE,EACF,GAAG,CAAC,EACF,SAAS,EL5BD,IAAI,EK6BZ,WAAW,ELpBA,oBAAoB,EAAE,mBAAmB,EAAE,aAAa,EAAE,OAAO,EAAE,SAAS,GKqBxF;;AAED,AAAA,EAAE,EACF,GAAG,CAAC,EACF,SAAS,ELpCD,IAAI,EKqCZ,WAAW,EL1BA,oBAAoB,EAAE,mBAAmB,EAAE,aAAa,EAAE,OAAO,EAAE,SAAS,EK2BvF,UAAU,EAAE,MAAM,GACnB;;AAED,AAAA,CAAC,EACD,OAAO,CAAC,EACN,SAAS,EL5CD,IAAI,EK6CZ,WAAW,ELhCN,mBAAmB,EAAE,aAAa,EAAE,OAAO,EAAE,SAAS,EKiC3D,WAAW,EL3CH,IAAI,GK4Cb;;AAED,AAAA,CAAC,CAAC,EAEA,WAAW,EAAE,IAAI,GAMlB;;AARD,AAIE,CAJD,AAIE,MAAM,EAJT,CAAC,AAKE,QAAQ,CAAC,EACR,UAAU,EAAE,MAAM,GACnB;;AAGH,AAAA,UAAU,CAAC,EACT,SAAS,EAAE,KAAqB,EAChC,OAAO,EAAE,IAAI,EACb,eAAe,EAAE,MAAM,EH7DvB,UAAU,EFAF,IAAI,EECZ,aAAa,EFDL,IAAI,GK8Eb;;AApBD,AAME,UANQ,CAMR,IAAI,CAAC,EACH,MAAM,ELpED,GAAG,EKqER,KAAK,ELrEA,GAAG,EKsER,aAAa,EAAE,IAAI,EACnB,gBAAgB,ELnFZ,OAAO,GK4FZ;;AAnBH,AAaI,UAbM,CAMR,IAAI,AAOD,gBAAgB,CAAC,EAChB,gBAAgB,ELlFH,OAAO,GKmFrB;;AAfL,AAgBI,UAhBM,CAMR,IAAI,AAUD,iBAAiB,CAAC,EACjB,gBAAgB,ELzFd,IAAI,GK0FP;;AC7FL,AAAA,IAAI,CAAC,EACH,gBAAgB,ENEV,IAAI,EMDV,gBAAgB,EAAE,yBAAyB,EAC3C,gBAAgB,EAAE,yBAAyB,EAAE,yCAA+C,EAC5F,mBAAmB,EAAE,SAAS,EAC9B,mBAAmB,EAAE,MAAM,EAC3B,eAAe,EAAE,KAAK,EACtB,qBAAqB,EAAE,KAAK,EAC5B,OAAO,EAAE,IAAI,EACb,cAAc,EAAE,MAAM,GAKvB;;ALaC,MAAM,EAAE,SAAS,EAAE,MAAM,IK3B3B,AAAA,IAAI,CAAC,EAYD,qBAAqB,EAAE,MAAM,GAEhC;;AAED,AAAA,aAAa,CAAC,EACZ,SAAS,EAAE,KAAK,EAChB,MAAM,EAAE,MAAM,GACf;;AAED,AAAA,IAAI,EACJ,IAAI,CAAC,EACH,MAAM,EAAE,IAAI,GACb;;AAED,AAAA,QAAQ,CAAC,EACP,IAAI,EAAE,QAAQ,GACf;;AAED,AAAA,MAAM,AAAA,YAAY,CAAC,EACjB,WAAW,EAAE,CAAC,GACf;;AAED,AAAA,QAAQ,CAAC,IAAI,CAAC,EACZ,IAAI,EAAE,WAAW,EACjB,YAAY,EAAE,CAAC,GAKhB;;ALdC,MAAM,EAAE,SAAS,EAAE,MAAM,IKO3B,AAAA,QAAQ,CAAC,IAAI,CAAC,EAKV,YAAY,EAAE,GAAG,GAEpB;;ACpCD,AACE,eADa,CACb,CAAC,EADH,eAAe,CAEb,EAAE,EAFJ,eAAe,CAGb,EAAE,EAHJ,eAAe,CAIb,EAAE,CAAC,EACD,SAAS,EAAE,KAAqB,EAChC,gBAAgB,EPRZ,IAAI,EOSR,OAAO,EPKD,IAAI,CAEJ,IAAI,EONV,MAAM,EAAE,CAAC,GASV;;AAjBH,AAUI,eAVW,CACb,CAAC,AASE,aAAa,AAAA,IAAK,CAAA,EAAE,GAVzB,eAAe,CAEb,EAAE,AAQC,aAAa,AAAA,IAAK,CAAA,EAAE,GAVzB,eAAe,CAGb,EAAE,AAOC,aAAa,AAAA,IAAK,CAAA,EAAE,GAVzB,eAAe,CAIb,EAAE,AAMC,aAAa,AAAA,IAAK,CAAA,EAAE,EAAE,EACrB,aAAa,EPGT,IAAI,GOFT;;ANUH,MAAM,EAAE,SAAS,EAAE,MAAM,IMtB3B,AACE,eADa,CACb,CAAC,EADH,eAAe,CAEb,EAAE,EAFJ,eAAe,CAGb,EAAE,EAHJ,eAAe,CAIb,EAAE,CAAC,EAWC,OAAO,EPHH,IAAI,GOKX;;AAjBH,AAmBE,eAnBa,CAmBb,EAAE,CAAC,EACD,OAAO,EAAE,YAAY,EACrB,cAAc,EPZT,GAAG,EOaR,UAAU,EPPJ,IAAI,EOQV,aAAa,EPTP,IAAI,GOUX;;AAxBH,AA0BE,eA1Ba,CA0Bb,EAAE,CAAC,EACD,SAAS,EPhBH,IAAI,GO2BX;;AAtCH,AA6BI,eA7BW,CA0Bb,EAAE,CAGA,EAAE,CAAC,EACD,UAAU,EAAE,MAAM,ELvBtB,YAAY,EFGJ,IAAI,EEFZ,aAAa,EFEL,IAAI,EOsBR,WAAW,EPnBP,IAAI,GOwBT;;AArCL,AAkCM,eAlCS,CA0Bb,EAAE,CAGA,EAAE,AAKC,aAAa,CAAC,EACb,aAAa,EAAE,CAAC,GACjB;;AApCP,AAwCE,eAxCa,CAwCb,GAAG,CAAC,CAAC,CAAC,EACJ,eAAe,EAAE,IAAI,EACrB,KAAK,EP1CG,OAAO,GO2ChB;;AAGH,AAAA,EAAE,CAAC,EACD,UAAU,EPjCF,IAAI,GOsCb;;AN9BC,MAAM,EAAE,SAAS,EAAE,MAAM,IMwB3B,AAAA,EAAE,CAAC,EAIC,UAAU,EAAE,CAAC,GAEhB;;AN9BC,MAAM,EAAE,SAAS,EAAE,MAAM,IMgC3B,AAAA,aAAa,CAAC,ELrCZ,WAAW,EFHH,IAAI,EEIZ,YAAY,EFJJ,IAAI,GO4Cb;;AAED,AAAA,WAAW,CAAC,EACV,QAAQ,EAAE,KAAK,EACf,UAAU,EAAE,oBAAoB,EAChC,KAAK,EPjEC,IAAI,EOkEV,MAAM,EAAE,CAAC,EACT,KAAK,EAAE,KAAK,EACZ,MAAM,EAAE,CAAC,EACT,UAAU,EAAE,MAAM,GA6BnB;;AApCD,AASE,WATS,AASR,iBAAiB,CAAC,EACjB,SAAS,EAAE,cAAc,EACzB,IAAI,EAAE,EAAE,EACR,gBAAgB,EAAE,IAAI,GAKvB;;ANvDD,MAAM,EAAE,SAAS,EAAE,MAAM,IMsC3B,AASE,WATS,AASR,iBAAiB,CAAC,EAMf,IAAI,EAAE,IAAI,GAEb;;AAjBH,AAmBE,WAnBS,AAmBR,kBAAkB,CAAC,EAClB,SAAS,EAAE,aAAa,EACxB,KAAK,EAAE,EAAE,EACT,gBAAgB,EAAE,KAAK,GAKxB;;ANjED,MAAM,EAAE,SAAS,EAAE,MAAM,IMsC3B,AAmBE,WAnBS,AAmBR,kBAAkB,CAAC,EAMhB,KAAK,EAAE,IAAI,GAEd;;AA3BH,AA6BE,WA7BS,AA6BR,OAAO,CAAC,EACP,OAAO,EAAE,MAAM,GAChB;;AA/BH,AAiCE,WAjCS,CAiCT,CAAC,CAAC,EACA,KAAK,EPhGD,IAAI,GOiGT;;ACpGH,AAAA,gBAAgB,CAAC,EACf,UAAU,EAAE,oBAAoB,GAoBjC;;AArBD,AAGE,gBAHc,AAGb,OAAO,CAAC,EACP,OAAO,EAAE,MAAM,EACf,UAAU,EAAE,MAAM,GACnB;;AANH,AAQE,gBARc,CAQd,QAAQ,CAAC,EACP,MAAM,ERWA,IAAI,CQXO,CAAC,CRWZ,IAAI,CADJ,IAAI,GQHX;;APWD,MAAM,EAAE,SAAS,EAAE,MAAM,IO3B3B,AAQE,gBARc,CAQd,QAAQ,CAAC,EAIL,MAAM,EAAE,CAAC,EACT,SAAS,EAAE,GAAG,EACd,WAAW,EAAE,EAAE,GAElB;;APWD,MAAM,EAAE,SAAS,EAAE,MAAM,IO3B3B,AAAA,gBAAgB,CAAC,EAmBb,MAAM,EAAE,CAAC,GAEZ;;ACrBD,AAAA,UAAU,CAAC,EACT,MAAM,EAAE,KAAK,EACb,KAAK,EAAE,KAAK,EACZ,OAAO,EAAE,IAAI,EACb,eAAe,EAAE,MAAM,EACvB,WAAW,EAAE,MAAM,EACnB,cAAc,EAAE,MAAM,GAgCvB;;AAtCD,AAQE,UARQ,CAQR,EAAE,EARJ,UAAU,CASR,CAAC,EATH,UAAU,CAUR,CAAC,EAVH,UAAU,CAWR,MAAM,CAAC,EACL,KAAK,ETTD,IAAI,GSUT;;AAbH,AAeE,UAfQ,CAeR,WAAW,CAAC,EACV,OAAO,EAAE,IAAI,EACb,cAAc,EAAE,GAAG,GAYpB;;AA7BH,AAmBI,UAnBM,CAeR,WAAW,CAIT,EAAE,CAAC,EACD,SAAS,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,CAAC,QAAQ,GAQvC;;AA5BL,AAsBM,UAtBI,CAeR,WAAW,CAIT,EAAE,AAGC,cAAc,CAAC,EACd,kBAAkB,EAAE,EAAE,GACvB;;AAxBP,AAyBM,UAzBI,CAeR,WAAW,CAIT,EAAE,AAMC,aAAa,CAAC,EACb,kBAAkB,EAAE,EAAE,GACvB;;AA3BP,AA+BE,UA/BQ,CA+BR,CAAC,CAAC,EACA,UAAU,EAAE,wBAAwB,GAKrC;;AArCH,AAkCI,UAlCM,CA+BR,CAAC,AAGE,MAAM,CAAC,EACN,SAAS,EAAE,SAAS,CAAC,cAAc,GACpC;;AAIL,UAAU,CAAV,KAAU,GACR,EAAE,EACF,IAAI,GACF,SAAS,EAAE,eAAe;EAE5B,GAAG,GACD,SAAS,EAAE,oBAAoB;EAEjC,GAAG,GACD,SAAS,EAAE,mBAAmB;EAEhC,GAAG,GACD,SAAS,EAAE,mBAAmB;EAEhC,GAAG,GACD,SAAS,EAAE,mBAAmB;EAEhC,GAAG,GACD,SAAS,EAAE,oBAAoB;EAEjC,GAAG,GACD,SAAS,EAAE,kBAAkB;EAE/B,GAAG,GACD,SAAS,EAAE,kBAAkB;EAE/B,GAAG,GACD,SAAS,EAAE,kBAAkB;EAE/B,GAAG,GACD,SAAS,EAAE,oBAAoB;;ACnEnC,WAAW;AAMX,YAAY;ACTZ,AACE,MADI,AAAA,YAAY,CAChB,KAAK,CAAC,EACJ,QAAQ,EAAE,QAAQ,EAClB,KAAK,EXDD,OAAO,EWEX,GAAG,EXeG,IAAI,EWdV,KAAK,EXcC,IAAI,EWbV,gBAAgB,EAAE,KAAK,EACvB,OAAO,EXOF,GAAG,EWNR,UAAU,EAAE,UAAU,CAAC,IAAI,CAAC,mCAAmC,GAYhE;;AApBH,AAUI,MAVE,AAAA,YAAY,CAChB,KAAK,AASF,MAAM,CAAC,EACN,UAAU,EAAE,GAAG,CAAC,GAAG,CAAC,CAAC,CXRnB,wBAAI,EWQmC,IAAI,CAAC,IAAI,CAAC,CAAC,CXRlD,wBAAI,EWQkE,IAAI,CAAC,IAAI,CAAC,CAAC,CXRjF,wBAAI,EWSN,UAAU,EAAE,UAAU,CAAC,IAAI,CAAC,mCAAmC,GAChE;;AVcH,MAAM,EAAE,SAAS,EAAE,MAAM,IU3B3B,AACE,MADI,AAAA,YAAY,CAChB,KAAK,CAAC,EAeF,GAAG,EXCC,IAAI,EWAR,KAAK,EXAD,IAAI,EWCR,SAAS,EAAE,KAAK,GAEnB;;ACpBH,AAAA,MAAM,AAAA,YAAY,CAAC,EACjB,WAAW,EZgBH,IAAI,EYfZ,cAAc,EZiBN,IAAI,GYMb;;AAzBD,AAIE,MAJI,AAAA,YAAY,CAIhB,CAAC,AAAA,YAAY,CAAC,EACZ,OAAO,EZYD,IAAI,EYXV,gBAAgB,EZHZ,IAAI,EYIR,YAAY,EZUN,IAAI,EYTV,IAAI,EZNA,OAAO,EYOX,OAAO,EAAE,WAAW,EACpB,eAAe,EAAE,MAAM,EACvB,WAAW,EAAE,MAAM,EACnB,UAAU,EAAE,oBAAoB,GAYjC;;AAxBH,AAcI,MAdE,AAAA,YAAY,CAIhB,CAAC,AAAA,YAAY,CAUX,GAAG,CAAC,EACF,UAAU,EAAE,oBAAoB,GACjC;;AAhBL,AAoBM,MApBA,AAAA,YAAY,CAIhB,CAAC,AAAA,YAAY,AAcV,MAAM,CAEL,GAAG,CAAC,EACF,IAAI,EZhBA,OAAO,GYiBZ" -} \ No newline at end of file diff --git a/reclaim-futures/assets/favicons/android-chrome-192x192.png b/reclaim-futures/assets/favicons/android-chrome-192x192.png deleted file mode 100644 index d9eba7e..0000000 Binary files a/reclaim-futures/assets/favicons/android-chrome-192x192.png and /dev/null differ diff --git a/reclaim-futures/assets/favicons/android-chrome-384x384.png b/reclaim-futures/assets/favicons/android-chrome-384x384.png deleted file mode 100644 index a6e5d02..0000000 Binary files a/reclaim-futures/assets/favicons/android-chrome-384x384.png and /dev/null differ diff --git a/reclaim-futures/assets/favicons/apple-touch-icon.png b/reclaim-futures/assets/favicons/apple-touch-icon.png deleted file mode 100644 index f01b7ff..0000000 Binary files a/reclaim-futures/assets/favicons/apple-touch-icon.png and /dev/null differ diff --git a/reclaim-futures/assets/favicons/browserconfig.xml b/reclaim-futures/assets/favicons/browserconfig.xml deleted file mode 100644 index d416bc5..0000000 --- a/reclaim-futures/assets/favicons/browserconfig.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - #ffffff - - - diff --git a/reclaim-futures/assets/favicons/favicon-16x16.png b/reclaim-futures/assets/favicons/favicon-16x16.png deleted file mode 100644 index 8c107ee..0000000 Binary files a/reclaim-futures/assets/favicons/favicon-16x16.png and /dev/null differ diff --git a/reclaim-futures/assets/favicons/favicon-32x32.png b/reclaim-futures/assets/favicons/favicon-32x32.png deleted file mode 100644 index 0bdd144..0000000 Binary files a/reclaim-futures/assets/favicons/favicon-32x32.png and /dev/null differ diff --git a/reclaim-futures/assets/favicons/favicon.ico b/reclaim-futures/assets/favicons/favicon.ico deleted file mode 100644 index e5e227c..0000000 Binary files a/reclaim-futures/assets/favicons/favicon.ico and /dev/null differ diff --git a/reclaim-futures/assets/favicons/mstile-150x150.png b/reclaim-futures/assets/favicons/mstile-150x150.png deleted file mode 100644 index ed60632..0000000 Binary files a/reclaim-futures/assets/favicons/mstile-150x150.png and /dev/null differ diff --git a/reclaim-futures/assets/favicons/safari-pinned-tab.svg b/reclaim-futures/assets/favicons/safari-pinned-tab.svg deleted file mode 100644 index 3faf918..0000000 --- a/reclaim-futures/assets/favicons/safari-pinned-tab.svg +++ /dev/null @@ -1,39 +0,0 @@ - - - - -Created by potrace 1.11, written by Peter Selinger 2001-2013 - - - - - diff --git a/reclaim-futures/assets/favicons/site.webmanifest b/reclaim-futures/assets/favicons/site.webmanifest deleted file mode 100644 index 81962fd..0000000 --- a/reclaim-futures/assets/favicons/site.webmanifest +++ /dev/null @@ -1,19 +0,0 @@ -{ - "name": "ReclaimFutures", - "short_name": "ReclaimFutures", - "icons": [ - { - "src": "/android-chrome-192x192.png", - "sizes": "192x192", - "type": "image/png" - }, - { - "src": "/android-chrome-384x384.png", - "sizes": "384x384", - "type": "image/png" - } - ], - "theme_color": "#ffffff", - "background_color": "#ffffff", - "display": "standalone" -} diff --git a/reclaim-futures/assets/fonts/OratorStd/Orator-Std-Slanted.ttf b/reclaim-futures/assets/fonts/OratorStd/Orator-Std-Slanted.ttf deleted file mode 100644 index 8276440..0000000 Binary files a/reclaim-futures/assets/fonts/OratorStd/Orator-Std-Slanted.ttf and /dev/null differ diff --git a/reclaim-futures/assets/fonts/space-mono/SpaceMono-Bold.ttf b/reclaim-futures/assets/fonts/space-mono/SpaceMono-Bold.ttf deleted file mode 100755 index 18b8aea..0000000 Binary files a/reclaim-futures/assets/fonts/space-mono/SpaceMono-Bold.ttf and /dev/null differ diff --git a/reclaim-futures/assets/fonts/space-mono/SpaceMono-BoldItalic.ttf b/reclaim-futures/assets/fonts/space-mono/SpaceMono-BoldItalic.ttf deleted file mode 100755 index 51fcc39..0000000 Binary files a/reclaim-futures/assets/fonts/space-mono/SpaceMono-BoldItalic.ttf and /dev/null differ diff --git a/reclaim-futures/assets/fonts/space-mono/SpaceMono-Italic.ttf b/reclaim-futures/assets/fonts/space-mono/SpaceMono-Italic.ttf deleted file mode 100755 index 119c545..0000000 Binary files a/reclaim-futures/assets/fonts/space-mono/SpaceMono-Italic.ttf and /dev/null differ diff --git a/reclaim-futures/assets/fonts/space-mono/SpaceMono-Regular.ttf b/reclaim-futures/assets/fonts/space-mono/SpaceMono-Regular.ttf deleted file mode 100755 index 3374aca..0000000 Binary files a/reclaim-futures/assets/fonts/space-mono/SpaceMono-Regular.ttf and /dev/null differ diff --git a/reclaim-futures/assets/img/bg/es-c.jpg b/reclaim-futures/assets/img/bg/es-c.jpg deleted file mode 100644 index a1ce57e..0000000 Binary files a/reclaim-futures/assets/img/bg/es-c.jpg and /dev/null differ diff --git a/reclaim-futures/assets/img/bg/es.png b/reclaim-futures/assets/img/bg/es.png deleted file mode 100644 index 3a6e001..0000000 Binary files a/reclaim-futures/assets/img/bg/es.png and /dev/null differ diff --git a/reclaim-futures/assets/js/index.js b/reclaim-futures/assets/js/index.js deleted file mode 100644 index 0e3a883..0000000 --- a/reclaim-futures/assets/js/index.js +++ /dev/null @@ -1,27 +0,0 @@ -/* eslint-disable */ -"use strict"; - -(function () { - if (window && document) { - var sideTitles = document.querySelectorAll('.side-title'); - - if(window.navigator && window.navigator.language === 'en' && window.location) { - // window.location.replace('/fr') - } - - var handleScroll = function handleScroll() { - var logo = document.querySelector('#rf-logo'); - - if (window.scrollY > 100) { - // logo.classList.add('hidden'); - sideTitles.forEach(title => title.classList.remove('hidden')); - } else { - // logo.classList.remove('hidden'); - sideTitles.forEach(title => title.classList.add('hidden')); - } - }; - - handleScroll(); - window.addEventListener('scroll', handleScroll); - } -})(); \ No newline at end of file diff --git a/reclaim-futures/assets/main.css b/reclaim-futures/assets/main.css deleted file mode 100644 index 47e7174..0000000 --- a/reclaim-futures/assets/main.css +++ /dev/null @@ -1,285 +0,0 @@ -/** Reset some basic elements */ -body, h1, h2, h3, h4, h5, h6, p, blockquote, pre, hr, dl, dd, ol, ul, figure { margin: 0; padding: 0; } - -/** Basic styling */ -body { font: 400 16px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; color: #111; background-color: #fdfdfd; -webkit-text-size-adjust: 100%; -webkit-font-feature-settings: "kern" 1; -moz-font-feature-settings: "kern" 1; -o-font-feature-settings: "kern" 1; font-feature-settings: "kern" 1; font-kerning: normal; display: flex; min-height: 100vh; flex-direction: column; } - -/** Set `margin-bottom` to maintain vertical rhythm */ -h1, h2, h3, h4, h5, h6, p, blockquote, pre, ul, ol, dl, figure, .highlight { margin-bottom: 15px; } - -/** `main` element */ -main { display: block; /* Default value of `display` of `main` element is 'inline' in IE 11. */ } - -/** Images */ -img { max-width: 100%; vertical-align: middle; } - -/** Figures */ -figure > img { display: block; } - -figcaption { font-size: 14px; } - -/** Lists */ -ul, ol { margin-left: 30px; } - -li > ul, li > ol { margin-bottom: 0; } - -/** Headings */ -h1, h2, h3, h4, h5, h6 { font-weight: 400; } - -/** Links */ -a { color: #2a7ae2; text-decoration: none; } - -a:visited { color: #1756a9; } - -a:hover { color: #111; text-decoration: underline; } - -.social-media-list a:hover { text-decoration: none; } - -.social-media-list a:hover .username { text-decoration: underline; } - -/** Blockquotes */ -blockquote { color: #828282; border-left: 4px solid #e8e8e8; padding-left: 15px; font-size: 18px; letter-spacing: -1px; font-style: italic; } - -blockquote > :last-child { margin-bottom: 0; } - -/** Code formatting */ -pre, code { font-size: 15px; border: 1px solid #e8e8e8; border-radius: 3px; background-color: #eef; } - -code { padding: 1px 5px; } - -pre { padding: 8px 12px; overflow-x: auto; } - -pre > code { border: 0; padding-right: 0; padding-left: 0; } - -/** Wrapper */ -.wrapper { max-width: -webkit-calc(800px - (30px * 2)); max-width: calc(800px - (30px * 2)); margin-right: auto; margin-left: auto; padding-right: 30px; padding-left: 30px; } - -@media screen and (max-width: 800px) { .wrapper { max-width: -webkit-calc(800px - (30px)); max-width: calc(800px - (30px)); padding-right: 15px; padding-left: 15px; } } - -/** Clearfix */ -.wrapper:after, .footer-col-wrapper:after { content: ""; display: table; clear: both; } - -/** Icons */ -.svg-icon { width: 16px; height: 16px; display: inline-block; fill: #828282; padding-right: 5px; vertical-align: text-top; } - -.social-media-list li + li { padding-top: 5px; } - -/** Tables */ -table { margin-bottom: 30px; width: 100%; text-align: left; color: #3f3f3f; border-collapse: collapse; border: 1px solid #e8e8e8; } - -table tr:nth-child(even) { background-color: #f7f7f7; } - -table th, table td { padding: 10px 15px; } - -table th { background-color: #f0f0f0; border: 1px solid #dedede; border-bottom-color: #c9c9c9; } - -table td { border: 1px solid #e8e8e8; } - -/** Site header */ -.site-header { border-top: 5px solid #424242; border-bottom: 1px solid #e8e8e8; min-height: 55.95px; position: relative; } - -.site-title { font-size: 26px; font-weight: 300; line-height: 54px; letter-spacing: -1px; margin-bottom: 0; float: left; } - -.site-title, .site-title:visited { color: #424242; } - -.site-nav { float: right; line-height: 54px; } - -.site-nav .nav-trigger { display: none; } - -.site-nav .menu-icon { display: none; } - -.site-nav .page-link { color: #111; line-height: 1.5; } - -.site-nav .page-link:not(:last-child) { margin-right: 20px; } - -@media screen and (max-width: 600px) { .site-nav { position: absolute; top: 9px; right: 15px; background-color: #fdfdfd; border: 1px solid #e8e8e8; border-radius: 5px; text-align: right; } - .site-nav label[for="nav-trigger"] { display: block; float: right; width: 36px; height: 36px; z-index: 2; cursor: pointer; } - .site-nav .menu-icon { display: block; float: right; width: 36px; height: 26px; line-height: 0; padding-top: 10px; text-align: center; } - .site-nav .menu-icon > svg { fill: #424242; } - .site-nav input ~ .trigger { clear: both; display: none; } - .site-nav input:checked ~ .trigger { display: block; padding-bottom: 5px; } - .site-nav .page-link { display: block; padding: 5px 10px; margin-left: 20px; } - .site-nav .page-link:not(:last-child) { margin-right: 0; } } - -/** Site footer */ -.site-footer { border-top: 1px solid #e8e8e8; padding: 30px 0; } - -.footer-heading { font-size: 18px; margin-bottom: 15px; } - -.contact-list, .social-media-list { list-style: none; margin-left: 0; } - -.footer-col-wrapper { font-size: 15px; color: #828282; margin-left: -15px; } - -.footer-col { float: left; margin-bottom: 15px; padding-left: 15px; } - -.footer-col-1 { width: -webkit-calc(35% - (30px / 2)); width: calc(35% - (30px / 2)); } - -.footer-col-2 { width: -webkit-calc(20% - (30px / 2)); width: calc(20% - (30px / 2)); } - -.footer-col-3 { width: -webkit-calc(45% - (30px / 2)); width: calc(45% - (30px / 2)); } - -@media screen and (max-width: 800px) { .footer-col-1, .footer-col-2 { width: -webkit-calc(50% - (30px / 2)); width: calc(50% - (30px / 2)); } - .footer-col-3 { width: -webkit-calc(100% - (30px / 2)); width: calc(100% - (30px / 2)); } } - -@media screen and (max-width: 600px) { .footer-col { float: none; width: -webkit-calc(100% - (30px / 2)); width: calc(100% - (30px / 2)); } } - -/** Page content */ -.page-content { padding: 30px 0; flex: 1; } - -.page-heading { font-size: 32px; } - -.post-list-heading { font-size: 28px; } - -.post-list { margin-left: 0; list-style: none; } - -.post-list > li { margin-bottom: 30px; } - -.post-meta { font-size: 14px; color: #828282; } - -.post-link { display: block; font-size: 24px; } - -/** Posts */ -.post-header { margin-bottom: 30px; } - -.post-title { font-size: 42px; letter-spacing: -1px; line-height: 1; } - -@media screen and (max-width: 800px) { .post-title { font-size: 36px; } } - -.post-content { margin-bottom: 30px; } - -.post-content h2 { font-size: 32px; } - -@media screen and (max-width: 800px) { .post-content h2 { font-size: 28px; } } - -.post-content h3 { font-size: 26px; } - -@media screen and (max-width: 800px) { .post-content h3 { font-size: 22px; } } - -.post-content h4 { font-size: 20px; } - -@media screen and (max-width: 800px) { .post-content h4 { font-size: 18px; } } - -/** Syntax highlighting styles */ -.highlight { background: #fff; } - -.highlighter-rouge .highlight { background: #eef; } - -.highlight .c { color: #998; font-style: italic; } - -.highlight .err { color: #a61717; background-color: #e3d2d2; } - -.highlight .k { font-weight: bold; } - -.highlight .o { font-weight: bold; } - -.highlight .cm { color: #998; font-style: italic; } - -.highlight .cp { color: #999; font-weight: bold; } - -.highlight .c1 { color: #998; font-style: italic; } - -.highlight .cs { color: #999; font-weight: bold; font-style: italic; } - -.highlight .gd { color: #000; background-color: #fdd; } - -.highlight .gd .x { color: #000; background-color: #faa; } - -.highlight .ge { font-style: italic; } - -.highlight .gr { color: #a00; } - -.highlight .gh { color: #999; } - -.highlight .gi { color: #000; background-color: #dfd; } - -.highlight .gi .x { color: #000; background-color: #afa; } - -.highlight .go { color: #888; } - -.highlight .gp { color: #555; } - -.highlight .gs { font-weight: bold; } - -.highlight .gu { color: #aaa; } - -.highlight .gt { color: #a00; } - -.highlight .kc { font-weight: bold; } - -.highlight .kd { font-weight: bold; } - -.highlight .kp { font-weight: bold; } - -.highlight .kr { font-weight: bold; } - -.highlight .kt { color: #458; font-weight: bold; } - -.highlight .m { color: #099; } - -.highlight .s { color: #d14; } - -.highlight .na { color: #008080; } - -.highlight .nb { color: #0086B3; } - -.highlight .nc { color: #458; font-weight: bold; } - -.highlight .no { color: #008080; } - -.highlight .ni { color: #800080; } - -.highlight .ne { color: #900; font-weight: bold; } - -.highlight .nf { color: #900; font-weight: bold; } - -.highlight .nn { color: #555; } - -.highlight .nt { color: #000080; } - -.highlight .nv { color: #008080; } - -.highlight .ow { font-weight: bold; } - -.highlight .w { color: #bbb; } - -.highlight .mf { color: #099; } - -.highlight .mh { color: #099; } - -.highlight .mi { color: #099; } - -.highlight .mo { color: #099; } - -.highlight .sb { color: #d14; } - -.highlight .sc { color: #d14; } - -.highlight .sd { color: #d14; } - -.highlight .s2 { color: #d14; } - -.highlight .se { color: #d14; } - -.highlight .sh { color: #d14; } - -.highlight .si { color: #d14; } - -.highlight .sx { color: #d14; } - -.highlight .sr { color: #009926; } - -.highlight .s1 { color: #d14; } - -.highlight .ss { color: #990073; } - -.highlight .bp { color: #999; } - -.highlight .vc { color: #008080; } - -.highlight .vg { color: #008080; } - -.highlight .vi { color: #008080; } - -.highlight .il { color: #099; } - -/*# sourceMappingURL=main.css.map */ \ No newline at end of file diff --git a/reclaim-futures/assets/main.css.map b/reclaim-futures/assets/main.css.map deleted file mode 100644 index c487df6..0000000 --- a/reclaim-futures/assets/main.css.map +++ /dev/null @@ -1,20 +0,0 @@ -{ - "version": 3, - "file": "main.css", - "sources": [ - "main.scss", - "vendor/bundle/gems/minima-2.5.1/_sass/minima.scss", - "vendor/bundle/gems/minima-2.5.1/_sass/minima/_base.scss", - "vendor/bundle/gems/minima-2.5.1/_sass/minima/_layout.scss", - "vendor/bundle/gems/minima-2.5.1/_sass/minima/_syntax-highlighting.scss" - ], - "sourcesContent": [ - "@import \"minima\";\n", - "@charset \"utf-8\";\n\n// Define defaults for each variable.\n\n$base-font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\" !default;\n$base-font-size: 16px !default;\n$base-font-weight: 400 !default;\n$small-font-size: $base-font-size * 0.875 !default;\n$base-line-height: 1.5 !default;\n\n$spacing-unit: 30px !default;\n\n$text-color: #111 !default;\n$background-color: #fdfdfd !default;\n$brand-color: #2a7ae2 !default;\n\n$grey-color: #828282 !default;\n$grey-color-light: lighten($grey-color, 40%) !default;\n$grey-color-dark: darken($grey-color, 25%) !default;\n\n$table-text-align: left !default;\n\n// Width of the content area\n$content-width: 800px !default;\n\n$on-palm: 600px !default;\n$on-laptop: 800px !default;\n\n// Use media queries like this:\n// @include media-query($on-palm) {\n// .wrapper {\n// padding-right: $spacing-unit / 2;\n// padding-left: $spacing-unit / 2;\n// }\n// }\n@mixin media-query($device) {\n @media screen and (max-width: $device) {\n @content;\n }\n}\n\n@mixin relative-font-size($ratio) {\n font-size: $base-font-size * $ratio;\n}\n\n// Import partials.\n@import\n \"minima/base\",\n \"minima/layout\",\n \"minima/syntax-highlighting\"\n;\n", - "/**\n * Reset some basic elements\n */\nbody, h1, h2, h3, h4, h5, h6,\np, blockquote, pre, hr,\ndl, dd, ol, ul, figure {\n margin: 0;\n padding: 0;\n}\n\n\n\n/**\n * Basic styling\n */\nbody {\n font: $base-font-weight #{$base-font-size}/#{$base-line-height} $base-font-family;\n color: $text-color;\n background-color: $background-color;\n -webkit-text-size-adjust: 100%;\n -webkit-font-feature-settings: \"kern\" 1;\n -moz-font-feature-settings: \"kern\" 1;\n -o-font-feature-settings: \"kern\" 1;\n font-feature-settings: \"kern\" 1;\n font-kerning: normal;\n display: flex;\n min-height: 100vh;\n flex-direction: column;\n}\n\n\n\n/**\n * Set `margin-bottom` to maintain vertical rhythm\n */\nh1, h2, h3, h4, h5, h6,\np, blockquote, pre,\nul, ol, dl, figure,\n%vertical-rhythm {\n margin-bottom: $spacing-unit / 2;\n}\n\n\n\n/**\n * `main` element\n */\nmain {\n display: block; /* Default value of `display` of `main` element is 'inline' in IE 11. */\n}\n\n\n\n/**\n * Images\n */\nimg {\n max-width: 100%;\n vertical-align: middle;\n}\n\n\n\n/**\n * Figures\n */\nfigure > img {\n display: block;\n}\n\nfigcaption {\n font-size: $small-font-size;\n}\n\n\n\n/**\n * Lists\n */\nul, ol {\n margin-left: $spacing-unit;\n}\n\nli {\n > ul,\n > ol {\n margin-bottom: 0;\n }\n}\n\n\n\n/**\n * Headings\n */\nh1, h2, h3, h4, h5, h6 {\n font-weight: $base-font-weight;\n}\n\n\n\n/**\n * Links\n */\na {\n color: $brand-color;\n text-decoration: none;\n\n &:visited {\n color: darken($brand-color, 15%);\n }\n\n &:hover {\n color: $text-color;\n text-decoration: underline;\n }\n\n .social-media-list &:hover {\n text-decoration: none;\n\n .username {\n text-decoration: underline;\n }\n }\n}\n\n\n/**\n * Blockquotes\n */\nblockquote {\n color: $grey-color;\n border-left: 4px solid $grey-color-light;\n padding-left: $spacing-unit / 2;\n @include relative-font-size(1.125);\n letter-spacing: -1px;\n font-style: italic;\n\n > :last-child {\n margin-bottom: 0;\n }\n}\n\n\n\n/**\n * Code formatting\n */\npre,\ncode {\n @include relative-font-size(0.9375);\n border: 1px solid $grey-color-light;\n border-radius: 3px;\n background-color: #eef;\n}\n\ncode {\n padding: 1px 5px;\n}\n\npre {\n padding: 8px 12px;\n overflow-x: auto;\n\n > code {\n border: 0;\n padding-right: 0;\n padding-left: 0;\n }\n}\n\n\n\n/**\n * Wrapper\n */\n.wrapper {\n max-width: -webkit-calc(#{$content-width} - (#{$spacing-unit} * 2));\n max-width: calc(#{$content-width} - (#{$spacing-unit} * 2));\n margin-right: auto;\n margin-left: auto;\n padding-right: $spacing-unit;\n padding-left: $spacing-unit;\n @extend %clearfix;\n\n @include media-query($on-laptop) {\n max-width: -webkit-calc(#{$content-width} - (#{$spacing-unit}));\n max-width: calc(#{$content-width} - (#{$spacing-unit}));\n padding-right: $spacing-unit / 2;\n padding-left: $spacing-unit / 2;\n }\n}\n\n\n\n/**\n * Clearfix\n */\n%clearfix:after {\n content: \"\";\n display: table;\n clear: both;\n}\n\n\n\n/**\n * Icons\n */\n\n.svg-icon {\n width: 16px;\n height: 16px;\n display: inline-block;\n fill: #{$grey-color};\n padding-right: 5px;\n vertical-align: text-top;\n}\n\n.social-media-list {\n li + li {\n padding-top: 5px;\n }\n}\n\n\n\n/**\n * Tables\n */\ntable {\n margin-bottom: $spacing-unit;\n width: 100%;\n text-align: $table-text-align;\n color: lighten($text-color, 18%);\n border-collapse: collapse;\n border: 1px solid $grey-color-light;\n tr {\n &:nth-child(even) {\n background-color: lighten($grey-color-light, 6%);\n }\n }\n th, td {\n padding: ($spacing-unit / 3) ($spacing-unit / 2);\n }\n th {\n background-color: lighten($grey-color-light, 3%);\n border: 1px solid darken($grey-color-light, 4%);\n border-bottom-color: darken($grey-color-light, 12%);\n }\n td {\n border: 1px solid $grey-color-light;\n }\n}\n", - "/**\n * Site header\n */\n.site-header {\n border-top: 5px solid $grey-color-dark;\n border-bottom: 1px solid $grey-color-light;\n min-height: $spacing-unit * 1.865;\n\n // Positioning context for the mobile navigation icon\n position: relative;\n}\n\n.site-title {\n @include relative-font-size(1.625);\n font-weight: 300;\n line-height: $base-line-height * $base-font-size * 2.25;\n letter-spacing: -1px;\n margin-bottom: 0;\n float: left;\n\n &,\n &:visited {\n color: $grey-color-dark;\n }\n}\n\n.site-nav {\n float: right;\n line-height: $base-line-height * $base-font-size * 2.25;\n\n .nav-trigger {\n display: none;\n }\n\n .menu-icon {\n display: none;\n }\n\n .page-link {\n color: $text-color;\n line-height: $base-line-height;\n\n // Gaps between nav items, but not on the last one\n &:not(:last-child) {\n margin-right: 20px;\n }\n }\n\n @include media-query($on-palm) {\n position: absolute;\n top: 9px;\n right: $spacing-unit / 2;\n background-color: $background-color;\n border: 1px solid $grey-color-light;\n border-radius: 5px;\n text-align: right;\n\n label[for=\"nav-trigger\"] {\n display: block;\n float: right;\n width: 36px;\n height: 36px;\n z-index: 2;\n cursor: pointer;\n }\n\n .menu-icon {\n display: block;\n float: right;\n width: 36px;\n height: 26px;\n line-height: 0;\n padding-top: 10px;\n text-align: center;\n\n > svg {\n fill: $grey-color-dark;\n }\n }\n\n input ~ .trigger {\n clear: both;\n display: none;\n }\n\n input:checked ~ .trigger {\n display: block;\n padding-bottom: 5px;\n }\n\n .page-link {\n display: block;\n padding: 5px 10px;\n\n &:not(:last-child) {\n margin-right: 0;\n }\n margin-left: 20px;\n }\n }\n}\n\n\n\n/**\n * Site footer\n */\n.site-footer {\n border-top: 1px solid $grey-color-light;\n padding: $spacing-unit 0;\n}\n\n.footer-heading {\n @include relative-font-size(1.125);\n margin-bottom: $spacing-unit / 2;\n}\n\n.contact-list,\n.social-media-list {\n list-style: none;\n margin-left: 0;\n}\n\n.footer-col-wrapper {\n @include relative-font-size(0.9375);\n color: $grey-color;\n margin-left: -$spacing-unit / 2;\n @extend %clearfix;\n}\n\n.footer-col {\n float: left;\n margin-bottom: $spacing-unit / 2;\n padding-left: $spacing-unit / 2;\n}\n\n.footer-col-1 {\n width: -webkit-calc(35% - (#{$spacing-unit} / 2));\n width: calc(35% - (#{$spacing-unit} / 2));\n}\n\n.footer-col-2 {\n width: -webkit-calc(20% - (#{$spacing-unit} / 2));\n width: calc(20% - (#{$spacing-unit} / 2));\n}\n\n.footer-col-3 {\n width: -webkit-calc(45% - (#{$spacing-unit} / 2));\n width: calc(45% - (#{$spacing-unit} / 2));\n}\n\n@include media-query($on-laptop) {\n .footer-col-1,\n .footer-col-2 {\n width: -webkit-calc(50% - (#{$spacing-unit} / 2));\n width: calc(50% - (#{$spacing-unit} / 2));\n }\n\n .footer-col-3 {\n width: -webkit-calc(100% - (#{$spacing-unit} / 2));\n width: calc(100% - (#{$spacing-unit} / 2));\n }\n}\n\n@include media-query($on-palm) {\n .footer-col {\n float: none;\n width: -webkit-calc(100% - (#{$spacing-unit} / 2));\n width: calc(100% - (#{$spacing-unit} / 2));\n }\n}\n\n\n\n/**\n * Page content\n */\n.page-content {\n padding: $spacing-unit 0;\n flex: 1;\n}\n\n.page-heading {\n @include relative-font-size(2);\n}\n\n.post-list-heading {\n @include relative-font-size(1.75);\n}\n\n.post-list {\n margin-left: 0;\n list-style: none;\n\n > li {\n margin-bottom: $spacing-unit;\n }\n}\n\n.post-meta {\n font-size: $small-font-size;\n color: $grey-color;\n}\n\n.post-link {\n display: block;\n @include relative-font-size(1.5);\n}\n\n\n\n/**\n * Posts\n */\n.post-header {\n margin-bottom: $spacing-unit;\n}\n\n.post-title {\n @include relative-font-size(2.625);\n letter-spacing: -1px;\n line-height: 1;\n\n @include media-query($on-laptop) {\n @include relative-font-size(2.25);\n }\n}\n\n.post-content {\n margin-bottom: $spacing-unit;\n\n h2 {\n @include relative-font-size(2);\n\n @include media-query($on-laptop) {\n @include relative-font-size(1.75);\n }\n }\n\n h3 {\n @include relative-font-size(1.625);\n\n @include media-query($on-laptop) {\n @include relative-font-size(1.375);\n }\n }\n\n h4 {\n @include relative-font-size(1.25);\n\n @include media-query($on-laptop) {\n @include relative-font-size(1.125);\n }\n }\n}\n", - "/**\n * Syntax highlighting styles\n */\n.highlight {\n background: #fff;\n @extend %vertical-rhythm;\n\n .highlighter-rouge & {\n background: #eef;\n }\n\n .c { color: #998; font-style: italic } // Comment\n .err { color: #a61717; background-color: #e3d2d2 } // Error\n .k { font-weight: bold } // Keyword\n .o { font-weight: bold } // Operator\n .cm { color: #998; font-style: italic } // Comment.Multiline\n .cp { color: #999; font-weight: bold } // Comment.Preproc\n .c1 { color: #998; font-style: italic } // Comment.Single\n .cs { color: #999; font-weight: bold; font-style: italic } // Comment.Special\n .gd { color: #000; background-color: #fdd } // Generic.Deleted\n .gd .x { color: #000; background-color: #faa } // Generic.Deleted.Specific\n .ge { font-style: italic } // Generic.Emph\n .gr { color: #a00 } // Generic.Error\n .gh { color: #999 } // Generic.Heading\n .gi { color: #000; background-color: #dfd } // Generic.Inserted\n .gi .x { color: #000; background-color: #afa } // Generic.Inserted.Specific\n .go { color: #888 } // Generic.Output\n .gp { color: #555 } // Generic.Prompt\n .gs { font-weight: bold } // Generic.Strong\n .gu { color: #aaa } // Generic.Subheading\n .gt { color: #a00 } // Generic.Traceback\n .kc { font-weight: bold } // Keyword.Constant\n .kd { font-weight: bold } // Keyword.Declaration\n .kp { font-weight: bold } // Keyword.Pseudo\n .kr { font-weight: bold } // Keyword.Reserved\n .kt { color: #458; font-weight: bold } // Keyword.Type\n .m { color: #099 } // Literal.Number\n .s { color: #d14 } // Literal.String\n .na { color: #008080 } // Name.Attribute\n .nb { color: #0086B3 } // Name.Builtin\n .nc { color: #458; font-weight: bold } // Name.Class\n .no { color: #008080 } // Name.Constant\n .ni { color: #800080 } // Name.Entity\n .ne { color: #900; font-weight: bold } // Name.Exception\n .nf { color: #900; font-weight: bold } // Name.Function\n .nn { color: #555 } // Name.Namespace\n .nt { color: #000080 } // Name.Tag\n .nv { color: #008080 } // Name.Variable\n .ow { font-weight: bold } // Operator.Word\n .w { color: #bbb } // Text.Whitespace\n .mf { color: #099 } // Literal.Number.Float\n .mh { color: #099 } // Literal.Number.Hex\n .mi { color: #099 } // Literal.Number.Integer\n .mo { color: #099 } // Literal.Number.Oct\n .sb { color: #d14 } // Literal.String.Backtick\n .sc { color: #d14 } // Literal.String.Char\n .sd { color: #d14 } // Literal.String.Doc\n .s2 { color: #d14 } // Literal.String.Double\n .se { color: #d14 } // Literal.String.Escape\n .sh { color: #d14 } // Literal.String.Heredoc\n .si { color: #d14 } // Literal.String.Interpol\n .sx { color: #d14 } // Literal.String.Other\n .sr { color: #009926 } // Literal.String.Regex\n .s1 { color: #d14 } // Literal.String.Single\n .ss { color: #990073 } // Literal.String.Symbol\n .bp { color: #999 } // Name.Builtin.Pseudo\n .vc { color: #008080 } // Name.Variable.Class\n .vg { color: #008080 } // Name.Variable.Global\n .vi { color: #008080 } // Name.Variable.Instance\n .il { color: #099 } // Literal.Number.Integer.Long\n}\n" - ], - "names": [], - "mappings": "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" -} \ No newline at end of file diff --git a/reclaim-futures/assets/minima-social-icons.svg b/reclaim-futures/assets/minima-social-icons.svg deleted file mode 100644 index fa7399f..0000000 --- a/reclaim-futures/assets/minima-social-icons.svg +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/reclaim-futures/feed.xml b/reclaim-futures/feed.xml deleted file mode 100644 index 7e4ba88..0000000 --- a/reclaim-futures/feed.xml +++ /dev/null @@ -1 +0,0 @@ -Jekyll2020-01-02T17:28:39+00:00/feed.xmlReclaimFuturesWrite an awesome description for your new site here. You can edit this line in _config.yml. It will appear in your document head meta (for Google search results) and in your feed.xml site description. \ No newline at end of file diff --git a/reclaim-futures/fr/about/index.html b/reclaim-futures/fr/about/index.html deleted file mode 100644 index b99b469..0000000 --- a/reclaim-futures/fr/about/index.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - ReclaimFutures - About - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - -
-
-

THIS IN FRENCH 🇫🇷

- -

You can find the source code for Minima at GitHub: -jekyll / -minima

- -

You can find the source code for Jekyll at GitHub: -jekyll / -jekyll

- - -
-
- - - -
- - - - \ No newline at end of file diff --git a/reclaim-futures/fr/index.html b/reclaim-futures/fr/index.html deleted file mode 100644 index 1e6fce0..0000000 --- a/reclaim-futures/fr/index.html +++ /dev/null @@ -1,103 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - ReclaimFutures - - - - - - - - - - - - - - - - - -
- - -
-
-

– What is ReclaimFutures?

- -

French text!

- -
-
- - - -
- - - - \ No newline at end of file diff --git a/reclaim-futures/index.html b/reclaim-futures/index.html deleted file mode 100644 index 42b85f3..0000000 --- a/reclaim-futures/index.html +++ /dev/null @@ -1,149 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - ReclaimFutures - - - - - - - - - - - - - - - - - -
- - -
-
- - - -

ReclaimFutures is a technology and culture conference around the broad subjects of post-capitalist desire, utopian daydreaming and the real sustainable computing.

- -

— Why ?

- -

As networks of increasingly opaque algorithms drive hyper-consumption and bolster deeply questionable political agendas the once radical utopian vision of the future offered by the internet is rapidly fading into a nostalgic throwback, how can we reclaim the narratives for non-capitalistic aims?

- -

Perhaps through radical acts of creativity, resistance and collective action it may be possible to once again to imagine a plurality of futures other than those offered by tech’s big four.

- -

Indeed ReclaimFutures is a technology and culture conference based upon this vision. It does not seek to disrupt nor ‘innovate’. ReclaimFutures is not about the latest technologies, design trends or most exciting new startup incubator. It’s not even about so-called ‘ethical tech’.

- -

— What ?

- -

Instead, ReclaimFutures (RF) aims to inspect, interrogate and expose the neoliberal forces at play within communication technology and startup culture, whilst championing radical thinkers and creators. In short reclaim futures is a conference for all the creators and thinkers attempting to smash, replace, and escape capitalism though acts of resistance in all their forms.

- -

RF aims to foster an environment where creative and engaged artists, philosophers, technologists, activists, hackers, researchers and educators can collectively assemble to imagine new futures, beyond the walls of capitalistic limitation and stage the question of what we can do next, big or small to achieve political and/or social transformation in these troubled times in our species history.

- -

Over the course of 3 days in spring 2020 the inaugural edition of ReclaimFutures will be held at a to-be-confirmed location in the city of Lausanne, Switzerland. During these 3 days a series of workshops, talks, roundtables, performances and artworks will be presented.

- - - -

— Call for participants

- -

RF is built upon an open, inclusive and respectful philosophy and is a conference trying to give a voice to those typically less heard within tech circles. As such, RF is open to all non-commercial individuals or small groups to participate by presenting talks, artworks, workshops and performances and strongly encourages submissions from anyone who considers themselves to belong to an underrepresented group[1].

- -

ReclaimFutures is run as a DIT (Do It Together), self-funded, not-for-profit project and rejects commercial financial influence and thus cannot pay expenses of participants nor large fees[2].

- -

All participants will be paid a stipend in accordance to the ticket sales of the event, food and drink during the event days as well as assistance in finding accommodation and other practical needs where possible.

- -

If you’re looking for inspiration we’ve assembled a list of hypothetical talk titles and subjects which you can take as a starting point, fully adopt, use to get an impression, or of course completely disregarded.

- -

To submit a proposal please add an issue on our Gitlab repository using our proposal template. Please note that proposals which don’t follow the template may not be considered. To do so:

- -
    -
  • Create a gitlab account if you don’t already have one.
  • -
  • Navigate to our ReclaimFutures repo and click Issues in the side bar
  • -
  • Press submit. Congrats you’re done! We’ll be in touch sometime after the application deadline.
  • -
- -

If you wish for your proposal to remain private you may send it by email to info@reclaimfutures.com.

- -

Application deadline: Febuary 28, 2020

- -

[1] Including but not limited to POCs, LGBT+, people with disabilities, working class, persons with no fixed address and first-time speakers
-[2] If you are concerned financial factors would limit your ability to partake in the conference, please get in touch and we will do all we can to help.

- -
-
- - - -
- - - - \ No newline at end of file diff --git a/reclaim-futures/package.json b/reclaim-futures/package.json deleted file mode 100644 index dc079a7..0000000 --- a/reclaim-futures/package.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "rf-web", - "version": "1.0.0", - "description": "", - "main": "index.js", - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" - }, - "author": "", - "license": "ISC" -}