diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml deleted file mode 100644 index 08d9df9..0000000 --- a/.github/workflows/static.yml +++ /dev/null @@ -1,42 +0,0 @@ -# Simple workflow for deploying static content to GitHub Pages -name: Deploy static content to Pages - -on: - # Runs on pushes targeting the default branch - push: - branches: ["master"] - - # Allows you to run this workflow manually from the Actions tab - workflow_dispatch: - -# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages -permissions: - contents: read - pages: write - id-token: write - -# Allow one concurrent deployment -concurrency: - group: "pages" - cancel-in-progress: true - -jobs: - # Single deploy job since we're just deploying - deploy: - environment: - name: github-pages - url: ${{ steps.deployment.outputs.page_url }} - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v3 - - name: Setup Pages - uses: actions/configure-pages@v2 - - name: Upload artifact - uses: actions/upload-pages-artifact@v1 - with: - # Upload entire repository - path: './output' - - name: Deploy to GitHub Pages - id: deployment - uses: actions/deploy-pages@v1 diff --git a/CNAME b/CNAME new file mode 100644 index 0000000..b1cc327 --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +f0rth.space \ No newline at end of file diff --git a/README.md b/README.md deleted file mode 100644 index 26fc359..0000000 --- a/README.md +++ /dev/null @@ -1,35 +0,0 @@ -## f0rtsp4ce webise - -This repo hosts the source code of the f0rtsp4ce website that is located @ https://f0rth.space - - -## Howto to post to the website - -### Install Publii - -The website uses a static site generator that comes with a desktop app to add or modify posts. - -Download the desktop app @ https://getpublii.com/. -Start it to create the publii folder. - -### Import this repo into Publii - -Create a folder named f0rthsp4ce inside the publii sites folder and clone or download this repository into it -Dependening on your platform the folder will be located under: - -|os|path| -|--|--| -|mac & linux |~/Documents/Publii/sites/f0rtsp4ce| - -Open the publii app and select open an existing site where you can select `F0RTHSP4CE`. - -### Make changes to the website - -Publii is mostly based arround posts a bit like wordpress. -Try to make a post, asocciate it with the menu and press "Preview your changes" to verify what youy changed. - -For more info visit the Publii user docs under https://getpublii.com/docs/ - -### Publish changes - -To publish your changes to the website open a PR in this get repository from your local git branch and merge it into master. \ No newline at end of file diff --git a/ical.min.js b/ical.min.js new file mode 100644 index 0000000..2f6656b --- /dev/null +++ b/ical.min.js @@ -0,0 +1,2 @@ +var ICAL;"object"==typeof module?ICAL=module.exports:"undefined"!=typeof HTMLScriptElement&&"noModule"in HTMLScriptElement.prototype?window.ICAL=ICAL={}:"object"!=typeof ICAL&&(ICAL={}),ICAL.foldLength=75,ICAL.newLineChar="\r\n",ICAL.helpers={updateTimezones:function(t){var e,n,r,i,s,a;if(!t||"vcalendar"!==t.name)return t;for(e=t.getAllSubcomponents(),n=[],r={},s=0;s>12&63,n=i>>6&63,r=63&i,h[o++]=s.charAt(i>>18&63)+s.charAt(e)+s.charAt(n)+s.charAt(r),a>16&255,n=s>>8&255,s=255&s,h[u++]=64==r?String.fromCharCode(e):64==i?String.fromCharCode(e,n):String.fromCharCode(e,n,s),o=this.changes.length)break}var a=this.changes[r];return a.utcOffset-a.prevUtcOffset<0&&0=this.changes.length?this.changes.length-1:t},_ensureCoverage:function(t){var e;-1==ICAL.Timezone._minimumExpansionYear&&(e=ICAL.Time.now(),ICAL.Timezone._minimumExpansionYear=e.year);var n=t;if(nICAL.Timezone.MAX_YEAR&&(n=ICAL.Timezone.MAX_YEAR),!this.changes.length||this.expandedUntilYeart)&&l);)u.year=l.year,u.month=l.month,u.day=l.day,u.hour=l.hour,u.minute=l.minute,u.second=l.second,u.isDate=l.isDate,ICAL.Timezone.adjust_change(u,0,0,0,-u.prevUtcOffset),n.push(u)}}else(u=s()).year=r.year,u.month=r.month,u.day=r.day,u.hour=r.hour,u.minute=r.minute,u.second=r.second,ICAL.Timezone.adjust_change(u,0,0,0,-u.prevUtcOffset),n.push(u);return n},toString:function(){return this.tznames||this.tzid}},ICAL.Timezone._compare_change_fn=function(t,e){return t.yeare.year?1:t.monthe.month?1:t.daye.day?1:t.houre.hour?1:t.minutee.minute?1:t.seconde.second?1:0},ICAL.Timezone.convert_time=function(t,e,n){if(t.isDate||e.tzid==n.tzid||e==ICAL.Timezone.localTimezone||n==ICAL.Timezone.localTimezone)return t.zone=n,t;e=e.utcOffset(t);return t.adjust(0,0,0,-e),e=n.utcOffset(t),t.adjust(0,0,0,e),null},ICAL.Timezone.fromData=function(t){return(new ICAL.Timezone).fromData(t)},ICAL.Timezone.utcTimezone=ICAL.Timezone.fromData({tzid:"UTC"}),ICAL.Timezone.localTimezone=ICAL.Timezone.fromData({tzid:"floating"}),ICAL.Timezone.adjust_change=function(t,e,n,r,i){return ICAL.Time.prototype.adjust.call(t,e,n,r,i,t)},ICAL.Timezone._minimumExpansionYear=-1,ICAL.Timezone.MAX_YEAR=2035,ICAL.Timezone.EXTRA_COVERAGE=5}(),ICAL.TimezoneService=function(){var n,t={get count(){return Object.keys(n).length},reset:function(){n=Object.create(null);var t=ICAL.Timezone.utcTimezone;n.Z=t,n.UTC=t,n.GMT=t},has:function(t){return!!n[t]},get:function(t){return n[t]},register:function(t,e){if(t instanceof ICAL.Component&&"vtimezone"===t.name&&(t=(e=new ICAL.Timezone(t)).tzid),!(e instanceof ICAL.Timezone))throw new TypeError("timezone must be ICAL.Timezone or ICAL.Component");n[t]=e},remove:function(t){return delete n[t]}};return t.reset(),t}(),function(){function t(e){Object.defineProperty(ICAL.Time.prototype,e,{get:function(){return this._pendingNormalization&&(this._normalize(),this._pendingNormalization=!1),this._time[e]},set:function(t){return"isDate"===e&&t&&!this._time.isDate&&this.adjust(0,0,0,0),this._cachedUnixTime=null,this._pendingNormalization=!0,this._time[e]=t}})}ICAL.Time=function(t,e){var n=(this.wrappedJSObject=this)._time=Object.create(null);n.year=0,n.month=1,n.day=1,n.hour=0,n.minute=0,n.second=0,n.isDate=!1,this.fromData(t,e)},ICAL.Time._dowCache={},ICAL.Time._wnCache={},ICAL.Time.prototype={icalclass:"icaltime",_cachedUnixTime:null,get icaltype(){return this.isDate?"date":"date-time"},zone:null,_pendingNormalization:!1,clone:function(){return new ICAL.Time(this._time,this.zone)},reset:function(){this.fromData(ICAL.Time.epochTime),this.zone=ICAL.Timezone.utcTimezone},resetTo:function(t,e,n,r,i,s,a){this.fromData({year:t,month:e,day:n,hour:r,minute:i,second:s,zone:a})},fromJSDate:function(t,e){return t?e?(this.zone=ICAL.Timezone.utcTimezone,this.year=t.getUTCFullYear(),this.month=t.getUTCMonth()+1,this.day=t.getUTCDate(),this.hour=t.getUTCHours(),this.minute=t.getUTCMinutes(),this.second=t.getUTCSeconds()):(this.zone=ICAL.Timezone.localTimezone,this.year=t.getFullYear(),this.month=t.getMonth()+1,this.day=t.getDate(),this.hour=t.getHours(),this.minute=t.getMinutes(),this.second=t.getSeconds()):this.reset(),this._cachedUnixTime=null,this},fromData:function(t,e){if(t)for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&"icaltype"!==n&&(this[n]=t[n]);return e&&(this.zone=e),!t||"isDate"in t?t&&"isDate"in t&&(this.isDate=t.isDate):this.isDate=!("hour"in t),t&&"timezone"in t&&(e=ICAL.TimezoneService.get(t.timezone),this.zone=e||ICAL.Timezone.localTimezone),t&&"zone"in t&&(this.zone=t.zone),this.zone||(this.zone=ICAL.Timezone.localTimezone),this._cachedUnixTime=null,this},dayOfWeek:function(t){var e=t||ICAL.Time.SUNDAY,n=(this.year<<12)+(this.month<<8)+(this.day<<3)+e;if(n in ICAL.Time._dowCache)return ICAL.Time._dowCache[n];var r=this.day,i=this.month+(this.month<3?12:0),t=this.year-(this.month<3?1:0),i=r+t+ICAL.helpers.trunc(26*(i+1)/10)+ICAL.helpers.trunc(t/4);return i+=6*ICAL.helpers.trunc(t/100)+ICAL.helpers.trunc(t/400),ICAL.Time._dowCache[n]=i=(i+7-e)%7+1},dayOfYear:function(){var t=ICAL.Time.isLeapYear(this.year)?1:0;return ICAL.Time.daysInYearPassedMonth[t][this.month-1]+this.day},startOfWeek:function(t){var e=t||ICAL.Time.SUNDAY,t=this.clone();return t.day-=(this.dayOfWeek()+7-e)%7,t.isDate=!0,t.hour=0,t.minute=0,t.second=0,t},endOfWeek:function(t){var e=t||ICAL.Time.SUNDAY,t=this.clone();return t.day+=(7-this.dayOfWeek()+e-ICAL.Time.SUNDAY)%7,t.isDate=!0,t.hour=0,t.minute=0,t.second=0,t},startOfMonth:function(){var t=this.clone();return t.day=1,t.isDate=!0,t.hour=0,t.minute=0,t.second=0,t},endOfMonth:function(){var t=this.clone();return t.day=ICAL.Time.daysInMonth(t.month,t.year),t.isDate=!0,t.hour=0,t.minute=0,t.second=0,t},startOfYear:function(){var t=this.clone();return t.day=1,t.month=1,t.isDate=!0,t.hour=0,t.minute=0,t.second=0,t},endOfYear:function(){var t=this.clone();return t.day=31,t.month=12,t.isDate=!0,t.hour=0,t.minute=0,t.second=0,t},startDoyWeek:function(t){t=t||ICAL.Time.SUNDAY,t=this.dayOfWeek()-t;return t<0&&(t+=7),this.dayOfYear()-t},getDominicalLetter:function(){return ICAL.Time.getDominicalLetter(this.year)},nthWeekDay:function(t,e){var n=ICAL.Time.daysInMonth(this.month,this.year),r=e,i=0,s=this.clone(),a=0<=r?(s.day=1,0!=r&&r--,i=s.day,(e=t-s.dayOfWeek())<0&&(e+=7),i+=e,i-=t,t):(s.day=n,r++,(a=s.dayOfWeek()-t)<0&&(a+=7),n-a);return i+(a+=7*r)},isNthWeekDay:function(t,e){var n=this.dayOfWeek();return 0===e&&n===t||this.nthWeekDay(t,e)===this.day},weekNumber:function(t){var e=(this.year<<12)+(this.month<<8)+(this.day<<3)+t;if(e in ICAL.Time._wnCache)return ICAL.Time._wnCache[e];var n=this.clone();n.isDate=!0;var r=this.year;12==n.month&&25ICAL.Time.daysInYearPassedMonth[i][12])return i=ICAL.Time.isLeapYear(e)?1:0,n-=ICAL.Time.daysInYearPassedMonth[i][12],ICAL.Time.fromDayOfYear(n,++e);r.year=e,r.isDate=!0;for(var s=11;0<=s;s--)if(n>ICAL.Time.daysInYearPassedMonth[i][s]){r.month=s+1,r.day=n-ICAL.Time.daysInYearPassedMonth[i][s];break}return r.auto_normalize=!0,r},ICAL.Time.fromStringv2=function(t){return new ICAL.Time({year:parseInt(t.substr(0,4),10),month:parseInt(t.substr(5,2),10),day:parseInt(t.substr(8,2),10),isDate:!0})},ICAL.Time.fromDateString=function(t){return new ICAL.Time({year:ICAL.helpers.strictParseInt(t.substr(0,4)),month:ICAL.helpers.strictParseInt(t.substr(5,2)),day:ICAL.helpers.strictParseInt(t.substr(8,2)),isDate:!0})},ICAL.Time.fromDateTimeString=function(t,e){if(t.length<19)throw new Error('invalid date-time value: "'+t+'"');var n;return t[19]&&"Z"===t[19]?n="Z":e&&(n=e.getParameter("tzid")),new ICAL.Time({year:ICAL.helpers.strictParseInt(t.substr(0,4)),month:ICAL.helpers.strictParseInt(t.substr(5,2)),day:ICAL.helpers.strictParseInt(t.substr(8,2)),hour:ICAL.helpers.strictParseInt(t.substr(11,2)),minute:ICAL.helpers.strictParseInt(t.substr(14,2)),second:ICAL.helpers.strictParseInt(t.substr(17,2)),timezone:n})},ICAL.Time.fromString=function(t,e){return 10ICAL.Time.THURSDAY&&(n.day+=7),e>ICAL.Time.THURSDAY&&(n.day-=7),n.day-=t-e,n},ICAL.Time.getDominicalLetter=function(t){var e="GFEDCBA",n=(t+(t/4|0)+(t/400|0)-(t/100|0)-1)%7;return ICAL.Time.isLeapYear(t)?e[(6+n)%7]+e[n]:e[n]},ICAL.Time.epochTime=ICAL.Time.fromData({year:1970,month:1,day:1,hour:0,minute:0,second:0,isDate:!1,timezone:"Z"}),ICAL.Time._cmp_attr=function(t,e,n){return t[n]>e[n]?1:t[n] '+e);if(void 0!==n&&ns||0==this.last.day)throw new Error("Malformed values in BYDAY part")}else this.has_by_data("BYMONTHDAY")&&this.last.day<0&&(s=ICAL.Time.daysInMonth(this.last.month,this.last.year),this.last.day=s+this.last.day+1)},next:function(){var t,e=this.last?this.last.clone():null;if(this.rule.count&&this.occurrence_number>=this.rule.count||this.rule.until&&0i)){if(r<0)r=i+(r+1);else if(0===r)continue;-1===s.indexOf(r)&&s.push(r)}return s.sort(function(t,e){return t-e})},_byDayAndMonthDay:function(t){var e,n,r,i,s=this.by_data.BYDAY,a=0,o=s.length,u=0,h=this,c=this.last.day;function l(){for(i=ICAL.Time.daysInMonth(h.last.month,h.last.year),e=h.normalizeByMonthDayRules(h.last.year,h.last.month,h.by_data.BYMONTHDAY),r=e.length;e[a]<=c&&(!t||e[a]!=c)&&a=this.by_data.BYMONTHDAY.length&&(this.by_indices.BYMONTHDAY=0,this.increment_month()),(e=ICAL.Time.daysInMonth(this.last.month,this.last.year))<(s=(s=this.by_data.BYMONTHDAY[this.by_indices.BYMONTHDAY])<0?e+s+1:s)?(this.last.day=1,t=this.is_day_in_byday(this.last)):this.last.day=s):(this.increment_month(),e=ICAL.Time.daysInMonth(this.last.month,this.last.year),this.by_data.BYMONTHDAY[0]>e?t=0:this.last.day=this.by_data.BYMONTHDAY[0]);return t},next_weekday_by_week:function(){var t=0;if(0==this.next_hour())return t;if(!this.has_by_data("BYDAY"))return 1;for(;;){var e=new ICAL.Time;this.by_indices.BYDAY++,this.by_indices.BYDAY==Object.keys(this.by_data.BYDAY).length&&(this.by_indices.BYDAY=0,t=1);var n=this.by_data.BYDAY[this.by_indices.BYDAY],n=this.ruleDayOfWeek(n)[1];(n-=this.rule.wkst)<0&&(n+=7),e.year=this.last.year,e.month=this.last.month,e.day=this.last.day;e=e.startDoyWeek(this.rule.wkst);if(!(n+e<1)||t){n=ICAL.Time.fromDayOfYear(e+n,this.last.year);return this.last.year=n.year,this.last.month=n.month,this.last.day=n.day,t}}},next_year:function(){if(0==this.next_hour())return 0;if(++this.days_index==this.days.length)for(this.days_index=0;this.increment_year(this.rule.interval),this.expand_year_days(this.last.year),0==this.days.length;);return this._nextByYearDay(),1},_nextByYearDay:function(){var t=this.days[this.days_index],e=this.last.year;t<1&&(t+=1,e+=1);e=ICAL.Time.fromDayOfYear(t,e);this.last.day=e.day,this.last.month=e.month},ruleDayOfWeek:function(t,e){var n=t.match(/([+-]?[0-9])?(MO|TU|WE|TH|FR|SA|SU)/);return n?[parseInt(n[1]||0,10),t=ICAL.Recur.icalDayToNumericDay(n[2],e)]:[0,0]},next_generic:function(t,e,n,r,i){var s=t in this.by_data,a=this.rule.freq==e,e=0;return i&&0==this[i]()||(s?(this.by_indices[t]++,this.by_indices[t],i=this.by_data[t],this.by_indices[t]==i.length&&(this.by_indices[t]=0,e=1),this.last[n]=i[this.by_indices[t]]):a&&this["increment_"+n](this.rule.interval),s&&e&&a&&this["increment_"+r](1)),e},increment_monthday:function(t){for(var e=0;en&&(this.last.day-=n,this.increment_month())}},increment_month:function(){var t;this.last.day=1,this.has_by_data("BYMONTH")?(this.by_indices.BYMONTH++,this.by_indices.BYMONTH==this.by_data.BYMONTH.length&&(this.by_indices.BYMONTH=0,this.increment_year(1)),this.last.month=this.by_data.BYMONTH[this.by_indices.BYMONTH]):("MONTHLY"==this.rule.freq?this.last.month+=this.rule.interval:this.last.month++,this.last.month--,t=ICAL.helpers.trunc(this.last.month/12),this.last.month%=12,this.last.month++,0!=t&&this.increment_year(t))},increment_year:function(t){this.last.year+=t},increment_generic:function(t,e,n,r){this.last[e]+=t;t=ICAL.helpers.trunc(this.last[e]/n);this.last[e]%=n,0!=t&&this["increment_"+r](t)},has_by_data:function(t){return t in this.rule.parts},expand_year_days:function(t){var e=new ICAL.Time;this.days=[];var n,r,i={},s=["BYDAY","BYWEEKNO","BYMONTHDAY","BYMONTH","BYYEARDAY"];for(n in s)!s.hasOwnProperty(n)||(r=s[n])in this.rule.parts&&(i[r]=this.rule.parts[r]);if("BYMONTH"in i&&"BYWEEKNO"in i){var a=1,o={};e.year=t,e.isDate=!0;for(var u=0;ue[0]?1:e[0]>t[0]?-1:0}return t.prototype={THISANDFUTURE:"THISANDFUTURE",exceptions:null,strictExceptions:!1,relateException:function(t){if(this.isRecurrenceException())throw new Error("cannot relate exception to exceptions");if(t instanceof ICAL.Component&&(t=new ICAL.Event(t)),this.strictExceptions&&t.uid!==this.uid)throw new Error("attempted to relate unrelated exception");var e=t.recurrenceId.toString();(this.exceptions[e]=t).modifiesFuture()&&(t=[t.recurrenceId.toUnixTime(),e],e=ICAL.helpers.binsearchInsert(this.rangeExceptions,t,n),this.rangeExceptions.splice(e,0,t))},modifiesFuture:function(){return!!this.component.hasProperty("recurrence-id")&&this.component.getFirstProperty("recurrence-id").getParameter("range")===this.THISANDFUTURE},findRangeException:function(t){if(!this.rangeExceptions.length)return null;var e=t.toUnixTime(),t=ICAL.helpers.binsearchInsert(this.rangeExceptions,[e],n);if(--t<0)return null;t=this.rangeExceptions[t];return e + + + + + + + + + + F0RTHSP4CE - Hackerspace in Tbilisi + + + + + + + + +
+
+

F0RTHSP4CE

+
+

+ F0RTHSP4CE is a + hackerspace. + A community of enthusiasts, focused on technology and art. We are + trying to wrap our heads around things that are not easy to + understand and to create events. But first and foremost we are + having a good time. +

+

+ Our mission is to develop the community for everybody. We break + the walls and build the bridges, and help each other. +

+
+
+
+
+

How to approach us

+
+

+ Tbilisi, Janashia st, 11/18 (Vake) (41.706632, 44.781503) + Yandex Maps, + OpenStreetMap +

+

+ +

+

+ Come and visit - to talk, to see the space for yourself or maybe + even to ask for help. Different people find different modes of + communication preferrable, so you may also just visit and work on + your project uninterrupted or just sit and read a book. +

+

+ You can visit all of our events: join telegram channel to get the announcements.
+ If you wish to visit us at times when there are no events taking place, we kindly ask you to arrange your visit with a resident, who will guide you in the space. You can ask for a visit in a special Telegram topic, to see if there is anyone ready to meet you. +

+
+
+
+

Principles

+
+
    +
  1. + Be excellent to each other. Listen to each other's needs and opinions. +
  2. +
  3. + Do not oppress and do not bother. Be wary of personal boundaries, be ready to make compromises. +
  4. +
  5. + Give more than you take. F0RTHSP4CE can grow only if the community makes it better. We + are not a co-working per se, so we are all the ones who make + the workspaces for each other. +
  6. +
  7. + Do-ocracy. If you want to change something, do it, but bear in mind the + needs of the others. +
  8. +
  9. + Dying is strictly forbidden. Safety first. Follow the rules and help the others. +
  10. +
+
+
+

Donation

+

+ F0RTHSP4CE is organized horizontaly, so we can exist only with + residents' and guests' donations. If you want to help us: +

+
    +
  • drop some cash into the Donation Box
  • +
  • donate materials or instruments
  • +
+
+ +
+
+

Upcoming events

+
+

+
+
+ + + diff --git a/input/config/files-remote.json b/input/config/files-remote.json deleted file mode 100644 index 5aae6c4..0000000 --- a/input/config/files-remote.json +++ /dev/null @@ -1,827 +0,0 @@ -[ - { - "path": "404.html", - "type": "file", - "md5": "f0969aa79ddc141498705f5874d36a13" - }, - { - "path": "assets", - "type": "directory", - "md5": false - }, - { - "path": "assets/css", - "type": "directory", - "md5": false - }, - { - "path": "/assets/css/editor.css", - "type": "file", - "md5": "e5909a88ba1158a79ba2dbf82d6b2d86" - }, - { - "path": "/assets/css/main.css", - "type": "file", - "md5": "d4b41c8f36778c516582dd4b6f45ddbe" - }, - { - "path": "/assets/css/photoswipe.css", - "type": "file", - "md5": "357f87f4e9502a5318d89e8e76e0a344" - }, - { - "path": "/assets/css/style.css", - "type": "file", - "md5": "c4da37627e176b279650edf61ed4b060" - }, - { - "path": "assets/dynamic", - "type": "directory", - "md5": false - }, - { - "path": "assets/js", - "type": "directory", - "md5": false - }, - { - "path": "/assets/js/photoswipe-ui-default.min.js", - "type": "file", - "md5": "d067f0883540b1ddda0e2c9ad1b14260" - }, - { - "path": "/assets/js/photoswipe.min.js", - "type": "file", - "md5": "017385b552f7e0d979e2e2fe6f324015" - }, - { - "path": "/assets/js/scripts.js", - "type": "file", - "md5": "e0c4d53c21e83015f166f4b853f8ade4" - }, - { - "path": "/assets/js/scripts.min.js", - "type": "file", - "md5": "f47c11534595205f20935f0db2a62a85" - }, - { - "path": "/assets/js/svg-fix.js", - "type": "file", - "md5": "7c0d2bb7276904b382e80bf2d85e8a96" - }, - { - "path": "/assets/js/svg-map.js", - "type": "file", - "md5": "9e0cdeb5b05f8608bfa7ad95502db847" - }, - { - "path": "assets/svg", - "type": "directory", - "md5": false - }, - { - "path": "/assets/svg/gallery-icons-dark.svg", - "type": "file", - "md5": "0c70735af58190b563b2940b7a07007a" - }, - { - "path": "/assets/svg/gallery-icons-light.svg", - "type": "file", - "md5": "0bb1f41e2e459d23628833c37d8532f0" - }, - { - "path": "/assets/svg/svg-map.svg", - "type": "file", - "md5": "347a6c1101667612528f32457b9691f9" - }, - { - "path": "authors", - "type": "directory", - "md5": false - }, - { - "path": "authors/morris", - "type": "directory", - "md5": false - }, - { - "path": "/authors/morris/index.html", - "type": "file", - "md5": "a7c30435d7c11e45c1112d71e13e7118" - }, - { - "path": "digital-audio-jam.html", - "type": "file", - "md5": "c95b12ac44aad377035b87364d926dd3" - }, - { - "path": "entrance.jpeg", - "type": "file", - "md5": "374f0268e45869b39cb4c6c7f20789b2" - }, - { - "path": "events.html", - "type": "file", - "md5": "71921eed3d0c56fbe9004154172a1e59" - }, - { - "path": "feed.json", - "type": "file", - "md5": "764b238ca974d53aa2f826843eb43bcb" - }, - { - "path": "feed.xml", - "type": "file", - "md5": "3f350b022d03b9d8ca3e13975c31988d" - }, - { - "path": "index.html", - "type": "file", - "md5": "36adbb8f423c9840ac305821a6084c76" - }, - { - "path": "media", - "type": "directory", - "md5": false - }, - { - "path": "media/posts", - "type": "directory", - "md5": false - }, - { - "path": "media/posts/11", - "type": "directory", - "md5": false - }, - { - "path": "/media/posts/11/photo_5319077225707979362_y-2.jpeg", - "type": "file", - "md5": "da4832a86bd2ab7843b948746a0fbd92" - }, - { - "path": "/media/posts/11/photo_5319077225707979362_y.jpeg", - "type": "file", - "md5": "da4832a86bd2ab7843b948746a0fbd92" - }, - { - "path": "media/posts/11/responsive", - "type": "directory", - "md5": false - }, - { - "path": "/media/posts/11/responsive/photo_5319077225707979362_y-2-2xl.jpeg", - "type": "file", - "md5": "99dfdf1df4b4636c9619cc77d85a282f" - }, - { - "path": "/media/posts/11/responsive/photo_5319077225707979362_y-2-lg.jpeg", - "type": "file", - "md5": "d4bf3a9bfc84c83580124531102821d8" - }, - { - "path": "/media/posts/11/responsive/photo_5319077225707979362_y-2-md.jpeg", - "type": "file", - "md5": "ec7ea3493083787a67f8256aa3655dc1" - }, - { - "path": "/media/posts/11/responsive/photo_5319077225707979362_y-2-sm.jpeg", - "type": "file", - "md5": "1806e98ef106db5fdb5de7edc5bf64ac" - }, - { - "path": "/media/posts/11/responsive/photo_5319077225707979362_y-2-xl.jpeg", - "type": "file", - "md5": "99dfdf1df4b4636c9619cc77d85a282f" - }, - { - "path": "/media/posts/11/responsive/photo_5319077225707979362_y-2-xs.jpeg", - "type": "file", - "md5": "119cb08b7c782481183d84d944d924e4" - }, - { - "path": "/media/posts/11/responsive/photo_5319077225707979362_y-2xl.jpeg", - "type": "file", - "md5": "99dfdf1df4b4636c9619cc77d85a282f" - }, - { - "path": "/media/posts/11/responsive/photo_5319077225707979362_y-lg.jpeg", - "type": "file", - "md5": "d4bf3a9bfc84c83580124531102821d8" - }, - { - "path": "/media/posts/11/responsive/photo_5319077225707979362_y-md.jpeg", - "type": "file", - "md5": "ec7ea3493083787a67f8256aa3655dc1" - }, - { - "path": "/media/posts/11/responsive/photo_5319077225707979362_y-sm.jpeg", - "type": "file", - "md5": "1806e98ef106db5fdb5de7edc5bf64ac" - }, - { - "path": "/media/posts/11/responsive/photo_5319077225707979362_y-xl.jpeg", - "type": "file", - "md5": "99dfdf1df4b4636c9619cc77d85a282f" - }, - { - "path": "/media/posts/11/responsive/photo_5319077225707979362_y-xs.jpeg", - "type": "file", - "md5": "119cb08b7c782481183d84d944d924e4" - }, - { - "path": "media/posts/12", - "type": "directory", - "md5": false - }, - { - "path": "/media/posts/12/entrance-2.jpeg", - "type": "file", - "md5": "374f0268e45869b39cb4c6c7f20789b2" - }, - { - "path": "/media/posts/12/entrance.jpeg", - "type": "file", - "md5": "374f0268e45869b39cb4c6c7f20789b2" - }, - { - "path": "media/posts/12/responsive", - "type": "directory", - "md5": false - }, - { - "path": "/media/posts/12/responsive/entrance-2-2xl.jpeg", - "type": "file", - "md5": "9f2ffcdcc58632f0f9866e84a3a9fa8b" - }, - { - "path": "/media/posts/12/responsive/entrance-2-lg.jpeg", - "type": "file", - "md5": "9f2ffcdcc58632f0f9866e84a3a9fa8b" - }, - { - "path": "/media/posts/12/responsive/entrance-2-md.jpeg", - "type": "file", - "md5": "25e3a3c5e56461846d1ffc0934eed98d" - }, - { - "path": "/media/posts/12/responsive/entrance-2-sm.jpeg", - "type": "file", - "md5": "e6748db4de894ce8775c69028720c4d1" - }, - { - "path": "/media/posts/12/responsive/entrance-2-xl.jpeg", - "type": "file", - "md5": "9f2ffcdcc58632f0f9866e84a3a9fa8b" - }, - { - "path": "/media/posts/12/responsive/entrance-2-xs.jpeg", - "type": "file", - "md5": "6f7f5d360eabb59ddb9d5be17e436bcd" - }, - { - "path": "/media/posts/12/responsive/entrance-2xl.jpeg", - "type": "file", - "md5": "9f2ffcdcc58632f0f9866e84a3a9fa8b" - }, - { - "path": "/media/posts/12/responsive/entrance-lg.jpeg", - "type": "file", - "md5": "9f2ffcdcc58632f0f9866e84a3a9fa8b" - }, - { - "path": "/media/posts/12/responsive/entrance-md.jpeg", - "type": "file", - "md5": "25e3a3c5e56461846d1ffc0934eed98d" - }, - { - "path": "/media/posts/12/responsive/entrance-sm.jpeg", - "type": "file", - "md5": "e6748db4de894ce8775c69028720c4d1" - }, - { - "path": "/media/posts/12/responsive/entrance-xl.jpeg", - "type": "file", - "md5": "9f2ffcdcc58632f0f9866e84a3a9fa8b" - }, - { - "path": "/media/posts/12/responsive/entrance-xs.jpeg", - "type": "file", - "md5": "6f7f5d360eabb59ddb9d5be17e436bcd" - }, - { - "path": "media/posts/4", - "type": "directory", - "md5": false - }, - { - "path": "/media/posts/4/DALLE-2022-10-09-13.16.09-hacker-principles-manifest-digital-art.png", - "type": "file", - "md5": "bfb89474eb481180f642987ca57a9373" - }, - { - "path": "media/posts/4/responsive", - "type": "directory", - "md5": false - }, - { - "path": "/media/posts/4/responsive/DALLE-2022-10-09-13.16.09-hacker-principles-manifest-digital-art-2xl.png", - "type": "file", - "md5": "c7a81fa189490d3b28348e2bc699ddfe" - }, - { - "path": "/media/posts/4/responsive/DALLE-2022-10-09-13.16.09-hacker-principles-manifest-digital-art-lg.png", - "type": "file", - "md5": "c7a81fa189490d3b28348e2bc699ddfe" - }, - { - "path": "/media/posts/4/responsive/DALLE-2022-10-09-13.16.09-hacker-principles-manifest-digital-art-md.png", - "type": "file", - "md5": "1bf13974b1977c0d99e434911bca8983" - }, - { - "path": "/media/posts/4/responsive/DALLE-2022-10-09-13.16.09-hacker-principles-manifest-digital-art-sm.png", - "type": "file", - "md5": "9a48e47e99e99a91de69d32fa6c0c092" - }, - { - "path": "/media/posts/4/responsive/DALLE-2022-10-09-13.16.09-hacker-principles-manifest-digital-art-xl.png", - "type": "file", - "md5": "c7a81fa189490d3b28348e2bc699ddfe" - }, - { - "path": "/media/posts/4/responsive/DALLE-2022-10-09-13.16.09-hacker-principles-manifest-digital-art-xs.png", - "type": "file", - "md5": "c46969ff2a7e29ba4b10818cae7b73a4" - }, - { - "path": "media/posts/6", - "type": "directory", - "md5": false - }, - { - "path": "/media/posts/6/DALLE-2022-10-09-13.14.08.png", - "type": "file", - "md5": "c1535ea3ae070e77f7d0bb8a4778d14f" - }, - { - "path": "media/posts/6/responsive", - "type": "directory", - "md5": false - }, - { - "path": "/media/posts/6/responsive/DALLE-2022-10-09-13.14.08-2xl.png", - "type": "file", - "md5": "2fba2ed98c8b9674dbec9213f5033ee1" - }, - { - "path": "/media/posts/6/responsive/DALLE-2022-10-09-13.14.08-lg.png", - "type": "file", - "md5": "2fba2ed98c8b9674dbec9213f5033ee1" - }, - { - "path": "/media/posts/6/responsive/DALLE-2022-10-09-13.14.08-md.png", - "type": "file", - "md5": "99fcba3e35c7995aba767c815bff4b28" - }, - { - "path": "/media/posts/6/responsive/DALLE-2022-10-09-13.14.08-sm.png", - "type": "file", - "md5": "2a71d98a6eaa48c983295ff4125445b9" - }, - { - "path": "/media/posts/6/responsive/DALLE-2022-10-09-13.14.08-xl.png", - "type": "file", - "md5": "2fba2ed98c8b9674dbec9213f5033ee1" - }, - { - "path": "/media/posts/6/responsive/DALLE-2022-10-09-13.14.08-xs.png", - "type": "file", - "md5": "9a847ed50dea4ad528f5c012df61f316" - }, - { - "path": "media/posts/7", - "type": "directory", - "md5": false - }, - { - "path": "/media/posts/7/photo_5305657823729926263_y-2.jpeg", - "type": "file", - "md5": "2b86fc7cf7a13a6bf84291f8184c052c" - }, - { - "path": "/media/posts/7/photo_5305657823729926263_y.jpeg", - "type": "file", - "md5": "2b86fc7cf7a13a6bf84291f8184c052c" - }, - { - "path": "media/posts/7/responsive", - "type": "directory", - "md5": false - }, - { - "path": "/media/posts/7/responsive/photo_5305657823729926263_y-2-2xl.jpeg", - "type": "file", - "md5": "121454a861642d090fdf9859ef7aeece" - }, - { - "path": "/media/posts/7/responsive/photo_5305657823729926263_y-2-lg.jpeg", - "type": "file", - "md5": "121454a861642d090fdf9859ef7aeece" - }, - { - "path": "/media/posts/7/responsive/photo_5305657823729926263_y-2-md.jpeg", - "type": "file", - "md5": "7e8bde21a1dc052e857d301aae7ba9da" - }, - { - "path": "/media/posts/7/responsive/photo_5305657823729926263_y-2-sm.jpeg", - "type": "file", - "md5": "ee70b3dec51a8aa6bd0bd1b627f2978f" - }, - { - "path": "/media/posts/7/responsive/photo_5305657823729926263_y-2-xl.jpeg", - "type": "file", - "md5": "121454a861642d090fdf9859ef7aeece" - }, - { - "path": "/media/posts/7/responsive/photo_5305657823729926263_y-2-xs.jpeg", - "type": "file", - "md5": "4c3a21f2df468a8cccb5b94718bcb083" - }, - { - "path": "/media/posts/7/responsive/photo_5305657823729926263_y-2xl.jpeg", - "type": "file", - "md5": "121454a861642d090fdf9859ef7aeece" - }, - { - "path": "/media/posts/7/responsive/photo_5305657823729926263_y-lg.jpeg", - "type": "file", - "md5": "121454a861642d090fdf9859ef7aeece" - }, - { - "path": "/media/posts/7/responsive/photo_5305657823729926263_y-md.jpeg", - "type": "file", - "md5": "7e8bde21a1dc052e857d301aae7ba9da" - }, - { - "path": "/media/posts/7/responsive/photo_5305657823729926263_y-sm.jpeg", - "type": "file", - "md5": "ee70b3dec51a8aa6bd0bd1b627f2978f" - }, - { - "path": "/media/posts/7/responsive/photo_5305657823729926263_y-xl.jpeg", - "type": "file", - "md5": "121454a861642d090fdf9859ef7aeece" - }, - { - "path": "/media/posts/7/responsive/photo_5305657823729926263_y-xs.jpeg", - "type": "file", - "md5": "4c3a21f2df468a8cccb5b94718bcb083" - }, - { - "path": "media/posts/8", - "type": "directory", - "md5": false - }, - { - "path": "/media/posts/8/DALLE-2022-10-09-13.25.39-lego-people-in-a-futuristic-city-in-the-style-of-blade-runner-digital-art.png", - "type": "file", - "md5": "fb7f80a714022dd3c026a0f9ad4e4d7d" - }, - { - "path": "media/posts/8/responsive", - "type": "directory", - "md5": false - }, - { - "path": "/media/posts/8/responsive/DALLE-2022-10-09-13.25.39-lego-people-in-a-futuristic-city-in-the-style-of-blade-runner-digital-art-2xl.png", - "type": "file", - "md5": "b3f05619b5e657dbc8b6ee31e9368598" - }, - { - "path": "/media/posts/8/responsive/DALLE-2022-10-09-13.25.39-lego-people-in-a-futuristic-city-in-the-style-of-blade-runner-digital-art-lg.png", - "type": "file", - "md5": "b3f05619b5e657dbc8b6ee31e9368598" - }, - { - "path": "/media/posts/8/responsive/DALLE-2022-10-09-13.25.39-lego-people-in-a-futuristic-city-in-the-style-of-blade-runner-digital-art-md.png", - "type": "file", - "md5": "3d59e51eb49a4f2b2c596cc59939f09b" - }, - { - "path": "/media/posts/8/responsive/DALLE-2022-10-09-13.25.39-lego-people-in-a-futuristic-city-in-the-style-of-blade-runner-digital-art-sm.png", - "type": "file", - "md5": "8f6e80ef6593b1cce8e0db6e7652343c" - }, - { - "path": "/media/posts/8/responsive/DALLE-2022-10-09-13.25.39-lego-people-in-a-futuristic-city-in-the-style-of-blade-runner-digital-art-xl.png", - "type": "file", - "md5": "b3f05619b5e657dbc8b6ee31e9368598" - }, - { - "path": "/media/posts/8/responsive/DALLE-2022-10-09-13.25.39-lego-people-in-a-futuristic-city-in-the-style-of-blade-runner-digital-art-xs.png", - "type": "file", - "md5": "7c3a8bb43f253d03cf18b3712037ef8c" - }, - { - "path": "media/tags", - "type": "directory", - "md5": false - }, - { - "path": "media/tags/2", - "type": "directory", - "md5": false - }, - { - "path": "/media/tags/2/photo_5305657823729926263_y-2.jpeg", - "type": "file", - "md5": "2b86fc7cf7a13a6bf84291f8184c052c" - }, - { - "path": "media/tags/2/responsive", - "type": "directory", - "md5": false - }, - { - "path": "/media/tags/2/responsive/photo_5305657823729926263_y-2-2xl.jpeg", - "type": "file", - "md5": "121454a861642d090fdf9859ef7aeece" - }, - { - "path": "/media/tags/2/responsive/photo_5305657823729926263_y-2-lg.jpeg", - "type": "file", - "md5": "121454a861642d090fdf9859ef7aeece" - }, - { - "path": "/media/tags/2/responsive/photo_5305657823729926263_y-2-md.jpeg", - "type": "file", - "md5": "7e8bde21a1dc052e857d301aae7ba9da" - }, - { - "path": "/media/tags/2/responsive/photo_5305657823729926263_y-2-sm.jpeg", - "type": "file", - "md5": "ee70b3dec51a8aa6bd0bd1b627f2978f" - }, - { - "path": "/media/tags/2/responsive/photo_5305657823729926263_y-2-xl.jpeg", - "type": "file", - "md5": "121454a861642d090fdf9859ef7aeece" - }, - { - "path": "/media/tags/2/responsive/photo_5305657823729926263_y-2-xs.jpeg", - "type": "file", - "md5": "4c3a21f2df468a8cccb5b94718bcb083" - }, - { - "path": "media/tags/4", - "type": "directory", - "md5": false - }, - { - "path": "/media/tags/4/photo_5319077225707979362_y.jpeg", - "type": "file", - "md5": "da4832a86bd2ab7843b948746a0fbd92" - }, - { - "path": "media/tags/4/responsive", - "type": "directory", - "md5": false - }, - { - "path": "/media/tags/4/responsive/photo_5319077225707979362_y-2xl.jpeg", - "type": "file", - "md5": "99dfdf1df4b4636c9619cc77d85a282f" - }, - { - "path": "/media/tags/4/responsive/photo_5319077225707979362_y-lg.jpeg", - "type": "file", - "md5": "d4bf3a9bfc84c83580124531102821d8" - }, - { - "path": "/media/tags/4/responsive/photo_5319077225707979362_y-md.jpeg", - "type": "file", - "md5": "ec7ea3493083787a67f8256aa3655dc1" - }, - { - "path": "/media/tags/4/responsive/photo_5319077225707979362_y-sm.jpeg", - "type": "file", - "md5": "1806e98ef106db5fdb5de7edc5bf64ac" - }, - { - "path": "/media/tags/4/responsive/photo_5319077225707979362_y-xl.jpeg", - "type": "file", - "md5": "99dfdf1df4b4636c9619cc77d85a282f" - }, - { - "path": "/media/tags/4/responsive/photo_5319077225707979362_y-xs.jpeg", - "type": "file", - "md5": "119cb08b7c782481183d84d944d924e4" - }, - { - "path": "media/website", - "type": "directory", - "md5": false - }, - { - "path": "/media/website/favicon-16x16-2.png", - "type": "file", - "md5": "483c47ac29b15b5e516ec73cf31d631a" - }, - { - "path": "/media/website/favicon-2.ico", - "type": "file", - "md5": "d3b493ef451594bc65c0f59ef7bbae22" - }, - { - "path": "/media/website/favicon-32x32-2.png", - "type": "file", - "md5": "afef3bca5a33f7a2e0f30adf12c1af36" - }, - { - "path": "/media/website/favicon.ico", - "type": "file", - "md5": "d3b493ef451594bc65c0f59ef7bbae22" - }, - { - "path": "/media/website/photo_5287779575683727148_y.jpg", - "type": "file", - "md5": "b9cbf619b60e2ee0bfffae8777a1af13" - }, - { - "path": "media/website/responsive", - "type": "directory", - "md5": false - }, - { - "path": "/media/website/responsive/favicon-16x16-2-2xl.png", - "type": "file", - "md5": "76073a3880b88cb61292e46cb55e227d" - }, - { - "path": "/media/website/responsive/favicon-16x16-2-lg.png", - "type": "file", - "md5": "76073a3880b88cb61292e46cb55e227d" - }, - { - "path": "/media/website/responsive/favicon-16x16-2-md.png", - "type": "file", - "md5": "76073a3880b88cb61292e46cb55e227d" - }, - { - "path": "/media/website/responsive/favicon-16x16-2-sm.png", - "type": "file", - "md5": "76073a3880b88cb61292e46cb55e227d" - }, - { - "path": "/media/website/responsive/favicon-16x16-2-xl.png", - "type": "file", - "md5": "76073a3880b88cb61292e46cb55e227d" - }, - { - "path": "/media/website/responsive/favicon-16x16-2-xs.png", - "type": "file", - "md5": "76073a3880b88cb61292e46cb55e227d" - }, - { - "path": "/media/website/responsive/favicon-32x32-2-2xl.png", - "type": "file", - "md5": "1c19f93329013f8cdd9ca81811c9ac0d" - }, - { - "path": "/media/website/responsive/favicon-32x32-2-lg.png", - "type": "file", - "md5": "1c19f93329013f8cdd9ca81811c9ac0d" - }, - { - "path": "/media/website/responsive/favicon-32x32-2-md.png", - "type": "file", - "md5": "1c19f93329013f8cdd9ca81811c9ac0d" - }, - { - "path": "/media/website/responsive/favicon-32x32-2-sm.png", - "type": "file", - "md5": "1c19f93329013f8cdd9ca81811c9ac0d" - }, - { - "path": "/media/website/responsive/favicon-32x32-2-xl.png", - "type": "file", - "md5": "1c19f93329013f8cdd9ca81811c9ac0d" - }, - { - "path": "/media/website/responsive/favicon-32x32-2-xs.png", - "type": "file", - "md5": "1c19f93329013f8cdd9ca81811c9ac0d" - }, - { - "path": "/media/website/responsive/photo_5287779575683727148_y-2xl.jpg", - "type": "file", - "md5": "6433f6c31dfba8f775bd80062c44f4ee" - }, - { - "path": "/media/website/responsive/photo_5287779575683727148_y-lg.jpg", - "type": "file", - "md5": "5c79894b9feb49990b5bbd7104b683f0" - }, - { - "path": "/media/website/responsive/photo_5287779575683727148_y-md.jpg", - "type": "file", - "md5": "da9eb63b4fa27ce5dd4dd4ab65dc5561" - }, - { - "path": "/media/website/responsive/photo_5287779575683727148_y-sm.jpg", - "type": "file", - "md5": "122e8bb80357f3cf5b4872d342288535" - }, - { - "path": "/media/website/responsive/photo_5287779575683727148_y-xl.jpg", - "type": "file", - "md5": "6433f6c31dfba8f775bd80062c44f4ee" - }, - { - "path": "/media/website/responsive/photo_5287779575683727148_y-xs.jpg", - "type": "file", - "md5": "4e68e41a6da0e6d01c4b267afa830205" - }, - { - "path": "principles.html", - "type": "file", - "md5": "cd08b86393e52184a442ba276ad59319" - }, - { - "path": "residents.html", - "type": "file", - "md5": "114d973c9d501ca2dc8fae61d8f0ede3" - }, - { - "path": "robots.txt", - "type": "file", - "md5": "3c96d84043a06404a94aa305e7784681" - }, - { - "path": "self-organizing-systems.html", - "type": "file", - "md5": "7734ce42b02c26ce92197f5793dd32d3" - }, - { - "path": "sitemap.xml", - "type": "file", - "md5": "e14149bc58dc2944457339e3c4319070" - }, - { - "path": "sitemap.xsl", - "type": "file", - "md5": "51a7bcec43fa1ef0366100d5c2edbe75" - }, - { - "path": "some-news.html", - "type": "file", - "md5": "9a6895bb74ef4a4ced07aa7fb1082e1a" - }, - { - "path": "tags", - "type": "directory", - "md5": false - }, - { - "path": "tags/3d-night", - "type": "directory", - "md5": false - }, - { - "path": "/tags/3d-night/index.html", - "type": "file", - "md5": "b372b579436bf28e581db9deb9e3f959" - }, - { - "path": "tags/digital-audio-jam", - "type": "directory", - "md5": false - }, - { - "path": "/tags/digital-audio-jam/index.html", - "type": "file", - "md5": "5764b10abdfa0b72db629315575a80d4" - }, - { - "path": "/tags/index.html", - "type": "file", - "md5": "5239126984d298c3a1c966e471c513dc" - }, - { - "path": "tags/news", - "type": "directory", - "md5": false - }, - { - "path": "/tags/news/index.html", - "type": "file", - "md5": "eeae48e2b5e4d721dc1236d6ff3c39b3" - }, - { - "path": "visit-us.html", - "type": "file", - "md5": "8cac817e2ad27e933b51790f53b86315" - } -] \ No newline at end of file diff --git a/input/config/menu.config.json b/input/config/menu.config.json deleted file mode 100644 index 081621b..0000000 --- a/input/config/menu.config.json +++ /dev/null @@ -1,105 +0,0 @@ -[ - { - "name": "main-menu", - "position": "mainMenu", - "items": [ - { - "id": 1664516561572, - "label": "principles", - "title": "", - "type": "post", - "target": "_self", - "rel": "", - "link": 4, - "cssClass": "", - "isHidden": false, - "items": [] - }, - { - "id": 1664520541265, - "label": "events", - "title": "", - "type": "post", - "target": "_self", - "rel": "", - "link": 6, - "cssClass": "", - "isHidden": false, - "items": [ - { - "id": 1664523234338, - "label": "3D NIGHT", - "title": "", - "type": "tag", - "target": "_self", - "rel": "", - "link": 2, - "cssClass": "", - "isHidden": false, - "items": [] - }, - { - "id": 1664552122700, - "label": "Digital Audio JAM", - "title": "", - "type": "tag", - "target": "_self", - "rel": "", - "link": 4, - "cssClass": "", - "isHidden": false, - "items": [] - } - ] - }, - { - "id": 1664517328515, - "label": "news", - "title": "", - "type": "tag", - "target": "_self", - "rel": "", - "link": 1, - "cssClass": "", - "isHidden": true, - "items": [] - }, - { - "id": 1665220101946, - "label": "wiki", - "title": "", - "type": "external", - "target": "_blank", - "rel": "", - "link": "https://wiki.f0rth.space/", - "cssClass": "", - "isHidden": false, - "items": [] - }, - { - "id": 1664523180481, - "label": "membership", - "title": "", - "type": "post", - "target": "_self", - "rel": "", - "link": 8, - "cssClass": "", - "isHidden": false, - "items": [] - }, - { - "id": 1664515846908, - "label": "visit", - "title": "", - "type": "post", - "target": "_self", - "rel": "", - "link": 12, - "cssClass": "", - "isHidden": false, - "items": [] - } - ] - } -] \ No newline at end of file diff --git a/input/config/site.config.json b/input/config/site.config.json deleted file mode 100644 index a025efc..0000000 --- a/input/config/site.config.json +++ /dev/null @@ -1,220 +0,0 @@ -{ - "uuid": "uuid-1664479467855-123704034", - "name": "f0rtsp4ce", - "displayName": "F0RTHSP4CE", - "synced": "synced", - "logo": { - "color": 1, - "icon": "web-gear" - }, - "domain": "https://f0rth.space", - "language": "en-gb", - "spellchecking": false, - "advanced": { - "cssCompression": 1, - "htmlCompression": 1, - "htmlCompressionRemoveComments": 1, - "imagesQuality": 60, - "responsiveImages": 1, - "mediaLazyLoad": 1, - "versionSuffix": 1, - "sitemapEnabled": 1, - "sitemapAddTags": 1, - "sitemapAddAuthors": 1, - "sitemapAddHomepage": 1, - "sitemapAddExternalImages": 0, - "sitemapExcludedFiles": "", - "usePageTitleInsteadItemName": false, - "openGraphEnabled": 1, - "openGraphImage": "", - "openGraphAppId": "", - "twitterCardsEnabled": 1, - "twitterCardsType": "summary", - "twitterUsername": "", - "metaTitle": "%sitename", - "metaDescription": "", - "noIndexThisPage": false, - "homepageNoIndexPagination": false, - "metaRobotsIndex": "index, follow", - "postMetaTitle": "%posttitle - %sitename ", - "postMetaDescription": "", - "postUseTextWithoutCustomExcerpt": false, - "tagMetaTitle": "Tag: %tagname - %sitename", - "tagMetaDescription": "", - "tagNoIndexPagination": false, - "tagNoPagination": false, - "metaRobotsTags": "noindex, follow", - "tagsMetaTitle": "All tags - %sitename", - "tagsMetaDescription": "", - "metaRobotsTagsList": "noindex, follow", - "authorMetaTitle": "Author: %authorname - %sitename", - "authorMetaDescription": "", - "metaRobotsAuthors": "noindex, follow", - "authorNoIndexPagination": false, - "authorNoPagination": false, - "displayEmptyAuthors": false, - "displayEmptyTags": false, - "errorMetaTitle": "Error 404 - %sitename", - "errorMetaDescription": "", - "metaRobotsError": "noindex, follow", - "searchMetaTitle": "Search - %sitename", - "searchMetaDescription": "", - "metaRobotsSearch": "noindex, follow", - "postsListingOrderBy": "created_at", - "postsListingOrder": "DESC", - "featuredPostsListingOrderBy": "created_at", - "featuredPostsListingOrder": "DESC", - "hiddenPostsListingOrderBy": "created_at", - "hiddenPostsListingOrder": "DESC", - "feed": { - "title": "displayName", - "titleValue": "", - "showFullText": 1, - "numberOfPosts": 10, - "showFeaturedImage": 1, - "enableRss": 1, - "enableJson": 1, - "showOnlyFeatured": 0, - "excludeFeatured": 0 - }, - "urls": { - "cleanUrls": false, - "addIndex": false, - "tagsPrefix": "tags", - "authorsPrefix": "authors", - "pageName": "page", - "errorPage": "404.html", - "searchPage": "search.html" - }, - "ampIsEnabled": 0, - "ampPrimaryColor": "#039be5", - "ampImage": "", - "ampShare": 1, - "ampShareSystem": 1, - "ampShareFacebook": 1, - "ampShareFacebookId": "", - "ampShareTwitter": 1, - "ampSharePinterest": 1, - "ampShareLinkedIn": 1, - "ampShareTumblr": 1, - "ampShareWhatsapp": 1, - "ampFooterText": "", - "ampGaId": "", - "customHeadCode": "", - "customHeadAmpCode": "", - "customBodyCode": "", - "customCommentsCode": "", - "customSearchInput": "", - "customSearchContent": "", - "customFooterCode": "", - "customFooterAmpCode": "", - "gdpr": { - "enabled": false, - "popupTitlePrimary": "This website uses cookies", - "popupDesc": "Select which cookies to opt-in to via the checkboxes below; our website uses cookies to examine site traffic and user activity while on our site, for marketing, and to provide social media functionality.", - "showPrivacyPolicyLink": true, - "privacyPolicyLinkLabel": "More details...", - "privacyPolicyPostId": 0, - "privacyPolicyLinkType": "internal", - "privacyPolicyExternalUrl": "", - "groups": [ - { - "name": "Required", - "id": "-", - "description": "" - } - ], - "embedConsents": [], - "saveButtonLabel": "Accept all", - "behaviour": "badge", - "badgeLabel": "Cookie Policy", - "behaviourLink": "#cookie-settings", - "popupPosition": "centered", - "popupShowRejectButton": false, - "popupRejectButtonLabel": "Reject", - "allowAdvancedConfiguration": true, - "advancedConfigurationLinkLabel": "Manage preferences", - "advancedConfigurationAcceptButtonLabel": "Accept all", - "advancedConfigurationRejectButtonLabel": "Reject all", - "advancedConfigurationSaveButtonLabel": "Save settings", - "advancedConfigurationTitle": "Cookie settings", - "advancedConfigurationDescription": "We use cookies to enhance your browsing experience, serve personalized ads or content, and analyze our traffic. By clicking \"Accept All\", you consent to our use of cookies.", - "advancedConfigurationShowDescriptionLink": true, - "cookieSettingsRevision": "1", - "cookieSettingsTTL": "90", - "debugMode": false, - "vimeoNoTrack": true, - "ytNoCookies": true, - "settingsVersion": "v2" - }, - "relatedPostsOrder": "default", - "relatedPostsCriteria": "titles-and-tags", - "relatedPostsIncludeAllPosts": true, - "editors": { - "wysiwygAdditionalValidElements": "", - "codemirrorTabSize": 4, - "codemirrorAutoIndent": true - }, - "customHTML": { - "custom-comments-code": "", - "custom-search-input": "", - "custom-search-content": "", - "afterPost": "" - } - }, - "deployment": { - "protocol": "manual", - "relativeUrls": false, - "port": "", - "server": "", - "username": "", - "password": "", - "askforpassword": false, - "rejectUnauthorized": true, - "path": "", - "passphrase": "", - "sftpkey": "", - "s3": { - "customProvider": false, - "provider": "aws", - "endpoint": "", - "id": "", - "key": "", - "bucket": "", - "region": "", - "prefix": "", - "acl": "public-read", - "removeFiles": false - }, - "github": { - "server": "api.github.com", - "user": "", - "repo": "", - "branch": "", - "token": "", - "parallelOperations": 1, - "apiRateLimiting": 1 - }, - "gitlab": { - "server": "https://gitlab.com/", - "repo": "", - "branch": "", - "token": "" - }, - "netlify": { - "id": "", - "token": "" - }, - "google": { - "key": "", - "bucket": "", - "prefix": "" - }, - "manual": { - "output": "zip-archive", - "outputDirectory": "" - } - }, - "theme": "simple-f0rth", - "syncDate": 1686838460333 -} \ No newline at end of file diff --git a/input/config/site.plugins.json b/input/config/site.plugins.json deleted file mode 100644 index 9e26dfe..0000000 --- a/input/config/site.plugins.json +++ /dev/null @@ -1 +0,0 @@ -{} \ No newline at end of file diff --git a/input/config/theme.config.json b/input/config/theme.config.json deleted file mode 100644 index ebb65af..0000000 --- a/input/config/theme.config.json +++ /dev/null @@ -1,135 +0,0 @@ -{ - "config": { - "postsPerPage": 5, - "tagsPostsPerPage": 5, - "authorsPostsPerPage": 5, - "excerptLength": 45, - "logo": "" - }, - "customConfig": { - "favicon-ico": "media/website/favicon.ico", - "favicon-16": "media/website/favicon-16x16-2.png", - "favicon-32": "media/website/favicon-32x32-2.png", - "pageMargin": "6vw", - "pageWidth": "42rem", - "frontSource": "post", - "frontPost": 1, - "frontGallery": false, - "frontFeaturedImage": false, - "frontAuthor": true, - "frontAvatar": true, - "frontDate": true, - "frontReadMore": true, - "tagFeaturedImage": false, - "tagAuthor": true, - "tagAvatar": true, - "tagDate": true, - "tagReadMore": true, - "tagsPostCount": true, - "tagsDescription": true, - "authorFeaturedImage": false, - "authorAuthor": false, - "authorAvatar": false, - "authorDate": true, - "authorReadMore": true, - "relatedPostsNumber": "3", - "navbarHeight": "6rem", - "submenu": "auto", - "submenuWidth": "240", - "mobilemenu": "sidebar", - "mobilemenuExpandableSubmenus": true, - "heightHero": "35vh", - "displayHeroImage": true, - "uploadHero": "media/website/photo_5287779575683727148_y.jpg", - "uploadHeroAlt": "", - "uploadHeroCaption": "", - "textHero": "

Welcome to my blog :)

\n

Create a unique and beautiful blog quickly and easily.

", - "siteOwner": true, - "colorScheme": "auto", - "primaryColor": "#D73A42", - "headingColor": "#17181E", - "textColor": "#17181E", - "primaryDarkColor": "#FFC074", - "headingDarkColor": "#EEEDED", - "textDarkColor": "#BFBFBF", - "heroBackground": "#17181E", - "heroOverlay": "gradient", - "heroOverlayColor": "rgba(0, 0, 0, 0.64)", - "heroOverlayGradient": "rgba(0,0,0,0.64)", - "heroOverlayGradientDirection": "bottom", - "heroHeadingColor": "#FFFFFF", - "heroTextColor": "rgba(255,255,255,0.75)", - "heroLink": "#FFFFFF", - "heroLinkHover": "rgba(255,255,255,0.75)", - "heroBorderColor": "rgba(255,255,255,0.3)", - "fontBody": "system-ui", - "fontHeadings": "system-ui", - "fontMenu": "var(--body-font)", - "fontLogo": "var(--body-font)", - "minFontSize": "1.1", - "maxFontSize": "1.2", - "lineHeight": "1.7", - "fontBodyWeight": "400", - "fontBoldWeight": "700", - "fontHeadignsWeight": "700", - "fontHeadingsTransform": "none", - "showLinkButtons": true, - "linkButtonGithub": true, - "linkButtonGithubURL": "https://github.com/f0rthsp4ce", - "linkButtonTelegram": true, - "linkButtonTelegramURL": "https://t.me/f0rthsp4ce", - "shareFacebook": false, - "shareTwitter": false, - "shareTwitterName": "", - "sharePinterest": false, - "shareMix": false, - "shareLinkedin": false, - "shareBuffer": false, - "shareWhatsApp": false, - "socialButtons": false, - "socialFacebook": "", - "socialTwitter": "", - "socialInstagram": "", - "socialLinkedin": "", - "socialVimeo": "", - "socialPinterest": "", - "socialYoutube": "", - "copyrightText": "




listed by hackerspaces.org

", - "searchFeature": false, - "createSearchPage": false, - "galleryItemGap": "0.28333rem", - "galleryLightboxStyle": "pswp--dark", - "galleryLightboxOpacity": "0.7", - "galleryAdvanced": false, - "galleryCounter": true, - "galleryZoom": true, - "galleryFullscreen": true, - "galleryShare": true, - "galleryClose": true, - "galleryArrows": true, - "galleryPreloader": true, - "galleryCloseOnScroll": true, - "galleryArrowKeys": true, - "backToTopButton": true, - "formatDate": "MMMM D, YYYY", - "formatDateCustom": "HH:mm:ss YY/MM/DD", - "lazyLoadEffect": "fadein", - "faviconUpload": "media/website/favicon-2.ico", - "faviconExtension": "image/x-icon" - }, - "postConfig": { - "loadMap": "0", - "displayDate": 1, - "displayAuthor": "0", - "displayLastUpdatedDate": 1, - "displayTags": 1, - "displayShareButtons": "0", - "displayAuthorBio": "0", - "displayPostNavigation": "0", - "displayRelatedPosts": "0", - "displayComments": 0 - }, - "defaultTemplates": { - "post": "" - } -} \ No newline at end of file diff --git a/input/config/theme.simple-f0rth.config.json b/input/config/theme.simple-f0rth.config.json deleted file mode 100644 index ebb65af..0000000 --- a/input/config/theme.simple-f0rth.config.json +++ /dev/null @@ -1,135 +0,0 @@ -{ - "config": { - "postsPerPage": 5, - "tagsPostsPerPage": 5, - "authorsPostsPerPage": 5, - "excerptLength": 45, - "logo": "" - }, - "customConfig": { - "favicon-ico": "media/website/favicon.ico", - "favicon-16": "media/website/favicon-16x16-2.png", - "favicon-32": "media/website/favicon-32x32-2.png", - "pageMargin": "6vw", - "pageWidth": "42rem", - "frontSource": "post", - "frontPost": 1, - "frontGallery": false, - "frontFeaturedImage": false, - "frontAuthor": true, - "frontAvatar": true, - "frontDate": true, - "frontReadMore": true, - "tagFeaturedImage": false, - "tagAuthor": true, - "tagAvatar": true, - "tagDate": true, - "tagReadMore": true, - "tagsPostCount": true, - "tagsDescription": true, - "authorFeaturedImage": false, - "authorAuthor": false, - "authorAvatar": false, - "authorDate": true, - "authorReadMore": true, - "relatedPostsNumber": "3", - "navbarHeight": "6rem", - "submenu": "auto", - "submenuWidth": "240", - "mobilemenu": "sidebar", - "mobilemenuExpandableSubmenus": true, - "heightHero": "35vh", - "displayHeroImage": true, - "uploadHero": "media/website/photo_5287779575683727148_y.jpg", - "uploadHeroAlt": "", - "uploadHeroCaption": "", - "textHero": "

Welcome to my blog :)

\n

Create a unique and beautiful blog quickly and easily.

", - "siteOwner": true, - "colorScheme": "auto", - "primaryColor": "#D73A42", - "headingColor": "#17181E", - "textColor": "#17181E", - "primaryDarkColor": "#FFC074", - "headingDarkColor": "#EEEDED", - "textDarkColor": "#BFBFBF", - "heroBackground": "#17181E", - "heroOverlay": "gradient", - "heroOverlayColor": "rgba(0, 0, 0, 0.64)", - "heroOverlayGradient": "rgba(0,0,0,0.64)", - "heroOverlayGradientDirection": "bottom", - "heroHeadingColor": "#FFFFFF", - "heroTextColor": "rgba(255,255,255,0.75)", - "heroLink": "#FFFFFF", - "heroLinkHover": "rgba(255,255,255,0.75)", - "heroBorderColor": "rgba(255,255,255,0.3)", - "fontBody": "system-ui", - "fontHeadings": "system-ui", - "fontMenu": "var(--body-font)", - "fontLogo": "var(--body-font)", - "minFontSize": "1.1", - "maxFontSize": "1.2", - "lineHeight": "1.7", - "fontBodyWeight": "400", - "fontBoldWeight": "700", - "fontHeadignsWeight": "700", - "fontHeadingsTransform": "none", - "showLinkButtons": true, - "linkButtonGithub": true, - "linkButtonGithubURL": "https://github.com/f0rthsp4ce", - "linkButtonTelegram": true, - "linkButtonTelegramURL": "https://t.me/f0rthsp4ce", - "shareFacebook": false, - "shareTwitter": false, - "shareTwitterName": "", - "sharePinterest": false, - "shareMix": false, - "shareLinkedin": false, - "shareBuffer": false, - "shareWhatsApp": false, - "socialButtons": false, - "socialFacebook": "", - "socialTwitter": "", - "socialInstagram": "", - "socialLinkedin": "", - "socialVimeo": "", - "socialPinterest": "", - "socialYoutube": "", - "copyrightText": "




listed by hackerspaces.org

", - "searchFeature": false, - "createSearchPage": false, - "galleryItemGap": "0.28333rem", - "galleryLightboxStyle": "pswp--dark", - "galleryLightboxOpacity": "0.7", - "galleryAdvanced": false, - "galleryCounter": true, - "galleryZoom": true, - "galleryFullscreen": true, - "galleryShare": true, - "galleryClose": true, - "galleryArrows": true, - "galleryPreloader": true, - "galleryCloseOnScroll": true, - "galleryArrowKeys": true, - "backToTopButton": true, - "formatDate": "MMMM D, YYYY", - "formatDateCustom": "HH:mm:ss YY/MM/DD", - "lazyLoadEffect": "fadein", - "faviconUpload": "media/website/favicon-2.ico", - "faviconExtension": "image/x-icon" - }, - "postConfig": { - "loadMap": "0", - "displayDate": 1, - "displayAuthor": "0", - "displayLastUpdatedDate": 1, - "displayTags": 1, - "displayShareButtons": "0", - "displayAuthorBio": "0", - "displayPostNavigation": "0", - "displayRelatedPosts": "0", - "displayComments": 0 - }, - "defaultTemplates": { - "post": "" - } -} \ No newline at end of file diff --git a/input/config/theme.simple.config.json b/input/config/theme.simple.config.json deleted file mode 100644 index ff83ac4..0000000 --- a/input/config/theme.simple.config.json +++ /dev/null @@ -1,126 +0,0 @@ -{ - "config": { - "postsPerPage": 5, - "tagsPostsPerPage": 5, - "authorsPostsPerPage": 5, - "excerptLength": 45, - "logo": "" - }, - "customConfig": { - "pageMargin": "6vw", - "pageWidth": "42rem", - "frontSource": "default", - "frontPost": "", - "frontGallery": false, - "frontFeaturedImage": false, - "frontAuthor": true, - "frontAvatar": true, - "frontDate": true, - "frontReadMore": true, - "tagFeaturedImage": false, - "tagAuthor": true, - "tagAvatar": true, - "tagDate": true, - "tagReadMore": true, - "tagsPostCount": true, - "tagsDescription": true, - "authorFeaturedImage": false, - "authorAuthor": false, - "authorAvatar": false, - "authorDate": true, - "authorReadMore": true, - "relatedPostsNumber": "3", - "navbarHeight": "6rem", - "submenu": "auto", - "submenuWidth": "240", - "mobilemenu": "sidebar", - "mobilemenuExpandableSubmenus": true, - "heightHero": "80vh", - "displayHeroImage": false, - "uploadHero": "", - "uploadHeroAlt": "", - "uploadHeroCaption": "", - "textHero": "

Welcome to my blog :)

\n

Create a unique and beautiful blog quickly and easily.

", - "siteOwner": true, - "colorScheme": "auto", - "primaryColor": "#D73A42", - "headingColor": "#17181E", - "textColor": "#17181E", - "primaryDarkColor": "#FFC074", - "headingDarkColor": "#EEEDED", - "textDarkColor": "#BFBFBF", - "heroBackground": "#17181E", - "heroOverlay": "gradient", - "heroOverlayColor": "rgba(0, 0, 0, 0.64)", - "heroOverlayGradient": "rgba(0, 0, 0, 0.64)", - "heroOverlayGradientDirection": "bottom", - "heroHeadingColor": "#FFFFFF", - "heroTextColor": "rgba(255,255,255,0.75)", - "heroLink": "#FFFFFF", - "heroLinkHover": "rgba(255,255,255,0.75)", - "heroBorderColor": "rgba(255,255,255,0.3)", - "fontBody": "system-ui", - "fontHeadings": "system-ui", - "fontMenu": "var(--body-font)", - "fontLogo": "var(--body-font)", - "minFontSize": "1.1", - "maxFontSize": "1.2", - "lineHeight": "1.7", - "fontBodyWeight": "400", - "fontBoldWeight": "700", - "fontHeadignsWeight": "700", - "fontHeadingsTransform": "none", - "shareFacebook": false, - "shareTwitter": false, - "shareTwitterName": "", - "sharePinterest": false, - "shareMix": false, - "shareLinkedin": false, - "shareBuffer": false, - "shareWhatsApp": false, - "socialButtons": false, - "socialFacebook": "", - "socialTwitter": "", - "socialInstagram": "", - "socialLinkedin": "", - "socialVimeo": "", - "socialPinterest": "", - "socialYoutube": "", - "copyrightText": "

Powered by Publii

", - "searchFeature": false, - "createSearchPage": false, - "galleryItemGap": "0.28333rem", - "galleryLightboxStyle": "pswp--dark", - "galleryLightboxOpacity": "0.7", - "galleryAdvanced": false, - "galleryCounter": true, - "galleryZoom": true, - "galleryFullscreen": true, - "galleryShare": true, - "galleryClose": true, - "galleryArrows": true, - "galleryPreloader": true, - "galleryCloseOnScroll": true, - "galleryArrowKeys": true, - "backToTopButton": true, - "formatDate": "MMMM D, YYYY", - "formatDateCustom": "HH:mm:ss YY/MM/DD", - "lazyLoadEffect": "fadein", - "faviconUpload": "", - "faviconExtension": "image/x-icon" - }, - "postConfig": { - "displayDate": 1, - "displayAuthor": 1, - "displayLastUpdatedDate": 1, - "displayTags": 1, - "displayShareButtons": 1, - "displayAuthorBio": 1, - "displayPostNavigation": 1, - "displayRelatedPosts": 1, - "displayComments": 0 - }, - "defaultTemplates": { - "post": "" - } -} \ No newline at end of file diff --git a/input/db.sqlite b/input/db.sqlite deleted file mode 100644 index 91223a3..0000000 Binary files a/input/db.sqlite and /dev/null differ diff --git a/input/media/posts/11/photo_5319077225707979362_y-2.jpeg b/input/media/posts/11/photo_5319077225707979362_y-2.jpeg deleted file mode 100644 index 3bfe844..0000000 Binary files a/input/media/posts/11/photo_5319077225707979362_y-2.jpeg and /dev/null differ diff --git a/input/media/posts/11/photo_5319077225707979362_y.jpeg b/input/media/posts/11/photo_5319077225707979362_y.jpeg deleted file mode 100644 index 3bfe844..0000000 Binary files a/input/media/posts/11/photo_5319077225707979362_y.jpeg and /dev/null differ diff --git a/input/media/posts/11/responsive/photo_5319077225707979362_y-2-2xl.jpeg b/input/media/posts/11/responsive/photo_5319077225707979362_y-2-2xl.jpeg deleted file mode 100644 index c050a27..0000000 Binary files a/input/media/posts/11/responsive/photo_5319077225707979362_y-2-2xl.jpeg and /dev/null differ diff --git a/input/media/posts/11/responsive/photo_5319077225707979362_y-2-lg.jpeg b/input/media/posts/11/responsive/photo_5319077225707979362_y-2-lg.jpeg deleted file mode 100644 index 1ad55ca..0000000 Binary files a/input/media/posts/11/responsive/photo_5319077225707979362_y-2-lg.jpeg and /dev/null differ diff --git a/input/media/posts/11/responsive/photo_5319077225707979362_y-2-md.jpeg b/input/media/posts/11/responsive/photo_5319077225707979362_y-2-md.jpeg deleted file mode 100644 index 8d2ca7f..0000000 Binary files a/input/media/posts/11/responsive/photo_5319077225707979362_y-2-md.jpeg and /dev/null differ diff --git a/input/media/posts/11/responsive/photo_5319077225707979362_y-2-sm.jpeg b/input/media/posts/11/responsive/photo_5319077225707979362_y-2-sm.jpeg deleted file mode 100644 index 6ecfc52..0000000 Binary files a/input/media/posts/11/responsive/photo_5319077225707979362_y-2-sm.jpeg and /dev/null differ diff --git a/input/media/posts/11/responsive/photo_5319077225707979362_y-2-xl.jpeg b/input/media/posts/11/responsive/photo_5319077225707979362_y-2-xl.jpeg deleted file mode 100644 index c050a27..0000000 Binary files a/input/media/posts/11/responsive/photo_5319077225707979362_y-2-xl.jpeg and /dev/null differ diff --git a/input/media/posts/11/responsive/photo_5319077225707979362_y-2-xs.jpeg b/input/media/posts/11/responsive/photo_5319077225707979362_y-2-xs.jpeg deleted file mode 100644 index 010e0d2..0000000 Binary files a/input/media/posts/11/responsive/photo_5319077225707979362_y-2-xs.jpeg and /dev/null differ diff --git a/input/media/posts/11/responsive/photo_5319077225707979362_y-2xl.jpeg b/input/media/posts/11/responsive/photo_5319077225707979362_y-2xl.jpeg deleted file mode 100644 index c050a27..0000000 Binary files a/input/media/posts/11/responsive/photo_5319077225707979362_y-2xl.jpeg and /dev/null differ diff --git a/input/media/posts/11/responsive/photo_5319077225707979362_y-lg.jpeg b/input/media/posts/11/responsive/photo_5319077225707979362_y-lg.jpeg deleted file mode 100644 index 1ad55ca..0000000 Binary files a/input/media/posts/11/responsive/photo_5319077225707979362_y-lg.jpeg and /dev/null differ diff --git a/input/media/posts/11/responsive/photo_5319077225707979362_y-md.jpeg b/input/media/posts/11/responsive/photo_5319077225707979362_y-md.jpeg deleted file mode 100644 index 8d2ca7f..0000000 Binary files a/input/media/posts/11/responsive/photo_5319077225707979362_y-md.jpeg and /dev/null differ diff --git a/input/media/posts/11/responsive/photo_5319077225707979362_y-sm.jpeg b/input/media/posts/11/responsive/photo_5319077225707979362_y-sm.jpeg deleted file mode 100644 index 6ecfc52..0000000 Binary files a/input/media/posts/11/responsive/photo_5319077225707979362_y-sm.jpeg and /dev/null differ diff --git a/input/media/posts/11/responsive/photo_5319077225707979362_y-xl.jpeg b/input/media/posts/11/responsive/photo_5319077225707979362_y-xl.jpeg deleted file mode 100644 index c050a27..0000000 Binary files a/input/media/posts/11/responsive/photo_5319077225707979362_y-xl.jpeg and /dev/null differ diff --git a/input/media/posts/11/responsive/photo_5319077225707979362_y-xs.jpeg b/input/media/posts/11/responsive/photo_5319077225707979362_y-xs.jpeg deleted file mode 100644 index 010e0d2..0000000 Binary files a/input/media/posts/11/responsive/photo_5319077225707979362_y-xs.jpeg and /dev/null differ diff --git a/input/media/posts/12/entrance.jpeg b/input/media/posts/12/entrance.jpeg deleted file mode 100644 index ef12291..0000000 Binary files a/input/media/posts/12/entrance.jpeg and /dev/null differ diff --git a/input/media/posts/12/responsive/entrance-2-2xl.jpeg b/input/media/posts/12/responsive/entrance-2-2xl.jpeg deleted file mode 100644 index caf3733..0000000 Binary files a/input/media/posts/12/responsive/entrance-2-2xl.jpeg and /dev/null differ diff --git a/input/media/posts/12/responsive/entrance-2-lg.jpeg b/input/media/posts/12/responsive/entrance-2-lg.jpeg deleted file mode 100644 index caf3733..0000000 Binary files a/input/media/posts/12/responsive/entrance-2-lg.jpeg and /dev/null differ diff --git a/input/media/posts/12/responsive/entrance-2-md.jpeg b/input/media/posts/12/responsive/entrance-2-md.jpeg deleted file mode 100644 index 90b6f7b..0000000 Binary files a/input/media/posts/12/responsive/entrance-2-md.jpeg and /dev/null differ diff --git a/input/media/posts/12/responsive/entrance-2-sm.jpeg b/input/media/posts/12/responsive/entrance-2-sm.jpeg deleted file mode 100644 index 59b6278..0000000 Binary files a/input/media/posts/12/responsive/entrance-2-sm.jpeg and /dev/null differ diff --git a/input/media/posts/12/responsive/entrance-2-xl.jpeg b/input/media/posts/12/responsive/entrance-2-xl.jpeg deleted file mode 100644 index caf3733..0000000 Binary files a/input/media/posts/12/responsive/entrance-2-xl.jpeg and /dev/null differ diff --git a/input/media/posts/12/responsive/entrance-2-xs.jpeg b/input/media/posts/12/responsive/entrance-2-xs.jpeg deleted file mode 100644 index 71b64f4..0000000 Binary files a/input/media/posts/12/responsive/entrance-2-xs.jpeg and /dev/null differ diff --git a/input/media/posts/12/responsive/entrance-2xl.jpeg b/input/media/posts/12/responsive/entrance-2xl.jpeg deleted file mode 100644 index caf3733..0000000 Binary files a/input/media/posts/12/responsive/entrance-2xl.jpeg and /dev/null differ diff --git a/input/media/posts/12/responsive/entrance-lg.jpeg b/input/media/posts/12/responsive/entrance-lg.jpeg deleted file mode 100644 index caf3733..0000000 Binary files a/input/media/posts/12/responsive/entrance-lg.jpeg and /dev/null differ diff --git a/input/media/posts/12/responsive/entrance-md.jpeg b/input/media/posts/12/responsive/entrance-md.jpeg deleted file mode 100644 index 90b6f7b..0000000 Binary files a/input/media/posts/12/responsive/entrance-md.jpeg and /dev/null differ diff --git a/input/media/posts/12/responsive/entrance-sm.jpeg b/input/media/posts/12/responsive/entrance-sm.jpeg deleted file mode 100644 index 59b6278..0000000 Binary files a/input/media/posts/12/responsive/entrance-sm.jpeg and /dev/null differ diff --git a/input/media/posts/12/responsive/entrance-xl.jpeg b/input/media/posts/12/responsive/entrance-xl.jpeg deleted file mode 100644 index caf3733..0000000 Binary files a/input/media/posts/12/responsive/entrance-xl.jpeg and /dev/null differ diff --git a/input/media/posts/12/responsive/entrance-xs.jpeg b/input/media/posts/12/responsive/entrance-xs.jpeg deleted file mode 100644 index 71b64f4..0000000 Binary files a/input/media/posts/12/responsive/entrance-xs.jpeg and /dev/null differ diff --git a/input/media/posts/4/DALLE-2022-10-09-13.16.09-hacker-principles-manifest-digital-art.png b/input/media/posts/4/DALLE-2022-10-09-13.16.09-hacker-principles-manifest-digital-art.png deleted file mode 100644 index 0899899..0000000 Binary files a/input/media/posts/4/DALLE-2022-10-09-13.16.09-hacker-principles-manifest-digital-art.png and /dev/null differ diff --git a/input/media/posts/4/responsive/DALLE-2022-10-09-13.16.09-hacker-principles-manifest-digital-art-2xl.png b/input/media/posts/4/responsive/DALLE-2022-10-09-13.16.09-hacker-principles-manifest-digital-art-2xl.png deleted file mode 100644 index e025bdf..0000000 Binary files a/input/media/posts/4/responsive/DALLE-2022-10-09-13.16.09-hacker-principles-manifest-digital-art-2xl.png and /dev/null differ diff --git a/input/media/posts/4/responsive/DALLE-2022-10-09-13.16.09-hacker-principles-manifest-digital-art-lg.png b/input/media/posts/4/responsive/DALLE-2022-10-09-13.16.09-hacker-principles-manifest-digital-art-lg.png deleted file mode 100644 index e025bdf..0000000 Binary files a/input/media/posts/4/responsive/DALLE-2022-10-09-13.16.09-hacker-principles-manifest-digital-art-lg.png and /dev/null differ diff --git a/input/media/posts/4/responsive/DALLE-2022-10-09-13.16.09-hacker-principles-manifest-digital-art-md.png b/input/media/posts/4/responsive/DALLE-2022-10-09-13.16.09-hacker-principles-manifest-digital-art-md.png deleted file mode 100644 index 8fb9573..0000000 Binary files a/input/media/posts/4/responsive/DALLE-2022-10-09-13.16.09-hacker-principles-manifest-digital-art-md.png and /dev/null differ diff --git a/input/media/posts/4/responsive/DALLE-2022-10-09-13.16.09-hacker-principles-manifest-digital-art-sm.png b/input/media/posts/4/responsive/DALLE-2022-10-09-13.16.09-hacker-principles-manifest-digital-art-sm.png deleted file mode 100644 index d9d9dd0..0000000 Binary files a/input/media/posts/4/responsive/DALLE-2022-10-09-13.16.09-hacker-principles-manifest-digital-art-sm.png and /dev/null differ diff --git a/input/media/posts/4/responsive/DALLE-2022-10-09-13.16.09-hacker-principles-manifest-digital-art-xl.png b/input/media/posts/4/responsive/DALLE-2022-10-09-13.16.09-hacker-principles-manifest-digital-art-xl.png deleted file mode 100644 index e025bdf..0000000 Binary files a/input/media/posts/4/responsive/DALLE-2022-10-09-13.16.09-hacker-principles-manifest-digital-art-xl.png and /dev/null differ diff --git a/input/media/posts/4/responsive/DALLE-2022-10-09-13.16.09-hacker-principles-manifest-digital-art-xs.png b/input/media/posts/4/responsive/DALLE-2022-10-09-13.16.09-hacker-principles-manifest-digital-art-xs.png deleted file mode 100644 index 08c3ccf..0000000 Binary files a/input/media/posts/4/responsive/DALLE-2022-10-09-13.16.09-hacker-principles-manifest-digital-art-xs.png and /dev/null differ diff --git a/input/media/posts/6/DALLE-2022-10-09-13.14.08.png b/input/media/posts/6/DALLE-2022-10-09-13.14.08.png deleted file mode 100644 index ad7f454..0000000 Binary files a/input/media/posts/6/DALLE-2022-10-09-13.14.08.png and /dev/null differ diff --git a/input/media/posts/6/responsive/DALLE-2022-10-09-13.14.08-2xl.png b/input/media/posts/6/responsive/DALLE-2022-10-09-13.14.08-2xl.png deleted file mode 100644 index 6a7ceaa..0000000 Binary files a/input/media/posts/6/responsive/DALLE-2022-10-09-13.14.08-2xl.png and /dev/null differ diff --git a/input/media/posts/6/responsive/DALLE-2022-10-09-13.14.08-lg.png b/input/media/posts/6/responsive/DALLE-2022-10-09-13.14.08-lg.png deleted file mode 100644 index 6a7ceaa..0000000 Binary files a/input/media/posts/6/responsive/DALLE-2022-10-09-13.14.08-lg.png and /dev/null differ diff --git a/input/media/posts/6/responsive/DALLE-2022-10-09-13.14.08-md.png b/input/media/posts/6/responsive/DALLE-2022-10-09-13.14.08-md.png deleted file mode 100644 index 99c50e2..0000000 Binary files a/input/media/posts/6/responsive/DALLE-2022-10-09-13.14.08-md.png and /dev/null differ diff --git a/input/media/posts/6/responsive/DALLE-2022-10-09-13.14.08-sm.png b/input/media/posts/6/responsive/DALLE-2022-10-09-13.14.08-sm.png deleted file mode 100644 index 4e4c070..0000000 Binary files a/input/media/posts/6/responsive/DALLE-2022-10-09-13.14.08-sm.png and /dev/null differ diff --git a/input/media/posts/6/responsive/DALLE-2022-10-09-13.14.08-xl.png b/input/media/posts/6/responsive/DALLE-2022-10-09-13.14.08-xl.png deleted file mode 100644 index 6a7ceaa..0000000 Binary files a/input/media/posts/6/responsive/DALLE-2022-10-09-13.14.08-xl.png and /dev/null differ diff --git a/input/media/posts/6/responsive/DALLE-2022-10-09-13.14.08-xs.png b/input/media/posts/6/responsive/DALLE-2022-10-09-13.14.08-xs.png deleted file mode 100644 index 61edc67..0000000 Binary files a/input/media/posts/6/responsive/DALLE-2022-10-09-13.14.08-xs.png and /dev/null differ diff --git a/input/media/posts/7/photo_5305657823729926263_y-2.jpeg b/input/media/posts/7/photo_5305657823729926263_y-2.jpeg deleted file mode 100644 index 6524e3b..0000000 Binary files a/input/media/posts/7/photo_5305657823729926263_y-2.jpeg and /dev/null differ diff --git a/input/media/posts/7/photo_5305657823729926263_y.jpeg b/input/media/posts/7/photo_5305657823729926263_y.jpeg deleted file mode 100644 index 6524e3b..0000000 Binary files a/input/media/posts/7/photo_5305657823729926263_y.jpeg and /dev/null differ diff --git a/input/media/posts/7/responsive/photo_5305657823729926263_y-2-2xl.jpeg b/input/media/posts/7/responsive/photo_5305657823729926263_y-2-2xl.jpeg deleted file mode 100644 index 2dca6d7..0000000 Binary files a/input/media/posts/7/responsive/photo_5305657823729926263_y-2-2xl.jpeg and /dev/null differ diff --git a/input/media/posts/7/responsive/photo_5305657823729926263_y-2-lg.jpeg b/input/media/posts/7/responsive/photo_5305657823729926263_y-2-lg.jpeg deleted file mode 100644 index 2dca6d7..0000000 Binary files a/input/media/posts/7/responsive/photo_5305657823729926263_y-2-lg.jpeg and /dev/null differ diff --git a/input/media/posts/7/responsive/photo_5305657823729926263_y-2-md.jpeg b/input/media/posts/7/responsive/photo_5305657823729926263_y-2-md.jpeg deleted file mode 100644 index 08a101e..0000000 Binary files a/input/media/posts/7/responsive/photo_5305657823729926263_y-2-md.jpeg and /dev/null differ diff --git a/input/media/posts/7/responsive/photo_5305657823729926263_y-2-sm.jpeg b/input/media/posts/7/responsive/photo_5305657823729926263_y-2-sm.jpeg deleted file mode 100644 index ae5e28c..0000000 Binary files a/input/media/posts/7/responsive/photo_5305657823729926263_y-2-sm.jpeg and /dev/null differ diff --git a/input/media/posts/7/responsive/photo_5305657823729926263_y-2-xl.jpeg b/input/media/posts/7/responsive/photo_5305657823729926263_y-2-xl.jpeg deleted file mode 100644 index 2dca6d7..0000000 Binary files a/input/media/posts/7/responsive/photo_5305657823729926263_y-2-xl.jpeg and /dev/null differ diff --git a/input/media/posts/7/responsive/photo_5305657823729926263_y-2-xs.jpeg b/input/media/posts/7/responsive/photo_5305657823729926263_y-2-xs.jpeg deleted file mode 100644 index af8826b..0000000 Binary files a/input/media/posts/7/responsive/photo_5305657823729926263_y-2-xs.jpeg and /dev/null differ diff --git a/input/media/posts/7/responsive/photo_5305657823729926263_y-2xl.jpeg b/input/media/posts/7/responsive/photo_5305657823729926263_y-2xl.jpeg deleted file mode 100644 index 2dca6d7..0000000 Binary files a/input/media/posts/7/responsive/photo_5305657823729926263_y-2xl.jpeg and /dev/null differ diff --git a/input/media/posts/7/responsive/photo_5305657823729926263_y-lg.jpeg b/input/media/posts/7/responsive/photo_5305657823729926263_y-lg.jpeg deleted file mode 100644 index 2dca6d7..0000000 Binary files a/input/media/posts/7/responsive/photo_5305657823729926263_y-lg.jpeg and /dev/null differ diff --git a/input/media/posts/7/responsive/photo_5305657823729926263_y-md.jpeg b/input/media/posts/7/responsive/photo_5305657823729926263_y-md.jpeg deleted file mode 100644 index 08a101e..0000000 Binary files a/input/media/posts/7/responsive/photo_5305657823729926263_y-md.jpeg and /dev/null differ diff --git a/input/media/posts/7/responsive/photo_5305657823729926263_y-sm.jpeg b/input/media/posts/7/responsive/photo_5305657823729926263_y-sm.jpeg deleted file mode 100644 index ae5e28c..0000000 Binary files a/input/media/posts/7/responsive/photo_5305657823729926263_y-sm.jpeg and /dev/null differ diff --git a/input/media/posts/7/responsive/photo_5305657823729926263_y-xl.jpeg b/input/media/posts/7/responsive/photo_5305657823729926263_y-xl.jpeg deleted file mode 100644 index 2dca6d7..0000000 Binary files a/input/media/posts/7/responsive/photo_5305657823729926263_y-xl.jpeg and /dev/null differ diff --git a/input/media/posts/7/responsive/photo_5305657823729926263_y-xs.jpeg b/input/media/posts/7/responsive/photo_5305657823729926263_y-xs.jpeg deleted file mode 100644 index af8826b..0000000 Binary files a/input/media/posts/7/responsive/photo_5305657823729926263_y-xs.jpeg and /dev/null differ diff --git a/input/media/posts/8/DALLE-2022-10-09-13.25.39-lego-people-in-a-futuristic-city-in-the-style-of-blade-runner-digital-art.png b/input/media/posts/8/DALLE-2022-10-09-13.25.39-lego-people-in-a-futuristic-city-in-the-style-of-blade-runner-digital-art.png deleted file mode 100644 index d548e82..0000000 Binary files a/input/media/posts/8/DALLE-2022-10-09-13.25.39-lego-people-in-a-futuristic-city-in-the-style-of-blade-runner-digital-art.png and /dev/null differ diff --git a/input/media/posts/8/responsive/DALLE-2022-10-09-13.25.39-lego-people-in-a-futuristic-city-in-the-style-of-blade-runner-digital-art-2xl.png b/input/media/posts/8/responsive/DALLE-2022-10-09-13.25.39-lego-people-in-a-futuristic-city-in-the-style-of-blade-runner-digital-art-2xl.png deleted file mode 100644 index dd762f3..0000000 Binary files a/input/media/posts/8/responsive/DALLE-2022-10-09-13.25.39-lego-people-in-a-futuristic-city-in-the-style-of-blade-runner-digital-art-2xl.png and /dev/null differ diff --git a/input/media/posts/8/responsive/DALLE-2022-10-09-13.25.39-lego-people-in-a-futuristic-city-in-the-style-of-blade-runner-digital-art-lg.png b/input/media/posts/8/responsive/DALLE-2022-10-09-13.25.39-lego-people-in-a-futuristic-city-in-the-style-of-blade-runner-digital-art-lg.png deleted file mode 100644 index dd762f3..0000000 Binary files a/input/media/posts/8/responsive/DALLE-2022-10-09-13.25.39-lego-people-in-a-futuristic-city-in-the-style-of-blade-runner-digital-art-lg.png and /dev/null differ diff --git a/input/media/posts/8/responsive/DALLE-2022-10-09-13.25.39-lego-people-in-a-futuristic-city-in-the-style-of-blade-runner-digital-art-md.png b/input/media/posts/8/responsive/DALLE-2022-10-09-13.25.39-lego-people-in-a-futuristic-city-in-the-style-of-blade-runner-digital-art-md.png deleted file mode 100644 index 607cf43..0000000 Binary files a/input/media/posts/8/responsive/DALLE-2022-10-09-13.25.39-lego-people-in-a-futuristic-city-in-the-style-of-blade-runner-digital-art-md.png and /dev/null differ diff --git a/input/media/posts/8/responsive/DALLE-2022-10-09-13.25.39-lego-people-in-a-futuristic-city-in-the-style-of-blade-runner-digital-art-sm.png b/input/media/posts/8/responsive/DALLE-2022-10-09-13.25.39-lego-people-in-a-futuristic-city-in-the-style-of-blade-runner-digital-art-sm.png deleted file mode 100644 index d721397..0000000 Binary files a/input/media/posts/8/responsive/DALLE-2022-10-09-13.25.39-lego-people-in-a-futuristic-city-in-the-style-of-blade-runner-digital-art-sm.png and /dev/null differ diff --git a/input/media/posts/8/responsive/DALLE-2022-10-09-13.25.39-lego-people-in-a-futuristic-city-in-the-style-of-blade-runner-digital-art-xl.png b/input/media/posts/8/responsive/DALLE-2022-10-09-13.25.39-lego-people-in-a-futuristic-city-in-the-style-of-blade-runner-digital-art-xl.png deleted file mode 100644 index dd762f3..0000000 Binary files a/input/media/posts/8/responsive/DALLE-2022-10-09-13.25.39-lego-people-in-a-futuristic-city-in-the-style-of-blade-runner-digital-art-xl.png and /dev/null differ diff --git a/input/media/posts/8/responsive/DALLE-2022-10-09-13.25.39-lego-people-in-a-futuristic-city-in-the-style-of-blade-runner-digital-art-xs.png b/input/media/posts/8/responsive/DALLE-2022-10-09-13.25.39-lego-people-in-a-futuristic-city-in-the-style-of-blade-runner-digital-art-xs.png deleted file mode 100644 index 5a47132..0000000 Binary files a/input/media/posts/8/responsive/DALLE-2022-10-09-13.25.39-lego-people-in-a-futuristic-city-in-the-style-of-blade-runner-digital-art-xs.png and /dev/null differ diff --git a/input/media/tags/2/photo_5305657823729926263_y-2.jpeg b/input/media/tags/2/photo_5305657823729926263_y-2.jpeg deleted file mode 100644 index 6524e3b..0000000 Binary files a/input/media/tags/2/photo_5305657823729926263_y-2.jpeg and /dev/null differ diff --git a/input/media/tags/2/responsive/photo_5305657823729926263_y-2-2xl.jpeg b/input/media/tags/2/responsive/photo_5305657823729926263_y-2-2xl.jpeg deleted file mode 100644 index 2dca6d7..0000000 Binary files a/input/media/tags/2/responsive/photo_5305657823729926263_y-2-2xl.jpeg and /dev/null differ diff --git a/input/media/tags/2/responsive/photo_5305657823729926263_y-2-lg.jpeg b/input/media/tags/2/responsive/photo_5305657823729926263_y-2-lg.jpeg deleted file mode 100644 index 2dca6d7..0000000 Binary files a/input/media/tags/2/responsive/photo_5305657823729926263_y-2-lg.jpeg and /dev/null differ diff --git a/input/media/tags/2/responsive/photo_5305657823729926263_y-2-md.jpeg b/input/media/tags/2/responsive/photo_5305657823729926263_y-2-md.jpeg deleted file mode 100644 index 08a101e..0000000 Binary files a/input/media/tags/2/responsive/photo_5305657823729926263_y-2-md.jpeg and /dev/null differ diff --git a/input/media/tags/2/responsive/photo_5305657823729926263_y-2-sm.jpeg b/input/media/tags/2/responsive/photo_5305657823729926263_y-2-sm.jpeg deleted file mode 100644 index ae5e28c..0000000 Binary files a/input/media/tags/2/responsive/photo_5305657823729926263_y-2-sm.jpeg and /dev/null differ diff --git a/input/media/tags/2/responsive/photo_5305657823729926263_y-2-xl.jpeg b/input/media/tags/2/responsive/photo_5305657823729926263_y-2-xl.jpeg deleted file mode 100644 index 2dca6d7..0000000 Binary files a/input/media/tags/2/responsive/photo_5305657823729926263_y-2-xl.jpeg and /dev/null differ diff --git a/input/media/tags/2/responsive/photo_5305657823729926263_y-2-xs.jpeg b/input/media/tags/2/responsive/photo_5305657823729926263_y-2-xs.jpeg deleted file mode 100644 index af8826b..0000000 Binary files a/input/media/tags/2/responsive/photo_5305657823729926263_y-2-xs.jpeg and /dev/null differ diff --git a/input/media/tags/4/photo_5319077225707979362_y.jpeg b/input/media/tags/4/photo_5319077225707979362_y.jpeg deleted file mode 100644 index 3bfe844..0000000 Binary files a/input/media/tags/4/photo_5319077225707979362_y.jpeg and /dev/null differ diff --git a/input/media/tags/4/responsive/photo_5319077225707979362_y-2xl.jpeg b/input/media/tags/4/responsive/photo_5319077225707979362_y-2xl.jpeg deleted file mode 100644 index c050a27..0000000 Binary files a/input/media/tags/4/responsive/photo_5319077225707979362_y-2xl.jpeg and /dev/null differ diff --git a/input/media/tags/4/responsive/photo_5319077225707979362_y-lg.jpeg b/input/media/tags/4/responsive/photo_5319077225707979362_y-lg.jpeg deleted file mode 100644 index 1ad55ca..0000000 Binary files a/input/media/tags/4/responsive/photo_5319077225707979362_y-lg.jpeg and /dev/null differ diff --git a/input/media/tags/4/responsive/photo_5319077225707979362_y-md.jpeg b/input/media/tags/4/responsive/photo_5319077225707979362_y-md.jpeg deleted file mode 100644 index 8d2ca7f..0000000 Binary files a/input/media/tags/4/responsive/photo_5319077225707979362_y-md.jpeg and /dev/null differ diff --git a/input/media/tags/4/responsive/photo_5319077225707979362_y-sm.jpeg b/input/media/tags/4/responsive/photo_5319077225707979362_y-sm.jpeg deleted file mode 100644 index 6ecfc52..0000000 Binary files a/input/media/tags/4/responsive/photo_5319077225707979362_y-sm.jpeg and /dev/null differ diff --git a/input/media/tags/4/responsive/photo_5319077225707979362_y-xl.jpeg b/input/media/tags/4/responsive/photo_5319077225707979362_y-xl.jpeg deleted file mode 100644 index c050a27..0000000 Binary files a/input/media/tags/4/responsive/photo_5319077225707979362_y-xl.jpeg and /dev/null differ diff --git a/input/media/tags/4/responsive/photo_5319077225707979362_y-xs.jpeg b/input/media/tags/4/responsive/photo_5319077225707979362_y-xs.jpeg deleted file mode 100644 index 010e0d2..0000000 Binary files a/input/media/tags/4/responsive/photo_5319077225707979362_y-xs.jpeg and /dev/null differ diff --git a/input/media/website/favicon-2.ico b/input/media/website/favicon-2.ico deleted file mode 100644 index 17a9874..0000000 Binary files a/input/media/website/favicon-2.ico and /dev/null differ diff --git a/input/media/website/photo_5287779575683727148_y.jpg b/input/media/website/photo_5287779575683727148_y.jpg deleted file mode 100644 index 79d7854..0000000 Binary files a/input/media/website/photo_5287779575683727148_y.jpg and /dev/null differ diff --git a/input/media/website/responsive/favicon-16x16-2-2xl.png b/input/media/website/responsive/favicon-16x16-2-2xl.png deleted file mode 100644 index 893008b..0000000 Binary files a/input/media/website/responsive/favicon-16x16-2-2xl.png and /dev/null differ diff --git a/input/media/website/responsive/favicon-16x16-2-lg.png b/input/media/website/responsive/favicon-16x16-2-lg.png deleted file mode 100644 index 893008b..0000000 Binary files a/input/media/website/responsive/favicon-16x16-2-lg.png and /dev/null differ diff --git a/input/media/website/responsive/favicon-16x16-2-md.png b/input/media/website/responsive/favicon-16x16-2-md.png deleted file mode 100644 index 893008b..0000000 Binary files a/input/media/website/responsive/favicon-16x16-2-md.png and /dev/null differ diff --git a/input/media/website/responsive/favicon-16x16-2-sm.png b/input/media/website/responsive/favicon-16x16-2-sm.png deleted file mode 100644 index 893008b..0000000 Binary files a/input/media/website/responsive/favicon-16x16-2-sm.png and /dev/null differ diff --git a/input/media/website/responsive/favicon-16x16-2-xl.png b/input/media/website/responsive/favicon-16x16-2-xl.png deleted file mode 100644 index 893008b..0000000 Binary files a/input/media/website/responsive/favicon-16x16-2-xl.png and /dev/null differ diff --git a/input/media/website/responsive/favicon-16x16-2-xs.png b/input/media/website/responsive/favicon-16x16-2-xs.png deleted file mode 100644 index 893008b..0000000 Binary files a/input/media/website/responsive/favicon-16x16-2-xs.png and /dev/null differ diff --git a/input/media/website/responsive/favicon-32x32-2-2xl.png b/input/media/website/responsive/favicon-32x32-2-2xl.png deleted file mode 100644 index 279b7c1..0000000 Binary files a/input/media/website/responsive/favicon-32x32-2-2xl.png and /dev/null differ diff --git a/input/media/website/responsive/favicon-32x32-2-lg.png b/input/media/website/responsive/favicon-32x32-2-lg.png deleted file mode 100644 index 279b7c1..0000000 Binary files a/input/media/website/responsive/favicon-32x32-2-lg.png and /dev/null differ diff --git a/input/media/website/responsive/favicon-32x32-2-md.png b/input/media/website/responsive/favicon-32x32-2-md.png deleted file mode 100644 index 279b7c1..0000000 Binary files a/input/media/website/responsive/favicon-32x32-2-md.png and /dev/null differ diff --git a/input/media/website/responsive/favicon-32x32-2-sm.png b/input/media/website/responsive/favicon-32x32-2-sm.png deleted file mode 100644 index 279b7c1..0000000 Binary files a/input/media/website/responsive/favicon-32x32-2-sm.png and /dev/null differ diff --git a/input/media/website/responsive/favicon-32x32-2-xl.png b/input/media/website/responsive/favicon-32x32-2-xl.png deleted file mode 100644 index 279b7c1..0000000 Binary files a/input/media/website/responsive/favicon-32x32-2-xl.png and /dev/null differ diff --git a/input/media/website/responsive/favicon-32x32-2-xs.png b/input/media/website/responsive/favicon-32x32-2-xs.png deleted file mode 100644 index 279b7c1..0000000 Binary files a/input/media/website/responsive/favicon-32x32-2-xs.png and /dev/null differ diff --git a/input/media/website/responsive/photo_5287779575683727148_y-2xl.jpg b/input/media/website/responsive/photo_5287779575683727148_y-2xl.jpg deleted file mode 100644 index a24c3f3..0000000 Binary files a/input/media/website/responsive/photo_5287779575683727148_y-2xl.jpg and /dev/null differ diff --git a/input/media/website/responsive/photo_5287779575683727148_y-lg.jpg b/input/media/website/responsive/photo_5287779575683727148_y-lg.jpg deleted file mode 100644 index faea2ae..0000000 Binary files a/input/media/website/responsive/photo_5287779575683727148_y-lg.jpg and /dev/null differ diff --git a/input/media/website/responsive/photo_5287779575683727148_y-md.jpg b/input/media/website/responsive/photo_5287779575683727148_y-md.jpg deleted file mode 100644 index 20fe2ed..0000000 Binary files a/input/media/website/responsive/photo_5287779575683727148_y-md.jpg and /dev/null differ diff --git a/input/media/website/responsive/photo_5287779575683727148_y-sm.jpg b/input/media/website/responsive/photo_5287779575683727148_y-sm.jpg deleted file mode 100644 index f25b579..0000000 Binary files a/input/media/website/responsive/photo_5287779575683727148_y-sm.jpg and /dev/null differ diff --git a/input/media/website/responsive/photo_5287779575683727148_y-xl.jpg b/input/media/website/responsive/photo_5287779575683727148_y-xl.jpg deleted file mode 100644 index a24c3f3..0000000 Binary files a/input/media/website/responsive/photo_5287779575683727148_y-xl.jpg and /dev/null differ diff --git a/input/media/website/responsive/photo_5287779575683727148_y-xs.jpg b/input/media/website/responsive/photo_5287779575683727148_y-xs.jpg deleted file mode 100644 index 5ea49f5..0000000 Binary files a/input/media/website/responsive/photo_5287779575683727148_y-xs.jpg and /dev/null differ diff --git a/input/root-files/entrance.jpeg b/input/root-files/entrance.jpeg deleted file mode 100644 index ef12291..0000000 Binary files a/input/root-files/entrance.jpeg and /dev/null differ diff --git a/input/themes/simple-f0rth/404.hbs b/input/themes/simple-f0rth/404.hbs deleted file mode 100755 index 552161f..0000000 --- a/input/themes/simple-f0rth/404.hbs +++ /dev/null @@ -1,43 +0,0 @@ -{{> head}} -{{> top}} -
-
-
- {{#checkIfAll @config.custom.uploadHero @config.custom.displayHeroImage}} -
- {{@config.custom.uploadHeroAlt}} - - {{#if @config.custom.uploadHeroCaption}} -
- {{@config.custom.uploadHeroCaption}} -
- {{/if}} -
- {{/checkIfAll}} -
-
-

{{ translate 'error.404' }}

-

{{ translate 'error.message-1' }}

-
-
-
-
-

{{ translate 'error.message-2' }}

-

- - - {{ translate 'error.button' }} -

-
-
-
-{{> footer}} diff --git a/input/themes/simple-f0rth/amp-index.hbs b/input/themes/simple-f0rth/amp-index.hbs deleted file mode 100755 index 6c3272e..0000000 --- a/input/themes/simple-f0rth/amp-index.hbs +++ /dev/null @@ -1,60 +0,0 @@ -{{> amp-head}} - -{{#checkIf @config.custom.frontSource '==' "post" }} - {{> amp-frontpage-post}} -{{else}} -
- {{#each posts}} -
- {{#featuredImage}} - {{#if url}} - - - - - {{/if}} - {{/featuredImage}} - -
-

- {{title}} -

-

{{{excerpt}}}

-

- {{#author}} - {{ translate 'post.publishedBy' }} {{name}} - {{/author}} - -

-
-
- {{/each}} - {{> amp-pagination}} -
-{{/checkIf}} -{{> amp-footer}} \ No newline at end of file diff --git a/input/themes/simple-f0rth/amp-post.hbs b/input/themes/simple-f0rth/amp-post.hbs deleted file mode 100755 index d03cfd7..0000000 --- a/input/themes/simple-f0rth/amp-post.hbs +++ /dev/null @@ -1,110 +0,0 @@ -{{> amp-head}} - -
- {{#post}} -
- - {{#featuredImage}} - {{#if url}} -
- - - {{#checkIfAny caption credits}} -
- {{caption}} {{credits}} -
- {{/checkIfAny}} -
- {{/if}} - {{/featuredImage}} - -
-
-

- {{title}} -

- {{#checkIfAny @config.post.displayDate @config.post.displayAuthor}} - - {{/checkIfAny}} -
- - {{{text}}} - - {{#checkIfAny @config.post.displayTags @config.post.displayShareButtons}} - - {{/checkIfAny}} - -
-
- - {{/post}} - {{#if @config.post.displayPostNavigation}} - - {{/if}} - - -
-{{> amp-footer}} diff --git a/input/themes/simple-f0rth/assets/css/editor.css b/input/themes/simple-f0rth/assets/css/editor.css deleted file mode 100755 index 37d7353..0000000 --- a/input/themes/simple-f0rth/assets/css/editor.css +++ /dev/null @@ -1,3 +0,0 @@ -/* - * Add your own CSS code for the WYSIWYG editor - */ diff --git a/input/themes/simple-f0rth/assets/css/main.css b/input/themes/simple-f0rth/assets/css/main.css deleted file mode 100644 index 7cbe4b3..0000000 --- a/input/themes/simple-f0rth/assets/css/main.css +++ /dev/null @@ -1,2430 +0,0 @@ -*, -*:before, -*:after { - -webkit-box-sizing: border-box; - box-sizing: border-box; - margin: 0; - padding: 0; -} - -article, -aside, -footer, -header, -hgroup, -main, -nav, -section { - display: block; -} - -li { - list-style: none; -} - -img { - height: auto; - max-width: 100%; - vertical-align: top; -} - -button, -input, -select, -textarea { - font: inherit; -} - -address { - font-style: normal; -} - -.facebook { - background: #3b5998; -} - -.twitter { - background: #55acee; -} - -.mix { - background: #fd8235; -} - -.instagram { - background: #405de6; -} - -.vimeo { - background: #1ab7ea; -} - -.pinterest { - background: #bd081c; -} - -.youtube { - background: #cd201f; -} - -.linkedin { - background: #007bb6; -} - -.buffer { - background: #333333; -} - -.whatsapp { - background: #25D366; -} - -::-moz-selection { - background: var(--color); - color: var(--white); -} - -::selection { - background: var(--color); - color: var(--white); -} - -html { - font-size: 1.1rem; - font-smooth: always; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; - scroll-behavior: smooth; -} -@media screen and (min-width: 20rem) { - html { - font-size: calc(1.1rem + 0.1 * ((100vw - 20rem) / 50)); - } -} -@media screen and (min-width: 70rem) { - html { - font-size: 1.2rem; - } -} -html.no-scroll { - overflow: hidden; - position: fixed; -} - -body { - background: var(--page-bg); - color: var(--text-color); - font-family: var(--body-font); - font-weight: var(--font-weight-normal); - line-height: var(--line-height); - -ms-scroll-chaining: none; - overscroll-behavior: none; -} - -a { - color: var(--link-color); - text-decoration: none; - -webkit-transition: all 0.24s ease-out; - -o-transition: all 0.24s ease-out; - transition: all 0.24s ease-out; -} -a:hover { - color: var(--link-color-hover); -} -a:active { - color: var(--link-color-hover); -} -a:focus { - outline: none; -} - -.invert { - color: var(--link-color-hover); - text-decoration: none; - -webkit-transition: all 0.24s ease-out; - -o-transition: all 0.24s ease-out; - transition: all 0.24s ease-out; -} -.invert:hover { - color: var(--link-color); -} -.invert:active { - color: var(--link-color); -} -.invert:focus { - outline: none; -} - -p, -ul, -ol, -dl { - margin-top: calc(1.1333333333rem + 0.25vw); -} - -blockquote, -figure, -hr, -pre, -table { - margin-top: calc(1.7rem + 0.5vw); - margin-bottom: calc(1.7rem + 0.5vw); -} - -h1, -h2, -h3, -h4, -h5, -h6 { - color: var(--headings-color); - font-family: var(--heading-font); - font-weight: var(--headings-weight); - -webkit-hyphens: manual; - -ms-hyphens: manual; - hyphens: manual; - line-height: 1.2; - margin-top: calc(1.7rem + 1vw); - text-transform: var(--headings-transform); -} - -h1, -.h1 { - font-size: 1.5710900065rem; - font-family: var(--heading-font); -} -@media screen and (min-width: 20rem) { - h1, -.h1 { - font-size: calc(1.5710900065rem + 1.6242496345 * ((100vw - 20rem) / 50)); - } -} -@media screen and (min-width: 70rem) { - h1, -.h1 { - font-size: 3.195339641rem; - } -} - -h2, -.h2 { - font-size: 1.3808408252rem; -} -@media screen and (min-width: 20rem) { - h2, -.h2 { - font-size: calc(1.3808408252rem + 1.0874829835 * ((100vw - 20rem) / 50)); - } -} -@media screen and (min-width: 70rem) { - h2, -.h2 { - font-size: 2.4683238087rem; - } -} - -h3, -.h3 { - font-size: 1.2136296308rem; -} -@media screen and (min-width: 20rem) { - h3, -.h3 { - font-size: calc(1.2136296308rem + 0.4621997101 * ((100vw - 20rem) / 50)); - } -} -@media screen and (min-width: 70rem) { - h3, -.h3 { - font-size: 1.6758293408rem; - } -} - -h4, -.h4 { - font-size: 1.1377777785rem; -} -@media screen and (min-width: 20rem) { - h4, -.h4 { - font-size: calc(1.1377777785rem + 0.1567604947 * ((100vw - 20rem) / 50)); - } -} -@media screen and (min-width: 70rem) { - h4, -.h4 { - font-size: 1.2945382732rem; - } -} - -h5, -.h5 { - font-size: 1.066666667rem; -} -@media screen and (min-width: 20rem) { - h5, -.h5 { - font-size: calc(1.066666667rem + 0.0711111115 * ((100vw - 20rem) / 50)); - } -} -@media screen and (min-width: 70rem) { - h5, -.h5 { - font-size: 1.1377777785rem; - } -} - -h6, -.h6 { - font-size: 1rem; -} -@media screen and (min-width: 20rem) { - h6, -.h6 { - font-size: calc(1rem + 0 * ((100vw - 20rem) / 50)); - } -} -@media screen and (min-width: 70rem) { - h6, -.h6 { - font-size: 1rem; - } -} - -h2 + *, -h3 + *, -h4 + *, -h5 + *, -h6 + * { - margin-top: calc(0.5666666667rem + 0.25vw); -} - -b, -strong { - font-weight: var(--font-weight-bold); -} - -blockquote { - color: var(--headings-color); - font-family: var(--heading-font); - padding: 3.6833333333rem 0 0; - position: relative; - text-align: center; - font-size: 1.1377777785rem; -} -@media screen and (min-width: 20rem) { - blockquote { - font-size: calc(1.1377777785rem + 0.2430630467 * ((100vw - 20rem) / 50)); - } -} -@media screen and (min-width: 70rem) { - blockquote { - font-size: 1.3808408252rem; - } -} -blockquote::before { - color: var(--dark); - content: "“"; - font: normal 320%/0.9 Georgia, Times, Times New Roman, serif; - top: 0.5666666667rem; - position: absolute; - left: 50%; - -webkit-transform: translate(-50%, 0); - -ms-transform: translate(-50%, 0); - transform: translate(-50%, 0); -} -blockquote > :nth-child(1) { - margin-top: 0; -} - -ul, -ol { - margin-left: 2rem; -} -ul > li, -ol > li { - list-style: inherit; - padding: 0 0 0.2833333333rem 0.85rem; -} - -dl dt { - font-weight: var(--font-weight-bold); -} - -pre { - background-color: var(--lighter); - font-size: 0.8239746086rem; - padding: 1.7rem; - white-space: pre-wrap; - word-wrap: break-word; -} -pre > code { - color: var(--text-color); - display: inline-block; - font-size: inherit; - padding: 0; -} - -code { - background-color: var(--lighter); - color: var(--color); - font-size: 0.8239746086rem; - font-family: Menlo, Monaco, Consolas, Courier New, monospace; -} - -table { - border: 1px solid var(--light); - border-collapse: collapse; - border-spacing: 0; - vertical-align: top; - text-align: left; - width: 100%; -} -table th { - font-weight: var(--font-weight-bold); - padding: 0.7083333333rem 1.1333333333rem; -} -table td { - border-top: 1px solid var(--light); - padding: 0.7083333333rem 1.1333333333rem; -} - -.table-striped tr:nth-child(2n) { - background: var(--lighter); -} -.table-bordered th, -.table-bordered td { - border: 1px solid var(--light); -} -.table-title th { - background: var(--lighter); -} - -figcaption { - clear: both; - color: gray-2; - font-style: italic; - font-size: 0.7241964329rem; - margin: 0.85rem 0 0; - text-align: center; -} - -kbd { - background: var(--dark); - border-radius: 2px; - color: var(--white); - font-family: Menlo, Monaco, Consolas, Courier New, monospace; - font-size: 0.8789062495rem; - padding: 0.1416666667rem 0.425rem; -} - -sub, -sup { - font-size: 65%; -} - -small { - font-size: 0.8789062495rem; -} - -hr, -.separator { - background: none; - border: none; - height: auto; - line-height: 1; - max-width: none; - text-align: center; -} -hr::before, -.separator::before { - content: "···"; - color: var(--dark); - font-size: 1.2136296308rem; - font-weight: var(--font-weight-bold); - letter-spacing: 1.1377777785rem; - padding-left: 1.1377777785rem; -} - -.separator--dot::before { - content: "·"; - color: var(--dark); - font-size: 1.2136296308rem; - font-weight: var(--font-weight-bold); - letter-spacing: 1.1377777785rem; - padding-left: 1.1377777785rem; -} -.separator--long-line { - position: relative; -} -.separator--long-line::before { - content: ""; - height: 1.2136296308rem; -} -.separator--long-line::after { - border-top: 1px solid var(--light); - content: ""; - height: 1px; - position: absolute; - width: 100%; - top: 50%; - left: 0; -} - -.btn, [type=button], -[type=submit], -button { - background: var(--color); - border: 1px solid var(--color); - border-radius: 2px; - -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0, 0, 0, 0.08); - box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0, 0, 0, 0.08); - color: var(--white); - cursor: pointer; - display: inline-block; - font-family: var(--body-font); - font-size: 0.6789341556rem; - font-weight: var(--font-weight-bold); - overflow: hidden; - padding: 0.5666666667rem 1.4166666667rem; - text-align: center; - -webkit-transition: all 0.24s ease-out; - -o-transition: all 0.24s ease-out; - transition: all 0.24s ease-out; - text-transform: uppercase; - vertical-align: middle; - will-change: transform; -} -@media all and (max-width: 19.9375em) { - .btn, [type=button], -[type=submit], -button { - width: 100%; - } -} -@media all and (max-width: 37.4375em) { - .btn, [type=button], -[type=submit], -button { - margin-bottom: 0.5666666667rem; - } -} -.btn:hover, [type=button]:hover, -[type=submit]:hover, -button:hover, .btn:active, [type=button]:active, -[type=submit]:active, -button:active, .btn:focus, [type=button]:focus, -[type=submit]:focus, -button:focus { - -webkit-box-shadow: 0 7px 14px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08); - box-shadow: 0 7px 14px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08); - color: var(--white); - -webkit-transform: translateY(-2px); - -ms-transform: translateY(-2px); - transform: translateY(-2px); -} -@media all and (min-width: 20em) { - .btn + .btn, [type=button] + .btn, -[type=submit] + .btn, -button + .btn, .btn + [type=button], [type=button] + [type=button], -[type=submit] + [type=button], -button + [type=button], -.btn + [type=submit], -[type=button] + [type=submit], -[type=submit] + [type=submit], -button + [type=submit], -.btn + button, -[type=button] + button, -[type=submit] + button, -button + button { - margin-left: 0.5666666667rem; - } -} -.btn:disabled, [type=button]:disabled, -[type=submit]:disabled, -button:disabled { - background-color: var(--light); - border-color: var(--light); - color: var(--gray); - cursor: not-allowed; -} - -[type=button], -[type=submit], -button { - -webkit-appearance: none; - -moz-appearance: none; -} - -::-webkit-search-cancel-button { - -webkit-appearance: none; -} - -fieldset { - border: 1px solid var(--light); - margin: calc(1.7rem + 1vw) 0 0; - padding: 1.7rem; -} -fieldset > legend { - margin-left: -1rem; - padding: 0 1rem; -} - -legend { - font-weight: 500; - padding: 0; -} - -label { - font-weight: 500; - margin: 0 1.1333333333rem 0.85rem 0; -} - -[type=text], -[type=url], -[type=tel], -[type=number], -[type=email], -[type=search], -textarea, -select { - background-color: var(--page-bg); - border: none; - border: 1px solid var(--light); - color: var(--text-color); - font-size: 1rem; - outline: none; - padding: 0.34rem 0.85rem; - vertical-align: middle; - width: 100%; - -webkit-appearance: none; - -moz-appearance: none; -} -@media all and (min-width: 37.5em) { - [type=text], -[type=url], -[type=tel], -[type=number], -[type=email], -[type=search], -textarea, -select { - width: auto; - } -} -[type=text]:focus, -[type=url]:focus, -[type=tel]:focus, -[type=number]:focus, -[type=email]:focus, -[type=search]:focus, -textarea:focus, -select:focus { - border-color: var(--dark); -} - -input[type=checkbox], -input[type=radio] { - opacity: 0; - position: absolute; -} -input[type=checkbox] + label, -input[type=radio] + label { - position: relative; - margin-left: -1px; - cursor: pointer; - padding: 0; -} -input[type=checkbox] + label:before, -input[type=radio] + label:before { - background-color: var(--white); - border: 1px solid var(--light); - border-radius: 2px; - content: ""; - display: inline-block; - height: 1.4166666667rem; - line-height: 1.4166666667rem; - margin-right: 1.1333333333rem; - vertical-align: middle; - text-align: center; - width: 1.4166666667rem; -} -input[type=checkbox]:checked + label:before, -input[type=radio]:checked + label:before { - content: ""; - background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 8'%3e%3cpolygon points='9.53 0 4.4 5.09 1.47 2.18 0 3.64 2.93 6.54 4.4 8 5.87 6.54 11 1.46 9.53 0' fill='%23d73a42'/%3e%3c/svg%3e"); - background-repeat: no-repeat; - background-size: 11px 8px; - background-position: 50% 50%; -} - -input[type=radio] + label:before { - border-radius: 50%; -} -input[type=radio]:checked + label:before { - background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3ccircle cx='4' cy='4' r='4' fill='%23d73a42'/%3e%3c/svg%3e"); -} - -[type=file] { - margin-bottom: 1.7rem; - width: 100%; -} - -select { - max-width: 100%; - width: auto; - position: relative; -} -select:not([multiple]) { - background: url('data:image/svg+xml;utf8,') no-repeat 90% 50%; - background-size: 8px; - padding-right: 3.4rem; -} - -select[multiple] { - border: 1px solid var(--light); - padding: 1.7rem; - width: 100%; -} -select[multiple]:hover { - border-color: var(--light); -} -select[multiple]:focus { - border-color: var(--dark); -} -select[multiple]:disabled { - background-color: var(--light); - cursor: not-allowed; -} -select[multiple]:disabled:hover { - border-color: var(--light); -} - -textarea { - display: block; - overflow: auto; - resize: vertical; - max-width: 100%; -} - -.top { - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - height: var(--navbar-height); - position: absolute; - padding: 0 var(--page-margin); - -webkit-transition: background 0.5s ease; - -o-transition: background 0.5s ease; - transition: background 0.5s ease; - width: 100%; - z-index: 2; -} -@media all and (min-width: 56.25em) { - .top { - -webkit-box-pack: justify; - -ms-flex-pack: justify; - justify-content: space-between; - height: var(--navbar-height); - } -} -.top.is-visible { - background: var(--section-bg); - -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.06); - box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.06); - opacity: 1; - position: fixed; - -webkit-transform: translate(0, 0); - -ms-transform: translate(0, 0); - transform: translate(0, 0); - -webkit-transition: height 0.3s, background 0.3s, opacity 0.24s, -webkit-transform 0.24s; - transition: height 0.3s, background 0.3s, opacity 0.24s, -webkit-transform 0.24s; - -o-transition: transform 0.24s, height 0.3s, background 0.3s, opacity 0.24s; - transition: transform 0.24s, height 0.3s, background 0.3s, opacity 0.24s; - transition: transform 0.24s, height 0.3s, background 0.3s, opacity 0.24s, -webkit-transform 0.24s; - width: 100%; -} -@media all and (min-width: 56.25em) { - .top.is-hidden { - opacity: 0; - -webkit-transform: translate(0, -86px); - -ms-transform: translate(0, -86px); - transform: translate(0, -86px); - -webkit-transition: background 0.3s, color 0.3s, opacity 0.24s, -webkit-transform 0.24s; - transition: background 0.3s, color 0.3s, opacity 0.24s, -webkit-transform 0.24s; - -o-transition: transform 0.24s, background 0.3s, color 0.3s, opacity 0.24s; - transition: transform 0.24s, background 0.3s, color 0.3s, opacity 0.24s; - transition: transform 0.24s, background 0.3s, color 0.3s, opacity 0.24s, -webkit-transform 0.24s; - } -} - -.logo { - color: var(--logo-color) !important; - font-size: 1.2136296308rem; - font-family: var(--logo-font); - font-weight: var(--font-weight-normal); - margin-right: auto; -} -.logo > img { - max-height: calc(3.9666666667rem + 1vw); - width: auto; -} - -.search { - -webkit-box-ordinal-group: 3; - -ms-flex-order: 2; - order: 2; -} -@media all and (min-width: 56.25em) { - .search { - -webkit-box-ordinal-group: 4; - -ms-flex-order: 3; - order: 3; - } -} -.search__btn { - border: none !important; - background: none !important; - -webkit-box-shadow: none !important; - box-shadow: none !important; - margin: 0; - padding: 0.5666666667rem; - width: auto; -} -@media all and (min-width: 56.25em) { - .search__btn { - margin-left: 1rem; - padding-right: 0; - } -} -.search__btn:hover, .search__btn:focus { - -webkit-transform: translateY(0); - -ms-transform: translateY(0); - transform: translateY(0); -} -.search__btn:hover > svg, .search__btn:focus > svg { - fill: rgba(255, 255, 255, 0.7); -} -.search__btn > svg { - display: block; - fill: var(--white); - height: 15px; - -webkit-transition: all 0.24s ease; - -o-transition: all 0.24s ease; - transition: all 0.24s ease; - width: 15px; -} -.search__form { - -ms-flex-preferred-size: 90%; - flex-basis: 90%; -} -.search__input { - background: none; - border: none !important; - color: var(--white); - display: none; - font-family: var(--heading-font); - margin: 0 !important; - opacity: 0; - padding: 0; - width: 100%; - font-size: 1.2136296308rem; -} -@media screen and (min-width: 20rem) { - .search__input { - font-size: calc(1.2136296308rem + 0.3574603758 * ((100vw - 20rem) / 50)); - } -} -@media screen and (min-width: 70rem) { - .search__input { - font-size: 1.5710900065rem; - } -} -.search__close { - background: none !important; - -webkit-box-shadow: none !important; - box-shadow: none !important; - border: none; - color: transparent; - cursor: pointer; - margin: 0 !important; - opacity: 0; - padding: 0; - height: 1.6rem; - width: 1.6rem; - position: relative; - text-indent: -999rem; -} -.search__close:before, .search__close:after { - background-color: var(--white); - content: ""; - left: 1rem; - height: 1.6rem; - opacity: 1; - position: absolute; - width: 1px; - top: 0; - -webkit-transform: rotate(45deg); - -ms-transform: rotate(45deg); - transform: rotate(45deg); - -webkit-transition: all 0.14s ease-out; - -o-transition: all 0.14s ease-out; - transition: all 0.14s ease-out; -} -.search__close:after { - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); -} -.search__close:hover { - -webkit-transform: translateY(0); - -ms-transform: translateY(0); - transform: translateY(0); -} -.search__close:hover:before, .search__close:hover:after { - background-color: rgba(255, 255, 255, 0.7); -} -.search__overlay { - background-color: var(--section-bg); - -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05); - box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05); - left: 0; - opacity: 0; - position: fixed; - -webkit-transition: all 0.24s ease-out; - -o-transition: all 0.24s ease-out; - transition: all 0.24s ease-out; - top: 0; - visibility: hidden; - width: 100%; - z-index: 2005; -} -.search__overlay-inner { - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - height: 4.4rem; - -webkit-box-pack: justify; - -ms-flex-pack: justify; - justify-content: space-between; - padding: 0 var(--page-margin); -} -@media all and (min-width: 56.25em) { - .search__overlay-inner { - height: 6rem; - } -} -.search__overlay.expanded { - -webkit-transform: translate(0, 0); - -ms-transform: translate(0, 0); - transform: translate(0, 0); - opacity: 1; - display: block; - visibility: visible; -} -.search__overlay.expanded .search__input { - -webkit-animation: slideininput 0.24s 0.12s forwards; - animation: slideininput 0.24s 0.12s forwards; - display: block; -} -@-webkit-keyframes slideininput { - 60% { - opacity: 0; - } - 100% { - opacity: 1; - } -} -@keyframes slideininput { - 60% { - opacity: 0; - } - 100% { - opacity: 1; - } -} -.search__overlay.expanded .search__close { - -webkit-animation: slideinclose 0.24s 0.12s forwards; - animation: slideinclose 0.24s 0.12s forwards; -} -@-webkit-keyframes slideinclose { - 60% { - opacity: 0; - } - 100% { - opacity: 1; - } -} -@keyframes slideinclose { - 60% { - opacity: 0; - } - 100% { - opacity: 1; - } -} - -.navbar { - -webkit-box-ordinal-group: 4; - -ms-flex-order: 3; - order: 3; -} -.navbar .navbar__menu { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -ms-flex-wrap: wrap; - flex-wrap: wrap; - list-style: none; - margin: 0; - padding: 0; -} -@media all and (max-width: 56.1875em) { - .navbar .navbar__menu { - display: none; - } -} -.navbar .navbar__menu li { - font-family: var(--menu-font); - display: block; - font-size: 0.7724761953rem; - line-height: var(--line-height); - font-weight: 500; - padding: 0; - position: relative; - text-transform: uppercase; - width: auto; -} -.navbar .navbar__menu li a, -.navbar .navbar__menu li span[aria-haspopup=true] { - color: var(--nav-link-color); - display: block; - padding: 0 0.5666666667rem; - -webkit-transition: all 0.24s ease-out; - -o-transition: all 0.24s ease-out; - transition: all 0.24s ease-out; -} -.navbar .navbar__menu li a:active, .navbar .navbar__menu li a:focus, .navbar .navbar__menu li a:hover, -.navbar .navbar__menu li span[aria-haspopup=true]:active, -.navbar .navbar__menu li span[aria-haspopup=true]:focus, -.navbar .navbar__menu li span[aria-haspopup=true]:hover { - color: var(--nav-link-color-hover); -} -.navbar .navbar__menu li span { - color: var(--nav-link-color); - cursor: default; - display: block; - padding: 0 0.5666666667rem; -} -.navbar .navbar__menu > li:hover > a, .navbar .navbar__menu > li:hover > span[aria-haspopup=true] { - color: var(--nav-link-color-hover); -} -.navbar .has-submenu:active > .navbar__submenu, -.navbar .has-submenu:focus > .navbar__submenu, -.navbar .has-submenu:hover > .navbar__submenu { - left: 0; - opacity: 1; - -webkit-transform: scale(1); - -ms-transform: scale(1); - transform: scale(1); - visibility: visible; - margin-top: 0.85rem; -} -.navbar .has-submenu:active > .navbar__submenu:before, -.navbar .has-submenu:focus > .navbar__submenu:before, -.navbar .has-submenu:hover > .navbar__submenu:before { - content: ""; - height: 0.85rem; - position: absolute; - width: 100%; - top: -0.85rem; -} -.navbar .has-submenu:active > .navbar__submenu.is-right-submenu, -.navbar .has-submenu:focus > .navbar__submenu.is-right-submenu, -.navbar .has-submenu:hover > .navbar__submenu.is-right-submenu { - left: auto; - right: 0; - -webkit-transform-origin: right top; - -ms-transform-origin: right top; - transform-origin: right top; -} -.navbar .has-submenu .has-submenu:active > .navbar__submenu, -.navbar .has-submenu .has-submenu:focus > .navbar__submenu, -.navbar .has-submenu .has-submenu:hover > .navbar__submenu { - top: 0; - margin-top: 0; -} -.navbar .has-submenu .has-submenu:active > .navbar__submenu.is-right-submenu, -.navbar .has-submenu .has-submenu:focus > .navbar__submenu.is-right-submenu, -.navbar .has-submenu .has-submenu:hover > .navbar__submenu.is-right-submenu { - top: 0; - margin-top: 0; -} -.navbar .navbar__submenu { - background: var(--section-bg); - -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25); - box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25); - left: -9999px; - list-style-type: none; - margin: 0; - padding: 10px 0; - position: absolute; - visibility: hidden; - white-space: nowrap; - z-index: 1; - opacity: 0; - -webkit-transform: scale(0.8); - -ms-transform: scale(0.8); - transform: scale(0.8); - -webkit-transform-origin: 0 top; - -ms-transform-origin: 0 top; - transform-origin: 0 top; - -webkit-transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0.275, 1.375, 0.8, 1); - transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0.275, 1.375, 0.8, 1); - -o-transition: opacity 0.15s, transform 0.3s cubic-bezier(0.275, 1.375, 0.8, 1); - transition: opacity 0.15s, transform 0.3s cubic-bezier(0.275, 1.375, 0.8, 1); - transition: opacity 0.15s, transform 0.3s cubic-bezier(0.275, 1.375, 0.8, 1), -webkit-transform 0.3s cubic-bezier(0.275, 1.375, 0.8, 1); -} -.navbar .navbar__submenu__submenu { - z-index: 2; -} -.navbar .navbar__submenu li { - line-height: 1.5; - font-size: 0.7241964329rem; -} -.navbar .navbar__submenu li a, -.navbar .navbar__submenu li span[aria-haspopup=true] { - color: var(--nav-link-color-hover) !important; - padding: 0.5666666667rem 1.4166666667rem; - -webkit-transition: all 0.24s ease; - -o-transition: all 0.24s ease; - transition: all 0.24s ease; -} -.navbar .navbar__submenu li a:active, .navbar .navbar__submenu li a:focus, .navbar .navbar__submenu li a:hover, -.navbar .navbar__submenu li span[aria-haspopup=true]:active, -.navbar .navbar__submenu li span[aria-haspopup=true]:focus, -.navbar .navbar__submenu li span[aria-haspopup=true]:hover { - background: rgba(var(--white-rgb), 0.05); - color: var(--nav-link-color) !important; -} -.navbar .navbar__submenu li span { - color: var(--nav-link-color-hover) !important; - padding: 0.5666666667rem 1.4166666667rem; -} -.navbar .navbar__submenu li:hover > a, .navbar .navbar__submenu li:hover > span[aria-haspopup=true] { - color: var(--nav-link-color) !important; -} -.navbar .navbar__toggle { - background: var(--section-bg); - -webkit-box-shadow: none; - box-shadow: none; - border: none; - border-radius: 3px; - cursor: pointer; - display: block; - line-height: 1; - margin: 0; - overflow: visible; - padding: 1rem; - position: relative; - right: -1rem; - text-transform: none; - z-index: 2004; -} -@media all and (min-width: 56.25em) { - .navbar .navbar__toggle { - display: none; - } -} -.navbar .navbar__toggle:hover, .navbar .navbar__toggle:focus { - -webkit-box-shadow: none; - box-shadow: none; - outline: none; - -webkit-transform: none; - -ms-transform: none; - transform: none; -} -.navbar .navbar__toggle-box { - width: 24px; - height: 14px; - display: inline-block; - position: relative; -} -.navbar .navbar__toggle-inner { - display: block; - top: 50%; - text-indent: -9999999em; -} -.navbar .navbar__toggle-inner::before { - content: ""; - display: block; - top: -6px; -} -.navbar .navbar__toggle-inner::after { - content: ""; - display: block; - bottom: -6px; -} -.navbar .navbar__toggle-inner, .navbar .navbar__toggle-inner::before, .navbar .navbar__toggle-inner::after { - width: 22px; - height: 2px; - background-color: var(--white); - position: absolute; - -webkit-transition: opacity 0.14s ease-out, -webkit-transform; - transition: opacity 0.14s ease-out, -webkit-transform; - -o-transition: transform, opacity 0.14s ease-out; - transition: transform, opacity 0.14s ease-out; - transition: transform, opacity 0.14s ease-out, -webkit-transform; -} -.navbar .navbar__toggle-inner { - -webkit-transition-duration: 0.075s; - -o-transition-duration: 0.075s; - transition-duration: 0.075s; - -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); - -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); - transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); -} -.navbar .navbar__toggle-inner::before { - -webkit-transition: top 0.075s ease 0.12s, opacity 0.075s ease; - -o-transition: top 0.075s ease 0.12s, opacity 0.075s ease; - transition: top 0.075s ease 0.12s, opacity 0.075s ease; -} -.navbar .navbar__toggle-inner::after { - -webkit-transition: bottom 0.075s ease 0.12s, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); - transition: bottom 0.075s ease 0.12s, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); - -o-transition: bottom 0.075s ease 0.12s, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); - transition: bottom 0.075s ease 0.12s, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); - transition: bottom 0.075s ease 0.12s, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); -} -.navbar .navbar__toggle.is-active .navbar__toggle-inner { - -webkit-transform: rotate(45deg); - -ms-transform: rotate(45deg); - transform: rotate(45deg); - -webkit-transition-delay: 0.12s; - -o-transition-delay: 0.12s; - transition-delay: 0.12s; - -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); - -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); - transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); -} -.navbar .navbar__toggle.is-active .navbar__toggle-inner::before { - top: 0; - opacity: 0; - -webkit-transition: top 0.075s ease, opacity 0.075s ease 0.12s; - -o-transition: top 0.075s ease, opacity 0.075s ease 0.12s; - transition: top 0.075s ease, opacity 0.075s ease 0.12s; -} -.navbar .navbar__toggle.is-active .navbar__toggle-inner::after { - bottom: 0; - -webkit-transform: rotate(-90deg); - -ms-transform: rotate(-90deg); - transform: rotate(-90deg); - -webkit-transition: bottom 0.075s ease, -webkit-transform 0.075s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s; - transition: bottom 0.075s ease, -webkit-transform 0.075s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s; - -o-transition: bottom 0.075s ease, transform 0.075s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s; - transition: bottom 0.075s ease, transform 0.075s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s; - transition: bottom 0.075s ease, transform 0.075s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s, -webkit-transform 0.075s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s; -} - -.navbar_mobile_overlay { - background: var(--page-bg); - height: calc(100vh - 4.4rem); - left: 0; - opacity: 1; - overflow: auto; - pointer-events: auto; - position: fixed; - top: 4.4rem; - -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.3, 1); - -o-transition: all 0.3s cubic-bezier(0, 0, 0.3, 1); - transition: all 0.3s cubic-bezier(0, 0, 0.3, 1); - width: 100%; - z-index: 1001; -} -.navbar_mobile_overlay.is-hidden { - opacity: 0; - pointer-events: none; -} -.navbar_mobile_overlay .navbar__menu { - margin: 24px; -} -.navbar_mobile_overlay .navbar__menu li { - list-style: none; - margin: 0; - padding: 0; - text-align: center; -} -.navbar_mobile_overlay .navbar__menu li a, -.navbar_mobile_overlay .navbar__menu li span { - color: var(--dark); - display: block; - padding: 0.5666666667rem; - position: relative; -} -.navbar_mobile_overlay .navbar__menu li a:active, .navbar_mobile_overlay .navbar__menu li a:focus, .navbar_mobile_overlay .navbar__menu li a:hover, -.navbar_mobile_overlay .navbar__menu li span:active, -.navbar_mobile_overlay .navbar__menu li span:focus, -.navbar_mobile_overlay .navbar__menu li span:hover { - color: var(--dark); -} -.navbar_mobile_overlay .navbar__menu li a[aria-haspopup=true]::after, -.navbar_mobile_overlay .navbar__menu li span[aria-haspopup=true]::after { - content: ""; - width: 0; - height: 0; - border-style: solid; - border-width: 5px 5px 0 5px; - border-color: currentColor transparent transparent transparent; - left: 0.5666666667rem; - top: 15px; - position: relative; -} -.navbar_mobile_overlay .navbar__submenu { - margin: 0; - padding: 0; - visibility: hidden; -} -.navbar_mobile_overlay .navbar__submenu[aria-hidden=false] { - visibility: visible; -} -.navbar_mobile_overlay .navbar__submenu_wrapper { - height: 0; - opacity: 0; - overflow: hidden; - -webkit-transition: all 0.3s cubic-bezier(0.275, 1.375, 0.8, 1); - -o-transition: all 0.3s cubic-bezier(0.275, 1.375, 0.8, 1); - transition: all 0.3s cubic-bezier(0.275, 1.375, 0.8, 1); -} -.navbar_mobile_overlay .navbar__submenu_wrapper.is-active { - height: auto; - opacity: 1; -} - -.navbar_mobile_sidebar { - background: var(--page-bg); - -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); - box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); - height: 100vh; - left: 0; - max-width: 400px; - overflow: auto; - position: fixed; - top: 0; - -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.3, 1); - -o-transition: all 0.3s cubic-bezier(0, 0, 0.3, 1); - transition: all 0.3s cubic-bezier(0, 0, 0.3, 1); - width: 80%; - z-index: 1001; -} -.navbar_mobile_sidebar.is-hidden { - left: -400px; -} -.navbar_mobile_sidebar .navbar__menu { - margin: 24px; -} -.navbar_mobile_sidebar .navbar__menu li { - font-family: var(--menu-font); - font-size: 16px; - list-style: none; - line-height: 1.3; - margin: 0; - padding: 0; -} -.navbar_mobile_sidebar .navbar__menu li a, -.navbar_mobile_sidebar .navbar__menu li .is-separator { - color: var(--dark); - display: block; - padding: 10px 20px 10px 0; - position: relative; -} -.navbar_mobile_sidebar .navbar__menu li a:active, .navbar_mobile_sidebar .navbar__menu li a:focus, .navbar_mobile_sidebar .navbar__menu li a:hover, -.navbar_mobile_sidebar .navbar__menu li .is-separator:active, -.navbar_mobile_sidebar .navbar__menu li .is-separator:focus, -.navbar_mobile_sidebar .navbar__menu li .is-separator:hover { - color: var(--dark); -} -.navbar_mobile_sidebar .navbar__menu li a[aria-haspopup=true]::after, -.navbar_mobile_sidebar .navbar__menu li .is-separator[aria-haspopup=true]::after { - content: ""; - width: 0; - height: 0; - border-style: solid; - border-width: 5px 5px 0 5px; - border-color: currentColor transparent transparent transparent; - right: 0; - top: 18px; - position: absolute; -} -.navbar_mobile_sidebar .navbar__submenu { - margin: 0 0 0 24px; - padding: 0; - visibility: hidden; -} -.navbar_mobile_sidebar .navbar__submenu[aria-hidden=false] { - visibility: visible; -} -.navbar_mobile_sidebar .navbar__submenu_wrapper { - height: 0; - opacity: 0; - overflow: hidden; - -webkit-transition: all 0.3s cubic-bezier(0.275, 1.375, 0.8, 1); - -o-transition: all 0.3s cubic-bezier(0.275, 1.375, 0.8, 1); - transition: all 0.3s cubic-bezier(0.275, 1.375, 0.8, 1); -} -.navbar_mobile_sidebar .navbar__submenu_wrapper.is-active { - height: auto; - opacity: 1; -} -.navbar_mobile_sidebar__overlay { - background: rgba(0, 0, 0, 0.5); - height: 100%; - opacity: 1; - pointer-events: auto; - position: fixed; - top: 0; - -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.3, 1); - -o-transition: all 0.3s cubic-bezier(0, 0, 0.3, 1); - transition: all 0.3s cubic-bezier(0, 0, 0.3, 1); - width: 100%; - z-index: 10; -} -.navbar_mobile_sidebar__overlay.is-hidden { - opacity: 0; - pointer-events: none; -} - -.site-container { - background: var(--page-bg); - max-width: 100%; - overflow: hidden; -} - -.wrapper { - -webkit-box-sizing: content-box; - box-sizing: content-box; - max-width: var(--entry-width); - margin: 0 auto; - padding: 0 var(--page-margin); -} - -.readmore { - display: inline-block; - color: var(--gray); - font-size: 0.8239746086rem; - font-style: italic; - text-decoration: underline; - -webkit-text-decoration-skip: ink; - text-decoration-skip-ink: auto; -} - -.hero { - background: var(--hero-bg); - height: var(--hero-height); - position: relative; - top: 0; - z-index: 1; -} -.hero__content { - bottom: 10%; - color: var(--hero-text-color); - left: 50%; - position: absolute; - -webkit-transform: translate(-50%, 0); - -ms-transform: translate(-50%, 0); - transform: translate(-50%, 0); - width: 100%; - z-index: 2; -} -.hero__content h1 { - color: var(--hero-heading-color); -} -.hero__content h1 > sup { - font-size: 1.066666667rem; - vertical-align: top; -} -.hero__content h1 + p { - margin-top: calc(0.2833333333rem + 0.25vw); -} -.hero__content a { - font-weight: bold; -} -.hero__content a { - color: var(--hero-link-color); - text-decoration: none; - -webkit-transition: all 0.24s ease-out; - -o-transition: all 0.24s ease-out; - transition: all 0.24s ease-out; -} -.hero__content a:hover { - color: var(--hero-link-color-hover); -} -.hero__content a:active { - color: var(--hero-link-color); -} -.hero__content a:focus { - outline: none; -} -.hero__image { - height: 100%; - margin: 0; - position: absolute; - width: 100%; -} -.hero__image--overlay::after { - content: ""; - display: block; - height: 100%; - left: 0; - position: absolute; - top: 0; - width: 100%; -} -.hero__image > img { - display: block; - height: inherit; - -o-object-fit: cover; - object-fit: cover; - width: inherit; -} -.hero__image > figcaption { - background: var(--page-bg); - border-radius: 2px; - bottom: 1rem; - color: var(--text-color); - display: block; - padding: 0 0.34rem; - position: absolute; - text-align: right; - right: var(--page-margin); - z-index: 3; -} - -.feed__item { - margin-top: calc(2.55rem + 1.5vw); - padding-bottom: calc(0.5666666667rem + 1vw); -} -.feed__image { - -webkit-box-sizing: content-box; - box-sizing: content-box; - margin: calc(1.7rem + 1vw) auto; - max-width: calc(var(--entry-width) + 20%); - padding: 0 6vw; -} -.feed__image > img { - display: inline-block; - height: auto; - width: 100%; -} -.feed__meta { - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - color: gray-2; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - font-size: 0.8239746086rem; - margin-bottom: calc(-1.4166666667rem - 1vw); -} -.feed__author { - font-family: var(--menu-font); - font-weight: var(--font-weight-bold); -} -.feed__date { - color: var(--gray); - font-style: italic; -} -.feed__author + .feed__date { - margin-left: 0.85rem; -} -.feed__author + .feed__date::before { - content: ""; - background: var(--light); - display: inline-block; - height: 1px; - margin-right: 4px; - width: 1rem; - vertical-align: middle; -} -.feed__readmore { - margin-top: calc(1.1333333333rem + 0.25vw); -} -.feed--grid { - display: -ms-grid; - display: grid; - -ms-grid-columns: 100%; - grid-template-columns: 100%; - grid-gap: calc(1.7rem + 1.5vw); - margin-top: 0; - padding-top: calc(2.55rem + 1.5vw); -} -@media all and (min-width: 37.5em) { - .feed--grid { - -ms-grid-columns: 1fr calc(1.7rem + 1.5vw) 1fr; - grid-template-columns: repeat(2, 1fr); - } -} -.feed--grid h2 { - margin-top: 0; -} -.feed--grid sup { - font-size: 1.066666667rem; - vertical-align: top; -} - -.post__image { - display: inline-block; -} -.post__image > img { - display: inline-block; -} -.post__image--left { - float: left; - margin-bottom: 1.7rem; - margin-right: 1.7rem; - max-width: 50%; -} -.post__image--right { - float: right; - margin-bottom: 1.7rem; - margin-left: 1.7rem; - max-width: 50%; -} -.post__image--center { - display: block; - margin-left: auto; - margin-right: auto; - text-align: center; -} -.post__image--wide { - display: block; -} -@media all and (min-width: 56.25em) { - .post__image--wide { - margin-left: calc(-1 * var(--page-margin)); - margin-right: calc(-1 * var(--page-margin)); - text-align: center; - } - .post__image--wide a, -.post__image--wide img { - display: block; - height: auto; - width: 100%; - } -} -.post__image--full { - display: block; - margin-left: calc(-50vw + 50%); - margin-right: calc(-50vw + 50%); - text-align: center; -} -.post__image--full a, -.post__image--full img { - display: block; - height: auto; - width: 100%; -} -.post__meta { - color: gray-2; - font-size: 0.8239746086rem; - font-style: italic; - margin-bottom: calc(-1.4166666667rem - 1vw); -} -.post__meta--author { - border-top: 1px solid var(--hero-border-color); - font-style: normal; - display: inline-block; - margin-top: 1.7rem; - padding-top: 1.4166666667rem; -} -@media all and (min-width: 37.5em) { - .post__meta--author { - margin-top: 2.8333333333rem; - padding-top: 1.7rem; - } -} -.post__author-thumb { - border-radius: 50%; - height: 1.7rem; - margin-right: 0.5666666667rem; - width: 1.7rem; -} -.post__entry { - margin-top: calc(2.55rem + 1.5vw); -} -.post__entry > :nth-child(1) { - margin-top: 0; -} -.post__entry a:not(.btn):not([type=button]):not([type=submit]):not(button):not(.post__toc a):not(.gallery__item a) { - color: var(--link-color-hover); - text-decoration: underline; - text-decoration-thickness: 1px; - text-underline-offset: 0.2em; - -webkit-text-decoration-skip: ink; - text-decoration-skip-ink: auto; -} -.post__entry a:not(.btn):not([type=button]):not([type=submit]):not(button):not(.post__toc a):not(.gallery__item a):hover, .post__entry a:not(.btn):not([type=button]):not([type=submit]):not(button):not(.post__toc a):not(.gallery__item a):active, .post__entry a:not(.btn):not([type=button]):not([type=submit]):not(button):not(.post__toc a):not(.gallery__item a):focus { - color: var(--link-color); -} -.post__avatar-thumbs { - border-radius: 50%; - height: 4.5333333333rem; - width: 4.5333333333rem; -} -.post__last-updated { - color: var(--gray); - font-size: 0.7724761953rem; - font-style: italic; - margin-top: 2.2666666667rem; -} -.post__last-updated + .post__tag { - margin: 1.1333333333rem 0 0; -} -.post__tag { - margin: 2.2666666667rem 0 0; - font-family: var(--menu-font); - font-size: 0.8239746086rem; -} -.post__tag > li { - display: inline-block; - margin-right: 0.2833333333rem; - padding: 0; -} -.post__tag > li > a { - background: var(--lighter); - border-radius: 1px; - color: var(--dark); - font-size: 0.7241964329rem; - padding: 0.2833333333rem 0.85rem; -} -.post__tag > li > a:hover { - background: var(--light); -} -.post__share { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -ms-flex-wrap: wrap; - flex-wrap: wrap; - margin: calc(2.8333333333rem + 1vw) -0.2833333333rem 0; -} -.post__share > a { - border-radius: 2px; - -webkit-box-flex: 1; - -ms-flex: 1 1 auto; - flex: 1 1 auto; - margin: 0.2833333333rem; - line-height: 0; - padding: 0.7083333333rem 1.1333333333rem; - -webkit-transition: all 0.24s ease-out; - -o-transition: all 0.24s ease-out; - transition: all 0.24s ease-out; - text-align: center; -} -.post__share > a:hover { - -webkit-transform: translateY(-2px); - -ms-transform: translateY(-2px); - transform: translateY(-2px); -} -.post__share > a span { - color: var(--white); - font-family: var(--menu-font); - font-size: 0.5967194723rem; - font-weight: var(--font-weight-bold); - margin-left: 0.2833333333rem; - text-transform: uppercase; -} -.post__share > a svg { - fill: var(--white); - height: 18px; - pointer-events: none; - width: 18px; - vertical-align: middle; -} -.post__bio { - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - margin: calc(3.4rem + 1vw) 0 calc(3.4rem + 2vw); -} -@media all and (min-width: 37.5em) { - .post__bio::before { - content: ""; - border-top: 1px solid var(--light); - height: 1px; - margin-right: 2rem; - width: 20%; - } -} -.bio__avatar { - border-radius: 50%; - -ms-flex-negative: 0; - flex-shrink: 0; - height: 3rem; - margin-right: 1.2rem; - width: 3rem; -} -@media all and (min-width: 37.5em) { - .bio__avatar { - height: 4rem; - margin-right: 2rem; - width: 4rem; - } -} -.bio__name { - font-family: var(--menu-font); - font-size: 1rem; - font-weight: var(--font-weight-bold); - margin: 0; -} -.bio__info > p { - font-family: var(--body-font); - font-size: 0.8239746086rem; - line-height: 1.5; - margin: 0.5666666667rem 0 0; -} -@media all and (min-width: 37.5em) { - .bio__info > p { - width: 80%; - } -} - -.post__nav { - border-top: 1px solid var(--light); - margin-top: calc(2.55rem + 1vw); - padding: 2.55rem var(--page-margin) 2.8333333333rem; - position: relative; -} -@media all and (min-width: 37.5em) { - .post__nav-inner { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-pack: justify; - -ms-flex-pack: justify; - justify-content: space-between; - } -} -@media all and (min-width: 37.5em) { - .post__nav-prev, .post__nav-next { - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - } -} -.post__nav-prev svg, .post__nav-next svg { - fill: var(--gray); -} -@media all and (max-width: 37.4375em) { - .post__nav-prev svg, .post__nav-next svg { - display: none; - } -} -@media all and (min-width: 37.5em) { - .post__nav-next { - margin-left: auto; - text-align: right; - } -} -@media all and (max-width: 37.4375em) { - .post__nav-prev + .post__nav-next { - margin-top: 1.1333333333rem; - } -} -@media all and (min-width: 37.5em) { - .post__nav-prev + .post__nav-next { - margin-left: 1.7rem; - } -} -.post__nav-link { - font-family: var(--body-font); - font-size: 0.8239746086rem; - font-style: italic; - line-height: 1.5; -} -@media all and (min-width: 37.5em) { - .post__nav-link[rel=prev] { - padding-left: 0.85rem; - } -} -@media all and (min-width: 37.5em) { - .post__nav-link[rel=next] { - padding-right: 0.85rem; - } -} -.post__nav-link > span { - color: var(--gray); - display: block; - font-size: 0.7724761953rem; - font-family: var(--menu-font); - font-style: normal; -} -.post__nav + .post__related { - margin-top: 0; -} -.post__nav + .post__comments { - border-top: 1px solid var(--light); - margin-top: 0; -} -.post__related { - background: var(--lighter); - margin-top: calc(2.55rem + 1vw); - margin-bottom: calc(-2.55rem - 1vw); - padding: calc(0.85rem + 1vw) 0 calc(3.4rem + 3vw); -} -.related__item { - margin-top: calc(3.4rem + 1vw); -} -.related__item::before { - content: ""; - border-top: 1px solid var(--light); - display: block; - height: 1px; - margin-bottom: 2rem; - width: 20%; -} - -.post__related + .post__comments { - border-top: none; -} -.post + .post__comments { - margin-top: 0; -} -.post + .post__comments .h5 { - margin-top: 0; -} -.post__comments { - margin-top: calc(2.55rem + 1vw); - overflow: hidden; -} -.post__video, .post__iframe { - display: block; - margin-top: calc(1.7rem + 0.5vw); - margin-bottom: calc(1.7rem + 0.5vw); - overflow: hidden; - padding: 0; - position: relative; - width: 100%; -} -.post__video::before, .post__iframe::before { - display: block; - content: ""; - padding-top: var(--embed-aspect-ratio); -} -.post__video iframe, .post__video video, .post__iframe iframe, .post__iframe video { - border: none; - height: 100%; - left: 0; - position: absolute; - top: 0; - bottom: 0; - width: 100%; -} -.post__toc h3 { - font-size: 1rem; - margin: 0; -} -.post__toc ul { - counter-reset: item; - list-style: decimal; - margin: calc(0.5666666667rem + 0.25vw) 0 0 1rem; -} -.post__toc ul li { - counter-increment: item; - padding: 0; -} -.post__toc ul ul { - margin-top: 0; -} -.post__toc ul ul li { - display: block; -} -.post__toc ul ul li:before { - content: counters(item, ".") ". "; - margin-left: -20px; -} - -.banner { - text-align: center; -} -.banner--after-post { - margin-top: calc(2.55rem + 1vw); -} - -.page--author__avatar { - border-radius: 50%; - height: 3rem; - margin-bottom: calc(-1.4166666667rem - 1vw); - width: 3rem; -} -@media all and (min-width: 37.5em) { - .page--author__avatar { - height: 4rem; - width: 4rem; - } -} -.page--author__website { - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - display: -webkit-inline-box; - display: -ms-inline-flexbox; - display: inline-flex; -} -.page--author__website a { - font-family: var(--menu-font); - font-weight: var(--font-weight-bold); - margin-left: 0.4rem; -} -.page--search form { - -webkit-box-align: start; - -ms-flex-align: start; - align-items: flex-start; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -ms-flex-wrap: wrap; - flex-wrap: wrap; -} -@media all and (max-width: 37.4375em) { - .page--search input { - margin-bottom: 0.5666666667rem; - } -} -@media all and (min-width: 20em) { - .page--search input { - -webkit-box-flex: 1; - -ms-flex: 1 0 auto; - flex: 1 0 auto; - margin-right: 0.5666666667rem; - } -} -@media all and (max-width: 37.4375em) { - .page--search button { - width: 100%; - } -} - -.align-left { - text-align: left; -} - -.align-right { - text-align: right; -} - -.align-center { - text-align: center; -} - -.align-justify { - text-align: justify; -} - -.msg { - border: 1px solid; - font-size: 0.8789062495rem; - padding: 1.1333333333rem 1.7rem; - position: relative; -} -.msg--highlight { - background-color: rgba(var(--highlight-color-rgb), 0.4); - border-color: var(--highlight-color); -} -.msg--info { - background-color: rgba(var(--info-color-rgb), 0.4); - border-color: var(--info-color); -} -.msg--success { - background-color: rgba(var(--success-color-rgb), 0.4); - border-color: var(--success-color); -} -.msg--warning { - background-color: rgba(var(--warning-color-rgb), 0.4); - border-color: var(--warning-color); -} - -.ordered-list { - counter-reset: listCounter; -} -.ordered-list li { - counter-increment: listCounter; - list-style: none; - padding-left: 0.2833333333rem; - position: relative; -} -.ordered-list li::before { - color: var(--color); - content: counter(listCounter, decimal-leading-zero) "."; - font-weight: var(--font-weight-bold); - left: -2rem; - position: absolute; -} - -.dropcap:first-letter { - color: var(--headings-color); - float: left; - font-size: 3.6355864383rem; - line-height: 0.7; - margin-right: 0.5666666667rem; - padding: 0.5666666667rem 0.5666666667rem 0.5666666667rem 0; -} - -.pec-wrapper { - height: 100%; - left: 0; - position: absolute; - top: 0; - width: 100%; -} -.pec-overlay { - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - background-color: var(--light); - font-size: 14px; - display: none; - height: inherit; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; - line-height: 1.4; - padding: 1rem; - position: relative; - text-align: center; -} -@media all and (min-width: 37.5em) { - .pec-overlay { - font-size: 16px; - line-height: var(--line-height); - padding: 1rem 2rem; - } -} -.pec-overlay.is-active { - display: -webkit-box; - display: -ms-flexbox; - display: flex; -} -.pec-overlay-inner p { - margin: 0 0 1rem; -} - -/* Pagination ------------------------ */ -.pagination { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - margin-top: calc(3.4rem + 1vw); -} -@media all and (min-width: 56.25em) { - .pagination { - margin-top: calc(5.1rem + 1vw); - } -} -.pagination__item + .pagination__item { - margin-left: 1.1333333333rem; -} -.pagination svg { - fill: var(--gray); -} - -/* Footer ------------------------ */ -.footer { - background: var(--section-bg); - font-family: var(--body-font); - overflow: hidden; - padding: calc(3.4rem + 1vw) var(--page-margin); - margin: calc(2.55rem + 1vw) 0 0; - text-align: center; -} -.footer__social svg { - fill: var(--white); - height: 0.9374999997rem; - margin: 0 0.85rem; - opacity: 0.6; - -webkit-transition: all 0.12s linear 0s; - -o-transition: all 0.12s linear 0s; - transition: all 0.12s linear 0s; - width: 0.9374999997rem; -} -.footer__social svg:hover { - opacity: 1; -} -.footer__copyright { - color: var(--gray); - font-size: 0.6789341556rem; - letter-spacing: 1px; - text-transform: uppercase; - padding: 1.7rem 0; -} -.footer a { - color: var(--white); -} -.footer a:hover { - color: rgba(var(--white-rgb), 0.7); -} -.footer__bttop { - bottom: 1.4166666667rem; - border-radius: 50%; - line-height: 1; - opacity: 0; - padding: 0.51rem; - position: fixed; - right: 2rem; - text-align: center; - width: auto !important; - visibility: hidden; - z-index: 999; -} -@media all and (min-width: 56.25em) { - .footer__bttop { - bottom: 2.8333333333rem; - } -} -.footer__bttop:hover { - opacity: 1; -} -.footer__bttop > svg { - fill: var(--white); - height: 23px; - margin: 0; - width: 23px; -} -.footer__bttop.is-visible { - visibility: visible; - opacity: 1; -} - -.gallery { - margin: calc(1.7rem + 1vw) -0.2833333333rem; -} -@media all and (min-width: 20em) { - .gallery { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -ms-flex-wrap: wrap; - flex-wrap: wrap; - } -} -@media all and (min-width: 56.25em) { - .gallery-wrapper--wide { - margin-left: calc(-1 * var(--page-margin)); - margin-right: calc(-1 * var(--page-margin)); - } - .gallery-wrapper--wide .gallery { - width: calc(100% + 0.5666666667rem); - } -} -.gallery-wrapper--full { - margin-left: calc(-50vw + 50%); - margin-right: calc(-50vw + 50%); -} -@media all and (min-width: 20em) { - .gallery[data-columns="1"] .gallery__item { - -webkit-box-flex: 1; - -ms-flex: 1 0 100%; - flex: 1 0 100%; - } -} -@media all and (min-width: 30em) { - .gallery[data-columns="2"] .gallery__item { - -webkit-box-flex: 1; - -ms-flex: 1 0 50%; - flex: 1 0 50%; - } -} -@media all and (min-width: 37.5em) { - .gallery[data-columns="3"] .gallery__item { - -webkit-box-flex: 1; - -ms-flex: 1 0 33.333%; - flex: 1 0 33.333%; - } -} -@media all and (min-width: 56.25em) { - .gallery[data-columns="4"] .gallery__item { - -webkit-box-flex: 0; - -ms-flex: 0 1 25%; - flex: 0 1 25%; - } -} -@media all and (min-width: 56.25em) { - .gallery[data-columns="5"] .gallery__item { - -webkit-box-flex: 0; - -ms-flex: 0 1 20%; - flex: 0 1 20%; - } -} -@media all and (min-width: 56.25em) { - .gallery[data-columns="6"] .gallery__item { - -webkit-box-flex: 0; - -ms-flex: 0 1 16.666%; - flex: 0 1 16.666%; - } -} -@media all and (min-width: 56.25em) { - .gallery[data-columns="7"] .gallery__item { - -webkit-box-flex: 1; - -ms-flex: 1 0 14.285%; - flex: 1 0 14.285%; - } -} -@media all and (min-width: 56.25em) { - .gallery[data-columns="8"] .gallery__item { - -webkit-box-flex: 1; - -ms-flex: 1 0 12.5%; - flex: 1 0 12.5%; - } -} -.gallery__item { - margin: 0; - padding: 0.2833333333rem; - position: relative; -} -@media all and (min-width: 20em) { - .gallery__item { - -webkit-box-flex: 1; - -ms-flex: 1 0 50%; - flex: 1 0 50%; - } -} -@media all and (min-width: 30em) { - .gallery__item { - -webkit-box-flex: 1; - -ms-flex: 1 0 33.333%; - flex: 1 0 33.333%; - } -} -@media all and (min-width: 37.5em) { - .gallery__item { - -webkit-box-flex: 1; - -ms-flex: 1 0 25%; - flex: 1 0 25%; - } -} -.gallery__item a { - display: block; - height: 100%; - width: 100%; -} -.gallery__item a::after { - background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0))); - background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%); - background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%); - bottom: 0.2833333333rem; - content: ""; - display: block; - opacity: 0; - left: 0.2833333333rem; - height: calc(100% - 0.5666666667rem); - position: absolute; - right: 0.2833333333rem; - top: 0.2833333333rem; - -webkit-transition: all 0.24s ease-out; - -o-transition: all 0.24s ease-out; - transition: all 0.24s ease-out; - width: calc(100% - 0.5666666667rem); -} -.gallery__item a:hover::after { - opacity: 1; -} -.gallery__item img { - display: block; - height: 100%; - -o-object-fit: cover; - object-fit: cover; - width: 100%; -} -.gallery__item figcaption { - bottom: 1.2rem; - color: var(--white); - left: 50%; - opacity: 0; - position: absolute; - text-align: center; - -webkit-transform: translate(-50%, 1.2rem); - -ms-transform: translate(-50%, 1.2rem); - transform: translate(-50%, 1.2rem); - -webkit-transition: all 0.24s ease-out; - -o-transition: all 0.24s ease-out; - transition: all 0.24s ease-out; -} -.gallery__item:hover figcaption { - opacity: 1; - -webkit-transform: translate(-50%, 0); - -ms-transform: translate(-50%, 0); - transform: translate(-50%, 0); -} - -.pswp--dark .pswp__bg { - background: black; -} -.pswp--light .pswp__bg { - background: var(--white); -} -.pswp--light .pswp__counter { - color: var(--text-color); -} -.pswp--light .pswp__caption__center { - color: var(--text-color); -} -.pswp .pswp__button { - -webkit-box-shadow: none; - box-shadow: none; - -webkit-transform: none; - -ms-transform: none; - transform: none; -} - -.link-btn { - color: var(--white); - min-height: 1.8rem; - border-radius: 6px; - cursor: pointer; - padding: 0.6933333333rem 0.5rem; - vertical-align: middle; - text-align: center; - font: 400 0.8888888889rem"Inter",sans-serif; - display: inline-flex; -} - -.link-btn.outline { - background: none; - border: 1px solid #d6dbe0; - -webkit-box-shadow: none; - box-shadow: none; - color: var(--white); -} - -.link-btn.outline:hover { - border-color: var(--link-color-hover);; -} -.link-btn>svg { - fill: var(--white); - margin-right: 0.6rem; - vertical-align: middle; -} - -.link-btn, .github-btn { - order: 4; -} - -.github-btn { - margin-left: 1.0666666667rem; -} - -.telegram-btn { - margin-left: 1.0666666667rem; -} \ No newline at end of file diff --git a/input/themes/simple-f0rth/assets/css/photoswipe.css b/input/themes/simple-f0rth/assets/css/photoswipe.css deleted file mode 100755 index e88f066..0000000 --- a/input/themes/simple-f0rth/assets/css/photoswipe.css +++ /dev/null @@ -1,790 +0,0 @@ -/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */ - -/* - Styles for basic PhotoSwipe functionality (sliding area, open/close transitions) -*/ - -/* pswp = photoswipe */ - -.pswp { - display: none; - position: absolute; - width: 100%; - height: 100%; - left: 0; - top: 0; - overflow: hidden; - -ms-touch-action: none; - touch-action: none; - z-index: 1500; - -webkit-text-size-adjust: 100%; - /* create separate layer, to avoid paint on window.onscroll in webkit/blink */ - -webkit-backface-visibility: hidden; - outline: none; -} - -.pswp * { - -webkit-box-sizing: border-box; - box-sizing: border-box; -} - - -.pswp img { - max-width: none; -} - -/* style is added when JS option showHideOpacity is set to true */ - -.pswp--animate_opacity { - /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */ - opacity: 0.001; - will-change: opacity; - /* for open/close transition */ - -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); - transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); -} - -.pswp--open { - display: block; -} - -.pswp--zoom-allowed .pswp__img { - /* autoprefixer: off */ - cursor: -webkit-zoom-in; - cursor: -moz-zoom-in; - cursor: zoom-in; -} - -.pswp--zoomed-in .pswp__img { - /* autoprefixer: off */ - cursor: -webkit-grab; - cursor: -moz-grab; - cursor: grab; -} - -.pswp--dragging .pswp__img { - /* autoprefixer: off */ - cursor: -webkit-grabbing; - cursor: -moz-grabbing; - cursor: grabbing; -} - -/* - Background is added as a separate element. - As animating opacity is much faster than animating rgba() background-color. -*/ - -.pswp__bg { - position: absolute; - left: 0; - top: 0; - width: 100%; - height: 100%; - opacity: 0; - -webkit-transform: translateZ(0); - transform: translateZ(0); - -webkit-backface-visibility: hidden; - will-change: opacity; -} - -.pswp__scroll-wrap { - position: absolute; - left: 0; - top: 0; - width: 100%; - height: 100%; - overflow: hidden; -} - -.pswp__container, -.pswp__zoom-wrap { - -ms-touch-action: none; - touch-action: none; - position: absolute; - left: 0; - right: 0; - top: 0; - bottom: 0; -} - -/* Prevent selection and tap highlights */ - -.pswp__container, -.pswp__img { - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - -webkit-tap-highlight-color: transparent; - -webkit-touch-callout: none; -} - -.pswp__zoom-wrap { - position: absolute; - width: 100%; - -webkit-transform-origin: left top; - transform-origin: left top; - /* for open/close transition */ - -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); - transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); - transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); - transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); -} - -.pswp__bg { - will-change: opacity; - /* for open/close transition */ - -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); - transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); -} - -.pswp--animated-in .pswp__bg, -.pswp--animated-in .pswp__zoom-wrap { - -webkit-transition: none; - transition: none; -} - -.pswp__container, -.pswp__zoom-wrap { - -webkit-backface-visibility: hidden; -} - -.pswp__item { - position: absolute; - left: 0; - right: 0; - top: 0; - bottom: 0; - overflow: hidden; -} - -.pswp__img { - position: absolute; - width: auto; - height: auto; - top: 0; - left: 0; -} - -/* - stretched thumbnail or div placeholder element (see below) - style is added to avoid flickering in webkit/blink when layers overlap -*/ - -.pswp__img--placeholder { - -webkit-backface-visibility: hidden; -} - -/* - div element that matches size of large image - large image loads on top of it -*/ - -.pswp__img--placeholder--blank { - background: #222; -} - -.pswp--ie .pswp__img { - width: 100% !important; - height: auto !important; - left: 0; - top: 0; -} - -/* - Error message appears when image is not loaded - (JS option errorMsg controls markup) -*/ - -.pswp__error-msg { - position: absolute; - left: 0; - top: 50%; - width: 100%; - text-align: center; - font-size: 14px; - line-height: 16px; - margin-top: -8px; - color: #CCC; -} - -.pswp__error-msg a { - color: #CCC; - text-decoration: underline; -} - -/* - - 1. Buttons - - */ - -/* - {{/if}} - - - - - - - - -{{#if @config.site.mediaLazyLoad}} - -{{/if}} -{{#is "post"}} - {{#post}} - {{#if hasGallery}} - {{> photoswipe}} - {{/if}} - {{/post}} -{{/is}} -{{#checkIf @config.custom.frontSource '==' "post"}} - {{#checkIf @config.custom.frontGallery '==' true}} - {{#is "index"}} - {{> photoswipe}} - {{/is}} - {{/checkIf}} -{{/checkIf}} -{{#if @renderer.previewMode}} - - -{{/if}} -{{{@footerCustomCode}}} -{{{ publiiFooter }}} - - diff --git a/input/themes/simple-f0rth/partials/frontpage-post.hbs b/input/themes/simple-f0rth/partials/frontpage-post.hbs deleted file mode 100755 index 98f3b6e..0000000 --- a/input/themes/simple-f0rth/partials/frontpage-post.hbs +++ /dev/null @@ -1,169 +0,0 @@ -
- {{#getPost @config.custom.frontPost}} -
-
- {{#featuredImage}} - {{#if url}} -
- - {{alt}} - - {{#checkIfAny caption credits}} -
- {{caption}} - {{credits}} -
- {{/checkIfAny}} - -
- {{else}} - {{#checkIfAll @config.custom.uploadHero @config.custom.displayHeroImage}} -
- - {{@config.custom.uploadHeroAlt}} - - {{#if @config.custom.uploadHeroCaption}} -
- {{@config.custom.uploadHeroCaption}} -
- {{/if}} - -
- {{/checkIfAll}} - {{/if}} - {{/featuredImage}} -
-
- {{#if postViewConfig.displayDate}} - - {{/if}} -

- {{title}} -

- {{#if postViewConfig.displayAuthor}} - - {{/if}} -
-
-
- -
- {{{text}}} -
- - {{#checkIfAny postViewConfig.displayLastUpdatedDate postViewConfig.displayTags postViewConfig.displayShareButtons postViewConfig.displayAuthorBio}} -
- - {{#if postViewConfig.displayLastUpdatedDate}} - {{#if modifiedAt}} -

- {{ translate 'post.lastUpdatedDate' }} - {{#checkIf @config.custom.formatDate '!=' 'custom'}} - {{date modifiedAt @config.custom.formatDate}} - {{else}} - {{date modifiedAt @config.custom.formatDateCustom}} - {{/checkIf}} -

- {{/if}} - {{/if}} - - {{#if postViewConfig.displayTags}} - {{#if tags}} - - {{/if}} - {{/if}} - - {{#if postViewConfig.displayShareButtons}} - - {{/if}} - - {{#if postViewConfig.displayAuthorBio}} -
- {{#author}} - {{#if avatar}} - {{avatarImage.alt}} - {{/if}} -
-

- -

- - {{#if description}} -

{{description}} -

- {{/if}} -
- {{/author}} -
- {{/if}} -
- {{/checkIfAny}} -
- - {{#if postViewConfig.displayComments}} -
-
- {{{@commentsCustomCode}}} -
-
- {{/if}} - - {{#if @customHTML.afterPost}} - - {{/if}} - - {{/getPost}} -
diff --git a/input/themes/simple-f0rth/partials/head.hbs b/input/themes/simple-f0rth/partials/head.hbs deleted file mode 100755 index a105c9c..0000000 --- a/input/themes/simple-f0rth/partials/head.hbs +++ /dev/null @@ -1,102 +0,0 @@ - - - - - - - {{#if title}} - {{title}} - {{else}} - {{@website.name}} - {{/if}} - {{metaDescription}} - {{metaRobots}} - {{{publiiHead}}} - {{canonicalLink}} - {{ampLink}} - {{feedLink}} - {{socialMetaTags}} - {{#if @config.custom.faviconUpload}} - - {{/if}} - {{#if @pagination}} - {{#if @pagination.previousPage}} - - {{/if}} - {{#if @pagination.nextPage}} - - {{/if}} - {{/if}} - {{> fonts}} - - {{#is "post"}} - {{#post}} - {{#if hasGallery}} - - {{/if}} - {{/post}} - {{/is}} - {{#checkIf @config.custom.frontSource '==' "post" }} - {{#checkIf @config.custom.frontGallery '==' true}} - {{#is "index"}} - - {{/is}} - {{/checkIf}} - {{/checkIf}} - {{jsonLD}} - {{#is "post"}} - {{#post}} - {{#if hasGallery}} - - {{/if}} - {{/post}} - {{/is}} - - {{#checkIf @config.custom.frontSource '==' "post"}} - {{#checkIf @config.custom.frontGallery '==' true}} - {{#is "index"}} - - {{/is}} - {{/checkIf}} - {{/checkIf}} - {{#if @config.post.loadMap}} - - - {{/if}} - {{{@headCustomCode}}} - - - {{{@bodyCustomCode}}} diff --git a/input/themes/simple-f0rth/partials/link-buttons.hbs b/input/themes/simple-f0rth/partials/link-buttons.hbs deleted file mode 100644 index 89a8527..0000000 --- a/input/themes/simple-f0rth/partials/link-buttons.hbs +++ /dev/null @@ -1,33 +0,0 @@ - - - -{{#if @config.custom.linkButtonGithub}} - - - Github - -{{/if}} -{{#if @config.custom.linkButtonTelegram}} - - - Telegram - -{{/if}} - - - - diff --git a/input/themes/simple-f0rth/partials/menu.hbs b/input/themes/simple-f0rth/partials/menu.hbs deleted file mode 100755 index c48d285..0000000 --- a/input/themes/simple-f0rth/partials/menu.hbs +++ /dev/null @@ -1,54 +0,0 @@ -{{#unless level}} - -{{/unless}} diff --git a/input/themes/simple-f0rth/partials/pagination.hbs b/input/themes/simple-f0rth/partials/pagination.hbs deleted file mode 100755 index 86536e7..0000000 --- a/input/themes/simple-f0rth/partials/pagination.hbs +++ /dev/null @@ -1,91 +0,0 @@ -{{#if @pagination}} - -{{/if}} diff --git a/input/themes/simple-f0rth/partials/photoswipe.hbs b/input/themes/simple-f0rth/partials/photoswipe.hbs deleted file mode 100755 index aca9254..0000000 --- a/input/themes/simple-f0rth/partials/photoswipe.hbs +++ /dev/null @@ -1,39 +0,0 @@ - - - - \ No newline at end of file diff --git a/input/themes/simple-f0rth/partials/share-buttons.hbs b/input/themes/simple-f0rth/partials/share-buttons.hbs deleted file mode 100755 index 742ed86..0000000 --- a/input/themes/simple-f0rth/partials/share-buttons.hbs +++ /dev/null @@ -1,83 +0,0 @@ -{{#if @config.custom.shareFacebook}} - -{{/if}} - -{{#if @config.custom.shareTwitter}} - -{{/if}} - -{{#if @config.custom.sharePinterest}} - - - {{ translate 'partials.shareButtons.shareWithPinterest' }} - -{{/if}} - -{{#if @config.custom.shareMix}} - - - {{ translate 'partials.shareButtons.shareWithMix' }} - -{{/if}} - -{{#if @config.custom.shareLinkedin}} - - - {{ translate 'partials.shareButtons.shareWithLinkedIn' }} - -{{/if}} - -{{#if @config.custom.shareBuffer}} - - - {{ translate 'partials.shareButtons.shareWithBuffer' }} - -{{/if}} - -{{#if @config.custom.shareWhatsApp}} - - - {{ translate 'partials.shareButtons.shareWithWhatsApp' }} - -{{/if}} \ No newline at end of file diff --git a/input/themes/simple-f0rth/partials/top.hbs b/input/themes/simple-f0rth/partials/top.hbs deleted file mode 100755 index 0f5bf0e..0000000 --- a/input/themes/simple-f0rth/partials/top.hbs +++ /dev/null @@ -1,36 +0,0 @@ -
-
- {{#if @config.custom.favicon-32}} - - {{/if}} - - {{#if menus.mainMenu}} - {{> menu menus.mainMenu}} - {{/if}} - {{#if @config.custom.showLinkButtons}} - {{> link-buttons}} - {{/if}} - {{#if @config.custom.searchFeature}} - - {{/if}} -
diff --git a/input/themes/simple-f0rth/post.hbs b/input/themes/simple-f0rth/post.hbs deleted file mode 100755 index 869d900..0000000 --- a/input/themes/simple-f0rth/post.hbs +++ /dev/null @@ -1,234 +0,0 @@ -{{> head}} -{{> top}} -
- {{#post}} -
-
- - {{#featuredImage}} - {{#if url}} -
- {{alt}} - - {{#checkIfAny caption credits}} -
- {{caption}} - {{credits}} -
- {{/checkIfAny}} -
- {{else}} - {{#checkIfAll @config.custom.uploadHero @config.custom.displayHeroImage}} -
- - {{@config.custom.uploadHeroAlt}} - - {{#if @config.custom.uploadHeroCaption}} -
- {{@config.custom.uploadHeroCaption}} -
- {{/if}} - -
- {{/checkIfAll}} - {{/if}} - {{/featuredImage}} - -
-
- {{#if @config.post.displayDate}} - - {{/if}} -

- {{title}} -

- {{#if @config.post.displayAuthor}} - - {{/if}} -
-
-
- -
- {{{text}}} -
- - {{#checkIfAny @config.post.displayLastUpdatedDate @config.post.displayTags @config.post.displayShareButtons @config.post.displayAuthorBio}} -
- - {{#if @config.post.displayLastUpdatedDate}} - {{#if modifiedAt}} -

- {{ translate 'post.lastUpdatedDate' }} - {{#checkIf @config.custom.formatDate '!=' 'custom'}} - {{date modifiedAt @config.custom.formatDate}} - {{else}} - {{date modifiedAt @config.custom.formatDateCustom}} - {{/checkIf}} -

- {{/if}} - {{/if}} - - {{#if @config.post.displayTags}} - {{#if tags}} - - {{/if}} - {{/if}} - - {{#if @config.post.displayShareButtons}} - - {{/if}} - - {{#if @config.post.displayAuthorBio}} -
- {{#author}} - {{#if avatar}} - {{avatarImage.alt}} - {{/if}} -
-

- -

- - {{#if description}} -

{{description}} -

- {{/if}} -
- {{/author}} -
- {{/if}} -
- {{/checkIfAny}} -
- - {{#if @config.post.displayPostNavigation}} - {{#checkIfAny ../previousPost ../nextPost}} - - {{/checkIfAny}} - {{/if}} - - {{#if @config.post.displayRelatedPosts}} - {{#if ../relatedPosts}} -
-
- - {{#each ../relatedPosts}} - - {{/each}} -
-
- {{/if}} - {{/if}} - - {{#if @config.post.displayComments}} -
-
- {{{@commentsCustomCode}}} -
-
- {{/if}} - - {{#if @customHTML.afterPost}} - - {{/if}} - - {{/post}} -
-{{> footer}} diff --git a/input/themes/simple-f0rth/search.hbs b/input/themes/simple-f0rth/search.hbs deleted file mode 100755 index 53c669c..0000000 --- a/input/themes/simple-f0rth/search.hbs +++ /dev/null @@ -1,37 +0,0 @@ -{{> head}} -{{> top}} -
-
-
- {{#checkIfAll @config.custom.uploadHero @config.custom.displayHeroImage}} -
- {{@config.custom.uploadHeroAlt}} - - {{#if @config.custom.uploadHeroCaption}} -
- {{@config.custom.uploadHeroCaption}} -
- {{/if}} -
- {{/checkIfAll}} -
-
-

- {{ translate 'search.title' }} -

-
-
-
-
- {{{@customSearchContent}}} -
-
-
-{{> footer}} diff --git a/input/themes/simple-f0rth/simple-f0rth.lang.json b/input/themes/simple-f0rth/simple-f0rth.lang.json deleted file mode 100755 index 794c84d..0000000 --- a/input/themes/simple-f0rth/simple-f0rth.lang.json +++ /dev/null @@ -1,62 +0,0 @@ -{ - "partials": { - - "menu": { - "label": "Menu" - }, - - "pagination": { - "prev": "Previous", - "next": "Next" - }, - - "shareButtons": { - "shareWithFacebook": "Facebook", - "shareWithTwitter": "Twitter", - "shareWithPinterest": "Pinterest", - "shareWithMix": "Mix", - "shareWithLinkedIn": "LinkedIn", - "shareWithBuffer": "Buffer", - "shareWithWhatsApp": "WhatsApp" - }, - - "footer": { - "backToTop": "Back to top" - } - }, - - "post": { - "publishedBy": "By", - "relatedPosts": "You should also read:", - "readMore": "Continue reading...", - "lastUpdatedDate": "This article was updated on", - "comments": "Comments", - "previousPost": "Previous", - "nextPost": "Next" - }, - - "tags": { - "tagsPageTitle": "Tags", - "description": "Collection of all tags" - }, - - "author": { - "visitWebsite": "Visit website" - }, - - "error": { - "404": "404", - "message-1": "Page not found", - "message-2": "The page you were looking for appears to have been moved, deleted or does not exist. You could go back to where you were or head straight to our home page.", - "button": "Go home" - - }, - - "search": { - "placeholder": "search...", - "search": "Search", - "close": "Close", - "title": "Search", - "submit": "Submit" - } -} diff --git a/input/themes/simple-f0rth/tag.hbs b/input/themes/simple-f0rth/tag.hbs deleted file mode 100755 index 7e6ed91..0000000 --- a/input/themes/simple-f0rth/tag.hbs +++ /dev/null @@ -1,136 +0,0 @@ -{{> head}} -{{> top}} -
- {{#tag}} -
- {{#featuredImage}} - {{#if url}} -
- {{alt}} - - {{#checkIfAny caption credits}} -
- {{caption}} - {{credits}} -
- {{/checkIfAny}} -
- {{else}} - {{#checkIfAll @config.custom.uploadHero @config.custom.displayHeroImage}} -
- {{@config.custom.uploadHeroAlt}} - - {{#if @config.custom.uploadHeroCaption}} -
- {{@config.custom.uploadHeroCaption}} -
- {{/if}} -
- {{/checkIfAll}} - {{/if}} - {{/featuredImage}} -
-
-

- {{name}} - ({{postsNumber}}) -

- {{#if description}} -

- {{description}} -

- {{/if}} -
-
-
- {{/tag}} -
- {{#each posts}} -
-
- {{#checkIfAny @config.custom.tagAvatar @config.custom.tagAuthor @config.custom.tagDate}} -
- {{#author}} - {{#if @config.custom.tagAvatar}} - {{#if avatar}} - - {{/if}} - {{/if}} - {{#if @config.custom.tagAuthor}} - {{name}} - {{/if}} - {{/author}} - {{#if @config.custom.tagDate}} - - {{/if}} -
- {{/checkIfAny}} -

- - {{title}} - -

-
- {{#if @config.custom.tagFeaturedImage}} - {{#featuredImage}} - {{#if url}} -
- - {{alt}} - -
- {{/if}} - {{/featuredImage}} - {{/if}} -
- {{#if hasCustomExcerpt}} - {{{ excerpt }}} - {{else}} -

{{{ excerpt }}}

- {{/if}} - {{#if @config.custom.tagReadMore}} - - {{ translate 'post.readMore' }} - {{/if}} -
-
- {{/each}} - {{> pagination}} -
-
-{{> footer}} diff --git a/input/themes/simple-f0rth/tags.hbs b/input/themes/simple-f0rth/tags.hbs deleted file mode 100755 index 7c22b82..0000000 --- a/input/themes/simple-f0rth/tags.hbs +++ /dev/null @@ -1,57 +0,0 @@ -{{> head}} -{{> top}} -
-
- {{#checkIfAll @config.custom.uploadHero @config.custom.displayHeroImage}} -
- {{@config.custom.uploadHeroAlt}} - - {{#if @config.custom.uploadHeroCaption}} -
- {{@config.custom.uploadHeroCaption}} -
- {{/if}} -
- {{/checkIfAll}} -
-
-

- {{ translate 'tags.tagsPageTitle' }} - ({{tagsNumber}}) -

-

- {{ translate 'tags.description' }} -

-
-
-
-
-
    - {{#each tags}} -
  • -

    - - {{name}} - - {{#if @config.custom.tagsPostCount}} - ({{postsNumber}}) - {{/if}} -

    - {{#checkIfAll @config.custom.tagsDescription description}} -

    - {{description}} -

    - {{/checkIfAll}} -
  • - {{/each}} -
-
-
-{{> footer}} diff --git a/input/themes/simple-f0rth/theme-variables.js b/input/themes/simple-f0rth/theme-variables.js deleted file mode 100755 index 1d6a0c6..0000000 --- a/input/themes/simple-f0rth/theme-variables.js +++ /dev/null @@ -1,416 +0,0 @@ -/* - * Custom function used to generate the output of the theme variables - */ - -var generateThemeVariables = function (params) { - let fontParams = { - 'system-ui': { - name: 'SystemUI', - family: '-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"' - }, - andadapro: { - name: 'Andada Pro', - family: '\'Andada Pro\', serif', - weight: '400 840' - }, - antonio: { - name: 'Antonio', - family: '\'Antonio\', sans-serif', - weight: '100 700' - }, - archivonarrow: { - name: 'Archivo Narrow', - family: '\'Archivo Narrow\', sans-serif', - weight: '400 700' - }, - asap: { - name: 'Asap', - family: '\'Asap\', sans-serif', - weight: '400 700' - }, - besley: { - name: 'Besley', - family: '\'Besley\', serif', - weight: '400 900' - }, - bigshouldersdisplay: { - name: 'Big Shoulders Display', - family: '\'Big Shoulders Display\', cursive', - weight: '100 900' - }, - bitter: { - name: 'Bitter', - family: '\'Bitter\', serif', - weight: '100 900' - }, - brygada1918: { - name: 'Brygada 1918', - family: '\'Brygada 1918\', serif', - weight: '400 700' - }, - cairo: { - name: 'Cairo', - family: '\'Cairo\', sans-serif', - weight: '200 1000' - }, - comfortaa: { - name: 'Comfortaa', - family: '\'Comfortaa\', cursive', - weight: '300 700' - }, - dancingscript: { - name: 'Dancing Script', - family: '\'Dancing Script\', cursive', - weight: '400 700' - }, - domine: { - name: 'Domine', - family: '\'Domine\', serif', - weight: '400 700' - }, - dosis: { - name: 'Dosis', - family: '\'Dosis\', sans-serif', - weight: '200 800' - }, - exo: { - name: 'Exo', - family: '\'Exo\', sans-serif', - weight: '100 900' - }, - faustina: { - name: 'Faustina', - family: '\'Faustina\', serif', - weight: '300 800' - }, - glory: { - name: 'Glory', - family: '\'Glory\', sans-serif', - weight: '100 800' - }, - gluten: { - name: 'Gluten', - family: '\'Gluten\', cursive', - weight: '100 900' - }, - heebo: { - name: 'Heebo', - family: '\'Heebo\', sans-serif', - weight: '100 900' - }, - jetbrainsmono: { - name: 'JetBrains Mono', - family: '\'JetBrains Mono\', monospace', - weight: '100 800' - }, - jura: { - name: 'Jura', - family: '\'Jura\', sans-serif', - weight: '300 700' - }, - karla: { - name: 'Karla', - family: '\'Karla\', sans-serif', - weight: '200 800' - }, - kreon: { - name: 'Kreon', - family: '\'Kreon\', serif', - weight: '300 700' - }, - lemonada: { - name: 'Lemonada', - family: '\'Lemonada\', cursive', - weight: '300 700' - }, - librefranklin: { - name: 'Libre Franklin', - family: '\'Libre Franklin\', sans-serif', - weight: '100 900' - }, - lora: { - name: 'Lora', - family: '\'Lora\', serif', - weight: '400 700' - }, - manuale: { - name: 'Manuale', - family: '\'Manuale\', serif', - weight: '300 800' - }, - manrope: { - name: 'Manrope', - family: '\'Manrope\', sans-serif', - weight: '100 900' - }, - merriweathersans: { - name: 'Merriweather Sans', - family: '\'Merriweather Sans\', sans-serif', - weight: '300 800' - }, - montserrat: { - name: 'Montserrat', - family: '\'Montserrat\', sans-serif', - weight: '100 900' - }, - nunito: { - name: 'Nunito', - family: '\'Nunito\', sans-serif', - weight: '200 1000' - }, - oswald: { - name: 'Oswald', - family: '\'Oswald\', sans-serif', - weight: '200 700' - }, - petrona: { - name: 'Petrona', - family: '\'Petrona\', serif', - weight: '100 900' - }, - playfairdisplay: { - name: 'Playfair Display', - family: '\'Playfair Display\', serif', - weight: '400 900' - }, - publicsans: { - name: 'Public Sans', - family: '\'Public Sans\', sans-serif', - weight: '100 900' - }, - quicksand: { - name: 'Quicksand', - family: '\'Quicksand\', sans-serif', - weight: '300 700' - }, - raleway: { - name: 'Raleway', - family: '\'Raleway\', sans-serif', - weight: '100 900' - }, - redhatmono: { - name: 'Red Hat Mono', - family: '\'Red Hat Mono\', monospace', - weight: '300 700' - }, - robotoslab: { - name: 'Roboto Slab', - family: '\'Roboto Slab\', serif', - weight: '100 900' - }, - rubik: { - name: 'Rubik', - family: '\'Rubik\', sans-serif', - weight: '300 900' - }, - ruda: { - name: 'Ruda', - family: '\'Ruda\', sans-serif', - weight: '400 900' - }, - smoochsans: { - name: 'Smooch Sans', - family: '\'Smooch Sans\', sans-serif', - weight: '100 900' - }, - sourcecodepro: { - name: 'Source Code Pro', - family: '\'Source Code Pro\', monospace', - weight: '200 900' - }, - spartan: { - name: 'Spartan', - family: '\'Spartan\', sans-serif', - weight: '100 900' - }, - urbanist: { - name: 'Urbanist', - family: '\'Urbanist\', sans-serif', - weight: '100 900' - }, - yanonekaffeesatz: { - name: 'Yanone Kaffeesatz', - family: '\'Yanone Kaffeesatz\', sans-serif', - weight: '200 700' - } - }; - - let fontBodyName = fontParams[params.fontBody]?.name; - let fontBodyFamily = fontParams[params.fontBody]?.family; - let fontBodyWeight = fontParams[params.fontBody]?.weight; - - let fontHeadingsName = fontParams[params.fontHeadings]?.name; - let fontHeadingsFamily = fontParams[params.fontHeadings]?.family; - let fontHeadingsWeight = fontParams[params.fontHeadings]?.weight; - - if (params.fontMenu === 'system-ui') { - params.fontMenu = fontParams['system-ui'].family; - } - - if (params.fontLogo === 'system-ui') { - params.fontLogo = fontParams['system-ui'].family; - } - - let output = ''; - - if ((params.fontBody !== 'system-ui') && (params.fontBody !== params.fontHeadings)) { - output += ` - @font-face { - font-family: '${fontBodyName}'; - src: url('../dynamic/fonts/${params.fontBody}/${params.fontBody}.woff2') format('woff2 supports variations'), - url('../dynamic/fonts/${params.fontBody}/${params.fontBody}.woff2') format('woff2-variations'); - font-weight: ${fontBodyWeight}; - font-display: swap; - font-style: normal; - } - `; - } - - if (params.fontHeadings !== 'system-ui') { - output += ` - @font-face { - font-family: '${fontHeadingsName}'; - src: url('../dynamic/fonts/${params.fontHeadings}/${params.fontHeadings}.woff2') format('woff2 supports variations'), - url('../dynamic/fonts/${params.fontHeadings}/${params.fontHeadings}.woff2') format('woff2-variations'); - font-weight: ${fontHeadingsWeight}; - font-display: swap; - font-style: normal; - } - `; - } - - output += ` - :root { - --page-margin: ${params.pageMargin}; - --entry-width: ${params.pageWidth}; - --navbar-height: 4.4rem; - --body-font: ${fontBodyFamily}; - --heading-font: ${fontHeadingsFamily}; - --logo-font: ${params.fontLogo}; - --menu-font: ${params.fontMenu}; - --font-weight-normal: ${params.fontBodyWeight}; - --font-weight-bold: ${params.fontBoldWeight}; - --headings-weight: ${params.fontHeadignsWeight}; - --headings-transform: ${params.fontHeadingsTransform}; - --line-height: ${params.lineHeight}; - --hero-height: ${params.heightHero}; - --hero-bg: ${params.heroBackground}; - --hero-heading-color: ${params.heroHeadingColor}; - --hero-text-color: ${params.heroTextColor}; - --hero-link-color: ${params.heroLink}; - --hero-link-color-hover: ${params.heroLinkHover}; - --hero-border-color: ${params.heroBorderColor}; - `; - - if (params.colorScheme !== 'dark') { - output += ` - --white: #FFFFFF; - --white-rgb: 255,255,255; - --black: #000000; - --dark: #17181E; - --gray: #747577; - --light: #E6E7EB; - --lighter: #F3F3F3; - --page-bg: #FFFFFF; - --section-bg: #17181E; - --color: ${params.primaryColor}; - --color-rgb: ${params.primaryColor.replace('#', '').match(/[a-f0-9]{2,2}/gmi).map(n => parseInt(n, 16)).join(', ')}; - --text-color: ${params.textColor}; - --headings-color: ${params.headingColor}; - --link-color: ${params.headingColor}; - --link-color-hover: ${params.primaryColor}; - --nav-link-color: rgba(255,255,255,1); - --nav-link-color-hover: rgba(255,255,255,.7); - --logo-color: #FFFFFF; - --highlight-color: #F6DC90; - --highlight-color-rgb: 246,220,144; - --info-color: #A8D8FF; - --info-color-rgb: 168,216,255; - --success-color: #A4E4B2; - --success-color-rgb: 164,228,178; - --warning-color: #FFC1BF; - --warning-color-rgb: 255,193,191; - `; - } - - if (params.colorScheme === 'dark') { - output += ` - --white: #FFFFFF; - --white-rgb: 255,255,255; - --black: #FFFFFF; - --dark: #CECBCB; - --gray: #9D9D9D; - --light: #373737; - --lighter: #1e1e1e; - --page-bg: #181818; - --section-bg: #1e1e1e; - --color: ${params.primaryDarkColor}; - --color-rgb: ${params.primaryDarkColor.replace('#', '').match(/[a-f0-9]{2,2}/gmi).map(n => parseInt(n, 16)).join(', ')}; - --text-color: ${params.textDarkColor}; - --headings-color: ${params.headingDarkColor}; - --link-color: ${params.headingDarkColor}; - --link-color-hover: ${params.primaryDarkColor}; - --nav-link-color: rgba(255,255,255,1); - --nav-link-color-hover: rgba(255,255,255,.7); - --logo-color: #FFFFFF; - --highlight-color: #F6DC90; - --highlight-color-rgb: 24,24,24; - --info-color: #5B9ED5; - --info-color-rgb: 24,24,24; - --success-color: #54A468; - --success-color-rgb: 24,24,24; - --warning-color: #FB6762; - --warning-color-rgb: 24,24,24; - `; - } - - output += ` - }`; - - output += ` - @media all and (min-width: 56.25em) { - :root { - --navbar-height: ${params.navbarHeight}; - } - } - `; - - if (params.colorScheme === 'auto') { - output += ` - @media (prefers-color-scheme: dark) { - :root { - --white: #FFFFFF; - --white-rgb: 255,255,255; - --black: #FFFFFF; - --dark: #CECBCB; - --gray: #9D9D9D; - --light: #373737; - --lighter: #1e1e1e; - --page-bg: #181818; - --section-bg: #1e1e1e; - --color: ${params.primaryDarkColor}; - --color-rgb: ${params.primaryDarkColor.replace('#', '').match(/[a-f0-9]{2,2}/gmi).map(n => parseInt(n, 16)).join(', ')}; - --text-color: ${params.textDarkColor}; - --headings-color: ${params.headingDarkColor}; - --link-color: ${params.headingDarkColor}; - --link-color-hover: ${params.primaryDarkColor}; - --nav-link-color: rgba(255,255,255,1); - --nav-link-color-hover: rgba(255,255,255,.7); - --logo-color: #FFFFFF; - --highlight-color: #F6DC90; - --highlight-color-rgb: 24,24,24; - --info-color: #5B9ED5; - --info-color-rgb: 24,24,24; - --success-color: #54A468; - --success-color-rgb: 24,24,24; - --warning-color: #FB6762; - --warning-color-rgb: 24,24,24; - } - } - `; - } - - return output; -} - -module.exports = generateThemeVariables; \ No newline at end of file diff --git a/input/themes/simple-f0rth/thumbnail.png b/input/themes/simple-f0rth/thumbnail.png deleted file mode 100755 index 1df8bdf..0000000 Binary files a/input/themes/simple-f0rth/thumbnail.png and /dev/null differ diff --git a/input/themes/simple-f0rth/visual-override.js b/input/themes/simple-f0rth/visual-override.js deleted file mode 100755 index 70f3eaf..0000000 --- a/input/themes/simple-f0rth/visual-override.js +++ /dev/null @@ -1,119 +0,0 @@ -/* - * Custom function used to generate the output of the override.css file - */ - -var generateOverride = function (params) { - let output = ''; - - if (params.minFontSize !== '1.1' || params.maxFontSize !== '1.2') { - output += ` - - html { - font-size: ${params.minFontSize}rem; - } - - @media screen and (min-width: 20rem) { - html { - font-size: calc(${params.minFontSize}rem + (${params.maxFontSize} - ${params.minFontSize}) * ((100vw - 20rem) / 50)); - } - } - - @media screen and (min-width: 70rem) { - html { - font-size: ${params.maxFontSize}rem; - } - }`; - } - - if (params.primaryColor !== '#D73A42') { - output += ` - - input[type=checkbox]:checked + label:before{ - background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 8'%3e%3cpolygon points='9.53 0 4.4 5.09 1.47 2.18 0 3.64 2.93 6.54 4.4 8 5.87 6.54 11 1.46 9.53 0' fill='${params.primaryColor.replace('#', '%23')}'/%3e%3c/svg%3e"); - } - - input[type=radio]:checked + label:before { - background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3ccircle cx='4' cy='4' r='4' fill='${params.primaryColor.replace('#', '%23')}'/%3e%3c/svg%3e"); - - - }`; - } - - if (params.submenu === 'custom') { - output += ` - .navbar .navbar__submenu { - width: ${params.submenuWidth}px; - } - .navbar .has-submenu .has-submenu:active > .navbar__submenu, - .navbar .has-submenu .has-submenu:focus > .navbar__submenu, - .navbar .has-submenu .has-submenu:hover > .navbar__submenu { - left: ${params.submenuWidth}px; - } - .navbar .has-submenu .has-submenu:active > .navbar__submenu.is-right-submenu, - .navbar .has-submenu .has-submenu:focus > .navbar__submenu.is-right-submenu, - .navbar .has-submenu .has-submenu:hover > .navbar__submenu.is-right-submenu { - left: -${params.submenuWidth}px; - }`; - } - - if (params.heroOverlay === 'color') { - if (params.heroOverlayColor) { - output += ` - .hero__image--overlay::after { - background: ${params.heroOverlayColor}; - }`; - } - } - - if (params.heroOverlay === 'gradient') { - if (params.heroOverlayGradientDirection !== 'bottom' || params.heroOverlayGradient) { - output += ` - .hero__image--overlay::after { - background: linear-gradient(to ${params.heroOverlayGradientDirection}, transparent 0%, ${params.heroOverlayGradient} 100%); - }`; - } - } - - if (params.galleryItemGap !== '0.28333rem') { - output += ` - .gallery { - margin: calc(1.7rem + 1vw) -${params.galleryItemGap}; - } - .gallery__item { - padding: ${params.galleryItemGap}; - } - - .gallery__item a::after { - bottom: ${params.galleryItemGap}; - height: calc(100% - ${params.galleryItemGap} * 2); - left: ${params.galleryItemGap}; - right: ${params.galleryItemGap}; - top: ${params.galleryItemGap}; - width: calc(100% - ${params.galleryItemGap} * 2); - }`; - } - - if(params.galleryZoom !== true) { - output += ` - .pswp--zoom-allowed .pswp__img { - cursor: default !important - }`; - } - - if(params.lazyLoadEffect === 'fadein') { - output += ` - img[loading] { - opacity: 0; - } - - img.is-loaded { - opacity: 1; - transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1); - }`; - } - - - return output; -} - -module.exports = generateOverride; diff --git a/input/themes/simple/404.hbs b/input/themes/simple/404.hbs deleted file mode 100755 index 552161f..0000000 --- a/input/themes/simple/404.hbs +++ /dev/null @@ -1,43 +0,0 @@ -{{> head}} -{{> top}} -
-
-
- {{#checkIfAll @config.custom.uploadHero @config.custom.displayHeroImage}} -
- {{@config.custom.uploadHeroAlt}} - - {{#if @config.custom.uploadHeroCaption}} -
- {{@config.custom.uploadHeroCaption}} -
- {{/if}} -
- {{/checkIfAll}} -
-
-

{{ translate 'error.404' }}

-

{{ translate 'error.message-1' }}

-
-
-
-
-

{{ translate 'error.message-2' }}

-

- - - {{ translate 'error.button' }} -

-
-
-
-{{> footer}} diff --git a/input/themes/simple/amp-index.hbs b/input/themes/simple/amp-index.hbs deleted file mode 100755 index 6c3272e..0000000 --- a/input/themes/simple/amp-index.hbs +++ /dev/null @@ -1,60 +0,0 @@ -{{> amp-head}} - -{{#checkIf @config.custom.frontSource '==' "post" }} - {{> amp-frontpage-post}} -{{else}} -
- {{#each posts}} -
- {{#featuredImage}} - {{#if url}} - - - - - {{/if}} - {{/featuredImage}} - -
-

- {{title}} -

-

{{{excerpt}}}

-

- {{#author}} - {{ translate 'post.publishedBy' }} {{name}} - {{/author}} - -

-
-
- {{/each}} - {{> amp-pagination}} -
-{{/checkIf}} -{{> amp-footer}} \ No newline at end of file diff --git a/input/themes/simple/amp-post.hbs b/input/themes/simple/amp-post.hbs deleted file mode 100755 index d03cfd7..0000000 --- a/input/themes/simple/amp-post.hbs +++ /dev/null @@ -1,110 +0,0 @@ -{{> amp-head}} - -
- {{#post}} -
- - {{#featuredImage}} - {{#if url}} -
- - - {{#checkIfAny caption credits}} -
- {{caption}} {{credits}} -
- {{/checkIfAny}} -
- {{/if}} - {{/featuredImage}} - -
-
-

- {{title}} -

- {{#checkIfAny @config.post.displayDate @config.post.displayAuthor}} - - {{/checkIfAny}} -
- - {{{text}}} - - {{#checkIfAny @config.post.displayTags @config.post.displayShareButtons}} - - {{/checkIfAny}} - -
-
- - {{/post}} - {{#if @config.post.displayPostNavigation}} - - {{/if}} - - -
-{{> amp-footer}} diff --git a/input/themes/simple/assets/css/editor.css b/input/themes/simple/assets/css/editor.css deleted file mode 100755 index 37d7353..0000000 --- a/input/themes/simple/assets/css/editor.css +++ /dev/null @@ -1,3 +0,0 @@ -/* - * Add your own CSS code for the WYSIWYG editor - */ diff --git a/input/themes/simple/assets/css/main.css b/input/themes/simple/assets/css/main.css deleted file mode 100644 index b36d6b6..0000000 --- a/input/themes/simple/assets/css/main.css +++ /dev/null @@ -1,2389 +0,0 @@ -*, -*:before, -*:after { - -webkit-box-sizing: border-box; - box-sizing: border-box; - margin: 0; - padding: 0; -} - -article, -aside, -footer, -header, -hgroup, -main, -nav, -section { - display: block; -} - -li { - list-style: none; -} - -img { - height: auto; - max-width: 100%; - vertical-align: top; -} - -button, -input, -select, -textarea { - font: inherit; -} - -address { - font-style: normal; -} - -.facebook { - background: #3b5998; -} - -.twitter { - background: #55acee; -} - -.mix { - background: #fd8235; -} - -.instagram { - background: #405de6; -} - -.vimeo { - background: #1ab7ea; -} - -.pinterest { - background: #bd081c; -} - -.youtube { - background: #cd201f; -} - -.linkedin { - background: #007bb6; -} - -.buffer { - background: #333333; -} - -.whatsapp { - background: #25D366; -} - -::-moz-selection { - background: var(--color); - color: var(--white); -} - -::selection { - background: var(--color); - color: var(--white); -} - -html { - font-size: 1.1rem; - font-smooth: always; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; - scroll-behavior: smooth; -} -@media screen and (min-width: 20rem) { - html { - font-size: calc(1.1rem + 0.1 * ((100vw - 20rem) / 50)); - } -} -@media screen and (min-width: 70rem) { - html { - font-size: 1.2rem; - } -} -html.no-scroll { - overflow: hidden; - position: fixed; -} - -body { - background: var(--page-bg); - color: var(--text-color); - font-family: var(--body-font); - font-weight: var(--font-weight-normal); - line-height: var(--line-height); - -ms-scroll-chaining: none; - overscroll-behavior: none; -} - -a { - color: var(--link-color); - text-decoration: none; - -webkit-transition: all 0.24s ease-out; - -o-transition: all 0.24s ease-out; - transition: all 0.24s ease-out; -} -a:hover { - color: var(--link-color-hover); -} -a:active { - color: var(--link-color-hover); -} -a:focus { - outline: none; -} - -.invert { - color: var(--link-color-hover); - text-decoration: none; - -webkit-transition: all 0.24s ease-out; - -o-transition: all 0.24s ease-out; - transition: all 0.24s ease-out; -} -.invert:hover { - color: var(--link-color); -} -.invert:active { - color: var(--link-color); -} -.invert:focus { - outline: none; -} - -p, -ul, -ol, -dl { - margin-top: calc(1.1333333333rem + 0.25vw); -} - -blockquote, -figure, -hr, -pre, -table { - margin-top: calc(1.7rem + 0.5vw); - margin-bottom: calc(1.7rem + 0.5vw); -} - -h1, -h2, -h3, -h4, -h5, -h6 { - color: var(--headings-color); - font-family: var(--heading-font); - font-weight: var(--headings-weight); - -webkit-hyphens: manual; - -ms-hyphens: manual; - hyphens: manual; - line-height: 1.2; - margin-top: calc(1.7rem + 1vw); - text-transform: var(--headings-transform); -} - -h1, -.h1 { - font-size: 1.5710900065rem; - font-family: var(--heading-font); -} -@media screen and (min-width: 20rem) { - h1, -.h1 { - font-size: calc(1.5710900065rem + 1.6242496345 * ((100vw - 20rem) / 50)); - } -} -@media screen and (min-width: 70rem) { - h1, -.h1 { - font-size: 3.195339641rem; - } -} - -h2, -.h2 { - font-size: 1.3808408252rem; -} -@media screen and (min-width: 20rem) { - h2, -.h2 { - font-size: calc(1.3808408252rem + 1.0874829835 * ((100vw - 20rem) / 50)); - } -} -@media screen and (min-width: 70rem) { - h2, -.h2 { - font-size: 2.4683238087rem; - } -} - -h3, -.h3 { - font-size: 1.2136296308rem; -} -@media screen and (min-width: 20rem) { - h3, -.h3 { - font-size: calc(1.2136296308rem + 0.4621997101 * ((100vw - 20rem) / 50)); - } -} -@media screen and (min-width: 70rem) { - h3, -.h3 { - font-size: 1.6758293408rem; - } -} - -h4, -.h4 { - font-size: 1.1377777785rem; -} -@media screen and (min-width: 20rem) { - h4, -.h4 { - font-size: calc(1.1377777785rem + 0.1567604947 * ((100vw - 20rem) / 50)); - } -} -@media screen and (min-width: 70rem) { - h4, -.h4 { - font-size: 1.2945382732rem; - } -} - -h5, -.h5 { - font-size: 1.066666667rem; -} -@media screen and (min-width: 20rem) { - h5, -.h5 { - font-size: calc(1.066666667rem + 0.0711111115 * ((100vw - 20rem) / 50)); - } -} -@media screen and (min-width: 70rem) { - h5, -.h5 { - font-size: 1.1377777785rem; - } -} - -h6, -.h6 { - font-size: 1rem; -} -@media screen and (min-width: 20rem) { - h6, -.h6 { - font-size: calc(1rem + 0 * ((100vw - 20rem) / 50)); - } -} -@media screen and (min-width: 70rem) { - h6, -.h6 { - font-size: 1rem; - } -} - -h2 + *, -h3 + *, -h4 + *, -h5 + *, -h6 + * { - margin-top: calc(0.5666666667rem + 0.25vw); -} - -b, -strong { - font-weight: var(--font-weight-bold); -} - -blockquote { - color: var(--headings-color); - font-family: var(--heading-font); - padding: 3.6833333333rem 0 0; - position: relative; - text-align: center; - font-size: 1.1377777785rem; -} -@media screen and (min-width: 20rem) { - blockquote { - font-size: calc(1.1377777785rem + 0.2430630467 * ((100vw - 20rem) / 50)); - } -} -@media screen and (min-width: 70rem) { - blockquote { - font-size: 1.3808408252rem; - } -} -blockquote::before { - color: var(--dark); - content: "“"; - font: normal 320%/0.9 Georgia, Times, Times New Roman, serif; - top: 0.5666666667rem; - position: absolute; - left: 50%; - -webkit-transform: translate(-50%, 0); - -ms-transform: translate(-50%, 0); - transform: translate(-50%, 0); -} -blockquote > :nth-child(1) { - margin-top: 0; -} - -ul, -ol { - margin-left: 2rem; -} -ul > li, -ol > li { - list-style: inherit; - padding: 0 0 0.2833333333rem 0.85rem; -} - -dl dt { - font-weight: var(--font-weight-bold); -} - -pre { - background-color: var(--lighter); - font-size: 0.8239746086rem; - padding: 1.7rem; - white-space: pre-wrap; - word-wrap: break-word; -} -pre > code { - color: var(--text-color); - display: inline-block; - font-size: inherit; - padding: 0; -} - -code { - background-color: var(--lighter); - color: var(--color); - font-size: 0.8239746086rem; - font-family: Menlo, Monaco, Consolas, Courier New, monospace; -} - -table { - border: 1px solid var(--light); - border-collapse: collapse; - border-spacing: 0; - vertical-align: top; - text-align: left; - width: 100%; -} -table th { - font-weight: var(--font-weight-bold); - padding: 0.7083333333rem 1.1333333333rem; -} -table td { - border-top: 1px solid var(--light); - padding: 0.7083333333rem 1.1333333333rem; -} - -.table-striped tr:nth-child(2n) { - background: var(--lighter); -} -.table-bordered th, -.table-bordered td { - border: 1px solid var(--light); -} -.table-title th { - background: var(--lighter); -} - -figcaption { - clear: both; - color: gray-2; - font-style: italic; - font-size: 0.7241964329rem; - margin: 0.85rem 0 0; - text-align: center; -} - -kbd { - background: var(--dark); - border-radius: 2px; - color: var(--white); - font-family: Menlo, Monaco, Consolas, Courier New, monospace; - font-size: 0.8789062495rem; - padding: 0.1416666667rem 0.425rem; -} - -sub, -sup { - font-size: 65%; -} - -small { - font-size: 0.8789062495rem; -} - -hr, -.separator { - background: none; - border: none; - height: auto; - line-height: 1; - max-width: none; - text-align: center; -} -hr::before, -.separator::before { - content: "···"; - color: var(--dark); - font-size: 1.2136296308rem; - font-weight: var(--font-weight-bold); - letter-spacing: 1.1377777785rem; - padding-left: 1.1377777785rem; -} - -.separator--dot::before { - content: "·"; - color: var(--dark); - font-size: 1.2136296308rem; - font-weight: var(--font-weight-bold); - letter-spacing: 1.1377777785rem; - padding-left: 1.1377777785rem; -} -.separator--long-line { - position: relative; -} -.separator--long-line::before { - content: ""; - height: 1.2136296308rem; -} -.separator--long-line::after { - border-top: 1px solid var(--light); - content: ""; - height: 1px; - position: absolute; - width: 100%; - top: 50%; - left: 0; -} - -.btn, [type=button], -[type=submit], -button { - background: var(--color); - border: 1px solid var(--color); - border-radius: 2px; - -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0, 0, 0, 0.08); - box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0, 0, 0, 0.08); - color: var(--white); - cursor: pointer; - display: inline-block; - font-family: var(--body-font); - font-size: 0.6789341556rem; - font-weight: var(--font-weight-bold); - overflow: hidden; - padding: 0.5666666667rem 1.4166666667rem; - text-align: center; - -webkit-transition: all 0.24s ease-out; - -o-transition: all 0.24s ease-out; - transition: all 0.24s ease-out; - text-transform: uppercase; - vertical-align: middle; - will-change: transform; -} -@media all and (max-width: 19.9375em) { - .btn, [type=button], -[type=submit], -button { - width: 100%; - } -} -@media all and (max-width: 37.4375em) { - .btn, [type=button], -[type=submit], -button { - margin-bottom: 0.5666666667rem; - } -} -.btn:hover, [type=button]:hover, -[type=submit]:hover, -button:hover, .btn:active, [type=button]:active, -[type=submit]:active, -button:active, .btn:focus, [type=button]:focus, -[type=submit]:focus, -button:focus { - -webkit-box-shadow: 0 7px 14px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08); - box-shadow: 0 7px 14px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08); - color: var(--white); - -webkit-transform: translateY(-2px); - -ms-transform: translateY(-2px); - transform: translateY(-2px); -} -@media all and (min-width: 20em) { - .btn + .btn, [type=button] + .btn, -[type=submit] + .btn, -button + .btn, .btn + [type=button], [type=button] + [type=button], -[type=submit] + [type=button], -button + [type=button], -.btn + [type=submit], -[type=button] + [type=submit], -[type=submit] + [type=submit], -button + [type=submit], -.btn + button, -[type=button] + button, -[type=submit] + button, -button + button { - margin-left: 0.5666666667rem; - } -} -.btn:disabled, [type=button]:disabled, -[type=submit]:disabled, -button:disabled { - background-color: var(--light); - border-color: var(--light); - color: var(--gray); - cursor: not-allowed; -} - -[type=button], -[type=submit], -button { - -webkit-appearance: none; - -moz-appearance: none; -} - -::-webkit-search-cancel-button { - -webkit-appearance: none; -} - -fieldset { - border: 1px solid var(--light); - margin: calc(1.7rem + 1vw) 0 0; - padding: 1.7rem; -} -fieldset > legend { - margin-left: -1rem; - padding: 0 1rem; -} - -legend { - font-weight: 500; - padding: 0; -} - -label { - font-weight: 500; - margin: 0 1.1333333333rem 0.85rem 0; -} - -[type=text], -[type=url], -[type=tel], -[type=number], -[type=email], -[type=search], -textarea, -select { - background-color: var(--page-bg); - border: none; - border: 1px solid var(--light); - color: var(--text-color); - font-size: 1rem; - outline: none; - padding: 0.34rem 0.85rem; - vertical-align: middle; - width: 100%; - -webkit-appearance: none; - -moz-appearance: none; -} -@media all and (min-width: 37.5em) { - [type=text], -[type=url], -[type=tel], -[type=number], -[type=email], -[type=search], -textarea, -select { - width: auto; - } -} -[type=text]:focus, -[type=url]:focus, -[type=tel]:focus, -[type=number]:focus, -[type=email]:focus, -[type=search]:focus, -textarea:focus, -select:focus { - border-color: var(--dark); -} - -input[type=checkbox], -input[type=radio] { - opacity: 0; - position: absolute; -} -input[type=checkbox] + label, -input[type=radio] + label { - position: relative; - margin-left: -1px; - cursor: pointer; - padding: 0; -} -input[type=checkbox] + label:before, -input[type=radio] + label:before { - background-color: var(--white); - border: 1px solid var(--light); - border-radius: 2px; - content: ""; - display: inline-block; - height: 1.4166666667rem; - line-height: 1.4166666667rem; - margin-right: 1.1333333333rem; - vertical-align: middle; - text-align: center; - width: 1.4166666667rem; -} -input[type=checkbox]:checked + label:before, -input[type=radio]:checked + label:before { - content: ""; - background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 8'%3e%3cpolygon points='9.53 0 4.4 5.09 1.47 2.18 0 3.64 2.93 6.54 4.4 8 5.87 6.54 11 1.46 9.53 0' fill='%23d73a42'/%3e%3c/svg%3e"); - background-repeat: no-repeat; - background-size: 11px 8px; - background-position: 50% 50%; -} - -input[type=radio] + label:before { - border-radius: 50%; -} -input[type=radio]:checked + label:before { - background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3ccircle cx='4' cy='4' r='4' fill='%23d73a42'/%3e%3c/svg%3e"); -} - -[type=file] { - margin-bottom: 1.7rem; - width: 100%; -} - -select { - max-width: 100%; - width: auto; - position: relative; -} -select:not([multiple]) { - background: url('data:image/svg+xml;utf8,') no-repeat 90% 50%; - background-size: 8px; - padding-right: 3.4rem; -} - -select[multiple] { - border: 1px solid var(--light); - padding: 1.7rem; - width: 100%; -} -select[multiple]:hover { - border-color: var(--light); -} -select[multiple]:focus { - border-color: var(--dark); -} -select[multiple]:disabled { - background-color: var(--light); - cursor: not-allowed; -} -select[multiple]:disabled:hover { - border-color: var(--light); -} - -textarea { - display: block; - overflow: auto; - resize: vertical; - max-width: 100%; -} - -.top { - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - height: var(--navbar-height); - position: absolute; - padding: 0 var(--page-margin); - -webkit-transition: background 0.5s ease; - -o-transition: background 0.5s ease; - transition: background 0.5s ease; - width: 100%; - z-index: 2; -} -@media all and (min-width: 56.25em) { - .top { - -webkit-box-pack: justify; - -ms-flex-pack: justify; - justify-content: space-between; - height: var(--navbar-height); - } -} -.top.is-visible { - background: var(--section-bg); - -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.06); - box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.06); - opacity: 1; - position: fixed; - -webkit-transform: translate(0, 0); - -ms-transform: translate(0, 0); - transform: translate(0, 0); - -webkit-transition: height 0.3s, background 0.3s, opacity 0.24s, -webkit-transform 0.24s; - transition: height 0.3s, background 0.3s, opacity 0.24s, -webkit-transform 0.24s; - -o-transition: transform 0.24s, height 0.3s, background 0.3s, opacity 0.24s; - transition: transform 0.24s, height 0.3s, background 0.3s, opacity 0.24s; - transition: transform 0.24s, height 0.3s, background 0.3s, opacity 0.24s, -webkit-transform 0.24s; - width: 100%; -} -@media all and (min-width: 56.25em) { - .top.is-hidden { - opacity: 0; - -webkit-transform: translate(0, -86px); - -ms-transform: translate(0, -86px); - transform: translate(0, -86px); - -webkit-transition: background 0.3s, color 0.3s, opacity 0.24s, -webkit-transform 0.24s; - transition: background 0.3s, color 0.3s, opacity 0.24s, -webkit-transform 0.24s; - -o-transition: transform 0.24s, background 0.3s, color 0.3s, opacity 0.24s; - transition: transform 0.24s, background 0.3s, color 0.3s, opacity 0.24s; - transition: transform 0.24s, background 0.3s, color 0.3s, opacity 0.24s, -webkit-transform 0.24s; - } -} - -.logo { - color: var(--logo-color) !important; - font-size: 1.2136296308rem; - font-family: var(--logo-font); - font-weight: var(--font-weight-normal); - margin-right: auto; -} -.logo > img { - max-height: calc(3.9666666667rem + 1vw); - width: auto; -} - -.search { - -webkit-box-ordinal-group: 3; - -ms-flex-order: 2; - order: 2; -} -@media all and (min-width: 56.25em) { - .search { - -webkit-box-ordinal-group: 4; - -ms-flex-order: 3; - order: 3; - } -} -.search__btn { - border: none !important; - background: none !important; - -webkit-box-shadow: none !important; - box-shadow: none !important; - margin: 0; - padding: 0.5666666667rem; - width: auto; -} -@media all and (min-width: 56.25em) { - .search__btn { - margin-left: 1rem; - padding-right: 0; - } -} -.search__btn:hover, .search__btn:focus { - -webkit-transform: translateY(0); - -ms-transform: translateY(0); - transform: translateY(0); -} -.search__btn:hover > svg, .search__btn:focus > svg { - fill: rgba(255, 255, 255, 0.7); -} -.search__btn > svg { - display: block; - fill: var(--white); - height: 15px; - -webkit-transition: all 0.24s ease; - -o-transition: all 0.24s ease; - transition: all 0.24s ease; - width: 15px; -} -.search__form { - -ms-flex-preferred-size: 90%; - flex-basis: 90%; -} -.search__input { - background: none; - border: none !important; - color: var(--white); - display: none; - font-family: var(--heading-font); - margin: 0 !important; - opacity: 0; - padding: 0; - width: 100%; - font-size: 1.2136296308rem; -} -@media screen and (min-width: 20rem) { - .search__input { - font-size: calc(1.2136296308rem + 0.3574603758 * ((100vw - 20rem) / 50)); - } -} -@media screen and (min-width: 70rem) { - .search__input { - font-size: 1.5710900065rem; - } -} -.search__close { - background: none !important; - -webkit-box-shadow: none !important; - box-shadow: none !important; - border: none; - color: transparent; - cursor: pointer; - margin: 0 !important; - opacity: 0; - padding: 0; - height: 1.6rem; - width: 1.6rem; - position: relative; - text-indent: -999rem; -} -.search__close:before, .search__close:after { - background-color: var(--white); - content: ""; - left: 1rem; - height: 1.6rem; - opacity: 1; - position: absolute; - width: 1px; - top: 0; - -webkit-transform: rotate(45deg); - -ms-transform: rotate(45deg); - transform: rotate(45deg); - -webkit-transition: all 0.14s ease-out; - -o-transition: all 0.14s ease-out; - transition: all 0.14s ease-out; -} -.search__close:after { - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); -} -.search__close:hover { - -webkit-transform: translateY(0); - -ms-transform: translateY(0); - transform: translateY(0); -} -.search__close:hover:before, .search__close:hover:after { - background-color: rgba(255, 255, 255, 0.7); -} -.search__overlay { - background-color: var(--section-bg); - -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05); - box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05); - left: 0; - opacity: 0; - position: fixed; - -webkit-transition: all 0.24s ease-out; - -o-transition: all 0.24s ease-out; - transition: all 0.24s ease-out; - top: 0; - visibility: hidden; - width: 100%; - z-index: 2005; -} -.search__overlay-inner { - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - height: 4.4rem; - -webkit-box-pack: justify; - -ms-flex-pack: justify; - justify-content: space-between; - padding: 0 var(--page-margin); -} -@media all and (min-width: 56.25em) { - .search__overlay-inner { - height: 6rem; - } -} -.search__overlay.expanded { - -webkit-transform: translate(0, 0); - -ms-transform: translate(0, 0); - transform: translate(0, 0); - opacity: 1; - display: block; - visibility: visible; -} -.search__overlay.expanded .search__input { - -webkit-animation: slideininput 0.24s 0.12s forwards; - animation: slideininput 0.24s 0.12s forwards; - display: block; -} -@-webkit-keyframes slideininput { - 60% { - opacity: 0; - } - 100% { - opacity: 1; - } -} -@keyframes slideininput { - 60% { - opacity: 0; - } - 100% { - opacity: 1; - } -} -.search__overlay.expanded .search__close { - -webkit-animation: slideinclose 0.24s 0.12s forwards; - animation: slideinclose 0.24s 0.12s forwards; -} -@-webkit-keyframes slideinclose { - 60% { - opacity: 0; - } - 100% { - opacity: 1; - } -} -@keyframes slideinclose { - 60% { - opacity: 0; - } - 100% { - opacity: 1; - } -} - -.navbar { - -webkit-box-ordinal-group: 4; - -ms-flex-order: 3; - order: 3; -} -.navbar .navbar__menu { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -ms-flex-wrap: wrap; - flex-wrap: wrap; - list-style: none; - margin: 0; - padding: 0; -} -@media all and (max-width: 56.1875em) { - .navbar .navbar__menu { - display: none; - } -} -.navbar .navbar__menu li { - font-family: var(--menu-font); - display: block; - font-size: 0.7724761953rem; - line-height: var(--line-height); - font-weight: 500; - padding: 0; - position: relative; - text-transform: uppercase; - width: auto; -} -.navbar .navbar__menu li a, -.navbar .navbar__menu li span[aria-haspopup=true] { - color: var(--nav-link-color); - display: block; - padding: 0 0.5666666667rem; - -webkit-transition: all 0.24s ease-out; - -o-transition: all 0.24s ease-out; - transition: all 0.24s ease-out; -} -.navbar .navbar__menu li a:active, .navbar .navbar__menu li a:focus, .navbar .navbar__menu li a:hover, -.navbar .navbar__menu li span[aria-haspopup=true]:active, -.navbar .navbar__menu li span[aria-haspopup=true]:focus, -.navbar .navbar__menu li span[aria-haspopup=true]:hover { - color: var(--nav-link-color-hover); -} -.navbar .navbar__menu li span { - color: var(--nav-link-color); - cursor: default; - display: block; - padding: 0 0.5666666667rem; -} -.navbar .navbar__menu > li:hover > a, .navbar .navbar__menu > li:hover > span[aria-haspopup=true] { - color: var(--nav-link-color-hover); -} -.navbar .has-submenu:active > .navbar__submenu, -.navbar .has-submenu:focus > .navbar__submenu, -.navbar .has-submenu:hover > .navbar__submenu { - left: 0; - opacity: 1; - -webkit-transform: scale(1); - -ms-transform: scale(1); - transform: scale(1); - visibility: visible; - margin-top: 0.85rem; -} -.navbar .has-submenu:active > .navbar__submenu:before, -.navbar .has-submenu:focus > .navbar__submenu:before, -.navbar .has-submenu:hover > .navbar__submenu:before { - content: ""; - height: 0.85rem; - position: absolute; - width: 100%; - top: -0.85rem; -} -.navbar .has-submenu:active > .navbar__submenu.is-right-submenu, -.navbar .has-submenu:focus > .navbar__submenu.is-right-submenu, -.navbar .has-submenu:hover > .navbar__submenu.is-right-submenu { - left: auto; - right: 0; - -webkit-transform-origin: right top; - -ms-transform-origin: right top; - transform-origin: right top; -} -.navbar .has-submenu .has-submenu:active > .navbar__submenu, -.navbar .has-submenu .has-submenu:focus > .navbar__submenu, -.navbar .has-submenu .has-submenu:hover > .navbar__submenu { - top: 0; - margin-top: 0; -} -.navbar .has-submenu .has-submenu:active > .navbar__submenu.is-right-submenu, -.navbar .has-submenu .has-submenu:focus > .navbar__submenu.is-right-submenu, -.navbar .has-submenu .has-submenu:hover > .navbar__submenu.is-right-submenu { - top: 0; - margin-top: 0; -} -.navbar .navbar__submenu { - background: var(--section-bg); - -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25); - box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25); - left: -9999px; - list-style-type: none; - margin: 0; - padding: 10px 0; - position: absolute; - visibility: hidden; - white-space: nowrap; - z-index: 1; - opacity: 0; - -webkit-transform: scale(0.8); - -ms-transform: scale(0.8); - transform: scale(0.8); - -webkit-transform-origin: 0 top; - -ms-transform-origin: 0 top; - transform-origin: 0 top; - -webkit-transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0.275, 1.375, 0.8, 1); - transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0.275, 1.375, 0.8, 1); - -o-transition: opacity 0.15s, transform 0.3s cubic-bezier(0.275, 1.375, 0.8, 1); - transition: opacity 0.15s, transform 0.3s cubic-bezier(0.275, 1.375, 0.8, 1); - transition: opacity 0.15s, transform 0.3s cubic-bezier(0.275, 1.375, 0.8, 1), -webkit-transform 0.3s cubic-bezier(0.275, 1.375, 0.8, 1); -} -.navbar .navbar__submenu__submenu { - z-index: 2; -} -.navbar .navbar__submenu li { - line-height: 1.5; - font-size: 0.7241964329rem; -} -.navbar .navbar__submenu li a, -.navbar .navbar__submenu li span[aria-haspopup=true] { - color: var(--nav-link-color-hover) !important; - padding: 0.5666666667rem 1.4166666667rem; - -webkit-transition: all 0.24s ease; - -o-transition: all 0.24s ease; - transition: all 0.24s ease; -} -.navbar .navbar__submenu li a:active, .navbar .navbar__submenu li a:focus, .navbar .navbar__submenu li a:hover, -.navbar .navbar__submenu li span[aria-haspopup=true]:active, -.navbar .navbar__submenu li span[aria-haspopup=true]:focus, -.navbar .navbar__submenu li span[aria-haspopup=true]:hover { - background: rgba(var(--white-rgb), 0.05); - color: var(--nav-link-color) !important; -} -.navbar .navbar__submenu li span { - color: var(--nav-link-color-hover) !important; - padding: 0.5666666667rem 1.4166666667rem; -} -.navbar .navbar__submenu li:hover > a, .navbar .navbar__submenu li:hover > span[aria-haspopup=true] { - color: var(--nav-link-color) !important; -} -.navbar .navbar__toggle { - background: var(--section-bg); - -webkit-box-shadow: none; - box-shadow: none; - border: none; - border-radius: 3px; - cursor: pointer; - display: block; - line-height: 1; - margin: 0; - overflow: visible; - padding: 1rem; - position: relative; - right: -1rem; - text-transform: none; - z-index: 2004; -} -@media all and (min-width: 56.25em) { - .navbar .navbar__toggle { - display: none; - } -} -.navbar .navbar__toggle:hover, .navbar .navbar__toggle:focus { - -webkit-box-shadow: none; - box-shadow: none; - outline: none; - -webkit-transform: none; - -ms-transform: none; - transform: none; -} -.navbar .navbar__toggle-box { - width: 24px; - height: 14px; - display: inline-block; - position: relative; -} -.navbar .navbar__toggle-inner { - display: block; - top: 50%; - text-indent: -9999999em; -} -.navbar .navbar__toggle-inner::before { - content: ""; - display: block; - top: -6px; -} -.navbar .navbar__toggle-inner::after { - content: ""; - display: block; - bottom: -6px; -} -.navbar .navbar__toggle-inner, .navbar .navbar__toggle-inner::before, .navbar .navbar__toggle-inner::after { - width: 22px; - height: 2px; - background-color: var(--white); - position: absolute; - -webkit-transition: opacity 0.14s ease-out, -webkit-transform; - transition: opacity 0.14s ease-out, -webkit-transform; - -o-transition: transform, opacity 0.14s ease-out; - transition: transform, opacity 0.14s ease-out; - transition: transform, opacity 0.14s ease-out, -webkit-transform; -} -.navbar .navbar__toggle-inner { - -webkit-transition-duration: 0.075s; - -o-transition-duration: 0.075s; - transition-duration: 0.075s; - -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); - -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); - transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); -} -.navbar .navbar__toggle-inner::before { - -webkit-transition: top 0.075s ease 0.12s, opacity 0.075s ease; - -o-transition: top 0.075s ease 0.12s, opacity 0.075s ease; - transition: top 0.075s ease 0.12s, opacity 0.075s ease; -} -.navbar .navbar__toggle-inner::after { - -webkit-transition: bottom 0.075s ease 0.12s, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); - transition: bottom 0.075s ease 0.12s, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); - -o-transition: bottom 0.075s ease 0.12s, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); - transition: bottom 0.075s ease 0.12s, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); - transition: bottom 0.075s ease 0.12s, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); -} -.navbar .navbar__toggle.is-active .navbar__toggle-inner { - -webkit-transform: rotate(45deg); - -ms-transform: rotate(45deg); - transform: rotate(45deg); - -webkit-transition-delay: 0.12s; - -o-transition-delay: 0.12s; - transition-delay: 0.12s; - -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); - -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); - transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); -} -.navbar .navbar__toggle.is-active .navbar__toggle-inner::before { - top: 0; - opacity: 0; - -webkit-transition: top 0.075s ease, opacity 0.075s ease 0.12s; - -o-transition: top 0.075s ease, opacity 0.075s ease 0.12s; - transition: top 0.075s ease, opacity 0.075s ease 0.12s; -} -.navbar .navbar__toggle.is-active .navbar__toggle-inner::after { - bottom: 0; - -webkit-transform: rotate(-90deg); - -ms-transform: rotate(-90deg); - transform: rotate(-90deg); - -webkit-transition: bottom 0.075s ease, -webkit-transform 0.075s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s; - transition: bottom 0.075s ease, -webkit-transform 0.075s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s; - -o-transition: bottom 0.075s ease, transform 0.075s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s; - transition: bottom 0.075s ease, transform 0.075s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s; - transition: bottom 0.075s ease, transform 0.075s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s, -webkit-transform 0.075s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s; -} - -.navbar_mobile_overlay { - background: var(--page-bg); - height: calc(100vh - 4.4rem); - left: 0; - opacity: 1; - overflow: auto; - pointer-events: auto; - position: fixed; - top: 4.4rem; - -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.3, 1); - -o-transition: all 0.3s cubic-bezier(0, 0, 0.3, 1); - transition: all 0.3s cubic-bezier(0, 0, 0.3, 1); - width: 100%; - z-index: 1001; -} -.navbar_mobile_overlay.is-hidden { - opacity: 0; - pointer-events: none; -} -.navbar_mobile_overlay .navbar__menu { - margin: 24px; -} -.navbar_mobile_overlay .navbar__menu li { - list-style: none; - margin: 0; - padding: 0; - text-align: center; -} -.navbar_mobile_overlay .navbar__menu li a, -.navbar_mobile_overlay .navbar__menu li span { - color: var(--dark); - display: block; - padding: 0.5666666667rem; - position: relative; -} -.navbar_mobile_overlay .navbar__menu li a:active, .navbar_mobile_overlay .navbar__menu li a:focus, .navbar_mobile_overlay .navbar__menu li a:hover, -.navbar_mobile_overlay .navbar__menu li span:active, -.navbar_mobile_overlay .navbar__menu li span:focus, -.navbar_mobile_overlay .navbar__menu li span:hover { - color: var(--dark); -} -.navbar_mobile_overlay .navbar__menu li a[aria-haspopup=true]::after, -.navbar_mobile_overlay .navbar__menu li span[aria-haspopup=true]::after { - content: ""; - width: 0; - height: 0; - border-style: solid; - border-width: 5px 5px 0 5px; - border-color: currentColor transparent transparent transparent; - left: 0.5666666667rem; - top: 15px; - position: relative; -} -.navbar_mobile_overlay .navbar__submenu { - margin: 0; - padding: 0; - visibility: hidden; -} -.navbar_mobile_overlay .navbar__submenu[aria-hidden=false] { - visibility: visible; -} -.navbar_mobile_overlay .navbar__submenu_wrapper { - height: 0; - opacity: 0; - overflow: hidden; - -webkit-transition: all 0.3s cubic-bezier(0.275, 1.375, 0.8, 1); - -o-transition: all 0.3s cubic-bezier(0.275, 1.375, 0.8, 1); - transition: all 0.3s cubic-bezier(0.275, 1.375, 0.8, 1); -} -.navbar_mobile_overlay .navbar__submenu_wrapper.is-active { - height: auto; - opacity: 1; -} - -.navbar_mobile_sidebar { - background: var(--page-bg); - -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); - box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); - height: 100vh; - left: 0; - max-width: 400px; - overflow: auto; - position: fixed; - top: 0; - -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.3, 1); - -o-transition: all 0.3s cubic-bezier(0, 0, 0.3, 1); - transition: all 0.3s cubic-bezier(0, 0, 0.3, 1); - width: 80%; - z-index: 1001; -} -.navbar_mobile_sidebar.is-hidden { - left: -400px; -} -.navbar_mobile_sidebar .navbar__menu { - margin: 24px; -} -.navbar_mobile_sidebar .navbar__menu li { - font-family: var(--menu-font); - font-size: 16px; - list-style: none; - line-height: 1.3; - margin: 0; - padding: 0; -} -.navbar_mobile_sidebar .navbar__menu li a, -.navbar_mobile_sidebar .navbar__menu li .is-separator { - color: var(--dark); - display: block; - padding: 10px 20px 10px 0; - position: relative; -} -.navbar_mobile_sidebar .navbar__menu li a:active, .navbar_mobile_sidebar .navbar__menu li a:focus, .navbar_mobile_sidebar .navbar__menu li a:hover, -.navbar_mobile_sidebar .navbar__menu li .is-separator:active, -.navbar_mobile_sidebar .navbar__menu li .is-separator:focus, -.navbar_mobile_sidebar .navbar__menu li .is-separator:hover { - color: var(--dark); -} -.navbar_mobile_sidebar .navbar__menu li a[aria-haspopup=true]::after, -.navbar_mobile_sidebar .navbar__menu li .is-separator[aria-haspopup=true]::after { - content: ""; - width: 0; - height: 0; - border-style: solid; - border-width: 5px 5px 0 5px; - border-color: currentColor transparent transparent transparent; - right: 0; - top: 18px; - position: absolute; -} -.navbar_mobile_sidebar .navbar__submenu { - margin: 0 0 0 24px; - padding: 0; - visibility: hidden; -} -.navbar_mobile_sidebar .navbar__submenu[aria-hidden=false] { - visibility: visible; -} -.navbar_mobile_sidebar .navbar__submenu_wrapper { - height: 0; - opacity: 0; - overflow: hidden; - -webkit-transition: all 0.3s cubic-bezier(0.275, 1.375, 0.8, 1); - -o-transition: all 0.3s cubic-bezier(0.275, 1.375, 0.8, 1); - transition: all 0.3s cubic-bezier(0.275, 1.375, 0.8, 1); -} -.navbar_mobile_sidebar .navbar__submenu_wrapper.is-active { - height: auto; - opacity: 1; -} -.navbar_mobile_sidebar__overlay { - background: rgba(0, 0, 0, 0.5); - height: 100%; - opacity: 1; - pointer-events: auto; - position: fixed; - top: 0; - -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.3, 1); - -o-transition: all 0.3s cubic-bezier(0, 0, 0.3, 1); - transition: all 0.3s cubic-bezier(0, 0, 0.3, 1); - width: 100%; - z-index: 10; -} -.navbar_mobile_sidebar__overlay.is-hidden { - opacity: 0; - pointer-events: none; -} - -.site-container { - background: var(--page-bg); - max-width: 100%; - overflow: hidden; -} - -.wrapper { - -webkit-box-sizing: content-box; - box-sizing: content-box; - max-width: var(--entry-width); - margin: 0 auto; - padding: 0 var(--page-margin); -} - -.readmore { - display: inline-block; - color: var(--gray); - font-size: 0.8239746086rem; - font-style: italic; - text-decoration: underline; - -webkit-text-decoration-skip: ink; - text-decoration-skip-ink: auto; -} - -.hero { - background: var(--hero-bg); - height: var(--hero-height); - position: relative; - top: 0; - z-index: 1; -} -.hero__content { - bottom: 10%; - color: var(--hero-text-color); - left: 50%; - position: absolute; - -webkit-transform: translate(-50%, 0); - -ms-transform: translate(-50%, 0); - transform: translate(-50%, 0); - width: 100%; - z-index: 2; -} -.hero__content h1 { - color: var(--hero-heading-color); -} -.hero__content h1 > sup { - font-size: 1.066666667rem; - vertical-align: top; -} -.hero__content h1 + p { - margin-top: calc(0.2833333333rem + 0.25vw); -} -.hero__content a { - font-weight: bold; -} -.hero__content a { - color: var(--hero-link-color); - text-decoration: none; - -webkit-transition: all 0.24s ease-out; - -o-transition: all 0.24s ease-out; - transition: all 0.24s ease-out; -} -.hero__content a:hover { - color: var(--hero-link-color-hover); -} -.hero__content a:active { - color: var(--hero-link-color); -} -.hero__content a:focus { - outline: none; -} -.hero__image { - height: 100%; - margin: 0; - position: absolute; - width: 100%; -} -.hero__image--overlay::after { - content: ""; - display: block; - height: 100%; - left: 0; - position: absolute; - top: 0; - width: 100%; -} -.hero__image > img { - display: block; - height: inherit; - -o-object-fit: cover; - object-fit: cover; - width: inherit; -} -.hero__image > figcaption { - background: var(--page-bg); - border-radius: 2px; - bottom: 1rem; - color: var(--text-color); - display: block; - padding: 0 0.34rem; - position: absolute; - text-align: right; - right: var(--page-margin); - z-index: 3; -} - -.feed__item { - margin-top: calc(2.55rem + 1.5vw); - padding-bottom: calc(0.5666666667rem + 1vw); -} -.feed__image { - -webkit-box-sizing: content-box; - box-sizing: content-box; - margin: calc(1.7rem + 1vw) auto; - max-width: calc(var(--entry-width) + 20%); - padding: 0 6vw; -} -.feed__image > img { - display: inline-block; - height: auto; - width: 100%; -} -.feed__meta { - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - color: gray-2; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - font-size: 0.8239746086rem; - margin-bottom: calc(-1.4166666667rem - 1vw); -} -.feed__author { - font-family: var(--menu-font); - font-weight: var(--font-weight-bold); -} -.feed__date { - color: var(--gray); - font-style: italic; -} -.feed__author + .feed__date { - margin-left: 0.85rem; -} -.feed__author + .feed__date::before { - content: ""; - background: var(--light); - display: inline-block; - height: 1px; - margin-right: 4px; - width: 1rem; - vertical-align: middle; -} -.feed__readmore { - margin-top: calc(1.1333333333rem + 0.25vw); -} -.feed--grid { - display: -ms-grid; - display: grid; - -ms-grid-columns: 100%; - grid-template-columns: 100%; - grid-gap: calc(1.7rem + 1.5vw); - margin-top: 0; - padding-top: calc(2.55rem + 1.5vw); -} -@media all and (min-width: 37.5em) { - .feed--grid { - -ms-grid-columns: 1fr calc(1.7rem + 1.5vw) 1fr; - grid-template-columns: repeat(2, 1fr); - } -} -.feed--grid h2 { - margin-top: 0; -} -.feed--grid sup { - font-size: 1.066666667rem; - vertical-align: top; -} - -.post__image { - display: inline-block; -} -.post__image > img { - display: inline-block; -} -.post__image--left { - float: left; - margin-bottom: 1.7rem; - margin-right: 1.7rem; - max-width: 50%; -} -.post__image--right { - float: right; - margin-bottom: 1.7rem; - margin-left: 1.7rem; - max-width: 50%; -} -.post__image--center { - display: block; - margin-left: auto; - margin-right: auto; - text-align: center; -} -.post__image--wide { - display: block; -} -@media all and (min-width: 56.25em) { - .post__image--wide { - margin-left: calc(-1 * var(--page-margin)); - margin-right: calc(-1 * var(--page-margin)); - text-align: center; - } - .post__image--wide a, -.post__image--wide img { - display: block; - height: auto; - width: 100%; - } -} -.post__image--full { - display: block; - margin-left: calc(-50vw + 50%); - margin-right: calc(-50vw + 50%); - text-align: center; -} -.post__image--full a, -.post__image--full img { - display: block; - height: auto; - width: 100%; -} -.post__meta { - color: gray-2; - font-size: 0.8239746086rem; - font-style: italic; - margin-bottom: calc(-1.4166666667rem - 1vw); -} -.post__meta--author { - border-top: 1px solid var(--hero-border-color); - font-style: normal; - display: inline-block; - margin-top: 1.7rem; - padding-top: 1.4166666667rem; -} -@media all and (min-width: 37.5em) { - .post__meta--author { - margin-top: 2.8333333333rem; - padding-top: 1.7rem; - } -} -.post__author-thumb { - border-radius: 50%; - height: 1.7rem; - margin-right: 0.5666666667rem; - width: 1.7rem; -} -.post__entry { - margin-top: calc(2.55rem + 1.5vw); -} -.post__entry > :nth-child(1) { - margin-top: 0; -} -.post__entry a:not(.btn):not([type=button]):not([type=submit]):not(button):not(.post__toc a):not(.gallery__item a) { - color: var(--link-color-hover); - text-decoration: underline; - text-decoration-thickness: 1px; - text-underline-offset: 0.2em; - -webkit-text-decoration-skip: ink; - text-decoration-skip-ink: auto; -} -.post__entry a:not(.btn):not([type=button]):not([type=submit]):not(button):not(.post__toc a):not(.gallery__item a):hover, .post__entry a:not(.btn):not([type=button]):not([type=submit]):not(button):not(.post__toc a):not(.gallery__item a):active, .post__entry a:not(.btn):not([type=button]):not([type=submit]):not(button):not(.post__toc a):not(.gallery__item a):focus { - color: var(--link-color); -} -.post__avatar-thumbs { - border-radius: 50%; - height: 4.5333333333rem; - width: 4.5333333333rem; -} -.post__last-updated { - color: var(--gray); - font-size: 0.7724761953rem; - font-style: italic; - margin-top: 2.2666666667rem; -} -.post__last-updated + .post__tag { - margin: 1.1333333333rem 0 0; -} -.post__tag { - margin: 2.2666666667rem 0 0; - font-family: var(--menu-font); - font-size: 0.8239746086rem; -} -.post__tag > li { - display: inline-block; - margin-right: 0.2833333333rem; - padding: 0; -} -.post__tag > li > a { - background: var(--lighter); - border-radius: 1px; - color: var(--dark); - font-size: 0.7241964329rem; - padding: 0.2833333333rem 0.85rem; -} -.post__tag > li > a:hover { - background: var(--light); -} -.post__share { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -ms-flex-wrap: wrap; - flex-wrap: wrap; - margin: calc(2.8333333333rem + 1vw) -0.2833333333rem 0; -} -.post__share > a { - border-radius: 2px; - -webkit-box-flex: 1; - -ms-flex: 1 1 auto; - flex: 1 1 auto; - margin: 0.2833333333rem; - line-height: 0; - padding: 0.7083333333rem 1.1333333333rem; - -webkit-transition: all 0.24s ease-out; - -o-transition: all 0.24s ease-out; - transition: all 0.24s ease-out; - text-align: center; -} -.post__share > a:hover { - -webkit-transform: translateY(-2px); - -ms-transform: translateY(-2px); - transform: translateY(-2px); -} -.post__share > a span { - color: var(--white); - font-family: var(--menu-font); - font-size: 0.5967194723rem; - font-weight: var(--font-weight-bold); - margin-left: 0.2833333333rem; - text-transform: uppercase; -} -.post__share > a svg { - fill: var(--white); - height: 18px; - pointer-events: none; - width: 18px; - vertical-align: middle; -} -.post__bio { - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - margin: calc(3.4rem + 1vw) 0 calc(3.4rem + 2vw); -} -@media all and (min-width: 37.5em) { - .post__bio::before { - content: ""; - border-top: 1px solid var(--light); - height: 1px; - margin-right: 2rem; - width: 20%; - } -} -.bio__avatar { - border-radius: 50%; - -ms-flex-negative: 0; - flex-shrink: 0; - height: 3rem; - margin-right: 1.2rem; - width: 3rem; -} -@media all and (min-width: 37.5em) { - .bio__avatar { - height: 4rem; - margin-right: 2rem; - width: 4rem; - } -} -.bio__name { - font-family: var(--menu-font); - font-size: 1rem; - font-weight: var(--font-weight-bold); - margin: 0; -} -.bio__info > p { - font-family: var(--body-font); - font-size: 0.8239746086rem; - line-height: 1.5; - margin: 0.5666666667rem 0 0; -} -@media all and (min-width: 37.5em) { - .bio__info > p { - width: 80%; - } -} - -.post__nav { - border-top: 1px solid var(--light); - margin-top: calc(2.55rem + 1vw); - padding: 2.55rem var(--page-margin) 2.8333333333rem; - position: relative; -} -@media all and (min-width: 37.5em) { - .post__nav-inner { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-pack: justify; - -ms-flex-pack: justify; - justify-content: space-between; - } -} -@media all and (min-width: 37.5em) { - .post__nav-prev, .post__nav-next { - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - } -} -.post__nav-prev svg, .post__nav-next svg { - fill: var(--gray); -} -@media all and (max-width: 37.4375em) { - .post__nav-prev svg, .post__nav-next svg { - display: none; - } -} -@media all and (min-width: 37.5em) { - .post__nav-next { - margin-left: auto; - text-align: right; - } -} -@media all and (max-width: 37.4375em) { - .post__nav-prev + .post__nav-next { - margin-top: 1.1333333333rem; - } -} -@media all and (min-width: 37.5em) { - .post__nav-prev + .post__nav-next { - margin-left: 1.7rem; - } -} -.post__nav-link { - font-family: var(--body-font); - font-size: 0.8239746086rem; - font-style: italic; - line-height: 1.5; -} -@media all and (min-width: 37.5em) { - .post__nav-link[rel=prev] { - padding-left: 0.85rem; - } -} -@media all and (min-width: 37.5em) { - .post__nav-link[rel=next] { - padding-right: 0.85rem; - } -} -.post__nav-link > span { - color: var(--gray); - display: block; - font-size: 0.7724761953rem; - font-family: var(--menu-font); - font-style: normal; -} -.post__nav + .post__related { - margin-top: 0; -} -.post__nav + .post__comments { - border-top: 1px solid var(--light); - margin-top: 0; -} -.post__related { - background: var(--lighter); - margin-top: calc(2.55rem + 1vw); - margin-bottom: calc(-2.55rem - 1vw); - padding: calc(0.85rem + 1vw) 0 calc(3.4rem + 3vw); -} -.related__item { - margin-top: calc(3.4rem + 1vw); -} -.related__item::before { - content: ""; - border-top: 1px solid var(--light); - display: block; - height: 1px; - margin-bottom: 2rem; - width: 20%; -} - -.post__related + .post__comments { - border-top: none; -} -.post + .post__comments { - margin-top: 0; -} -.post + .post__comments .h5 { - margin-top: 0; -} -.post__comments { - margin-top: calc(2.55rem + 1vw); - overflow: hidden; -} -.post__video, .post__iframe { - display: block; - margin-top: calc(1.7rem + 0.5vw); - margin-bottom: calc(1.7rem + 0.5vw); - overflow: hidden; - padding: 0; - position: relative; - width: 100%; -} -.post__video::before, .post__iframe::before { - display: block; - content: ""; - padding-top: var(--embed-aspect-ratio); -} -.post__video iframe, .post__video video, .post__iframe iframe, .post__iframe video { - border: none; - height: 100%; - left: 0; - position: absolute; - top: 0; - bottom: 0; - width: 100%; -} -.post__toc h3 { - font-size: 1rem; - margin: 0; -} -.post__toc ul { - counter-reset: item; - list-style: decimal; - margin: calc(0.5666666667rem + 0.25vw) 0 0 1rem; -} -.post__toc ul li { - counter-increment: item; - padding: 0; -} -.post__toc ul ul { - margin-top: 0; -} -.post__toc ul ul li { - display: block; -} -.post__toc ul ul li:before { - content: counters(item, ".") ". "; - margin-left: -20px; -} - -.banner { - text-align: center; -} -.banner--after-post { - margin-top: calc(2.55rem + 1vw); -} - -.page--author__avatar { - border-radius: 50%; - height: 3rem; - margin-bottom: calc(-1.4166666667rem - 1vw); - width: 3rem; -} -@media all and (min-width: 37.5em) { - .page--author__avatar { - height: 4rem; - width: 4rem; - } -} -.page--author__website { - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - display: -webkit-inline-box; - display: -ms-inline-flexbox; - display: inline-flex; -} -.page--author__website a { - font-family: var(--menu-font); - font-weight: var(--font-weight-bold); - margin-left: 0.4rem; -} -.page--search form { - -webkit-box-align: start; - -ms-flex-align: start; - align-items: flex-start; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -ms-flex-wrap: wrap; - flex-wrap: wrap; -} -@media all and (max-width: 37.4375em) { - .page--search input { - margin-bottom: 0.5666666667rem; - } -} -@media all and (min-width: 20em) { - .page--search input { - -webkit-box-flex: 1; - -ms-flex: 1 0 auto; - flex: 1 0 auto; - margin-right: 0.5666666667rem; - } -} -@media all and (max-width: 37.4375em) { - .page--search button { - width: 100%; - } -} - -.align-left { - text-align: left; -} - -.align-right { - text-align: right; -} - -.align-center { - text-align: center; -} - -.align-justify { - text-align: justify; -} - -.msg { - border: 1px solid; - font-size: 0.8789062495rem; - padding: 1.1333333333rem 1.7rem; - position: relative; -} -.msg--highlight { - background-color: rgba(var(--highlight-color-rgb), 0.4); - border-color: var(--highlight-color); -} -.msg--info { - background-color: rgba(var(--info-color-rgb), 0.4); - border-color: var(--info-color); -} -.msg--success { - background-color: rgba(var(--success-color-rgb), 0.4); - border-color: var(--success-color); -} -.msg--warning { - background-color: rgba(var(--warning-color-rgb), 0.4); - border-color: var(--warning-color); -} - -.ordered-list { - counter-reset: listCounter; -} -.ordered-list li { - counter-increment: listCounter; - list-style: none; - padding-left: 0.2833333333rem; - position: relative; -} -.ordered-list li::before { - color: var(--color); - content: counter(listCounter, decimal-leading-zero) "."; - font-weight: var(--font-weight-bold); - left: -2rem; - position: absolute; -} - -.dropcap:first-letter { - color: var(--headings-color); - float: left; - font-size: 3.6355864383rem; - line-height: 0.7; - margin-right: 0.5666666667rem; - padding: 0.5666666667rem 0.5666666667rem 0.5666666667rem 0; -} - -.pec-wrapper { - height: 100%; - left: 0; - position: absolute; - top: 0; - width: 100%; -} -.pec-overlay { - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - background-color: var(--light); - font-size: 14px; - display: none; - height: inherit; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; - line-height: 1.4; - padding: 1rem; - position: relative; - text-align: center; -} -@media all and (min-width: 37.5em) { - .pec-overlay { - font-size: 16px; - line-height: var(--line-height); - padding: 1rem 2rem; - } -} -.pec-overlay.is-active { - display: -webkit-box; - display: -ms-flexbox; - display: flex; -} -.pec-overlay-inner p { - margin: 0 0 1rem; -} - -/* Pagination ------------------------ */ -.pagination { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - margin-top: calc(3.4rem + 1vw); -} -@media all and (min-width: 56.25em) { - .pagination { - margin-top: calc(5.1rem + 1vw); - } -} -.pagination__item + .pagination__item { - margin-left: 1.1333333333rem; -} -.pagination svg { - fill: var(--gray); -} - -/* Footer ------------------------ */ -.footer { - background: var(--section-bg); - font-family: var(--body-font); - overflow: hidden; - padding: calc(3.4rem + 1vw) var(--page-margin); - margin: calc(2.55rem + 1vw) 0 0; - text-align: center; -} -.footer__social svg { - fill: var(--white); - height: 0.9374999997rem; - margin: 0 0.85rem; - opacity: 0.6; - -webkit-transition: all 0.12s linear 0s; - -o-transition: all 0.12s linear 0s; - transition: all 0.12s linear 0s; - width: 0.9374999997rem; -} -.footer__social svg:hover { - opacity: 1; -} -.footer__copyright { - color: var(--gray); - font-size: 0.6789341556rem; - letter-spacing: 1px; - text-transform: uppercase; - padding: 1.7rem 0; -} -.footer a { - color: var(--white); -} -.footer a:hover { - color: rgba(var(--white-rgb), 0.7); -} -.footer__bttop { - bottom: 1.4166666667rem; - border-radius: 50%; - line-height: 1; - opacity: 0; - padding: 0.51rem; - position: fixed; - right: 2rem; - text-align: center; - width: auto !important; - visibility: hidden; - z-index: 999; -} -@media all and (min-width: 56.25em) { - .footer__bttop { - bottom: 2.8333333333rem; - } -} -.footer__bttop:hover { - opacity: 1; -} -.footer__bttop > svg { - fill: var(--white); - height: 23px; - margin: 0; - width: 23px; -} -.footer__bttop.is-visible { - visibility: visible; - opacity: 1; -} - -.gallery { - margin: calc(1.7rem + 1vw) -0.2833333333rem; -} -@media all and (min-width: 20em) { - .gallery { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -ms-flex-wrap: wrap; - flex-wrap: wrap; - } -} -@media all and (min-width: 56.25em) { - .gallery-wrapper--wide { - margin-left: calc(-1 * var(--page-margin)); - margin-right: calc(-1 * var(--page-margin)); - } - .gallery-wrapper--wide .gallery { - width: calc(100% + 0.5666666667rem); - } -} -.gallery-wrapper--full { - margin-left: calc(-50vw + 50%); - margin-right: calc(-50vw + 50%); -} -@media all and (min-width: 20em) { - .gallery[data-columns="1"] .gallery__item { - -webkit-box-flex: 1; - -ms-flex: 1 0 100%; - flex: 1 0 100%; - } -} -@media all and (min-width: 30em) { - .gallery[data-columns="2"] .gallery__item { - -webkit-box-flex: 1; - -ms-flex: 1 0 50%; - flex: 1 0 50%; - } -} -@media all and (min-width: 37.5em) { - .gallery[data-columns="3"] .gallery__item { - -webkit-box-flex: 1; - -ms-flex: 1 0 33.333%; - flex: 1 0 33.333%; - } -} -@media all and (min-width: 56.25em) { - .gallery[data-columns="4"] .gallery__item { - -webkit-box-flex: 0; - -ms-flex: 0 1 25%; - flex: 0 1 25%; - } -} -@media all and (min-width: 56.25em) { - .gallery[data-columns="5"] .gallery__item { - -webkit-box-flex: 0; - -ms-flex: 0 1 20%; - flex: 0 1 20%; - } -} -@media all and (min-width: 56.25em) { - .gallery[data-columns="6"] .gallery__item { - -webkit-box-flex: 0; - -ms-flex: 0 1 16.666%; - flex: 0 1 16.666%; - } -} -@media all and (min-width: 56.25em) { - .gallery[data-columns="7"] .gallery__item { - -webkit-box-flex: 1; - -ms-flex: 1 0 14.285%; - flex: 1 0 14.285%; - } -} -@media all and (min-width: 56.25em) { - .gallery[data-columns="8"] .gallery__item { - -webkit-box-flex: 1; - -ms-flex: 1 0 12.5%; - flex: 1 0 12.5%; - } -} -.gallery__item { - margin: 0; - padding: 0.2833333333rem; - position: relative; -} -@media all and (min-width: 20em) { - .gallery__item { - -webkit-box-flex: 1; - -ms-flex: 1 0 50%; - flex: 1 0 50%; - } -} -@media all and (min-width: 30em) { - .gallery__item { - -webkit-box-flex: 1; - -ms-flex: 1 0 33.333%; - flex: 1 0 33.333%; - } -} -@media all and (min-width: 37.5em) { - .gallery__item { - -webkit-box-flex: 1; - -ms-flex: 1 0 25%; - flex: 1 0 25%; - } -} -.gallery__item a { - display: block; - height: 100%; - width: 100%; -} -.gallery__item a::after { - background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0))); - background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%); - background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%); - bottom: 0.2833333333rem; - content: ""; - display: block; - opacity: 0; - left: 0.2833333333rem; - height: calc(100% - 0.5666666667rem); - position: absolute; - right: 0.2833333333rem; - top: 0.2833333333rem; - -webkit-transition: all 0.24s ease-out; - -o-transition: all 0.24s ease-out; - transition: all 0.24s ease-out; - width: calc(100% - 0.5666666667rem); -} -.gallery__item a:hover::after { - opacity: 1; -} -.gallery__item img { - display: block; - height: 100%; - -o-object-fit: cover; - object-fit: cover; - width: 100%; -} -.gallery__item figcaption { - bottom: 1.2rem; - color: var(--white); - left: 50%; - opacity: 0; - position: absolute; - text-align: center; - -webkit-transform: translate(-50%, 1.2rem); - -ms-transform: translate(-50%, 1.2rem); - transform: translate(-50%, 1.2rem); - -webkit-transition: all 0.24s ease-out; - -o-transition: all 0.24s ease-out; - transition: all 0.24s ease-out; -} -.gallery__item:hover figcaption { - opacity: 1; - -webkit-transform: translate(-50%, 0); - -ms-transform: translate(-50%, 0); - transform: translate(-50%, 0); -} - -.pswp--dark .pswp__bg { - background: black; -} -.pswp--light .pswp__bg { - background: var(--white); -} -.pswp--light .pswp__counter { - color: var(--text-color); -} -.pswp--light .pswp__caption__center { - color: var(--text-color); -} -.pswp .pswp__button { - -webkit-box-shadow: none; - box-shadow: none; - -webkit-transform: none; - -ms-transform: none; - transform: none; -} \ No newline at end of file diff --git a/input/themes/simple/assets/css/photoswipe.css b/input/themes/simple/assets/css/photoswipe.css deleted file mode 100755 index e88f066..0000000 --- a/input/themes/simple/assets/css/photoswipe.css +++ /dev/null @@ -1,790 +0,0 @@ -/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */ - -/* - Styles for basic PhotoSwipe functionality (sliding area, open/close transitions) -*/ - -/* pswp = photoswipe */ - -.pswp { - display: none; - position: absolute; - width: 100%; - height: 100%; - left: 0; - top: 0; - overflow: hidden; - -ms-touch-action: none; - touch-action: none; - z-index: 1500; - -webkit-text-size-adjust: 100%; - /* create separate layer, to avoid paint on window.onscroll in webkit/blink */ - -webkit-backface-visibility: hidden; - outline: none; -} - -.pswp * { - -webkit-box-sizing: border-box; - box-sizing: border-box; -} - - -.pswp img { - max-width: none; -} - -/* style is added when JS option showHideOpacity is set to true */ - -.pswp--animate_opacity { - /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */ - opacity: 0.001; - will-change: opacity; - /* for open/close transition */ - -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); - transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); -} - -.pswp--open { - display: block; -} - -.pswp--zoom-allowed .pswp__img { - /* autoprefixer: off */ - cursor: -webkit-zoom-in; - cursor: -moz-zoom-in; - cursor: zoom-in; -} - -.pswp--zoomed-in .pswp__img { - /* autoprefixer: off */ - cursor: -webkit-grab; - cursor: -moz-grab; - cursor: grab; -} - -.pswp--dragging .pswp__img { - /* autoprefixer: off */ - cursor: -webkit-grabbing; - cursor: -moz-grabbing; - cursor: grabbing; -} - -/* - Background is added as a separate element. - As animating opacity is much faster than animating rgba() background-color. -*/ - -.pswp__bg { - position: absolute; - left: 0; - top: 0; - width: 100%; - height: 100%; - opacity: 0; - -webkit-transform: translateZ(0); - transform: translateZ(0); - -webkit-backface-visibility: hidden; - will-change: opacity; -} - -.pswp__scroll-wrap { - position: absolute; - left: 0; - top: 0; - width: 100%; - height: 100%; - overflow: hidden; -} - -.pswp__container, -.pswp__zoom-wrap { - -ms-touch-action: none; - touch-action: none; - position: absolute; - left: 0; - right: 0; - top: 0; - bottom: 0; -} - -/* Prevent selection and tap highlights */ - -.pswp__container, -.pswp__img { - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - -webkit-tap-highlight-color: transparent; - -webkit-touch-callout: none; -} - -.pswp__zoom-wrap { - position: absolute; - width: 100%; - -webkit-transform-origin: left top; - transform-origin: left top; - /* for open/close transition */ - -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); - transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); - transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); - transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); -} - -.pswp__bg { - will-change: opacity; - /* for open/close transition */ - -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); - transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); -} - -.pswp--animated-in .pswp__bg, -.pswp--animated-in .pswp__zoom-wrap { - -webkit-transition: none; - transition: none; -} - -.pswp__container, -.pswp__zoom-wrap { - -webkit-backface-visibility: hidden; -} - -.pswp__item { - position: absolute; - left: 0; - right: 0; - top: 0; - bottom: 0; - overflow: hidden; -} - -.pswp__img { - position: absolute; - width: auto; - height: auto; - top: 0; - left: 0; -} - -/* - stretched thumbnail or div placeholder element (see below) - style is added to avoid flickering in webkit/blink when layers overlap -*/ - -.pswp__img--placeholder { - -webkit-backface-visibility: hidden; -} - -/* - div element that matches size of large image - large image loads on top of it -*/ - -.pswp__img--placeholder--blank { - background: #222; -} - -.pswp--ie .pswp__img { - width: 100% !important; - height: auto !important; - left: 0; - top: 0; -} - -/* - Error message appears when image is not loaded - (JS option errorMsg controls markup) -*/ - -.pswp__error-msg { - position: absolute; - left: 0; - top: 50%; - width: 100%; - text-align: center; - font-size: 14px; - line-height: 16px; - margin-top: -8px; - color: #CCC; -} - -.pswp__error-msg a { - color: #CCC; - text-decoration: underline; -} - -/* - - 1. Buttons - - */ - -/* - {{/if}} - - -
- - - - - -{{#if @config.site.mediaLazyLoad}} - -{{/if}} -{{#is "post"}} - {{#post}} - {{#if hasGallery}} - {{> photoswipe}} - {{/if}} - {{/post}} -{{/is}} -{{#checkIf @config.custom.frontSource '==' "post"}} - {{#checkIf @config.custom.frontGallery '==' true}} - {{#is "index"}} - {{> photoswipe}} - {{/is}} - {{/checkIf}} -{{/checkIf}} -{{#if @renderer.previewMode}} - - -{{/if}} -{{{@footerCustomCode}}} -{{{ publiiFooter }}} - - diff --git a/input/themes/simple/partials/frontpage-post.hbs b/input/themes/simple/partials/frontpage-post.hbs deleted file mode 100755 index 98f3b6e..0000000 --- a/input/themes/simple/partials/frontpage-post.hbs +++ /dev/null @@ -1,169 +0,0 @@ -
- {{#getPost @config.custom.frontPost}} -
-
- {{#featuredImage}} - {{#if url}} -
- - {{alt}} - - {{#checkIfAny caption credits}} -
- {{caption}} - {{credits}} -
- {{/checkIfAny}} - -
- {{else}} - {{#checkIfAll @config.custom.uploadHero @config.custom.displayHeroImage}} -
- - {{@config.custom.uploadHeroAlt}} - - {{#if @config.custom.uploadHeroCaption}} -
- {{@config.custom.uploadHeroCaption}} -
- {{/if}} - -
- {{/checkIfAll}} - {{/if}} - {{/featuredImage}} -
-
- {{#if postViewConfig.displayDate}} - - {{/if}} -

- {{title}} -

- {{#if postViewConfig.displayAuthor}} - - {{/if}} -
-
-
- -
- {{{text}}} -
- - {{#checkIfAny postViewConfig.displayLastUpdatedDate postViewConfig.displayTags postViewConfig.displayShareButtons postViewConfig.displayAuthorBio}} -
- - {{#if postViewConfig.displayLastUpdatedDate}} - {{#if modifiedAt}} -

- {{ translate 'post.lastUpdatedDate' }} - {{#checkIf @config.custom.formatDate '!=' 'custom'}} - {{date modifiedAt @config.custom.formatDate}} - {{else}} - {{date modifiedAt @config.custom.formatDateCustom}} - {{/checkIf}} -

- {{/if}} - {{/if}} - - {{#if postViewConfig.displayTags}} - {{#if tags}} - - {{/if}} - {{/if}} - - {{#if postViewConfig.displayShareButtons}} - - {{/if}} - - {{#if postViewConfig.displayAuthorBio}} -
- {{#author}} - {{#if avatar}} - {{avatarImage.alt}} - {{/if}} -
-

- -

- - {{#if description}} -

{{description}} -

- {{/if}} -
- {{/author}} -
- {{/if}} -
- {{/checkIfAny}} -
- - {{#if postViewConfig.displayComments}} -
-
- {{{@commentsCustomCode}}} -
-
- {{/if}} - - {{#if @customHTML.afterPost}} - - {{/if}} - - {{/getPost}} -
diff --git a/input/themes/simple/partials/head.hbs b/input/themes/simple/partials/head.hbs deleted file mode 100755 index b363106..0000000 --- a/input/themes/simple/partials/head.hbs +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - {{#if title}} - {{title}} - {{else}} - {{@website.name}} - {{/if}} - {{metaDescription}} - {{metaRobots}} - {{{publiiHead}}} - {{canonicalLink}} - {{ampLink}} - {{feedLink}} - {{socialMetaTags}} - {{#if @config.custom.faviconUpload}} - - {{/if}} - {{#if @pagination}} - {{#if @pagination.previousPage}} - - {{/if}} - {{#if @pagination.nextPage}} - - {{/if}} - {{/if}} - {{> fonts}} - - {{#is "post"}} - {{#post}} - {{#if hasGallery}} - - {{/if}} - {{/post}} - {{/is}} - {{#checkIf @config.custom.frontSource '==' "post" }} - {{#checkIf @config.custom.frontGallery '==' true}} - {{#is "index"}} - - {{/is}} - {{/checkIf}} - {{/checkIf}} - {{jsonLD}} - {{#is "post"}} - {{#post}} - {{#if hasGallery}} - - {{/if}} - {{/post}} - {{/is}} - - {{#checkIf @config.custom.frontSource '==' "post"}} - {{#checkIf @config.custom.frontGallery '==' true}} - {{#is "index"}} - - {{/is}} - {{/checkIf}} - {{/checkIf}} - {{{@headCustomCode}}} - - - {{{@bodyCustomCode}}} \ No newline at end of file diff --git a/input/themes/simple/partials/menu.hbs b/input/themes/simple/partials/menu.hbs deleted file mode 100755 index c48d285..0000000 --- a/input/themes/simple/partials/menu.hbs +++ /dev/null @@ -1,54 +0,0 @@ -{{#unless level}} - -{{/unless}} diff --git a/input/themes/simple/partials/pagination.hbs b/input/themes/simple/partials/pagination.hbs deleted file mode 100755 index 86536e7..0000000 --- a/input/themes/simple/partials/pagination.hbs +++ /dev/null @@ -1,91 +0,0 @@ -{{#if @pagination}} - -{{/if}} diff --git a/input/themes/simple/partials/photoswipe.hbs b/input/themes/simple/partials/photoswipe.hbs deleted file mode 100755 index aca9254..0000000 --- a/input/themes/simple/partials/photoswipe.hbs +++ /dev/null @@ -1,39 +0,0 @@ - - - - \ No newline at end of file diff --git a/input/themes/simple/partials/share-buttons.hbs b/input/themes/simple/partials/share-buttons.hbs deleted file mode 100755 index 742ed86..0000000 --- a/input/themes/simple/partials/share-buttons.hbs +++ /dev/null @@ -1,83 +0,0 @@ -{{#if @config.custom.shareFacebook}} - -{{/if}} - -{{#if @config.custom.shareTwitter}} - -{{/if}} - -{{#if @config.custom.sharePinterest}} - - - {{ translate 'partials.shareButtons.shareWithPinterest' }} - -{{/if}} - -{{#if @config.custom.shareMix}} - - - {{ translate 'partials.shareButtons.shareWithMix' }} - -{{/if}} - -{{#if @config.custom.shareLinkedin}} - - - {{ translate 'partials.shareButtons.shareWithLinkedIn' }} - -{{/if}} - -{{#if @config.custom.shareBuffer}} - - - {{ translate 'partials.shareButtons.shareWithBuffer' }} - -{{/if}} - -{{#if @config.custom.shareWhatsApp}} - - - {{ translate 'partials.shareButtons.shareWithWhatsApp' }} - -{{/if}} \ No newline at end of file diff --git a/input/themes/simple/partials/top.hbs b/input/themes/simple/partials/top.hbs deleted file mode 100755 index cc5e2d8..0000000 --- a/input/themes/simple/partials/top.hbs +++ /dev/null @@ -1,30 +0,0 @@ -
-
- - {{#if menus.mainMenu}} - {{> menu menus.mainMenu}} - {{/if}} - {{#if @config.custom.searchFeature}} - - {{/if}} -
diff --git a/input/themes/simple/post.hbs b/input/themes/simple/post.hbs deleted file mode 100755 index 869d900..0000000 --- a/input/themes/simple/post.hbs +++ /dev/null @@ -1,234 +0,0 @@ -{{> head}} -{{> top}} -
- {{#post}} -
-
- - {{#featuredImage}} - {{#if url}} -
- {{alt}} - - {{#checkIfAny caption credits}} -
- {{caption}} - {{credits}} -
- {{/checkIfAny}} -
- {{else}} - {{#checkIfAll @config.custom.uploadHero @config.custom.displayHeroImage}} -
- - {{@config.custom.uploadHeroAlt}} - - {{#if @config.custom.uploadHeroCaption}} -
- {{@config.custom.uploadHeroCaption}} -
- {{/if}} - -
- {{/checkIfAll}} - {{/if}} - {{/featuredImage}} - -
-
- {{#if @config.post.displayDate}} - - {{/if}} -

- {{title}} -

- {{#if @config.post.displayAuthor}} - - {{/if}} -
-
-
- -
- {{{text}}} -
- - {{#checkIfAny @config.post.displayLastUpdatedDate @config.post.displayTags @config.post.displayShareButtons @config.post.displayAuthorBio}} -
- - {{#if @config.post.displayLastUpdatedDate}} - {{#if modifiedAt}} -

- {{ translate 'post.lastUpdatedDate' }} - {{#checkIf @config.custom.formatDate '!=' 'custom'}} - {{date modifiedAt @config.custom.formatDate}} - {{else}} - {{date modifiedAt @config.custom.formatDateCustom}} - {{/checkIf}} -

- {{/if}} - {{/if}} - - {{#if @config.post.displayTags}} - {{#if tags}} - - {{/if}} - {{/if}} - - {{#if @config.post.displayShareButtons}} - - {{/if}} - - {{#if @config.post.displayAuthorBio}} -
- {{#author}} - {{#if avatar}} - {{avatarImage.alt}} - {{/if}} -
-

- -

- - {{#if description}} -

{{description}} -

- {{/if}} -
- {{/author}} -
- {{/if}} -
- {{/checkIfAny}} -
- - {{#if @config.post.displayPostNavigation}} - {{#checkIfAny ../previousPost ../nextPost}} - - {{/checkIfAny}} - {{/if}} - - {{#if @config.post.displayRelatedPosts}} - {{#if ../relatedPosts}} -
-
- - {{#each ../relatedPosts}} - - {{/each}} -
-
- {{/if}} - {{/if}} - - {{#if @config.post.displayComments}} -
-
- {{{@commentsCustomCode}}} -
-
- {{/if}} - - {{#if @customHTML.afterPost}} - - {{/if}} - - {{/post}} -
-{{> footer}} diff --git a/input/themes/simple/search.hbs b/input/themes/simple/search.hbs deleted file mode 100755 index 53c669c..0000000 --- a/input/themes/simple/search.hbs +++ /dev/null @@ -1,37 +0,0 @@ -{{> head}} -{{> top}} -
-
-
- {{#checkIfAll @config.custom.uploadHero @config.custom.displayHeroImage}} -
- {{@config.custom.uploadHeroAlt}} - - {{#if @config.custom.uploadHeroCaption}} -
- {{@config.custom.uploadHeroCaption}} -
- {{/if}} -
- {{/checkIfAll}} -
-
-

- {{ translate 'search.title' }} -

-
-
-
-
- {{{@customSearchContent}}} -
-
-
-{{> footer}} diff --git a/input/themes/simple/simple.lang.json b/input/themes/simple/simple.lang.json deleted file mode 100755 index 794c84d..0000000 --- a/input/themes/simple/simple.lang.json +++ /dev/null @@ -1,62 +0,0 @@ -{ - "partials": { - - "menu": { - "label": "Menu" - }, - - "pagination": { - "prev": "Previous", - "next": "Next" - }, - - "shareButtons": { - "shareWithFacebook": "Facebook", - "shareWithTwitter": "Twitter", - "shareWithPinterest": "Pinterest", - "shareWithMix": "Mix", - "shareWithLinkedIn": "LinkedIn", - "shareWithBuffer": "Buffer", - "shareWithWhatsApp": "WhatsApp" - }, - - "footer": { - "backToTop": "Back to top" - } - }, - - "post": { - "publishedBy": "By", - "relatedPosts": "You should also read:", - "readMore": "Continue reading...", - "lastUpdatedDate": "This article was updated on", - "comments": "Comments", - "previousPost": "Previous", - "nextPost": "Next" - }, - - "tags": { - "tagsPageTitle": "Tags", - "description": "Collection of all tags" - }, - - "author": { - "visitWebsite": "Visit website" - }, - - "error": { - "404": "404", - "message-1": "Page not found", - "message-2": "The page you were looking for appears to have been moved, deleted or does not exist. You could go back to where you were or head straight to our home page.", - "button": "Go home" - - }, - - "search": { - "placeholder": "search...", - "search": "Search", - "close": "Close", - "title": "Search", - "submit": "Submit" - } -} diff --git a/input/themes/simple/tag.hbs b/input/themes/simple/tag.hbs deleted file mode 100755 index 7e6ed91..0000000 --- a/input/themes/simple/tag.hbs +++ /dev/null @@ -1,136 +0,0 @@ -{{> head}} -{{> top}} -
- {{#tag}} -
- {{#featuredImage}} - {{#if url}} -
- {{alt}} - - {{#checkIfAny caption credits}} -
- {{caption}} - {{credits}} -
- {{/checkIfAny}} -
- {{else}} - {{#checkIfAll @config.custom.uploadHero @config.custom.displayHeroImage}} -
- {{@config.custom.uploadHeroAlt}} - - {{#if @config.custom.uploadHeroCaption}} -
- {{@config.custom.uploadHeroCaption}} -
- {{/if}} -
- {{/checkIfAll}} - {{/if}} - {{/featuredImage}} -
-
-

- {{name}} - ({{postsNumber}}) -

- {{#if description}} -

- {{description}} -

- {{/if}} -
-
-
- {{/tag}} -
- {{#each posts}} -
-
- {{#checkIfAny @config.custom.tagAvatar @config.custom.tagAuthor @config.custom.tagDate}} -
- {{#author}} - {{#if @config.custom.tagAvatar}} - {{#if avatar}} - - {{/if}} - {{/if}} - {{#if @config.custom.tagAuthor}} - {{name}} - {{/if}} - {{/author}} - {{#if @config.custom.tagDate}} - - {{/if}} -
- {{/checkIfAny}} -

- - {{title}} - -

-
- {{#if @config.custom.tagFeaturedImage}} - {{#featuredImage}} - {{#if url}} -
- - {{alt}} - -
- {{/if}} - {{/featuredImage}} - {{/if}} -
- {{#if hasCustomExcerpt}} - {{{ excerpt }}} - {{else}} -

{{{ excerpt }}}

- {{/if}} - {{#if @config.custom.tagReadMore}} - - {{ translate 'post.readMore' }} - {{/if}} -
-
- {{/each}} - {{> pagination}} -
-
-{{> footer}} diff --git a/input/themes/simple/tags.hbs b/input/themes/simple/tags.hbs deleted file mode 100755 index 7c22b82..0000000 --- a/input/themes/simple/tags.hbs +++ /dev/null @@ -1,57 +0,0 @@ -{{> head}} -{{> top}} -
-
- {{#checkIfAll @config.custom.uploadHero @config.custom.displayHeroImage}} -
- {{@config.custom.uploadHeroAlt}} - - {{#if @config.custom.uploadHeroCaption}} -
- {{@config.custom.uploadHeroCaption}} -
- {{/if}} -
- {{/checkIfAll}} -
-
-

- {{ translate 'tags.tagsPageTitle' }} - ({{tagsNumber}}) -

-

- {{ translate 'tags.description' }} -

-
-
-
-
-
    - {{#each tags}} -
  • -

    - - {{name}} - - {{#if @config.custom.tagsPostCount}} - ({{postsNumber}}) - {{/if}} -

    - {{#checkIfAll @config.custom.tagsDescription description}} -

    - {{description}} -

    - {{/checkIfAll}} -
  • - {{/each}} -
-
-
-{{> footer}} diff --git a/input/themes/simple/theme-variables.js b/input/themes/simple/theme-variables.js deleted file mode 100755 index 1d6a0c6..0000000 --- a/input/themes/simple/theme-variables.js +++ /dev/null @@ -1,416 +0,0 @@ -/* - * Custom function used to generate the output of the theme variables - */ - -var generateThemeVariables = function (params) { - let fontParams = { - 'system-ui': { - name: 'SystemUI', - family: '-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"' - }, - andadapro: { - name: 'Andada Pro', - family: '\'Andada Pro\', serif', - weight: '400 840' - }, - antonio: { - name: 'Antonio', - family: '\'Antonio\', sans-serif', - weight: '100 700' - }, - archivonarrow: { - name: 'Archivo Narrow', - family: '\'Archivo Narrow\', sans-serif', - weight: '400 700' - }, - asap: { - name: 'Asap', - family: '\'Asap\', sans-serif', - weight: '400 700' - }, - besley: { - name: 'Besley', - family: '\'Besley\', serif', - weight: '400 900' - }, - bigshouldersdisplay: { - name: 'Big Shoulders Display', - family: '\'Big Shoulders Display\', cursive', - weight: '100 900' - }, - bitter: { - name: 'Bitter', - family: '\'Bitter\', serif', - weight: '100 900' - }, - brygada1918: { - name: 'Brygada 1918', - family: '\'Brygada 1918\', serif', - weight: '400 700' - }, - cairo: { - name: 'Cairo', - family: '\'Cairo\', sans-serif', - weight: '200 1000' - }, - comfortaa: { - name: 'Comfortaa', - family: '\'Comfortaa\', cursive', - weight: '300 700' - }, - dancingscript: { - name: 'Dancing Script', - family: '\'Dancing Script\', cursive', - weight: '400 700' - }, - domine: { - name: 'Domine', - family: '\'Domine\', serif', - weight: '400 700' - }, - dosis: { - name: 'Dosis', - family: '\'Dosis\', sans-serif', - weight: '200 800' - }, - exo: { - name: 'Exo', - family: '\'Exo\', sans-serif', - weight: '100 900' - }, - faustina: { - name: 'Faustina', - family: '\'Faustina\', serif', - weight: '300 800' - }, - glory: { - name: 'Glory', - family: '\'Glory\', sans-serif', - weight: '100 800' - }, - gluten: { - name: 'Gluten', - family: '\'Gluten\', cursive', - weight: '100 900' - }, - heebo: { - name: 'Heebo', - family: '\'Heebo\', sans-serif', - weight: '100 900' - }, - jetbrainsmono: { - name: 'JetBrains Mono', - family: '\'JetBrains Mono\', monospace', - weight: '100 800' - }, - jura: { - name: 'Jura', - family: '\'Jura\', sans-serif', - weight: '300 700' - }, - karla: { - name: 'Karla', - family: '\'Karla\', sans-serif', - weight: '200 800' - }, - kreon: { - name: 'Kreon', - family: '\'Kreon\', serif', - weight: '300 700' - }, - lemonada: { - name: 'Lemonada', - family: '\'Lemonada\', cursive', - weight: '300 700' - }, - librefranklin: { - name: 'Libre Franklin', - family: '\'Libre Franklin\', sans-serif', - weight: '100 900' - }, - lora: { - name: 'Lora', - family: '\'Lora\', serif', - weight: '400 700' - }, - manuale: { - name: 'Manuale', - family: '\'Manuale\', serif', - weight: '300 800' - }, - manrope: { - name: 'Manrope', - family: '\'Manrope\', sans-serif', - weight: '100 900' - }, - merriweathersans: { - name: 'Merriweather Sans', - family: '\'Merriweather Sans\', sans-serif', - weight: '300 800' - }, - montserrat: { - name: 'Montserrat', - family: '\'Montserrat\', sans-serif', - weight: '100 900' - }, - nunito: { - name: 'Nunito', - family: '\'Nunito\', sans-serif', - weight: '200 1000' - }, - oswald: { - name: 'Oswald', - family: '\'Oswald\', sans-serif', - weight: '200 700' - }, - petrona: { - name: 'Petrona', - family: '\'Petrona\', serif', - weight: '100 900' - }, - playfairdisplay: { - name: 'Playfair Display', - family: '\'Playfair Display\', serif', - weight: '400 900' - }, - publicsans: { - name: 'Public Sans', - family: '\'Public Sans\', sans-serif', - weight: '100 900' - }, - quicksand: { - name: 'Quicksand', - family: '\'Quicksand\', sans-serif', - weight: '300 700' - }, - raleway: { - name: 'Raleway', - family: '\'Raleway\', sans-serif', - weight: '100 900' - }, - redhatmono: { - name: 'Red Hat Mono', - family: '\'Red Hat Mono\', monospace', - weight: '300 700' - }, - robotoslab: { - name: 'Roboto Slab', - family: '\'Roboto Slab\', serif', - weight: '100 900' - }, - rubik: { - name: 'Rubik', - family: '\'Rubik\', sans-serif', - weight: '300 900' - }, - ruda: { - name: 'Ruda', - family: '\'Ruda\', sans-serif', - weight: '400 900' - }, - smoochsans: { - name: 'Smooch Sans', - family: '\'Smooch Sans\', sans-serif', - weight: '100 900' - }, - sourcecodepro: { - name: 'Source Code Pro', - family: '\'Source Code Pro\', monospace', - weight: '200 900' - }, - spartan: { - name: 'Spartan', - family: '\'Spartan\', sans-serif', - weight: '100 900' - }, - urbanist: { - name: 'Urbanist', - family: '\'Urbanist\', sans-serif', - weight: '100 900' - }, - yanonekaffeesatz: { - name: 'Yanone Kaffeesatz', - family: '\'Yanone Kaffeesatz\', sans-serif', - weight: '200 700' - } - }; - - let fontBodyName = fontParams[params.fontBody]?.name; - let fontBodyFamily = fontParams[params.fontBody]?.family; - let fontBodyWeight = fontParams[params.fontBody]?.weight; - - let fontHeadingsName = fontParams[params.fontHeadings]?.name; - let fontHeadingsFamily = fontParams[params.fontHeadings]?.family; - let fontHeadingsWeight = fontParams[params.fontHeadings]?.weight; - - if (params.fontMenu === 'system-ui') { - params.fontMenu = fontParams['system-ui'].family; - } - - if (params.fontLogo === 'system-ui') { - params.fontLogo = fontParams['system-ui'].family; - } - - let output = ''; - - if ((params.fontBody !== 'system-ui') && (params.fontBody !== params.fontHeadings)) { - output += ` - @font-face { - font-family: '${fontBodyName}'; - src: url('../dynamic/fonts/${params.fontBody}/${params.fontBody}.woff2') format('woff2 supports variations'), - url('../dynamic/fonts/${params.fontBody}/${params.fontBody}.woff2') format('woff2-variations'); - font-weight: ${fontBodyWeight}; - font-display: swap; - font-style: normal; - } - `; - } - - if (params.fontHeadings !== 'system-ui') { - output += ` - @font-face { - font-family: '${fontHeadingsName}'; - src: url('../dynamic/fonts/${params.fontHeadings}/${params.fontHeadings}.woff2') format('woff2 supports variations'), - url('../dynamic/fonts/${params.fontHeadings}/${params.fontHeadings}.woff2') format('woff2-variations'); - font-weight: ${fontHeadingsWeight}; - font-display: swap; - font-style: normal; - } - `; - } - - output += ` - :root { - --page-margin: ${params.pageMargin}; - --entry-width: ${params.pageWidth}; - --navbar-height: 4.4rem; - --body-font: ${fontBodyFamily}; - --heading-font: ${fontHeadingsFamily}; - --logo-font: ${params.fontLogo}; - --menu-font: ${params.fontMenu}; - --font-weight-normal: ${params.fontBodyWeight}; - --font-weight-bold: ${params.fontBoldWeight}; - --headings-weight: ${params.fontHeadignsWeight}; - --headings-transform: ${params.fontHeadingsTransform}; - --line-height: ${params.lineHeight}; - --hero-height: ${params.heightHero}; - --hero-bg: ${params.heroBackground}; - --hero-heading-color: ${params.heroHeadingColor}; - --hero-text-color: ${params.heroTextColor}; - --hero-link-color: ${params.heroLink}; - --hero-link-color-hover: ${params.heroLinkHover}; - --hero-border-color: ${params.heroBorderColor}; - `; - - if (params.colorScheme !== 'dark') { - output += ` - --white: #FFFFFF; - --white-rgb: 255,255,255; - --black: #000000; - --dark: #17181E; - --gray: #747577; - --light: #E6E7EB; - --lighter: #F3F3F3; - --page-bg: #FFFFFF; - --section-bg: #17181E; - --color: ${params.primaryColor}; - --color-rgb: ${params.primaryColor.replace('#', '').match(/[a-f0-9]{2,2}/gmi).map(n => parseInt(n, 16)).join(', ')}; - --text-color: ${params.textColor}; - --headings-color: ${params.headingColor}; - --link-color: ${params.headingColor}; - --link-color-hover: ${params.primaryColor}; - --nav-link-color: rgba(255,255,255,1); - --nav-link-color-hover: rgba(255,255,255,.7); - --logo-color: #FFFFFF; - --highlight-color: #F6DC90; - --highlight-color-rgb: 246,220,144; - --info-color: #A8D8FF; - --info-color-rgb: 168,216,255; - --success-color: #A4E4B2; - --success-color-rgb: 164,228,178; - --warning-color: #FFC1BF; - --warning-color-rgb: 255,193,191; - `; - } - - if (params.colorScheme === 'dark') { - output += ` - --white: #FFFFFF; - --white-rgb: 255,255,255; - --black: #FFFFFF; - --dark: #CECBCB; - --gray: #9D9D9D; - --light: #373737; - --lighter: #1e1e1e; - --page-bg: #181818; - --section-bg: #1e1e1e; - --color: ${params.primaryDarkColor}; - --color-rgb: ${params.primaryDarkColor.replace('#', '').match(/[a-f0-9]{2,2}/gmi).map(n => parseInt(n, 16)).join(', ')}; - --text-color: ${params.textDarkColor}; - --headings-color: ${params.headingDarkColor}; - --link-color: ${params.headingDarkColor}; - --link-color-hover: ${params.primaryDarkColor}; - --nav-link-color: rgba(255,255,255,1); - --nav-link-color-hover: rgba(255,255,255,.7); - --logo-color: #FFFFFF; - --highlight-color: #F6DC90; - --highlight-color-rgb: 24,24,24; - --info-color: #5B9ED5; - --info-color-rgb: 24,24,24; - --success-color: #54A468; - --success-color-rgb: 24,24,24; - --warning-color: #FB6762; - --warning-color-rgb: 24,24,24; - `; - } - - output += ` - }`; - - output += ` - @media all and (min-width: 56.25em) { - :root { - --navbar-height: ${params.navbarHeight}; - } - } - `; - - if (params.colorScheme === 'auto') { - output += ` - @media (prefers-color-scheme: dark) { - :root { - --white: #FFFFFF; - --white-rgb: 255,255,255; - --black: #FFFFFF; - --dark: #CECBCB; - --gray: #9D9D9D; - --light: #373737; - --lighter: #1e1e1e; - --page-bg: #181818; - --section-bg: #1e1e1e; - --color: ${params.primaryDarkColor}; - --color-rgb: ${params.primaryDarkColor.replace('#', '').match(/[a-f0-9]{2,2}/gmi).map(n => parseInt(n, 16)).join(', ')}; - --text-color: ${params.textDarkColor}; - --headings-color: ${params.headingDarkColor}; - --link-color: ${params.headingDarkColor}; - --link-color-hover: ${params.primaryDarkColor}; - --nav-link-color: rgba(255,255,255,1); - --nav-link-color-hover: rgba(255,255,255,.7); - --logo-color: #FFFFFF; - --highlight-color: #F6DC90; - --highlight-color-rgb: 24,24,24; - --info-color: #5B9ED5; - --info-color-rgb: 24,24,24; - --success-color: #54A468; - --success-color-rgb: 24,24,24; - --warning-color: #FB6762; - --warning-color-rgb: 24,24,24; - } - } - `; - } - - return output; -} - -module.exports = generateThemeVariables; \ No newline at end of file diff --git a/input/themes/simple/thumbnail.png b/input/themes/simple/thumbnail.png deleted file mode 100755 index 1df8bdf..0000000 Binary files a/input/themes/simple/thumbnail.png and /dev/null differ diff --git a/input/themes/simple/visual-override.js b/input/themes/simple/visual-override.js deleted file mode 100755 index 70f3eaf..0000000 --- a/input/themes/simple/visual-override.js +++ /dev/null @@ -1,119 +0,0 @@ -/* - * Custom function used to generate the output of the override.css file - */ - -var generateOverride = function (params) { - let output = ''; - - if (params.minFontSize !== '1.1' || params.maxFontSize !== '1.2') { - output += ` - - html { - font-size: ${params.minFontSize}rem; - } - - @media screen and (min-width: 20rem) { - html { - font-size: calc(${params.minFontSize}rem + (${params.maxFontSize} - ${params.minFontSize}) * ((100vw - 20rem) / 50)); - } - } - - @media screen and (min-width: 70rem) { - html { - font-size: ${params.maxFontSize}rem; - } - }`; - } - - if (params.primaryColor !== '#D73A42') { - output += ` - - input[type=checkbox]:checked + label:before{ - background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 8'%3e%3cpolygon points='9.53 0 4.4 5.09 1.47 2.18 0 3.64 2.93 6.54 4.4 8 5.87 6.54 11 1.46 9.53 0' fill='${params.primaryColor.replace('#', '%23')}'/%3e%3c/svg%3e"); - } - - input[type=radio]:checked + label:before { - background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3ccircle cx='4' cy='4' r='4' fill='${params.primaryColor.replace('#', '%23')}'/%3e%3c/svg%3e"); - - - }`; - } - - if (params.submenu === 'custom') { - output += ` - .navbar .navbar__submenu { - width: ${params.submenuWidth}px; - } - .navbar .has-submenu .has-submenu:active > .navbar__submenu, - .navbar .has-submenu .has-submenu:focus > .navbar__submenu, - .navbar .has-submenu .has-submenu:hover > .navbar__submenu { - left: ${params.submenuWidth}px; - } - .navbar .has-submenu .has-submenu:active > .navbar__submenu.is-right-submenu, - .navbar .has-submenu .has-submenu:focus > .navbar__submenu.is-right-submenu, - .navbar .has-submenu .has-submenu:hover > .navbar__submenu.is-right-submenu { - left: -${params.submenuWidth}px; - }`; - } - - if (params.heroOverlay === 'color') { - if (params.heroOverlayColor) { - output += ` - .hero__image--overlay::after { - background: ${params.heroOverlayColor}; - }`; - } - } - - if (params.heroOverlay === 'gradient') { - if (params.heroOverlayGradientDirection !== 'bottom' || params.heroOverlayGradient) { - output += ` - .hero__image--overlay::after { - background: linear-gradient(to ${params.heroOverlayGradientDirection}, transparent 0%, ${params.heroOverlayGradient} 100%); - }`; - } - } - - if (params.galleryItemGap !== '0.28333rem') { - output += ` - .gallery { - margin: calc(1.7rem + 1vw) -${params.galleryItemGap}; - } - .gallery__item { - padding: ${params.galleryItemGap}; - } - - .gallery__item a::after { - bottom: ${params.galleryItemGap}; - height: calc(100% - ${params.galleryItemGap} * 2); - left: ${params.galleryItemGap}; - right: ${params.galleryItemGap}; - top: ${params.galleryItemGap}; - width: calc(100% - ${params.galleryItemGap} * 2); - }`; - } - - if(params.galleryZoom !== true) { - output += ` - .pswp--zoom-allowed .pswp__img { - cursor: default !important - }`; - } - - if(params.lazyLoadEffect === 'fadein') { - output += ` - img[loading] { - opacity: 0; - } - - img.is-loaded { - opacity: 1; - transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1); - }`; - } - - - return output; -} - -module.exports = generateOverride; diff --git a/output/404.html b/output/404.html deleted file mode 100644 index d3056a7..0000000 --- a/output/404.html +++ /dev/null @@ -1,11 +0,0 @@ -Error 404 - F0RTHSP4CE
Github Telegram

404

Page not found

The page you were looking for appears to have been moved, deleted or does not exist. You could go back to where you were or head straight to our home page.

Go home

\ No newline at end of file diff --git a/output/assets/css/editor.css b/output/assets/css/editor.css deleted file mode 100755 index 37d7353..0000000 --- a/output/assets/css/editor.css +++ /dev/null @@ -1,3 +0,0 @@ -/* - * Add your own CSS code for the WYSIWYG editor - */ diff --git a/output/assets/css/main.css b/output/assets/css/main.css deleted file mode 100644 index 7cbe4b3..0000000 --- a/output/assets/css/main.css +++ /dev/null @@ -1,2430 +0,0 @@ -*, -*:before, -*:after { - -webkit-box-sizing: border-box; - box-sizing: border-box; - margin: 0; - padding: 0; -} - -article, -aside, -footer, -header, -hgroup, -main, -nav, -section { - display: block; -} - -li { - list-style: none; -} - -img { - height: auto; - max-width: 100%; - vertical-align: top; -} - -button, -input, -select, -textarea { - font: inherit; -} - -address { - font-style: normal; -} - -.facebook { - background: #3b5998; -} - -.twitter { - background: #55acee; -} - -.mix { - background: #fd8235; -} - -.instagram { - background: #405de6; -} - -.vimeo { - background: #1ab7ea; -} - -.pinterest { - background: #bd081c; -} - -.youtube { - background: #cd201f; -} - -.linkedin { - background: #007bb6; -} - -.buffer { - background: #333333; -} - -.whatsapp { - background: #25D366; -} - -::-moz-selection { - background: var(--color); - color: var(--white); -} - -::selection { - background: var(--color); - color: var(--white); -} - -html { - font-size: 1.1rem; - font-smooth: always; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; - scroll-behavior: smooth; -} -@media screen and (min-width: 20rem) { - html { - font-size: calc(1.1rem + 0.1 * ((100vw - 20rem) / 50)); - } -} -@media screen and (min-width: 70rem) { - html { - font-size: 1.2rem; - } -} -html.no-scroll { - overflow: hidden; - position: fixed; -} - -body { - background: var(--page-bg); - color: var(--text-color); - font-family: var(--body-font); - font-weight: var(--font-weight-normal); - line-height: var(--line-height); - -ms-scroll-chaining: none; - overscroll-behavior: none; -} - -a { - color: var(--link-color); - text-decoration: none; - -webkit-transition: all 0.24s ease-out; - -o-transition: all 0.24s ease-out; - transition: all 0.24s ease-out; -} -a:hover { - color: var(--link-color-hover); -} -a:active { - color: var(--link-color-hover); -} -a:focus { - outline: none; -} - -.invert { - color: var(--link-color-hover); - text-decoration: none; - -webkit-transition: all 0.24s ease-out; - -o-transition: all 0.24s ease-out; - transition: all 0.24s ease-out; -} -.invert:hover { - color: var(--link-color); -} -.invert:active { - color: var(--link-color); -} -.invert:focus { - outline: none; -} - -p, -ul, -ol, -dl { - margin-top: calc(1.1333333333rem + 0.25vw); -} - -blockquote, -figure, -hr, -pre, -table { - margin-top: calc(1.7rem + 0.5vw); - margin-bottom: calc(1.7rem + 0.5vw); -} - -h1, -h2, -h3, -h4, -h5, -h6 { - color: var(--headings-color); - font-family: var(--heading-font); - font-weight: var(--headings-weight); - -webkit-hyphens: manual; - -ms-hyphens: manual; - hyphens: manual; - line-height: 1.2; - margin-top: calc(1.7rem + 1vw); - text-transform: var(--headings-transform); -} - -h1, -.h1 { - font-size: 1.5710900065rem; - font-family: var(--heading-font); -} -@media screen and (min-width: 20rem) { - h1, -.h1 { - font-size: calc(1.5710900065rem + 1.6242496345 * ((100vw - 20rem) / 50)); - } -} -@media screen and (min-width: 70rem) { - h1, -.h1 { - font-size: 3.195339641rem; - } -} - -h2, -.h2 { - font-size: 1.3808408252rem; -} -@media screen and (min-width: 20rem) { - h2, -.h2 { - font-size: calc(1.3808408252rem + 1.0874829835 * ((100vw - 20rem) / 50)); - } -} -@media screen and (min-width: 70rem) { - h2, -.h2 { - font-size: 2.4683238087rem; - } -} - -h3, -.h3 { - font-size: 1.2136296308rem; -} -@media screen and (min-width: 20rem) { - h3, -.h3 { - font-size: calc(1.2136296308rem + 0.4621997101 * ((100vw - 20rem) / 50)); - } -} -@media screen and (min-width: 70rem) { - h3, -.h3 { - font-size: 1.6758293408rem; - } -} - -h4, -.h4 { - font-size: 1.1377777785rem; -} -@media screen and (min-width: 20rem) { - h4, -.h4 { - font-size: calc(1.1377777785rem + 0.1567604947 * ((100vw - 20rem) / 50)); - } -} -@media screen and (min-width: 70rem) { - h4, -.h4 { - font-size: 1.2945382732rem; - } -} - -h5, -.h5 { - font-size: 1.066666667rem; -} -@media screen and (min-width: 20rem) { - h5, -.h5 { - font-size: calc(1.066666667rem + 0.0711111115 * ((100vw - 20rem) / 50)); - } -} -@media screen and (min-width: 70rem) { - h5, -.h5 { - font-size: 1.1377777785rem; - } -} - -h6, -.h6 { - font-size: 1rem; -} -@media screen and (min-width: 20rem) { - h6, -.h6 { - font-size: calc(1rem + 0 * ((100vw - 20rem) / 50)); - } -} -@media screen and (min-width: 70rem) { - h6, -.h6 { - font-size: 1rem; - } -} - -h2 + *, -h3 + *, -h4 + *, -h5 + *, -h6 + * { - margin-top: calc(0.5666666667rem + 0.25vw); -} - -b, -strong { - font-weight: var(--font-weight-bold); -} - -blockquote { - color: var(--headings-color); - font-family: var(--heading-font); - padding: 3.6833333333rem 0 0; - position: relative; - text-align: center; - font-size: 1.1377777785rem; -} -@media screen and (min-width: 20rem) { - blockquote { - font-size: calc(1.1377777785rem + 0.2430630467 * ((100vw - 20rem) / 50)); - } -} -@media screen and (min-width: 70rem) { - blockquote { - font-size: 1.3808408252rem; - } -} -blockquote::before { - color: var(--dark); - content: "“"; - font: normal 320%/0.9 Georgia, Times, Times New Roman, serif; - top: 0.5666666667rem; - position: absolute; - left: 50%; - -webkit-transform: translate(-50%, 0); - -ms-transform: translate(-50%, 0); - transform: translate(-50%, 0); -} -blockquote > :nth-child(1) { - margin-top: 0; -} - -ul, -ol { - margin-left: 2rem; -} -ul > li, -ol > li { - list-style: inherit; - padding: 0 0 0.2833333333rem 0.85rem; -} - -dl dt { - font-weight: var(--font-weight-bold); -} - -pre { - background-color: var(--lighter); - font-size: 0.8239746086rem; - padding: 1.7rem; - white-space: pre-wrap; - word-wrap: break-word; -} -pre > code { - color: var(--text-color); - display: inline-block; - font-size: inherit; - padding: 0; -} - -code { - background-color: var(--lighter); - color: var(--color); - font-size: 0.8239746086rem; - font-family: Menlo, Monaco, Consolas, Courier New, monospace; -} - -table { - border: 1px solid var(--light); - border-collapse: collapse; - border-spacing: 0; - vertical-align: top; - text-align: left; - width: 100%; -} -table th { - font-weight: var(--font-weight-bold); - padding: 0.7083333333rem 1.1333333333rem; -} -table td { - border-top: 1px solid var(--light); - padding: 0.7083333333rem 1.1333333333rem; -} - -.table-striped tr:nth-child(2n) { - background: var(--lighter); -} -.table-bordered th, -.table-bordered td { - border: 1px solid var(--light); -} -.table-title th { - background: var(--lighter); -} - -figcaption { - clear: both; - color: gray-2; - font-style: italic; - font-size: 0.7241964329rem; - margin: 0.85rem 0 0; - text-align: center; -} - -kbd { - background: var(--dark); - border-radius: 2px; - color: var(--white); - font-family: Menlo, Monaco, Consolas, Courier New, monospace; - font-size: 0.8789062495rem; - padding: 0.1416666667rem 0.425rem; -} - -sub, -sup { - font-size: 65%; -} - -small { - font-size: 0.8789062495rem; -} - -hr, -.separator { - background: none; - border: none; - height: auto; - line-height: 1; - max-width: none; - text-align: center; -} -hr::before, -.separator::before { - content: "···"; - color: var(--dark); - font-size: 1.2136296308rem; - font-weight: var(--font-weight-bold); - letter-spacing: 1.1377777785rem; - padding-left: 1.1377777785rem; -} - -.separator--dot::before { - content: "·"; - color: var(--dark); - font-size: 1.2136296308rem; - font-weight: var(--font-weight-bold); - letter-spacing: 1.1377777785rem; - padding-left: 1.1377777785rem; -} -.separator--long-line { - position: relative; -} -.separator--long-line::before { - content: ""; - height: 1.2136296308rem; -} -.separator--long-line::after { - border-top: 1px solid var(--light); - content: ""; - height: 1px; - position: absolute; - width: 100%; - top: 50%; - left: 0; -} - -.btn, [type=button], -[type=submit], -button { - background: var(--color); - border: 1px solid var(--color); - border-radius: 2px; - -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0, 0, 0, 0.08); - box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0, 0, 0, 0.08); - color: var(--white); - cursor: pointer; - display: inline-block; - font-family: var(--body-font); - font-size: 0.6789341556rem; - font-weight: var(--font-weight-bold); - overflow: hidden; - padding: 0.5666666667rem 1.4166666667rem; - text-align: center; - -webkit-transition: all 0.24s ease-out; - -o-transition: all 0.24s ease-out; - transition: all 0.24s ease-out; - text-transform: uppercase; - vertical-align: middle; - will-change: transform; -} -@media all and (max-width: 19.9375em) { - .btn, [type=button], -[type=submit], -button { - width: 100%; - } -} -@media all and (max-width: 37.4375em) { - .btn, [type=button], -[type=submit], -button { - margin-bottom: 0.5666666667rem; - } -} -.btn:hover, [type=button]:hover, -[type=submit]:hover, -button:hover, .btn:active, [type=button]:active, -[type=submit]:active, -button:active, .btn:focus, [type=button]:focus, -[type=submit]:focus, -button:focus { - -webkit-box-shadow: 0 7px 14px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08); - box-shadow: 0 7px 14px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08); - color: var(--white); - -webkit-transform: translateY(-2px); - -ms-transform: translateY(-2px); - transform: translateY(-2px); -} -@media all and (min-width: 20em) { - .btn + .btn, [type=button] + .btn, -[type=submit] + .btn, -button + .btn, .btn + [type=button], [type=button] + [type=button], -[type=submit] + [type=button], -button + [type=button], -.btn + [type=submit], -[type=button] + [type=submit], -[type=submit] + [type=submit], -button + [type=submit], -.btn + button, -[type=button] + button, -[type=submit] + button, -button + button { - margin-left: 0.5666666667rem; - } -} -.btn:disabled, [type=button]:disabled, -[type=submit]:disabled, -button:disabled { - background-color: var(--light); - border-color: var(--light); - color: var(--gray); - cursor: not-allowed; -} - -[type=button], -[type=submit], -button { - -webkit-appearance: none; - -moz-appearance: none; -} - -::-webkit-search-cancel-button { - -webkit-appearance: none; -} - -fieldset { - border: 1px solid var(--light); - margin: calc(1.7rem + 1vw) 0 0; - padding: 1.7rem; -} -fieldset > legend { - margin-left: -1rem; - padding: 0 1rem; -} - -legend { - font-weight: 500; - padding: 0; -} - -label { - font-weight: 500; - margin: 0 1.1333333333rem 0.85rem 0; -} - -[type=text], -[type=url], -[type=tel], -[type=number], -[type=email], -[type=search], -textarea, -select { - background-color: var(--page-bg); - border: none; - border: 1px solid var(--light); - color: var(--text-color); - font-size: 1rem; - outline: none; - padding: 0.34rem 0.85rem; - vertical-align: middle; - width: 100%; - -webkit-appearance: none; - -moz-appearance: none; -} -@media all and (min-width: 37.5em) { - [type=text], -[type=url], -[type=tel], -[type=number], -[type=email], -[type=search], -textarea, -select { - width: auto; - } -} -[type=text]:focus, -[type=url]:focus, -[type=tel]:focus, -[type=number]:focus, -[type=email]:focus, -[type=search]:focus, -textarea:focus, -select:focus { - border-color: var(--dark); -} - -input[type=checkbox], -input[type=radio] { - opacity: 0; - position: absolute; -} -input[type=checkbox] + label, -input[type=radio] + label { - position: relative; - margin-left: -1px; - cursor: pointer; - padding: 0; -} -input[type=checkbox] + label:before, -input[type=radio] + label:before { - background-color: var(--white); - border: 1px solid var(--light); - border-radius: 2px; - content: ""; - display: inline-block; - height: 1.4166666667rem; - line-height: 1.4166666667rem; - margin-right: 1.1333333333rem; - vertical-align: middle; - text-align: center; - width: 1.4166666667rem; -} -input[type=checkbox]:checked + label:before, -input[type=radio]:checked + label:before { - content: ""; - background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 8'%3e%3cpolygon points='9.53 0 4.4 5.09 1.47 2.18 0 3.64 2.93 6.54 4.4 8 5.87 6.54 11 1.46 9.53 0' fill='%23d73a42'/%3e%3c/svg%3e"); - background-repeat: no-repeat; - background-size: 11px 8px; - background-position: 50% 50%; -} - -input[type=radio] + label:before { - border-radius: 50%; -} -input[type=radio]:checked + label:before { - background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3ccircle cx='4' cy='4' r='4' fill='%23d73a42'/%3e%3c/svg%3e"); -} - -[type=file] { - margin-bottom: 1.7rem; - width: 100%; -} - -select { - max-width: 100%; - width: auto; - position: relative; -} -select:not([multiple]) { - background: url('data:image/svg+xml;utf8,') no-repeat 90% 50%; - background-size: 8px; - padding-right: 3.4rem; -} - -select[multiple] { - border: 1px solid var(--light); - padding: 1.7rem; - width: 100%; -} -select[multiple]:hover { - border-color: var(--light); -} -select[multiple]:focus { - border-color: var(--dark); -} -select[multiple]:disabled { - background-color: var(--light); - cursor: not-allowed; -} -select[multiple]:disabled:hover { - border-color: var(--light); -} - -textarea { - display: block; - overflow: auto; - resize: vertical; - max-width: 100%; -} - -.top { - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - height: var(--navbar-height); - position: absolute; - padding: 0 var(--page-margin); - -webkit-transition: background 0.5s ease; - -o-transition: background 0.5s ease; - transition: background 0.5s ease; - width: 100%; - z-index: 2; -} -@media all and (min-width: 56.25em) { - .top { - -webkit-box-pack: justify; - -ms-flex-pack: justify; - justify-content: space-between; - height: var(--navbar-height); - } -} -.top.is-visible { - background: var(--section-bg); - -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.06); - box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.06); - opacity: 1; - position: fixed; - -webkit-transform: translate(0, 0); - -ms-transform: translate(0, 0); - transform: translate(0, 0); - -webkit-transition: height 0.3s, background 0.3s, opacity 0.24s, -webkit-transform 0.24s; - transition: height 0.3s, background 0.3s, opacity 0.24s, -webkit-transform 0.24s; - -o-transition: transform 0.24s, height 0.3s, background 0.3s, opacity 0.24s; - transition: transform 0.24s, height 0.3s, background 0.3s, opacity 0.24s; - transition: transform 0.24s, height 0.3s, background 0.3s, opacity 0.24s, -webkit-transform 0.24s; - width: 100%; -} -@media all and (min-width: 56.25em) { - .top.is-hidden { - opacity: 0; - -webkit-transform: translate(0, -86px); - -ms-transform: translate(0, -86px); - transform: translate(0, -86px); - -webkit-transition: background 0.3s, color 0.3s, opacity 0.24s, -webkit-transform 0.24s; - transition: background 0.3s, color 0.3s, opacity 0.24s, -webkit-transform 0.24s; - -o-transition: transform 0.24s, background 0.3s, color 0.3s, opacity 0.24s; - transition: transform 0.24s, background 0.3s, color 0.3s, opacity 0.24s; - transition: transform 0.24s, background 0.3s, color 0.3s, opacity 0.24s, -webkit-transform 0.24s; - } -} - -.logo { - color: var(--logo-color) !important; - font-size: 1.2136296308rem; - font-family: var(--logo-font); - font-weight: var(--font-weight-normal); - margin-right: auto; -} -.logo > img { - max-height: calc(3.9666666667rem + 1vw); - width: auto; -} - -.search { - -webkit-box-ordinal-group: 3; - -ms-flex-order: 2; - order: 2; -} -@media all and (min-width: 56.25em) { - .search { - -webkit-box-ordinal-group: 4; - -ms-flex-order: 3; - order: 3; - } -} -.search__btn { - border: none !important; - background: none !important; - -webkit-box-shadow: none !important; - box-shadow: none !important; - margin: 0; - padding: 0.5666666667rem; - width: auto; -} -@media all and (min-width: 56.25em) { - .search__btn { - margin-left: 1rem; - padding-right: 0; - } -} -.search__btn:hover, .search__btn:focus { - -webkit-transform: translateY(0); - -ms-transform: translateY(0); - transform: translateY(0); -} -.search__btn:hover > svg, .search__btn:focus > svg { - fill: rgba(255, 255, 255, 0.7); -} -.search__btn > svg { - display: block; - fill: var(--white); - height: 15px; - -webkit-transition: all 0.24s ease; - -o-transition: all 0.24s ease; - transition: all 0.24s ease; - width: 15px; -} -.search__form { - -ms-flex-preferred-size: 90%; - flex-basis: 90%; -} -.search__input { - background: none; - border: none !important; - color: var(--white); - display: none; - font-family: var(--heading-font); - margin: 0 !important; - opacity: 0; - padding: 0; - width: 100%; - font-size: 1.2136296308rem; -} -@media screen and (min-width: 20rem) { - .search__input { - font-size: calc(1.2136296308rem + 0.3574603758 * ((100vw - 20rem) / 50)); - } -} -@media screen and (min-width: 70rem) { - .search__input { - font-size: 1.5710900065rem; - } -} -.search__close { - background: none !important; - -webkit-box-shadow: none !important; - box-shadow: none !important; - border: none; - color: transparent; - cursor: pointer; - margin: 0 !important; - opacity: 0; - padding: 0; - height: 1.6rem; - width: 1.6rem; - position: relative; - text-indent: -999rem; -} -.search__close:before, .search__close:after { - background-color: var(--white); - content: ""; - left: 1rem; - height: 1.6rem; - opacity: 1; - position: absolute; - width: 1px; - top: 0; - -webkit-transform: rotate(45deg); - -ms-transform: rotate(45deg); - transform: rotate(45deg); - -webkit-transition: all 0.14s ease-out; - -o-transition: all 0.14s ease-out; - transition: all 0.14s ease-out; -} -.search__close:after { - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); -} -.search__close:hover { - -webkit-transform: translateY(0); - -ms-transform: translateY(0); - transform: translateY(0); -} -.search__close:hover:before, .search__close:hover:after { - background-color: rgba(255, 255, 255, 0.7); -} -.search__overlay { - background-color: var(--section-bg); - -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05); - box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05); - left: 0; - opacity: 0; - position: fixed; - -webkit-transition: all 0.24s ease-out; - -o-transition: all 0.24s ease-out; - transition: all 0.24s ease-out; - top: 0; - visibility: hidden; - width: 100%; - z-index: 2005; -} -.search__overlay-inner { - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - height: 4.4rem; - -webkit-box-pack: justify; - -ms-flex-pack: justify; - justify-content: space-between; - padding: 0 var(--page-margin); -} -@media all and (min-width: 56.25em) { - .search__overlay-inner { - height: 6rem; - } -} -.search__overlay.expanded { - -webkit-transform: translate(0, 0); - -ms-transform: translate(0, 0); - transform: translate(0, 0); - opacity: 1; - display: block; - visibility: visible; -} -.search__overlay.expanded .search__input { - -webkit-animation: slideininput 0.24s 0.12s forwards; - animation: slideininput 0.24s 0.12s forwards; - display: block; -} -@-webkit-keyframes slideininput { - 60% { - opacity: 0; - } - 100% { - opacity: 1; - } -} -@keyframes slideininput { - 60% { - opacity: 0; - } - 100% { - opacity: 1; - } -} -.search__overlay.expanded .search__close { - -webkit-animation: slideinclose 0.24s 0.12s forwards; - animation: slideinclose 0.24s 0.12s forwards; -} -@-webkit-keyframes slideinclose { - 60% { - opacity: 0; - } - 100% { - opacity: 1; - } -} -@keyframes slideinclose { - 60% { - opacity: 0; - } - 100% { - opacity: 1; - } -} - -.navbar { - -webkit-box-ordinal-group: 4; - -ms-flex-order: 3; - order: 3; -} -.navbar .navbar__menu { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -ms-flex-wrap: wrap; - flex-wrap: wrap; - list-style: none; - margin: 0; - padding: 0; -} -@media all and (max-width: 56.1875em) { - .navbar .navbar__menu { - display: none; - } -} -.navbar .navbar__menu li { - font-family: var(--menu-font); - display: block; - font-size: 0.7724761953rem; - line-height: var(--line-height); - font-weight: 500; - padding: 0; - position: relative; - text-transform: uppercase; - width: auto; -} -.navbar .navbar__menu li a, -.navbar .navbar__menu li span[aria-haspopup=true] { - color: var(--nav-link-color); - display: block; - padding: 0 0.5666666667rem; - -webkit-transition: all 0.24s ease-out; - -o-transition: all 0.24s ease-out; - transition: all 0.24s ease-out; -} -.navbar .navbar__menu li a:active, .navbar .navbar__menu li a:focus, .navbar .navbar__menu li a:hover, -.navbar .navbar__menu li span[aria-haspopup=true]:active, -.navbar .navbar__menu li span[aria-haspopup=true]:focus, -.navbar .navbar__menu li span[aria-haspopup=true]:hover { - color: var(--nav-link-color-hover); -} -.navbar .navbar__menu li span { - color: var(--nav-link-color); - cursor: default; - display: block; - padding: 0 0.5666666667rem; -} -.navbar .navbar__menu > li:hover > a, .navbar .navbar__menu > li:hover > span[aria-haspopup=true] { - color: var(--nav-link-color-hover); -} -.navbar .has-submenu:active > .navbar__submenu, -.navbar .has-submenu:focus > .navbar__submenu, -.navbar .has-submenu:hover > .navbar__submenu { - left: 0; - opacity: 1; - -webkit-transform: scale(1); - -ms-transform: scale(1); - transform: scale(1); - visibility: visible; - margin-top: 0.85rem; -} -.navbar .has-submenu:active > .navbar__submenu:before, -.navbar .has-submenu:focus > .navbar__submenu:before, -.navbar .has-submenu:hover > .navbar__submenu:before { - content: ""; - height: 0.85rem; - position: absolute; - width: 100%; - top: -0.85rem; -} -.navbar .has-submenu:active > .navbar__submenu.is-right-submenu, -.navbar .has-submenu:focus > .navbar__submenu.is-right-submenu, -.navbar .has-submenu:hover > .navbar__submenu.is-right-submenu { - left: auto; - right: 0; - -webkit-transform-origin: right top; - -ms-transform-origin: right top; - transform-origin: right top; -} -.navbar .has-submenu .has-submenu:active > .navbar__submenu, -.navbar .has-submenu .has-submenu:focus > .navbar__submenu, -.navbar .has-submenu .has-submenu:hover > .navbar__submenu { - top: 0; - margin-top: 0; -} -.navbar .has-submenu .has-submenu:active > .navbar__submenu.is-right-submenu, -.navbar .has-submenu .has-submenu:focus > .navbar__submenu.is-right-submenu, -.navbar .has-submenu .has-submenu:hover > .navbar__submenu.is-right-submenu { - top: 0; - margin-top: 0; -} -.navbar .navbar__submenu { - background: var(--section-bg); - -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25); - box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25); - left: -9999px; - list-style-type: none; - margin: 0; - padding: 10px 0; - position: absolute; - visibility: hidden; - white-space: nowrap; - z-index: 1; - opacity: 0; - -webkit-transform: scale(0.8); - -ms-transform: scale(0.8); - transform: scale(0.8); - -webkit-transform-origin: 0 top; - -ms-transform-origin: 0 top; - transform-origin: 0 top; - -webkit-transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0.275, 1.375, 0.8, 1); - transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0.275, 1.375, 0.8, 1); - -o-transition: opacity 0.15s, transform 0.3s cubic-bezier(0.275, 1.375, 0.8, 1); - transition: opacity 0.15s, transform 0.3s cubic-bezier(0.275, 1.375, 0.8, 1); - transition: opacity 0.15s, transform 0.3s cubic-bezier(0.275, 1.375, 0.8, 1), -webkit-transform 0.3s cubic-bezier(0.275, 1.375, 0.8, 1); -} -.navbar .navbar__submenu__submenu { - z-index: 2; -} -.navbar .navbar__submenu li { - line-height: 1.5; - font-size: 0.7241964329rem; -} -.navbar .navbar__submenu li a, -.navbar .navbar__submenu li span[aria-haspopup=true] { - color: var(--nav-link-color-hover) !important; - padding: 0.5666666667rem 1.4166666667rem; - -webkit-transition: all 0.24s ease; - -o-transition: all 0.24s ease; - transition: all 0.24s ease; -} -.navbar .navbar__submenu li a:active, .navbar .navbar__submenu li a:focus, .navbar .navbar__submenu li a:hover, -.navbar .navbar__submenu li span[aria-haspopup=true]:active, -.navbar .navbar__submenu li span[aria-haspopup=true]:focus, -.navbar .navbar__submenu li span[aria-haspopup=true]:hover { - background: rgba(var(--white-rgb), 0.05); - color: var(--nav-link-color) !important; -} -.navbar .navbar__submenu li span { - color: var(--nav-link-color-hover) !important; - padding: 0.5666666667rem 1.4166666667rem; -} -.navbar .navbar__submenu li:hover > a, .navbar .navbar__submenu li:hover > span[aria-haspopup=true] { - color: var(--nav-link-color) !important; -} -.navbar .navbar__toggle { - background: var(--section-bg); - -webkit-box-shadow: none; - box-shadow: none; - border: none; - border-radius: 3px; - cursor: pointer; - display: block; - line-height: 1; - margin: 0; - overflow: visible; - padding: 1rem; - position: relative; - right: -1rem; - text-transform: none; - z-index: 2004; -} -@media all and (min-width: 56.25em) { - .navbar .navbar__toggle { - display: none; - } -} -.navbar .navbar__toggle:hover, .navbar .navbar__toggle:focus { - -webkit-box-shadow: none; - box-shadow: none; - outline: none; - -webkit-transform: none; - -ms-transform: none; - transform: none; -} -.navbar .navbar__toggle-box { - width: 24px; - height: 14px; - display: inline-block; - position: relative; -} -.navbar .navbar__toggle-inner { - display: block; - top: 50%; - text-indent: -9999999em; -} -.navbar .navbar__toggle-inner::before { - content: ""; - display: block; - top: -6px; -} -.navbar .navbar__toggle-inner::after { - content: ""; - display: block; - bottom: -6px; -} -.navbar .navbar__toggle-inner, .navbar .navbar__toggle-inner::before, .navbar .navbar__toggle-inner::after { - width: 22px; - height: 2px; - background-color: var(--white); - position: absolute; - -webkit-transition: opacity 0.14s ease-out, -webkit-transform; - transition: opacity 0.14s ease-out, -webkit-transform; - -o-transition: transform, opacity 0.14s ease-out; - transition: transform, opacity 0.14s ease-out; - transition: transform, opacity 0.14s ease-out, -webkit-transform; -} -.navbar .navbar__toggle-inner { - -webkit-transition-duration: 0.075s; - -o-transition-duration: 0.075s; - transition-duration: 0.075s; - -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); - -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); - transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); -} -.navbar .navbar__toggle-inner::before { - -webkit-transition: top 0.075s ease 0.12s, opacity 0.075s ease; - -o-transition: top 0.075s ease 0.12s, opacity 0.075s ease; - transition: top 0.075s ease 0.12s, opacity 0.075s ease; -} -.navbar .navbar__toggle-inner::after { - -webkit-transition: bottom 0.075s ease 0.12s, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); - transition: bottom 0.075s ease 0.12s, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); - -o-transition: bottom 0.075s ease 0.12s, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); - transition: bottom 0.075s ease 0.12s, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); - transition: bottom 0.075s ease 0.12s, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); -} -.navbar .navbar__toggle.is-active .navbar__toggle-inner { - -webkit-transform: rotate(45deg); - -ms-transform: rotate(45deg); - transform: rotate(45deg); - -webkit-transition-delay: 0.12s; - -o-transition-delay: 0.12s; - transition-delay: 0.12s; - -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); - -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); - transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); -} -.navbar .navbar__toggle.is-active .navbar__toggle-inner::before { - top: 0; - opacity: 0; - -webkit-transition: top 0.075s ease, opacity 0.075s ease 0.12s; - -o-transition: top 0.075s ease, opacity 0.075s ease 0.12s; - transition: top 0.075s ease, opacity 0.075s ease 0.12s; -} -.navbar .navbar__toggle.is-active .navbar__toggle-inner::after { - bottom: 0; - -webkit-transform: rotate(-90deg); - -ms-transform: rotate(-90deg); - transform: rotate(-90deg); - -webkit-transition: bottom 0.075s ease, -webkit-transform 0.075s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s; - transition: bottom 0.075s ease, -webkit-transform 0.075s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s; - -o-transition: bottom 0.075s ease, transform 0.075s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s; - transition: bottom 0.075s ease, transform 0.075s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s; - transition: bottom 0.075s ease, transform 0.075s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s, -webkit-transform 0.075s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s; -} - -.navbar_mobile_overlay { - background: var(--page-bg); - height: calc(100vh - 4.4rem); - left: 0; - opacity: 1; - overflow: auto; - pointer-events: auto; - position: fixed; - top: 4.4rem; - -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.3, 1); - -o-transition: all 0.3s cubic-bezier(0, 0, 0.3, 1); - transition: all 0.3s cubic-bezier(0, 0, 0.3, 1); - width: 100%; - z-index: 1001; -} -.navbar_mobile_overlay.is-hidden { - opacity: 0; - pointer-events: none; -} -.navbar_mobile_overlay .navbar__menu { - margin: 24px; -} -.navbar_mobile_overlay .navbar__menu li { - list-style: none; - margin: 0; - padding: 0; - text-align: center; -} -.navbar_mobile_overlay .navbar__menu li a, -.navbar_mobile_overlay .navbar__menu li span { - color: var(--dark); - display: block; - padding: 0.5666666667rem; - position: relative; -} -.navbar_mobile_overlay .navbar__menu li a:active, .navbar_mobile_overlay .navbar__menu li a:focus, .navbar_mobile_overlay .navbar__menu li a:hover, -.navbar_mobile_overlay .navbar__menu li span:active, -.navbar_mobile_overlay .navbar__menu li span:focus, -.navbar_mobile_overlay .navbar__menu li span:hover { - color: var(--dark); -} -.navbar_mobile_overlay .navbar__menu li a[aria-haspopup=true]::after, -.navbar_mobile_overlay .navbar__menu li span[aria-haspopup=true]::after { - content: ""; - width: 0; - height: 0; - border-style: solid; - border-width: 5px 5px 0 5px; - border-color: currentColor transparent transparent transparent; - left: 0.5666666667rem; - top: 15px; - position: relative; -} -.navbar_mobile_overlay .navbar__submenu { - margin: 0; - padding: 0; - visibility: hidden; -} -.navbar_mobile_overlay .navbar__submenu[aria-hidden=false] { - visibility: visible; -} -.navbar_mobile_overlay .navbar__submenu_wrapper { - height: 0; - opacity: 0; - overflow: hidden; - -webkit-transition: all 0.3s cubic-bezier(0.275, 1.375, 0.8, 1); - -o-transition: all 0.3s cubic-bezier(0.275, 1.375, 0.8, 1); - transition: all 0.3s cubic-bezier(0.275, 1.375, 0.8, 1); -} -.navbar_mobile_overlay .navbar__submenu_wrapper.is-active { - height: auto; - opacity: 1; -} - -.navbar_mobile_sidebar { - background: var(--page-bg); - -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); - box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); - height: 100vh; - left: 0; - max-width: 400px; - overflow: auto; - position: fixed; - top: 0; - -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.3, 1); - -o-transition: all 0.3s cubic-bezier(0, 0, 0.3, 1); - transition: all 0.3s cubic-bezier(0, 0, 0.3, 1); - width: 80%; - z-index: 1001; -} -.navbar_mobile_sidebar.is-hidden { - left: -400px; -} -.navbar_mobile_sidebar .navbar__menu { - margin: 24px; -} -.navbar_mobile_sidebar .navbar__menu li { - font-family: var(--menu-font); - font-size: 16px; - list-style: none; - line-height: 1.3; - margin: 0; - padding: 0; -} -.navbar_mobile_sidebar .navbar__menu li a, -.navbar_mobile_sidebar .navbar__menu li .is-separator { - color: var(--dark); - display: block; - padding: 10px 20px 10px 0; - position: relative; -} -.navbar_mobile_sidebar .navbar__menu li a:active, .navbar_mobile_sidebar .navbar__menu li a:focus, .navbar_mobile_sidebar .navbar__menu li a:hover, -.navbar_mobile_sidebar .navbar__menu li .is-separator:active, -.navbar_mobile_sidebar .navbar__menu li .is-separator:focus, -.navbar_mobile_sidebar .navbar__menu li .is-separator:hover { - color: var(--dark); -} -.navbar_mobile_sidebar .navbar__menu li a[aria-haspopup=true]::after, -.navbar_mobile_sidebar .navbar__menu li .is-separator[aria-haspopup=true]::after { - content: ""; - width: 0; - height: 0; - border-style: solid; - border-width: 5px 5px 0 5px; - border-color: currentColor transparent transparent transparent; - right: 0; - top: 18px; - position: absolute; -} -.navbar_mobile_sidebar .navbar__submenu { - margin: 0 0 0 24px; - padding: 0; - visibility: hidden; -} -.navbar_mobile_sidebar .navbar__submenu[aria-hidden=false] { - visibility: visible; -} -.navbar_mobile_sidebar .navbar__submenu_wrapper { - height: 0; - opacity: 0; - overflow: hidden; - -webkit-transition: all 0.3s cubic-bezier(0.275, 1.375, 0.8, 1); - -o-transition: all 0.3s cubic-bezier(0.275, 1.375, 0.8, 1); - transition: all 0.3s cubic-bezier(0.275, 1.375, 0.8, 1); -} -.navbar_mobile_sidebar .navbar__submenu_wrapper.is-active { - height: auto; - opacity: 1; -} -.navbar_mobile_sidebar__overlay { - background: rgba(0, 0, 0, 0.5); - height: 100%; - opacity: 1; - pointer-events: auto; - position: fixed; - top: 0; - -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.3, 1); - -o-transition: all 0.3s cubic-bezier(0, 0, 0.3, 1); - transition: all 0.3s cubic-bezier(0, 0, 0.3, 1); - width: 100%; - z-index: 10; -} -.navbar_mobile_sidebar__overlay.is-hidden { - opacity: 0; - pointer-events: none; -} - -.site-container { - background: var(--page-bg); - max-width: 100%; - overflow: hidden; -} - -.wrapper { - -webkit-box-sizing: content-box; - box-sizing: content-box; - max-width: var(--entry-width); - margin: 0 auto; - padding: 0 var(--page-margin); -} - -.readmore { - display: inline-block; - color: var(--gray); - font-size: 0.8239746086rem; - font-style: italic; - text-decoration: underline; - -webkit-text-decoration-skip: ink; - text-decoration-skip-ink: auto; -} - -.hero { - background: var(--hero-bg); - height: var(--hero-height); - position: relative; - top: 0; - z-index: 1; -} -.hero__content { - bottom: 10%; - color: var(--hero-text-color); - left: 50%; - position: absolute; - -webkit-transform: translate(-50%, 0); - -ms-transform: translate(-50%, 0); - transform: translate(-50%, 0); - width: 100%; - z-index: 2; -} -.hero__content h1 { - color: var(--hero-heading-color); -} -.hero__content h1 > sup { - font-size: 1.066666667rem; - vertical-align: top; -} -.hero__content h1 + p { - margin-top: calc(0.2833333333rem + 0.25vw); -} -.hero__content a { - font-weight: bold; -} -.hero__content a { - color: var(--hero-link-color); - text-decoration: none; - -webkit-transition: all 0.24s ease-out; - -o-transition: all 0.24s ease-out; - transition: all 0.24s ease-out; -} -.hero__content a:hover { - color: var(--hero-link-color-hover); -} -.hero__content a:active { - color: var(--hero-link-color); -} -.hero__content a:focus { - outline: none; -} -.hero__image { - height: 100%; - margin: 0; - position: absolute; - width: 100%; -} -.hero__image--overlay::after { - content: ""; - display: block; - height: 100%; - left: 0; - position: absolute; - top: 0; - width: 100%; -} -.hero__image > img { - display: block; - height: inherit; - -o-object-fit: cover; - object-fit: cover; - width: inherit; -} -.hero__image > figcaption { - background: var(--page-bg); - border-radius: 2px; - bottom: 1rem; - color: var(--text-color); - display: block; - padding: 0 0.34rem; - position: absolute; - text-align: right; - right: var(--page-margin); - z-index: 3; -} - -.feed__item { - margin-top: calc(2.55rem + 1.5vw); - padding-bottom: calc(0.5666666667rem + 1vw); -} -.feed__image { - -webkit-box-sizing: content-box; - box-sizing: content-box; - margin: calc(1.7rem + 1vw) auto; - max-width: calc(var(--entry-width) + 20%); - padding: 0 6vw; -} -.feed__image > img { - display: inline-block; - height: auto; - width: 100%; -} -.feed__meta { - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - color: gray-2; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - font-size: 0.8239746086rem; - margin-bottom: calc(-1.4166666667rem - 1vw); -} -.feed__author { - font-family: var(--menu-font); - font-weight: var(--font-weight-bold); -} -.feed__date { - color: var(--gray); - font-style: italic; -} -.feed__author + .feed__date { - margin-left: 0.85rem; -} -.feed__author + .feed__date::before { - content: ""; - background: var(--light); - display: inline-block; - height: 1px; - margin-right: 4px; - width: 1rem; - vertical-align: middle; -} -.feed__readmore { - margin-top: calc(1.1333333333rem + 0.25vw); -} -.feed--grid { - display: -ms-grid; - display: grid; - -ms-grid-columns: 100%; - grid-template-columns: 100%; - grid-gap: calc(1.7rem + 1.5vw); - margin-top: 0; - padding-top: calc(2.55rem + 1.5vw); -} -@media all and (min-width: 37.5em) { - .feed--grid { - -ms-grid-columns: 1fr calc(1.7rem + 1.5vw) 1fr; - grid-template-columns: repeat(2, 1fr); - } -} -.feed--grid h2 { - margin-top: 0; -} -.feed--grid sup { - font-size: 1.066666667rem; - vertical-align: top; -} - -.post__image { - display: inline-block; -} -.post__image > img { - display: inline-block; -} -.post__image--left { - float: left; - margin-bottom: 1.7rem; - margin-right: 1.7rem; - max-width: 50%; -} -.post__image--right { - float: right; - margin-bottom: 1.7rem; - margin-left: 1.7rem; - max-width: 50%; -} -.post__image--center { - display: block; - margin-left: auto; - margin-right: auto; - text-align: center; -} -.post__image--wide { - display: block; -} -@media all and (min-width: 56.25em) { - .post__image--wide { - margin-left: calc(-1 * var(--page-margin)); - margin-right: calc(-1 * var(--page-margin)); - text-align: center; - } - .post__image--wide a, -.post__image--wide img { - display: block; - height: auto; - width: 100%; - } -} -.post__image--full { - display: block; - margin-left: calc(-50vw + 50%); - margin-right: calc(-50vw + 50%); - text-align: center; -} -.post__image--full a, -.post__image--full img { - display: block; - height: auto; - width: 100%; -} -.post__meta { - color: gray-2; - font-size: 0.8239746086rem; - font-style: italic; - margin-bottom: calc(-1.4166666667rem - 1vw); -} -.post__meta--author { - border-top: 1px solid var(--hero-border-color); - font-style: normal; - display: inline-block; - margin-top: 1.7rem; - padding-top: 1.4166666667rem; -} -@media all and (min-width: 37.5em) { - .post__meta--author { - margin-top: 2.8333333333rem; - padding-top: 1.7rem; - } -} -.post__author-thumb { - border-radius: 50%; - height: 1.7rem; - margin-right: 0.5666666667rem; - width: 1.7rem; -} -.post__entry { - margin-top: calc(2.55rem + 1.5vw); -} -.post__entry > :nth-child(1) { - margin-top: 0; -} -.post__entry a:not(.btn):not([type=button]):not([type=submit]):not(button):not(.post__toc a):not(.gallery__item a) { - color: var(--link-color-hover); - text-decoration: underline; - text-decoration-thickness: 1px; - text-underline-offset: 0.2em; - -webkit-text-decoration-skip: ink; - text-decoration-skip-ink: auto; -} -.post__entry a:not(.btn):not([type=button]):not([type=submit]):not(button):not(.post__toc a):not(.gallery__item a):hover, .post__entry a:not(.btn):not([type=button]):not([type=submit]):not(button):not(.post__toc a):not(.gallery__item a):active, .post__entry a:not(.btn):not([type=button]):not([type=submit]):not(button):not(.post__toc a):not(.gallery__item a):focus { - color: var(--link-color); -} -.post__avatar-thumbs { - border-radius: 50%; - height: 4.5333333333rem; - width: 4.5333333333rem; -} -.post__last-updated { - color: var(--gray); - font-size: 0.7724761953rem; - font-style: italic; - margin-top: 2.2666666667rem; -} -.post__last-updated + .post__tag { - margin: 1.1333333333rem 0 0; -} -.post__tag { - margin: 2.2666666667rem 0 0; - font-family: var(--menu-font); - font-size: 0.8239746086rem; -} -.post__tag > li { - display: inline-block; - margin-right: 0.2833333333rem; - padding: 0; -} -.post__tag > li > a { - background: var(--lighter); - border-radius: 1px; - color: var(--dark); - font-size: 0.7241964329rem; - padding: 0.2833333333rem 0.85rem; -} -.post__tag > li > a:hover { - background: var(--light); -} -.post__share { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -ms-flex-wrap: wrap; - flex-wrap: wrap; - margin: calc(2.8333333333rem + 1vw) -0.2833333333rem 0; -} -.post__share > a { - border-radius: 2px; - -webkit-box-flex: 1; - -ms-flex: 1 1 auto; - flex: 1 1 auto; - margin: 0.2833333333rem; - line-height: 0; - padding: 0.7083333333rem 1.1333333333rem; - -webkit-transition: all 0.24s ease-out; - -o-transition: all 0.24s ease-out; - transition: all 0.24s ease-out; - text-align: center; -} -.post__share > a:hover { - -webkit-transform: translateY(-2px); - -ms-transform: translateY(-2px); - transform: translateY(-2px); -} -.post__share > a span { - color: var(--white); - font-family: var(--menu-font); - font-size: 0.5967194723rem; - font-weight: var(--font-weight-bold); - margin-left: 0.2833333333rem; - text-transform: uppercase; -} -.post__share > a svg { - fill: var(--white); - height: 18px; - pointer-events: none; - width: 18px; - vertical-align: middle; -} -.post__bio { - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - margin: calc(3.4rem + 1vw) 0 calc(3.4rem + 2vw); -} -@media all and (min-width: 37.5em) { - .post__bio::before { - content: ""; - border-top: 1px solid var(--light); - height: 1px; - margin-right: 2rem; - width: 20%; - } -} -.bio__avatar { - border-radius: 50%; - -ms-flex-negative: 0; - flex-shrink: 0; - height: 3rem; - margin-right: 1.2rem; - width: 3rem; -} -@media all and (min-width: 37.5em) { - .bio__avatar { - height: 4rem; - margin-right: 2rem; - width: 4rem; - } -} -.bio__name { - font-family: var(--menu-font); - font-size: 1rem; - font-weight: var(--font-weight-bold); - margin: 0; -} -.bio__info > p { - font-family: var(--body-font); - font-size: 0.8239746086rem; - line-height: 1.5; - margin: 0.5666666667rem 0 0; -} -@media all and (min-width: 37.5em) { - .bio__info > p { - width: 80%; - } -} - -.post__nav { - border-top: 1px solid var(--light); - margin-top: calc(2.55rem + 1vw); - padding: 2.55rem var(--page-margin) 2.8333333333rem; - position: relative; -} -@media all and (min-width: 37.5em) { - .post__nav-inner { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-pack: justify; - -ms-flex-pack: justify; - justify-content: space-between; - } -} -@media all and (min-width: 37.5em) { - .post__nav-prev, .post__nav-next { - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - } -} -.post__nav-prev svg, .post__nav-next svg { - fill: var(--gray); -} -@media all and (max-width: 37.4375em) { - .post__nav-prev svg, .post__nav-next svg { - display: none; - } -} -@media all and (min-width: 37.5em) { - .post__nav-next { - margin-left: auto; - text-align: right; - } -} -@media all and (max-width: 37.4375em) { - .post__nav-prev + .post__nav-next { - margin-top: 1.1333333333rem; - } -} -@media all and (min-width: 37.5em) { - .post__nav-prev + .post__nav-next { - margin-left: 1.7rem; - } -} -.post__nav-link { - font-family: var(--body-font); - font-size: 0.8239746086rem; - font-style: italic; - line-height: 1.5; -} -@media all and (min-width: 37.5em) { - .post__nav-link[rel=prev] { - padding-left: 0.85rem; - } -} -@media all and (min-width: 37.5em) { - .post__nav-link[rel=next] { - padding-right: 0.85rem; - } -} -.post__nav-link > span { - color: var(--gray); - display: block; - font-size: 0.7724761953rem; - font-family: var(--menu-font); - font-style: normal; -} -.post__nav + .post__related { - margin-top: 0; -} -.post__nav + .post__comments { - border-top: 1px solid var(--light); - margin-top: 0; -} -.post__related { - background: var(--lighter); - margin-top: calc(2.55rem + 1vw); - margin-bottom: calc(-2.55rem - 1vw); - padding: calc(0.85rem + 1vw) 0 calc(3.4rem + 3vw); -} -.related__item { - margin-top: calc(3.4rem + 1vw); -} -.related__item::before { - content: ""; - border-top: 1px solid var(--light); - display: block; - height: 1px; - margin-bottom: 2rem; - width: 20%; -} - -.post__related + .post__comments { - border-top: none; -} -.post + .post__comments { - margin-top: 0; -} -.post + .post__comments .h5 { - margin-top: 0; -} -.post__comments { - margin-top: calc(2.55rem + 1vw); - overflow: hidden; -} -.post__video, .post__iframe { - display: block; - margin-top: calc(1.7rem + 0.5vw); - margin-bottom: calc(1.7rem + 0.5vw); - overflow: hidden; - padding: 0; - position: relative; - width: 100%; -} -.post__video::before, .post__iframe::before { - display: block; - content: ""; - padding-top: var(--embed-aspect-ratio); -} -.post__video iframe, .post__video video, .post__iframe iframe, .post__iframe video { - border: none; - height: 100%; - left: 0; - position: absolute; - top: 0; - bottom: 0; - width: 100%; -} -.post__toc h3 { - font-size: 1rem; - margin: 0; -} -.post__toc ul { - counter-reset: item; - list-style: decimal; - margin: calc(0.5666666667rem + 0.25vw) 0 0 1rem; -} -.post__toc ul li { - counter-increment: item; - padding: 0; -} -.post__toc ul ul { - margin-top: 0; -} -.post__toc ul ul li { - display: block; -} -.post__toc ul ul li:before { - content: counters(item, ".") ". "; - margin-left: -20px; -} - -.banner { - text-align: center; -} -.banner--after-post { - margin-top: calc(2.55rem + 1vw); -} - -.page--author__avatar { - border-radius: 50%; - height: 3rem; - margin-bottom: calc(-1.4166666667rem - 1vw); - width: 3rem; -} -@media all and (min-width: 37.5em) { - .page--author__avatar { - height: 4rem; - width: 4rem; - } -} -.page--author__website { - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - display: -webkit-inline-box; - display: -ms-inline-flexbox; - display: inline-flex; -} -.page--author__website a { - font-family: var(--menu-font); - font-weight: var(--font-weight-bold); - margin-left: 0.4rem; -} -.page--search form { - -webkit-box-align: start; - -ms-flex-align: start; - align-items: flex-start; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -ms-flex-wrap: wrap; - flex-wrap: wrap; -} -@media all and (max-width: 37.4375em) { - .page--search input { - margin-bottom: 0.5666666667rem; - } -} -@media all and (min-width: 20em) { - .page--search input { - -webkit-box-flex: 1; - -ms-flex: 1 0 auto; - flex: 1 0 auto; - margin-right: 0.5666666667rem; - } -} -@media all and (max-width: 37.4375em) { - .page--search button { - width: 100%; - } -} - -.align-left { - text-align: left; -} - -.align-right { - text-align: right; -} - -.align-center { - text-align: center; -} - -.align-justify { - text-align: justify; -} - -.msg { - border: 1px solid; - font-size: 0.8789062495rem; - padding: 1.1333333333rem 1.7rem; - position: relative; -} -.msg--highlight { - background-color: rgba(var(--highlight-color-rgb), 0.4); - border-color: var(--highlight-color); -} -.msg--info { - background-color: rgba(var(--info-color-rgb), 0.4); - border-color: var(--info-color); -} -.msg--success { - background-color: rgba(var(--success-color-rgb), 0.4); - border-color: var(--success-color); -} -.msg--warning { - background-color: rgba(var(--warning-color-rgb), 0.4); - border-color: var(--warning-color); -} - -.ordered-list { - counter-reset: listCounter; -} -.ordered-list li { - counter-increment: listCounter; - list-style: none; - padding-left: 0.2833333333rem; - position: relative; -} -.ordered-list li::before { - color: var(--color); - content: counter(listCounter, decimal-leading-zero) "."; - font-weight: var(--font-weight-bold); - left: -2rem; - position: absolute; -} - -.dropcap:first-letter { - color: var(--headings-color); - float: left; - font-size: 3.6355864383rem; - line-height: 0.7; - margin-right: 0.5666666667rem; - padding: 0.5666666667rem 0.5666666667rem 0.5666666667rem 0; -} - -.pec-wrapper { - height: 100%; - left: 0; - position: absolute; - top: 0; - width: 100%; -} -.pec-overlay { - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - background-color: var(--light); - font-size: 14px; - display: none; - height: inherit; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; - line-height: 1.4; - padding: 1rem; - position: relative; - text-align: center; -} -@media all and (min-width: 37.5em) { - .pec-overlay { - font-size: 16px; - line-height: var(--line-height); - padding: 1rem 2rem; - } -} -.pec-overlay.is-active { - display: -webkit-box; - display: -ms-flexbox; - display: flex; -} -.pec-overlay-inner p { - margin: 0 0 1rem; -} - -/* Pagination ------------------------ */ -.pagination { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - margin-top: calc(3.4rem + 1vw); -} -@media all and (min-width: 56.25em) { - .pagination { - margin-top: calc(5.1rem + 1vw); - } -} -.pagination__item + .pagination__item { - margin-left: 1.1333333333rem; -} -.pagination svg { - fill: var(--gray); -} - -/* Footer ------------------------ */ -.footer { - background: var(--section-bg); - font-family: var(--body-font); - overflow: hidden; - padding: calc(3.4rem + 1vw) var(--page-margin); - margin: calc(2.55rem + 1vw) 0 0; - text-align: center; -} -.footer__social svg { - fill: var(--white); - height: 0.9374999997rem; - margin: 0 0.85rem; - opacity: 0.6; - -webkit-transition: all 0.12s linear 0s; - -o-transition: all 0.12s linear 0s; - transition: all 0.12s linear 0s; - width: 0.9374999997rem; -} -.footer__social svg:hover { - opacity: 1; -} -.footer__copyright { - color: var(--gray); - font-size: 0.6789341556rem; - letter-spacing: 1px; - text-transform: uppercase; - padding: 1.7rem 0; -} -.footer a { - color: var(--white); -} -.footer a:hover { - color: rgba(var(--white-rgb), 0.7); -} -.footer__bttop { - bottom: 1.4166666667rem; - border-radius: 50%; - line-height: 1; - opacity: 0; - padding: 0.51rem; - position: fixed; - right: 2rem; - text-align: center; - width: auto !important; - visibility: hidden; - z-index: 999; -} -@media all and (min-width: 56.25em) { - .footer__bttop { - bottom: 2.8333333333rem; - } -} -.footer__bttop:hover { - opacity: 1; -} -.footer__bttop > svg { - fill: var(--white); - height: 23px; - margin: 0; - width: 23px; -} -.footer__bttop.is-visible { - visibility: visible; - opacity: 1; -} - -.gallery { - margin: calc(1.7rem + 1vw) -0.2833333333rem; -} -@media all and (min-width: 20em) { - .gallery { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -ms-flex-wrap: wrap; - flex-wrap: wrap; - } -} -@media all and (min-width: 56.25em) { - .gallery-wrapper--wide { - margin-left: calc(-1 * var(--page-margin)); - margin-right: calc(-1 * var(--page-margin)); - } - .gallery-wrapper--wide .gallery { - width: calc(100% + 0.5666666667rem); - } -} -.gallery-wrapper--full { - margin-left: calc(-50vw + 50%); - margin-right: calc(-50vw + 50%); -} -@media all and (min-width: 20em) { - .gallery[data-columns="1"] .gallery__item { - -webkit-box-flex: 1; - -ms-flex: 1 0 100%; - flex: 1 0 100%; - } -} -@media all and (min-width: 30em) { - .gallery[data-columns="2"] .gallery__item { - -webkit-box-flex: 1; - -ms-flex: 1 0 50%; - flex: 1 0 50%; - } -} -@media all and (min-width: 37.5em) { - .gallery[data-columns="3"] .gallery__item { - -webkit-box-flex: 1; - -ms-flex: 1 0 33.333%; - flex: 1 0 33.333%; - } -} -@media all and (min-width: 56.25em) { - .gallery[data-columns="4"] .gallery__item { - -webkit-box-flex: 0; - -ms-flex: 0 1 25%; - flex: 0 1 25%; - } -} -@media all and (min-width: 56.25em) { - .gallery[data-columns="5"] .gallery__item { - -webkit-box-flex: 0; - -ms-flex: 0 1 20%; - flex: 0 1 20%; - } -} -@media all and (min-width: 56.25em) { - .gallery[data-columns="6"] .gallery__item { - -webkit-box-flex: 0; - -ms-flex: 0 1 16.666%; - flex: 0 1 16.666%; - } -} -@media all and (min-width: 56.25em) { - .gallery[data-columns="7"] .gallery__item { - -webkit-box-flex: 1; - -ms-flex: 1 0 14.285%; - flex: 1 0 14.285%; - } -} -@media all and (min-width: 56.25em) { - .gallery[data-columns="8"] .gallery__item { - -webkit-box-flex: 1; - -ms-flex: 1 0 12.5%; - flex: 1 0 12.5%; - } -} -.gallery__item { - margin: 0; - padding: 0.2833333333rem; - position: relative; -} -@media all and (min-width: 20em) { - .gallery__item { - -webkit-box-flex: 1; - -ms-flex: 1 0 50%; - flex: 1 0 50%; - } -} -@media all and (min-width: 30em) { - .gallery__item { - -webkit-box-flex: 1; - -ms-flex: 1 0 33.333%; - flex: 1 0 33.333%; - } -} -@media all and (min-width: 37.5em) { - .gallery__item { - -webkit-box-flex: 1; - -ms-flex: 1 0 25%; - flex: 1 0 25%; - } -} -.gallery__item a { - display: block; - height: 100%; - width: 100%; -} -.gallery__item a::after { - background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0))); - background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%); - background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%); - bottom: 0.2833333333rem; - content: ""; - display: block; - opacity: 0; - left: 0.2833333333rem; - height: calc(100% - 0.5666666667rem); - position: absolute; - right: 0.2833333333rem; - top: 0.2833333333rem; - -webkit-transition: all 0.24s ease-out; - -o-transition: all 0.24s ease-out; - transition: all 0.24s ease-out; - width: calc(100% - 0.5666666667rem); -} -.gallery__item a:hover::after { - opacity: 1; -} -.gallery__item img { - display: block; - height: 100%; - -o-object-fit: cover; - object-fit: cover; - width: 100%; -} -.gallery__item figcaption { - bottom: 1.2rem; - color: var(--white); - left: 50%; - opacity: 0; - position: absolute; - text-align: center; - -webkit-transform: translate(-50%, 1.2rem); - -ms-transform: translate(-50%, 1.2rem); - transform: translate(-50%, 1.2rem); - -webkit-transition: all 0.24s ease-out; - -o-transition: all 0.24s ease-out; - transition: all 0.24s ease-out; -} -.gallery__item:hover figcaption { - opacity: 1; - -webkit-transform: translate(-50%, 0); - -ms-transform: translate(-50%, 0); - transform: translate(-50%, 0); -} - -.pswp--dark .pswp__bg { - background: black; -} -.pswp--light .pswp__bg { - background: var(--white); -} -.pswp--light .pswp__counter { - color: var(--text-color); -} -.pswp--light .pswp__caption__center { - color: var(--text-color); -} -.pswp .pswp__button { - -webkit-box-shadow: none; - box-shadow: none; - -webkit-transform: none; - -ms-transform: none; - transform: none; -} - -.link-btn { - color: var(--white); - min-height: 1.8rem; - border-radius: 6px; - cursor: pointer; - padding: 0.6933333333rem 0.5rem; - vertical-align: middle; - text-align: center; - font: 400 0.8888888889rem"Inter",sans-serif; - display: inline-flex; -} - -.link-btn.outline { - background: none; - border: 1px solid #d6dbe0; - -webkit-box-shadow: none; - box-shadow: none; - color: var(--white); -} - -.link-btn.outline:hover { - border-color: var(--link-color-hover);; -} -.link-btn>svg { - fill: var(--white); - margin-right: 0.6rem; - vertical-align: middle; -} - -.link-btn, .github-btn { - order: 4; -} - -.github-btn { - margin-left: 1.0666666667rem; -} - -.telegram-btn { - margin-left: 1.0666666667rem; -} \ No newline at end of file diff --git a/output/assets/css/photoswipe.css b/output/assets/css/photoswipe.css deleted file mode 100755 index e88f066..0000000 --- a/output/assets/css/photoswipe.css +++ /dev/null @@ -1,790 +0,0 @@ -/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */ - -/* - Styles for basic PhotoSwipe functionality (sliding area, open/close transitions) -*/ - -/* pswp = photoswipe */ - -.pswp { - display: none; - position: absolute; - width: 100%; - height: 100%; - left: 0; - top: 0; - overflow: hidden; - -ms-touch-action: none; - touch-action: none; - z-index: 1500; - -webkit-text-size-adjust: 100%; - /* create separate layer, to avoid paint on window.onscroll in webkit/blink */ - -webkit-backface-visibility: hidden; - outline: none; -} - -.pswp * { - -webkit-box-sizing: border-box; - box-sizing: border-box; -} - - -.pswp img { - max-width: none; -} - -/* style is added when JS option showHideOpacity is set to true */ - -.pswp--animate_opacity { - /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */ - opacity: 0.001; - will-change: opacity; - /* for open/close transition */ - -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); - transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); -} - -.pswp--open { - display: block; -} - -.pswp--zoom-allowed .pswp__img { - /* autoprefixer: off */ - cursor: -webkit-zoom-in; - cursor: -moz-zoom-in; - cursor: zoom-in; -} - -.pswp--zoomed-in .pswp__img { - /* autoprefixer: off */ - cursor: -webkit-grab; - cursor: -moz-grab; - cursor: grab; -} - -.pswp--dragging .pswp__img { - /* autoprefixer: off */ - cursor: -webkit-grabbing; - cursor: -moz-grabbing; - cursor: grabbing; -} - -/* - Background is added as a separate element. - As animating opacity is much faster than animating rgba() background-color. -*/ - -.pswp__bg { - position: absolute; - left: 0; - top: 0; - width: 100%; - height: 100%; - opacity: 0; - -webkit-transform: translateZ(0); - transform: translateZ(0); - -webkit-backface-visibility: hidden; - will-change: opacity; -} - -.pswp__scroll-wrap { - position: absolute; - left: 0; - top: 0; - width: 100%; - height: 100%; - overflow: hidden; -} - -.pswp__container, -.pswp__zoom-wrap { - -ms-touch-action: none; - touch-action: none; - position: absolute; - left: 0; - right: 0; - top: 0; - bottom: 0; -} - -/* Prevent selection and tap highlights */ - -.pswp__container, -.pswp__img { - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - -webkit-tap-highlight-color: transparent; - -webkit-touch-callout: none; -} - -.pswp__zoom-wrap { - position: absolute; - width: 100%; - -webkit-transform-origin: left top; - transform-origin: left top; - /* for open/close transition */ - -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); - transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); - transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); - transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); -} - -.pswp__bg { - will-change: opacity; - /* for open/close transition */ - -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); - transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); -} - -.pswp--animated-in .pswp__bg, -.pswp--animated-in .pswp__zoom-wrap { - -webkit-transition: none; - transition: none; -} - -.pswp__container, -.pswp__zoom-wrap { - -webkit-backface-visibility: hidden; -} - -.pswp__item { - position: absolute; - left: 0; - right: 0; - top: 0; - bottom: 0; - overflow: hidden; -} - -.pswp__img { - position: absolute; - width: auto; - height: auto; - top: 0; - left: 0; -} - -/* - stretched thumbnail or div placeholder element (see below) - style is added to avoid flickering in webkit/blink when layers overlap -*/ - -.pswp__img--placeholder { - -webkit-backface-visibility: hidden; -} - -/* - div element that matches size of large image - large image loads on top of it -*/ - -.pswp__img--placeholder--blank { - background: #222; -} - -.pswp--ie .pswp__img { - width: 100% !important; - height: auto !important; - left: 0; - top: 0; -} - -/* - Error message appears when image is not loaded - (JS option errorMsg controls markup) -*/ - -.pswp__error-msg { - position: absolute; - left: 0; - top: 50%; - width: 100%; - text-align: center; - font-size: 14px; - line-height: 16px; - margin-top: -8px; - color: #CCC; -} - -.pswp__error-msg a { - color: #CCC; - text-decoration: underline; -} - -/* - - 1. Buttons - - */ - -/* Github Telegram

morris (5)

visit us

You can visit us during public opening times in our space. Address: Akaki Khorava Street, 18 Scroll down to see an image of our door. –

Continue reading...

digital audio jam

We meet every first and second Saturday at 6pm to play with anykind of digitlal music equipment, synts drum machines or whatever you bring. If possible please bring an instrument and some cables for your instrument, if you want to be synced either midi with…

Continue reading...

3D NIGHT

Every thursday 8PM we meet to present and demo some great 3D related tools and projects. Please follow the Telegram Chat to see what is planned for the comming week. 8:00PM Thursday, October 6 F0RTHSP4CE, Khorava St, 18 This week we will have a Shader…

Continue reading...

Lorem ipsum 

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit…

Continue reading...

welcome

F0RTHSP4CE is a hackerspace and a community of enthusiasts focusing on art, technology, and society. We are always eager to learn and engage in new and challenging projects while creating events to share those experiences. But most importantly we are having a good time. is…

Continue reading...
\ No newline at end of file diff --git a/output/digital-audio-jam.html b/output/digital-audio-jam.html deleted file mode 100644 index fbb5d39..0000000 --- a/output/digital-audio-jam.html +++ /dev/null @@ -1,11 +0,0 @@ -digital audio jam - F0RTHSP4CE
Github Telegram

digital audio jam

We meet every first and second Saturday at 6pm to play with anykind of digitlal music equipment, synts drum machines or whatever you bring.

If possible please bring an instrument and some cables for your instrument, if you want to be synced either midi with din 5 or cv with 3.5mm jack , for audio we use 6.35mm jack or XLR jack.

Image description

\ No newline at end of file diff --git a/output/entrance.jpeg b/output/entrance.jpeg deleted file mode 100644 index ef12291..0000000 Binary files a/output/entrance.jpeg and /dev/null differ diff --git a/output/events.html b/output/events.html deleted file mode 100644 index 91e05ae..0000000 --- a/output/events.html +++ /dev/null @@ -1,11 +0,0 @@ -events - F0RTHSP4CE \ No newline at end of file diff --git a/output/feed.json b/output/feed.json deleted file mode 100644 index c68ac72..0000000 --- a/output/feed.json +++ /dev/null @@ -1,89 +0,0 @@ -{ - "version": "https://jsonfeed.org/version/1", - "title": "F0RTHSP4CE", - "description": "", - "home_page_url": "https://f0rth.space", - "feed_url": "https://f0rth.space/feed.json", - "user_comment": "", - "author": { - "name": "morris" - }, - "items": [ - { - "id": "https://f0rth.space/visit-us.html", - "url": "https://f0rth.space/visit-us.html", - "title": "visit us", - "summary": "You can visit us during public opening times in our space. Address: Akaki Khorava Street, 18 Scroll down to see an image of our door. –", - "content_html": "

You can visit us during public opening times in our space.

\n

Address: Akaki Khorava Street, 18

\n\n\n

Scroll down to see an image of our door.

\n

\n
\n
\n
\n\n\n

\"Image

\n", - "image": "https://f0rth.space/media/posts/12/entrance.jpeg", - "author": { - "name": "morris" - }, - "tags": [ - ], - "date_published": "2022-10-09T12:35:02+04:00", - "date_modified": "2023-06-15T18:13:21+04:00" - }, - { - "id": "https://f0rth.space/digital-audio-jam.html", - "url": "https://f0rth.space/digital-audio-jam.html", - "title": "digital audio jam", - "summary": "We meet every first and second Saturday at 6pm to play with anykind of digitlal music equipment, synts drum machines or whatever you bring. If possible please bring an instrument and some cables for your instrument, if you want to be synced either midi with…", - "content_html": "

We meet every first and second Saturday at 6pm to play with anykind of digitlal music equipment, synts drum machines or whatever you bring.

\n

If possible please bring an instrument and some cables for your instrument, if you want to be synced either midi with din 5 or cv with 3.5mm jack , for audio we use 6.35mm jack or XLR jack.

\n

\"Image

\n", - "image": "https://f0rth.space/media/posts/11/photo_5319077225707979362_y-2.jpeg", - "author": { - "name": "morris" - }, - "tags": [ - "Digital Audio JAM" - ], - "date_published": "2022-09-30T19:35:00+04:00", - "date_modified": "2022-10-09T13:07:29+04:00" - }, - { - "id": "https://f0rth.space/self-organizing-systems.html", - "url": "https://f0rth.space/self-organizing-systems.html", - "title": "3D NIGHT", - "summary": "Every thursday 8PM we meet to present and demo some great 3D related tools and projects. Please follow the Telegram Chat to see what is planned for the comming week. 8:00PM Thursday, October 6 F0RTHSP4CE, Khorava St, 18 This week we will have a Shader…", - "content_html": "

Every thursday 8PM we meet to present and demo some great 3D related tools and projects. \n
\nPlease follow the Telegram Chat to see what is planned for the comming week.\n

\n

Past Events

\n
\n
8:00PM Thursday, October 6\nF0RTHSP4CE, Khorava St, 18\n
\n

This week we will have a Shader Session with @munrocket

\n

Part 1: Brief introduction into WebGPU compute pipeline. \nPart 2: Live Coding shader art with SDFs, we will recreate the recent poster from the Nvidia presentation ( above ).

\n

\"Image

\n
\n
8:00PM Thursday, September 29 \nF0RTHSP4CE, Khorava St, 18\n
\n

@attentionkernel will give a talk about self-organizing systems, with examples in pytorch and GLSL, then we will try to code our own.

\n
Some intro materials:
\n\n

if you want to follow along with pytorch examples, Colab Pro or similar GPU-enabled environment is recommended.

\n", - "image": "https://f0rth.space/media/posts/7/photo_5305657823729926263_y-2.jpeg", - "author": { - "name": "morris" - }, - "tags": [ - "3D NIGHT" - ], - "date_published": "2022-09-30T10:53:05+04:00", - "date_modified": "2022-10-09T13:27:46+04:00" - }, - { - "id": "https://f0rth.space/some-news.html", - "url": "https://f0rth.space/some-news.html", - "title": "Lorem ipsum ", - "summary": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit…", - "content_html": "

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum

\n", - "author": { - "name": "morris" - }, - "tags": [ - "news" - ], - "date_published": "2022-09-30T09:55:11+04:00", - "date_modified": "2022-09-30T09:58:17+04:00" - }, - { - "id": "https://f0rth.space/index.html", - "url": "https://f0rth.space/index.html", - "title": "welcome", - "summary": "F0RTHSP4CE is a hackerspace and a community of enthusiasts focusing on art, technology, and society. We are always eager to learn and engage in new and challenging projects while creating events to share those experiences. But most importantly we are having a good time. is…", - "content_html": "

F0RTHSP4CE is a hackerspace and a community of enthusiasts focusing on art, technology, and society.

\n

We are always eager to learn and engage in new and challenging projects while creating events to share those experiences. But most importantly we are having a good time.

\n

Our mission

\n

is to develop our community for everybody interested in it. \nWe will break walls and build bridges in the metaphorical meaning of those words, but we will literally help each other.

\n

How to approach us

\n

Come to visit and talk with us and see the space for yourself.
You can also come and ask for help if you believe we are the right place to solve your issue. Please ping us up front on our telegram chat, so we know you are coming.

\n

Everyone is welcome. We know that people are different and prefer to engage in different ways, so you may visit us just to work on your project uninterrupted or sit and read a book.

\n

Residents

\n

are managing the space in their free time with pure enthusiasm.\nOur hierarchy is flat without administrators or managers.

\n

F0RTHSP4CE is not a secret club. If you share our principles and want to become involved - do it and become a resident.

\n

Donations

\n

F0RTHSP4CE is organized horizontally so that we can exist only with residents’ and guests’ donations. If you want to help us:

\n
    \n
  • drop some cash into the Donation Box
  • \n
  • donate materials or instruments
  • \n
\n", - "author": { - "name": "morris" - }, - "tags": [ - ], - "date_published": "2022-09-29T23:59:15+04:00", - "date_modified": "2023-03-01T01:34:25+04:00" - } - ] -} diff --git a/output/feed.xml b/output/feed.xml deleted file mode 100644 index 451eb6f..0000000 --- a/output/feed.xml +++ /dev/null @@ -1,206 +0,0 @@ - - - F0RTHSP4CE - - - 2023-06-15T18:13:21+04:00 - - morris - - https://f0rth.space - - - visit us - - morris - - - https://f0rth.space/visit-us.html - - - 2023-06-15T18:13:21+04:00 - - - You can visit us during public opening times in our space. Address: Akaki Khorava Street, 18 Scroll down to see an image of our door. – - ]]> - - -

-

You can visit us during public opening times in our space.

-

Address: Akaki Khorava Street, 18

- - -

Scroll down to see an image of our door.

-

-
-
-
- - -

Image description

- - ]]> -
-
- - digital audio jam - - morris - - - https://f0rth.space/digital-audio-jam.html - - - - 2022-10-09T13:07:29+04:00 - - - We meet every first and second Saturday at 6pm to play with anykind of digitlal music equipment, synts drum machines or whatever you bring. If possible please bring an instrument and some cables for your instrument, if you want to be synced either midi with… - ]]> - - -

-

We meet every first and second Saturday at 6pm to play with anykind of digitlal music equipment, synts drum machines or whatever you bring.

-

If possible please bring an instrument and some cables for your instrument, if you want to be synced either midi with din 5 or cv with 3.5mm jack , for audio we use 6.35mm jack or XLR jack.

-

Image description

- - ]]> -
-
- - 3D NIGHT - - morris - - - https://f0rth.space/self-organizing-systems.html - - - - 2022-10-09T13:27:46+04:00 - - - Every thursday 8PM we meet to present and demo some great 3D related tools and projects. Please follow the Telegram Chat to see what is planned for the comming week. 8:00PM Thursday, October 6 F0RTHSP4CE, Khorava St, 18 This week we will have a Shader… - ]]> - - -

-

Every thursday 8PM we meet to present and demo some great 3D related tools and projects. -
-Please follow the Telegram Chat to see what is planned for the comming week. -

-

Past Events

-
-
8:00PM Thursday, October 6
-F0RTHSP4CE, Khorava St, 18
-
-

This week we will have a Shader Session with @munrocket

-

Part 1: Brief introduction into WebGPU compute pipeline. -Part 2: Live Coding shader art with SDFs, we will recreate the recent poster from the Nvidia presentation ( above ).

-

Image description

-
-
8:00PM Thursday, September 29 
-F0RTHSP4CE, Khorava St, 18
-
-

@attentionkernel will give a talk about self-organizing systems, with examples in pytorch and GLSL, then we will try to code our own.

-
Some intro materials:
- -

if you want to follow along with pytorch examples, Colab Pro or similar GPU-enabled environment is recommended.

- - ]]> -
-
- - Lorem ipsum  - - morris - - - https://f0rth.space/some-news.html - - - 2022-09-30T09:58:17+04:00 - - - - - Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum

- - ]]> -
-
- - welcome - - morris - - - https://f0rth.space/index.html - - 2023-03-01T01:34:25+04:00 - - - - - F0RTHSP4CE is a hackerspace and a community of enthusiasts focusing on art, technology, and society.

-

We are always eager to learn and engage in new and challenging projects while creating events to share those experiences. But most importantly we are having a good time.

-

Our mission

-

is to develop our community for everybody interested in it. -We will break walls and build bridges in the metaphorical meaning of those words, but we will literally help each other.

-

How to approach us

-

Come to visit and talk with us and see the space for yourself.
You can also come and ask for help if you believe we are the right place to solve your issue. Please ping us up front on our telegram chat, so we know you are coming.

-

Everyone is welcome. We know that people are different and prefer to engage in different ways, so you may visit us just to work on your project uninterrupted or sit and read a book.

-

Residents

-

are managing the space in their free time with pure enthusiasm. -Our hierarchy is flat without administrators or managers.

-

F0RTHSP4CE is not a secret club. If you share our principles and want to become involved - do it and become a resident.

-

Donations

-

F0RTHSP4CE is organized horizontally so that we can exist only with residents’ and guests’ donations. If you want to help us:

-
    -
  • drop some cash into the Donation Box
  • -
  • donate materials or instruments
  • -
- - ]]> -
-
-
diff --git a/output/files.publii.json b/output/files.publii.json deleted file mode 100644 index ab58ad4..0000000 --- a/output/files.publii.json +++ /dev/null @@ -1 +0,0 @@ -{ "revision": "cfd2e0d6ca28b55f40ba158650a88e95" } \ No newline at end of file diff --git a/output/index.html b/output/index.html deleted file mode 100644 index 2e523e3..0000000 --- a/output/index.html +++ /dev/null @@ -1,11 +0,0 @@ -welcome - F0RTHSP4CE
Github Telegram

welcome

F0RTHSP4CE is a hackerspace and a community of enthusiasts focusing on art, technology, and society.

We are always eager to learn and engage in new and challenging projects while creating events to share those experiences. But most importantly we are having a good time.

Our mission

is to develop our community for everybody interested in it. We will break walls and build bridges in the metaphorical meaning of those words, but we will literally help each other.

How to approach us

Come to visit and talk with us and see the space for yourself.
You can also come and ask for help if you believe we are the right place to solve your issue. Please ping us up front on our telegram chat, so we know you are coming.

Everyone is welcome. We know that people are different and prefer to engage in different ways, so you may visit us just to work on your project uninterrupted or sit and read a book.

Residents

are managing the space in their free time with pure enthusiasm. Our hierarchy is flat without administrators or managers.

F0RTHSP4CE is not a secret club. If you share our principles and want to become involved - do it and become a resident.

Donations

F0RTHSP4CE is organized horizontally so that we can exist only with residents’ and guests’ donations. If you want to help us:

  • drop some cash into the Donation Box
  • donate materials or instruments

This article was updated on March 1, 2023

\ No newline at end of file diff --git a/output/media/posts/11/photo_5319077225707979362_y-2.jpeg b/output/media/posts/11/photo_5319077225707979362_y-2.jpeg deleted file mode 100644 index 3bfe844..0000000 Binary files a/output/media/posts/11/photo_5319077225707979362_y-2.jpeg and /dev/null differ diff --git a/output/media/posts/11/photo_5319077225707979362_y.jpeg b/output/media/posts/11/photo_5319077225707979362_y.jpeg deleted file mode 100644 index 3bfe844..0000000 Binary files a/output/media/posts/11/photo_5319077225707979362_y.jpeg and /dev/null differ diff --git a/output/media/posts/11/responsive/photo_5319077225707979362_y-2-2xl.jpeg b/output/media/posts/11/responsive/photo_5319077225707979362_y-2-2xl.jpeg deleted file mode 100644 index c050a27..0000000 Binary files a/output/media/posts/11/responsive/photo_5319077225707979362_y-2-2xl.jpeg and /dev/null differ diff --git a/output/media/posts/11/responsive/photo_5319077225707979362_y-2-lg.jpeg b/output/media/posts/11/responsive/photo_5319077225707979362_y-2-lg.jpeg deleted file mode 100644 index 1ad55ca..0000000 Binary files a/output/media/posts/11/responsive/photo_5319077225707979362_y-2-lg.jpeg and /dev/null differ diff --git a/output/media/posts/11/responsive/photo_5319077225707979362_y-2-md.jpeg b/output/media/posts/11/responsive/photo_5319077225707979362_y-2-md.jpeg deleted file mode 100644 index 8d2ca7f..0000000 Binary files a/output/media/posts/11/responsive/photo_5319077225707979362_y-2-md.jpeg and /dev/null differ diff --git a/output/media/posts/11/responsive/photo_5319077225707979362_y-2-sm.jpeg b/output/media/posts/11/responsive/photo_5319077225707979362_y-2-sm.jpeg deleted file mode 100644 index 6ecfc52..0000000 Binary files a/output/media/posts/11/responsive/photo_5319077225707979362_y-2-sm.jpeg and /dev/null differ diff --git a/output/media/posts/11/responsive/photo_5319077225707979362_y-2-xl.jpeg b/output/media/posts/11/responsive/photo_5319077225707979362_y-2-xl.jpeg deleted file mode 100644 index c050a27..0000000 Binary files a/output/media/posts/11/responsive/photo_5319077225707979362_y-2-xl.jpeg and /dev/null differ diff --git a/output/media/posts/11/responsive/photo_5319077225707979362_y-2-xs.jpeg b/output/media/posts/11/responsive/photo_5319077225707979362_y-2-xs.jpeg deleted file mode 100644 index 010e0d2..0000000 Binary files a/output/media/posts/11/responsive/photo_5319077225707979362_y-2-xs.jpeg and /dev/null differ diff --git a/output/media/posts/11/responsive/photo_5319077225707979362_y-2xl.jpeg b/output/media/posts/11/responsive/photo_5319077225707979362_y-2xl.jpeg deleted file mode 100644 index c050a27..0000000 Binary files a/output/media/posts/11/responsive/photo_5319077225707979362_y-2xl.jpeg and /dev/null differ diff --git a/output/media/posts/11/responsive/photo_5319077225707979362_y-lg.jpeg b/output/media/posts/11/responsive/photo_5319077225707979362_y-lg.jpeg deleted file mode 100644 index 1ad55ca..0000000 Binary files a/output/media/posts/11/responsive/photo_5319077225707979362_y-lg.jpeg and /dev/null differ diff --git a/output/media/posts/11/responsive/photo_5319077225707979362_y-md.jpeg b/output/media/posts/11/responsive/photo_5319077225707979362_y-md.jpeg deleted file mode 100644 index 8d2ca7f..0000000 Binary files a/output/media/posts/11/responsive/photo_5319077225707979362_y-md.jpeg and /dev/null differ diff --git a/output/media/posts/11/responsive/photo_5319077225707979362_y-sm.jpeg b/output/media/posts/11/responsive/photo_5319077225707979362_y-sm.jpeg deleted file mode 100644 index 6ecfc52..0000000 Binary files a/output/media/posts/11/responsive/photo_5319077225707979362_y-sm.jpeg and /dev/null differ diff --git a/output/media/posts/11/responsive/photo_5319077225707979362_y-xl.jpeg b/output/media/posts/11/responsive/photo_5319077225707979362_y-xl.jpeg deleted file mode 100644 index c050a27..0000000 Binary files a/output/media/posts/11/responsive/photo_5319077225707979362_y-xl.jpeg and /dev/null differ diff --git a/output/media/posts/11/responsive/photo_5319077225707979362_y-xs.jpeg b/output/media/posts/11/responsive/photo_5319077225707979362_y-xs.jpeg deleted file mode 100644 index 010e0d2..0000000 Binary files a/output/media/posts/11/responsive/photo_5319077225707979362_y-xs.jpeg and /dev/null differ diff --git a/output/media/posts/12/entrance-2.jpeg b/output/media/posts/12/entrance-2.jpeg deleted file mode 100644 index ef12291..0000000 Binary files a/output/media/posts/12/entrance-2.jpeg and /dev/null differ diff --git a/output/media/posts/12/entrance.jpeg b/output/media/posts/12/entrance.jpeg deleted file mode 100644 index ef12291..0000000 Binary files a/output/media/posts/12/entrance.jpeg and /dev/null differ diff --git a/output/media/posts/12/responsive/entrance-2-2xl.jpeg b/output/media/posts/12/responsive/entrance-2-2xl.jpeg deleted file mode 100644 index caf3733..0000000 Binary files a/output/media/posts/12/responsive/entrance-2-2xl.jpeg and /dev/null differ diff --git a/output/media/posts/12/responsive/entrance-2-lg.jpeg b/output/media/posts/12/responsive/entrance-2-lg.jpeg deleted file mode 100644 index caf3733..0000000 Binary files a/output/media/posts/12/responsive/entrance-2-lg.jpeg and /dev/null differ diff --git a/output/media/posts/12/responsive/entrance-2-md.jpeg b/output/media/posts/12/responsive/entrance-2-md.jpeg deleted file mode 100644 index 90b6f7b..0000000 Binary files a/output/media/posts/12/responsive/entrance-2-md.jpeg and /dev/null differ diff --git a/output/media/posts/12/responsive/entrance-2-sm.jpeg b/output/media/posts/12/responsive/entrance-2-sm.jpeg deleted file mode 100644 index 59b6278..0000000 Binary files a/output/media/posts/12/responsive/entrance-2-sm.jpeg and /dev/null differ diff --git a/output/media/posts/12/responsive/entrance-2-xl.jpeg b/output/media/posts/12/responsive/entrance-2-xl.jpeg deleted file mode 100644 index caf3733..0000000 Binary files a/output/media/posts/12/responsive/entrance-2-xl.jpeg and /dev/null differ diff --git a/output/media/posts/12/responsive/entrance-2-xs.jpeg b/output/media/posts/12/responsive/entrance-2-xs.jpeg deleted file mode 100644 index 71b64f4..0000000 Binary files a/output/media/posts/12/responsive/entrance-2-xs.jpeg and /dev/null differ diff --git a/output/media/posts/12/responsive/entrance-2xl.jpeg b/output/media/posts/12/responsive/entrance-2xl.jpeg deleted file mode 100644 index caf3733..0000000 Binary files a/output/media/posts/12/responsive/entrance-2xl.jpeg and /dev/null differ diff --git a/output/media/posts/12/responsive/entrance-lg.jpeg b/output/media/posts/12/responsive/entrance-lg.jpeg deleted file mode 100644 index caf3733..0000000 Binary files a/output/media/posts/12/responsive/entrance-lg.jpeg and /dev/null differ diff --git a/output/media/posts/12/responsive/entrance-md.jpeg b/output/media/posts/12/responsive/entrance-md.jpeg deleted file mode 100644 index 90b6f7b..0000000 Binary files a/output/media/posts/12/responsive/entrance-md.jpeg and /dev/null differ diff --git a/output/media/posts/12/responsive/entrance-sm.jpeg b/output/media/posts/12/responsive/entrance-sm.jpeg deleted file mode 100644 index 59b6278..0000000 Binary files a/output/media/posts/12/responsive/entrance-sm.jpeg and /dev/null differ diff --git a/output/media/posts/12/responsive/entrance-xl.jpeg b/output/media/posts/12/responsive/entrance-xl.jpeg deleted file mode 100644 index caf3733..0000000 Binary files a/output/media/posts/12/responsive/entrance-xl.jpeg and /dev/null differ diff --git a/output/media/posts/12/responsive/entrance-xs.jpeg b/output/media/posts/12/responsive/entrance-xs.jpeg deleted file mode 100644 index 71b64f4..0000000 Binary files a/output/media/posts/12/responsive/entrance-xs.jpeg and /dev/null differ diff --git a/output/media/posts/4/DALLE-2022-10-09-13.16.09-hacker-principles-manifest-digital-art.png b/output/media/posts/4/DALLE-2022-10-09-13.16.09-hacker-principles-manifest-digital-art.png deleted file mode 100644 index 0899899..0000000 Binary files a/output/media/posts/4/DALLE-2022-10-09-13.16.09-hacker-principles-manifest-digital-art.png and /dev/null differ diff --git a/output/media/posts/4/responsive/DALLE-2022-10-09-13.16.09-hacker-principles-manifest-digital-art-2xl.png b/output/media/posts/4/responsive/DALLE-2022-10-09-13.16.09-hacker-principles-manifest-digital-art-2xl.png deleted file mode 100644 index e025bdf..0000000 Binary files a/output/media/posts/4/responsive/DALLE-2022-10-09-13.16.09-hacker-principles-manifest-digital-art-2xl.png and /dev/null differ diff --git a/output/media/posts/4/responsive/DALLE-2022-10-09-13.16.09-hacker-principles-manifest-digital-art-lg.png b/output/media/posts/4/responsive/DALLE-2022-10-09-13.16.09-hacker-principles-manifest-digital-art-lg.png deleted file mode 100644 index e025bdf..0000000 Binary files a/output/media/posts/4/responsive/DALLE-2022-10-09-13.16.09-hacker-principles-manifest-digital-art-lg.png and /dev/null differ diff --git a/output/media/posts/4/responsive/DALLE-2022-10-09-13.16.09-hacker-principles-manifest-digital-art-md.png b/output/media/posts/4/responsive/DALLE-2022-10-09-13.16.09-hacker-principles-manifest-digital-art-md.png deleted file mode 100644 index 8fb9573..0000000 Binary files a/output/media/posts/4/responsive/DALLE-2022-10-09-13.16.09-hacker-principles-manifest-digital-art-md.png and /dev/null differ diff --git a/output/media/posts/4/responsive/DALLE-2022-10-09-13.16.09-hacker-principles-manifest-digital-art-sm.png b/output/media/posts/4/responsive/DALLE-2022-10-09-13.16.09-hacker-principles-manifest-digital-art-sm.png deleted file mode 100644 index d9d9dd0..0000000 Binary files a/output/media/posts/4/responsive/DALLE-2022-10-09-13.16.09-hacker-principles-manifest-digital-art-sm.png and /dev/null differ diff --git a/output/media/posts/4/responsive/DALLE-2022-10-09-13.16.09-hacker-principles-manifest-digital-art-xl.png b/output/media/posts/4/responsive/DALLE-2022-10-09-13.16.09-hacker-principles-manifest-digital-art-xl.png deleted file mode 100644 index e025bdf..0000000 Binary files a/output/media/posts/4/responsive/DALLE-2022-10-09-13.16.09-hacker-principles-manifest-digital-art-xl.png and /dev/null differ diff --git a/output/media/posts/4/responsive/DALLE-2022-10-09-13.16.09-hacker-principles-manifest-digital-art-xs.png b/output/media/posts/4/responsive/DALLE-2022-10-09-13.16.09-hacker-principles-manifest-digital-art-xs.png deleted file mode 100644 index 08c3ccf..0000000 Binary files a/output/media/posts/4/responsive/DALLE-2022-10-09-13.16.09-hacker-principles-manifest-digital-art-xs.png and /dev/null differ diff --git a/output/media/posts/6/DALLE-2022-10-09-13.14.08.png b/output/media/posts/6/DALLE-2022-10-09-13.14.08.png deleted file mode 100644 index ad7f454..0000000 Binary files a/output/media/posts/6/DALLE-2022-10-09-13.14.08.png and /dev/null differ diff --git a/output/media/posts/6/responsive/DALLE-2022-10-09-13.14.08-2xl.png b/output/media/posts/6/responsive/DALLE-2022-10-09-13.14.08-2xl.png deleted file mode 100644 index 6a7ceaa..0000000 Binary files a/output/media/posts/6/responsive/DALLE-2022-10-09-13.14.08-2xl.png and /dev/null differ diff --git a/output/media/posts/6/responsive/DALLE-2022-10-09-13.14.08-lg.png b/output/media/posts/6/responsive/DALLE-2022-10-09-13.14.08-lg.png deleted file mode 100644 index 6a7ceaa..0000000 Binary files a/output/media/posts/6/responsive/DALLE-2022-10-09-13.14.08-lg.png and /dev/null differ diff --git a/output/media/posts/6/responsive/DALLE-2022-10-09-13.14.08-md.png b/output/media/posts/6/responsive/DALLE-2022-10-09-13.14.08-md.png deleted file mode 100644 index 99c50e2..0000000 Binary files a/output/media/posts/6/responsive/DALLE-2022-10-09-13.14.08-md.png and /dev/null differ diff --git a/output/media/posts/6/responsive/DALLE-2022-10-09-13.14.08-sm.png b/output/media/posts/6/responsive/DALLE-2022-10-09-13.14.08-sm.png deleted file mode 100644 index 4e4c070..0000000 Binary files a/output/media/posts/6/responsive/DALLE-2022-10-09-13.14.08-sm.png and /dev/null differ diff --git a/output/media/posts/6/responsive/DALLE-2022-10-09-13.14.08-xl.png b/output/media/posts/6/responsive/DALLE-2022-10-09-13.14.08-xl.png deleted file mode 100644 index 6a7ceaa..0000000 Binary files a/output/media/posts/6/responsive/DALLE-2022-10-09-13.14.08-xl.png and /dev/null differ diff --git a/output/media/posts/6/responsive/DALLE-2022-10-09-13.14.08-xs.png b/output/media/posts/6/responsive/DALLE-2022-10-09-13.14.08-xs.png deleted file mode 100644 index 61edc67..0000000 Binary files a/output/media/posts/6/responsive/DALLE-2022-10-09-13.14.08-xs.png and /dev/null differ diff --git a/output/media/posts/7/photo_5305657823729926263_y-2.jpeg b/output/media/posts/7/photo_5305657823729926263_y-2.jpeg deleted file mode 100644 index 6524e3b..0000000 Binary files a/output/media/posts/7/photo_5305657823729926263_y-2.jpeg and /dev/null differ diff --git a/output/media/posts/7/photo_5305657823729926263_y.jpeg b/output/media/posts/7/photo_5305657823729926263_y.jpeg deleted file mode 100644 index 6524e3b..0000000 Binary files a/output/media/posts/7/photo_5305657823729926263_y.jpeg and /dev/null differ diff --git a/output/media/posts/7/responsive/photo_5305657823729926263_y-2-2xl.jpeg b/output/media/posts/7/responsive/photo_5305657823729926263_y-2-2xl.jpeg deleted file mode 100644 index 2dca6d7..0000000 Binary files a/output/media/posts/7/responsive/photo_5305657823729926263_y-2-2xl.jpeg and /dev/null differ diff --git a/output/media/posts/7/responsive/photo_5305657823729926263_y-2-lg.jpeg b/output/media/posts/7/responsive/photo_5305657823729926263_y-2-lg.jpeg deleted file mode 100644 index 2dca6d7..0000000 Binary files a/output/media/posts/7/responsive/photo_5305657823729926263_y-2-lg.jpeg and /dev/null differ diff --git a/output/media/posts/7/responsive/photo_5305657823729926263_y-2-md.jpeg b/output/media/posts/7/responsive/photo_5305657823729926263_y-2-md.jpeg deleted file mode 100644 index 08a101e..0000000 Binary files a/output/media/posts/7/responsive/photo_5305657823729926263_y-2-md.jpeg and /dev/null differ diff --git a/output/media/posts/7/responsive/photo_5305657823729926263_y-2-sm.jpeg b/output/media/posts/7/responsive/photo_5305657823729926263_y-2-sm.jpeg deleted file mode 100644 index ae5e28c..0000000 Binary files a/output/media/posts/7/responsive/photo_5305657823729926263_y-2-sm.jpeg and /dev/null differ diff --git a/output/media/posts/7/responsive/photo_5305657823729926263_y-2-xl.jpeg b/output/media/posts/7/responsive/photo_5305657823729926263_y-2-xl.jpeg deleted file mode 100644 index 2dca6d7..0000000 Binary files a/output/media/posts/7/responsive/photo_5305657823729926263_y-2-xl.jpeg and /dev/null differ diff --git a/output/media/posts/7/responsive/photo_5305657823729926263_y-2-xs.jpeg b/output/media/posts/7/responsive/photo_5305657823729926263_y-2-xs.jpeg deleted file mode 100644 index af8826b..0000000 Binary files a/output/media/posts/7/responsive/photo_5305657823729926263_y-2-xs.jpeg and /dev/null differ diff --git a/output/media/posts/7/responsive/photo_5305657823729926263_y-2xl.jpeg b/output/media/posts/7/responsive/photo_5305657823729926263_y-2xl.jpeg deleted file mode 100644 index 2dca6d7..0000000 Binary files a/output/media/posts/7/responsive/photo_5305657823729926263_y-2xl.jpeg and /dev/null differ diff --git a/output/media/posts/7/responsive/photo_5305657823729926263_y-lg.jpeg b/output/media/posts/7/responsive/photo_5305657823729926263_y-lg.jpeg deleted file mode 100644 index 2dca6d7..0000000 Binary files a/output/media/posts/7/responsive/photo_5305657823729926263_y-lg.jpeg and /dev/null differ diff --git a/output/media/posts/7/responsive/photo_5305657823729926263_y-md.jpeg b/output/media/posts/7/responsive/photo_5305657823729926263_y-md.jpeg deleted file mode 100644 index 08a101e..0000000 Binary files a/output/media/posts/7/responsive/photo_5305657823729926263_y-md.jpeg and /dev/null differ diff --git a/output/media/posts/7/responsive/photo_5305657823729926263_y-sm.jpeg b/output/media/posts/7/responsive/photo_5305657823729926263_y-sm.jpeg deleted file mode 100644 index ae5e28c..0000000 Binary files a/output/media/posts/7/responsive/photo_5305657823729926263_y-sm.jpeg and /dev/null differ diff --git a/output/media/posts/7/responsive/photo_5305657823729926263_y-xl.jpeg b/output/media/posts/7/responsive/photo_5305657823729926263_y-xl.jpeg deleted file mode 100644 index 2dca6d7..0000000 Binary files a/output/media/posts/7/responsive/photo_5305657823729926263_y-xl.jpeg and /dev/null differ diff --git a/output/media/posts/7/responsive/photo_5305657823729926263_y-xs.jpeg b/output/media/posts/7/responsive/photo_5305657823729926263_y-xs.jpeg deleted file mode 100644 index af8826b..0000000 Binary files a/output/media/posts/7/responsive/photo_5305657823729926263_y-xs.jpeg and /dev/null differ diff --git a/output/media/posts/8/DALLE-2022-10-09-13.25.39-lego-people-in-a-futuristic-city-in-the-style-of-blade-runner-digital-art.png b/output/media/posts/8/DALLE-2022-10-09-13.25.39-lego-people-in-a-futuristic-city-in-the-style-of-blade-runner-digital-art.png deleted file mode 100644 index d548e82..0000000 Binary files a/output/media/posts/8/DALLE-2022-10-09-13.25.39-lego-people-in-a-futuristic-city-in-the-style-of-blade-runner-digital-art.png and /dev/null differ diff --git a/output/media/posts/8/responsive/DALLE-2022-10-09-13.25.39-lego-people-in-a-futuristic-city-in-the-style-of-blade-runner-digital-art-2xl.png b/output/media/posts/8/responsive/DALLE-2022-10-09-13.25.39-lego-people-in-a-futuristic-city-in-the-style-of-blade-runner-digital-art-2xl.png deleted file mode 100644 index dd762f3..0000000 Binary files a/output/media/posts/8/responsive/DALLE-2022-10-09-13.25.39-lego-people-in-a-futuristic-city-in-the-style-of-blade-runner-digital-art-2xl.png and /dev/null differ diff --git a/output/media/posts/8/responsive/DALLE-2022-10-09-13.25.39-lego-people-in-a-futuristic-city-in-the-style-of-blade-runner-digital-art-lg.png b/output/media/posts/8/responsive/DALLE-2022-10-09-13.25.39-lego-people-in-a-futuristic-city-in-the-style-of-blade-runner-digital-art-lg.png deleted file mode 100644 index dd762f3..0000000 Binary files a/output/media/posts/8/responsive/DALLE-2022-10-09-13.25.39-lego-people-in-a-futuristic-city-in-the-style-of-blade-runner-digital-art-lg.png and /dev/null differ diff --git a/output/media/posts/8/responsive/DALLE-2022-10-09-13.25.39-lego-people-in-a-futuristic-city-in-the-style-of-blade-runner-digital-art-md.png b/output/media/posts/8/responsive/DALLE-2022-10-09-13.25.39-lego-people-in-a-futuristic-city-in-the-style-of-blade-runner-digital-art-md.png deleted file mode 100644 index 607cf43..0000000 Binary files a/output/media/posts/8/responsive/DALLE-2022-10-09-13.25.39-lego-people-in-a-futuristic-city-in-the-style-of-blade-runner-digital-art-md.png and /dev/null differ diff --git a/output/media/posts/8/responsive/DALLE-2022-10-09-13.25.39-lego-people-in-a-futuristic-city-in-the-style-of-blade-runner-digital-art-sm.png b/output/media/posts/8/responsive/DALLE-2022-10-09-13.25.39-lego-people-in-a-futuristic-city-in-the-style-of-blade-runner-digital-art-sm.png deleted file mode 100644 index d721397..0000000 Binary files a/output/media/posts/8/responsive/DALLE-2022-10-09-13.25.39-lego-people-in-a-futuristic-city-in-the-style-of-blade-runner-digital-art-sm.png and /dev/null differ diff --git a/output/media/posts/8/responsive/DALLE-2022-10-09-13.25.39-lego-people-in-a-futuristic-city-in-the-style-of-blade-runner-digital-art-xl.png b/output/media/posts/8/responsive/DALLE-2022-10-09-13.25.39-lego-people-in-a-futuristic-city-in-the-style-of-blade-runner-digital-art-xl.png deleted file mode 100644 index dd762f3..0000000 Binary files a/output/media/posts/8/responsive/DALLE-2022-10-09-13.25.39-lego-people-in-a-futuristic-city-in-the-style-of-blade-runner-digital-art-xl.png and /dev/null differ diff --git a/output/media/posts/8/responsive/DALLE-2022-10-09-13.25.39-lego-people-in-a-futuristic-city-in-the-style-of-blade-runner-digital-art-xs.png b/output/media/posts/8/responsive/DALLE-2022-10-09-13.25.39-lego-people-in-a-futuristic-city-in-the-style-of-blade-runner-digital-art-xs.png deleted file mode 100644 index 5a47132..0000000 Binary files a/output/media/posts/8/responsive/DALLE-2022-10-09-13.25.39-lego-people-in-a-futuristic-city-in-the-style-of-blade-runner-digital-art-xs.png and /dev/null differ diff --git a/output/media/tags/2/photo_5305657823729926263_y-2.jpeg b/output/media/tags/2/photo_5305657823729926263_y-2.jpeg deleted file mode 100644 index 6524e3b..0000000 Binary files a/output/media/tags/2/photo_5305657823729926263_y-2.jpeg and /dev/null differ diff --git a/output/media/tags/2/responsive/photo_5305657823729926263_y-2-2xl.jpeg b/output/media/tags/2/responsive/photo_5305657823729926263_y-2-2xl.jpeg deleted file mode 100644 index 2dca6d7..0000000 Binary files a/output/media/tags/2/responsive/photo_5305657823729926263_y-2-2xl.jpeg and /dev/null differ diff --git a/output/media/tags/2/responsive/photo_5305657823729926263_y-2-lg.jpeg b/output/media/tags/2/responsive/photo_5305657823729926263_y-2-lg.jpeg deleted file mode 100644 index 2dca6d7..0000000 Binary files a/output/media/tags/2/responsive/photo_5305657823729926263_y-2-lg.jpeg and /dev/null differ diff --git a/output/media/tags/2/responsive/photo_5305657823729926263_y-2-md.jpeg b/output/media/tags/2/responsive/photo_5305657823729926263_y-2-md.jpeg deleted file mode 100644 index 08a101e..0000000 Binary files a/output/media/tags/2/responsive/photo_5305657823729926263_y-2-md.jpeg and /dev/null differ diff --git a/output/media/tags/2/responsive/photo_5305657823729926263_y-2-sm.jpeg b/output/media/tags/2/responsive/photo_5305657823729926263_y-2-sm.jpeg deleted file mode 100644 index ae5e28c..0000000 Binary files a/output/media/tags/2/responsive/photo_5305657823729926263_y-2-sm.jpeg and /dev/null differ diff --git a/output/media/tags/2/responsive/photo_5305657823729926263_y-2-xl.jpeg b/output/media/tags/2/responsive/photo_5305657823729926263_y-2-xl.jpeg deleted file mode 100644 index 2dca6d7..0000000 Binary files a/output/media/tags/2/responsive/photo_5305657823729926263_y-2-xl.jpeg and /dev/null differ diff --git a/output/media/tags/2/responsive/photo_5305657823729926263_y-2-xs.jpeg b/output/media/tags/2/responsive/photo_5305657823729926263_y-2-xs.jpeg deleted file mode 100644 index af8826b..0000000 Binary files a/output/media/tags/2/responsive/photo_5305657823729926263_y-2-xs.jpeg and /dev/null differ diff --git a/output/media/tags/4/photo_5319077225707979362_y.jpeg b/output/media/tags/4/photo_5319077225707979362_y.jpeg deleted file mode 100644 index 3bfe844..0000000 Binary files a/output/media/tags/4/photo_5319077225707979362_y.jpeg and /dev/null differ diff --git a/output/media/tags/4/responsive/photo_5319077225707979362_y-2xl.jpeg b/output/media/tags/4/responsive/photo_5319077225707979362_y-2xl.jpeg deleted file mode 100644 index c050a27..0000000 Binary files a/output/media/tags/4/responsive/photo_5319077225707979362_y-2xl.jpeg and /dev/null differ diff --git a/output/media/tags/4/responsive/photo_5319077225707979362_y-lg.jpeg b/output/media/tags/4/responsive/photo_5319077225707979362_y-lg.jpeg deleted file mode 100644 index 1ad55ca..0000000 Binary files a/output/media/tags/4/responsive/photo_5319077225707979362_y-lg.jpeg and /dev/null differ diff --git a/output/media/tags/4/responsive/photo_5319077225707979362_y-md.jpeg b/output/media/tags/4/responsive/photo_5319077225707979362_y-md.jpeg deleted file mode 100644 index 8d2ca7f..0000000 Binary files a/output/media/tags/4/responsive/photo_5319077225707979362_y-md.jpeg and /dev/null differ diff --git a/output/media/tags/4/responsive/photo_5319077225707979362_y-sm.jpeg b/output/media/tags/4/responsive/photo_5319077225707979362_y-sm.jpeg deleted file mode 100644 index 6ecfc52..0000000 Binary files a/output/media/tags/4/responsive/photo_5319077225707979362_y-sm.jpeg and /dev/null differ diff --git a/output/media/tags/4/responsive/photo_5319077225707979362_y-xl.jpeg b/output/media/tags/4/responsive/photo_5319077225707979362_y-xl.jpeg deleted file mode 100644 index c050a27..0000000 Binary files a/output/media/tags/4/responsive/photo_5319077225707979362_y-xl.jpeg and /dev/null differ diff --git a/output/media/tags/4/responsive/photo_5319077225707979362_y-xs.jpeg b/output/media/tags/4/responsive/photo_5319077225707979362_y-xs.jpeg deleted file mode 100644 index 010e0d2..0000000 Binary files a/output/media/tags/4/responsive/photo_5319077225707979362_y-xs.jpeg and /dev/null differ diff --git a/output/media/website/favicon-16x16-2.png b/output/media/website/favicon-16x16-2.png deleted file mode 100644 index e6ba7b1..0000000 Binary files a/output/media/website/favicon-16x16-2.png and /dev/null differ diff --git a/output/media/website/favicon-2.ico b/output/media/website/favicon-2.ico deleted file mode 100644 index 17a9874..0000000 Binary files a/output/media/website/favicon-2.ico and /dev/null differ diff --git a/output/media/website/favicon-32x32-2.png b/output/media/website/favicon-32x32-2.png deleted file mode 100644 index a6a5894..0000000 Binary files a/output/media/website/favicon-32x32-2.png and /dev/null differ diff --git a/output/media/website/favicon.ico b/output/media/website/favicon.ico deleted file mode 100644 index 17a9874..0000000 Binary files a/output/media/website/favicon.ico and /dev/null differ diff --git a/output/media/website/photo_5287779575683727148_y.jpg b/output/media/website/photo_5287779575683727148_y.jpg deleted file mode 100644 index 79d7854..0000000 Binary files a/output/media/website/photo_5287779575683727148_y.jpg and /dev/null differ diff --git a/output/media/website/responsive/favicon-16x16-2-2xl.png b/output/media/website/responsive/favicon-16x16-2-2xl.png deleted file mode 100644 index 893008b..0000000 Binary files a/output/media/website/responsive/favicon-16x16-2-2xl.png and /dev/null differ diff --git a/output/media/website/responsive/favicon-16x16-2-lg.png b/output/media/website/responsive/favicon-16x16-2-lg.png deleted file mode 100644 index 893008b..0000000 Binary files a/output/media/website/responsive/favicon-16x16-2-lg.png and /dev/null differ diff --git a/output/media/website/responsive/favicon-16x16-2-md.png b/output/media/website/responsive/favicon-16x16-2-md.png deleted file mode 100644 index 893008b..0000000 Binary files a/output/media/website/responsive/favicon-16x16-2-md.png and /dev/null differ diff --git a/output/media/website/responsive/favicon-16x16-2-sm.png b/output/media/website/responsive/favicon-16x16-2-sm.png deleted file mode 100644 index 893008b..0000000 Binary files a/output/media/website/responsive/favicon-16x16-2-sm.png and /dev/null differ diff --git a/output/media/website/responsive/favicon-16x16-2-xl.png b/output/media/website/responsive/favicon-16x16-2-xl.png deleted file mode 100644 index 893008b..0000000 Binary files a/output/media/website/responsive/favicon-16x16-2-xl.png and /dev/null differ diff --git a/output/media/website/responsive/favicon-16x16-2-xs.png b/output/media/website/responsive/favicon-16x16-2-xs.png deleted file mode 100644 index 893008b..0000000 Binary files a/output/media/website/responsive/favicon-16x16-2-xs.png and /dev/null differ diff --git a/output/media/website/responsive/favicon-32x32-2-2xl.png b/output/media/website/responsive/favicon-32x32-2-2xl.png deleted file mode 100644 index 279b7c1..0000000 Binary files a/output/media/website/responsive/favicon-32x32-2-2xl.png and /dev/null differ diff --git a/output/media/website/responsive/favicon-32x32-2-lg.png b/output/media/website/responsive/favicon-32x32-2-lg.png deleted file mode 100644 index 279b7c1..0000000 Binary files a/output/media/website/responsive/favicon-32x32-2-lg.png and /dev/null differ diff --git a/output/media/website/responsive/favicon-32x32-2-md.png b/output/media/website/responsive/favicon-32x32-2-md.png deleted file mode 100644 index 279b7c1..0000000 Binary files a/output/media/website/responsive/favicon-32x32-2-md.png and /dev/null differ diff --git a/output/media/website/responsive/favicon-32x32-2-sm.png b/output/media/website/responsive/favicon-32x32-2-sm.png deleted file mode 100644 index 279b7c1..0000000 Binary files a/output/media/website/responsive/favicon-32x32-2-sm.png and /dev/null differ diff --git a/output/media/website/responsive/favicon-32x32-2-xl.png b/output/media/website/responsive/favicon-32x32-2-xl.png deleted file mode 100644 index 279b7c1..0000000 Binary files a/output/media/website/responsive/favicon-32x32-2-xl.png and /dev/null differ diff --git a/output/media/website/responsive/favicon-32x32-2-xs.png b/output/media/website/responsive/favicon-32x32-2-xs.png deleted file mode 100644 index 279b7c1..0000000 Binary files a/output/media/website/responsive/favicon-32x32-2-xs.png and /dev/null differ diff --git a/output/media/website/responsive/photo_5287779575683727148_y-2xl.jpg b/output/media/website/responsive/photo_5287779575683727148_y-2xl.jpg deleted file mode 100644 index a24c3f3..0000000 Binary files a/output/media/website/responsive/photo_5287779575683727148_y-2xl.jpg and /dev/null differ diff --git a/output/media/website/responsive/photo_5287779575683727148_y-lg.jpg b/output/media/website/responsive/photo_5287779575683727148_y-lg.jpg deleted file mode 100644 index faea2ae..0000000 Binary files a/output/media/website/responsive/photo_5287779575683727148_y-lg.jpg and /dev/null differ diff --git a/output/media/website/responsive/photo_5287779575683727148_y-md.jpg b/output/media/website/responsive/photo_5287779575683727148_y-md.jpg deleted file mode 100644 index 20fe2ed..0000000 Binary files a/output/media/website/responsive/photo_5287779575683727148_y-md.jpg and /dev/null differ diff --git a/output/media/website/responsive/photo_5287779575683727148_y-sm.jpg b/output/media/website/responsive/photo_5287779575683727148_y-sm.jpg deleted file mode 100644 index f25b579..0000000 Binary files a/output/media/website/responsive/photo_5287779575683727148_y-sm.jpg and /dev/null differ diff --git a/output/media/website/responsive/photo_5287779575683727148_y-xl.jpg b/output/media/website/responsive/photo_5287779575683727148_y-xl.jpg deleted file mode 100644 index a24c3f3..0000000 Binary files a/output/media/website/responsive/photo_5287779575683727148_y-xl.jpg and /dev/null differ diff --git a/output/media/website/responsive/photo_5287779575683727148_y-xs.jpg b/output/media/website/responsive/photo_5287779575683727148_y-xs.jpg deleted file mode 100644 index 5ea49f5..0000000 Binary files a/output/media/website/responsive/photo_5287779575683727148_y-xs.jpg and /dev/null differ diff --git a/output/principles.html b/output/principles.html deleted file mode 100644 index 2093233..0000000 --- a/output/principles.html +++ /dev/null @@ -1,11 +0,0 @@ -principles - F0RTHSP4CE
Github Telegram

principles

Basic principles of our community are:

  1. Be brilliant to each other Listen to each other’s needs and opinions.

  2. Do not oppress and do not bother Be wary of personal boundaries, be ready to make compromises.

  3. Give more than you take F0RTHSP4CE can grow only if the community makes it better. We are not a co-working per se, so we are all the ones who make the workspaces for each other.

  4. Financial independence F0RTHSP4CE is not a start-up, resident is a resident and you can’t buy more voting power with donations.

  5. Do-ocracy If you want to change something, do it, but bear in mind the needs of the others.

  6. Dying is strictly forbidden Safety first. Follow the rules and help the others.

This article was updated on March 1, 2023

\ No newline at end of file diff --git a/output/residents.html b/output/residents.html deleted file mode 100644 index d99365e..0000000 --- a/output/residents.html +++ /dev/null @@ -1,11 +0,0 @@ -become a resident - F0RTHSP4CE
Github Telegram

become a resident

We invite you to join hackspace residency!

Residents are active members of the hackspace, making decisions together, developing the space and supporting it financially.

Collective decisions are not easy, so we try to follow democracy patterns: https://wiki.hackerspaces.org/The_Democracy_Pattern.

Meetings are held every Tuesday (classic). Also, residents have free access to the space.

The minimum residence fee is $25 per month, but $35+ or more is welcomed.

If you’re interested, please PM any resident in Telegram with some info about yourself, your message will be forwarded to the internal hackspace chat.

This article was updated on October 9, 2022

\ No newline at end of file diff --git a/output/robots.txt b/output/robots.txt deleted file mode 100644 index 81de4a5..0000000 --- a/output/robots.txt +++ /dev/null @@ -1,3 +0,0 @@ -User-agent: * -Disallow: -Sitemap: https://f0rth.space/sitemap.xml \ No newline at end of file diff --git a/output/self-organizing-systems.html b/output/self-organizing-systems.html deleted file mode 100644 index d841eee..0000000 --- a/output/self-organizing-systems.html +++ /dev/null @@ -1,15 +0,0 @@ -3D NIGHT - F0RTHSP4CE
Github Telegram

3D NIGHT

Every thursday 8PM we meet to present and demo some great 3D related tools and projects.
Please follow the Telegram Chat to see what is planned for the comming week.

Past Events


8:00PM Thursday, October 6
-F0RTHSP4CE, Khorava St, 18
-

This week we will have a Shader Session with @munrocket

Part 1: Brief introduction into WebGPU compute pipeline. Part 2: Live Coding shader art with SDFs, we will recreate the recent poster from the Nvidia presentation ( above ).

Image description


8:00PM Thursday, September 29 
-F0RTHSP4CE, Khorava St, 18
-

@attentionkernel will give a talk about self-organizing systems, with examples in pytorch and GLSL, then we will try to code our own.

Some intro materials:

if you want to follow along with pytorch examples, Colab Pro or similar GPU-enabled environment is recommended.

This article was updated on October 9, 2022

\ No newline at end of file diff --git a/output/sitemap.xml b/output/sitemap.xml deleted file mode 100644 index f6032b2..0000000 --- a/output/sitemap.xml +++ /dev/null @@ -1,59 +0,0 @@ - - - - -https://f0rth.space/ - - -https://f0rth.space/digital-audio-jam.html -2022-10-09T13:07:29+04:00 - -https://f0rth.space/media/posts/11/photo_5319077225707979362_y-2.jpeg - - - - -https://f0rth.space/events.html -2023-03-06T02:19:50+04:00 - -https://f0rth.space/media/posts/6/DALLE-2022-10-09-13.14.08.png - - - - -https://f0rth.space/principles.html -2023-03-01T01:36:21+04:00 - -https://f0rth.space/media/posts/4/DALLE-2022-10-09-13.16.09-hacker-principles-manifest-digital-art.png - - - - -https://f0rth.space/residents.html -2022-10-09T13:26:40+04:00 - -https://f0rth.space/media/posts/8/DALLE-2022-10-09-13.25.39-lego-people-in-a-futuristic-city-in-the-style-of-blade-runner-digital-art.png - - - - -https://f0rth.space/self-organizing-systems.html -2022-10-09T13:27:46+04:00 - -https://f0rth.space/media/posts/7/photo_5305657823729926263_y-2.jpeg - - - - -https://f0rth.space/some-news.html -2022-09-30T09:58:17+04:00 - - -https://f0rth.space/visit-us.html -2023-06-15T18:13:21+04:00 - -https://f0rth.space/media/posts/12/entrance.jpeg - - - - \ No newline at end of file diff --git a/output/sitemap.xsl b/output/sitemap.xsl deleted file mode 100644 index c8017a8..0000000 --- a/output/sitemap.xsl +++ /dev/null @@ -1,103 +0,0 @@ - - - - - - - Sitemap XML - - - - -
-

Sitemap XML

- -
This sitemap contains URLs.
- - - - - - - - - - - - - - - - - -
URLImagesLast Modified
- - - - - - -
-
- - -
-
diff --git a/output/some-news.html b/output/some-news.html deleted file mode 100644 index 7e72551..0000000 --- a/output/some-news.html +++ /dev/null @@ -1,11 +0,0 @@ -Lorem ipsum  - F0RTHSP4CE
Github Telegram

Lorem ipsum 

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum

This article was updated on September 30, 2022

\ No newline at end of file diff --git a/output/tags/3d-night/index.html b/output/tags/3d-night/index.html deleted file mode 100644 index 37d952c..0000000 --- a/output/tags/3d-night/index.html +++ /dev/null @@ -1,11 +0,0 @@ -Tag: 3D NIGHT - F0RTHSP4CE
Github Telegram

3D NIGHT (1)

Weekly Event

morris

3D NIGHT

Every thursday 8PM we meet to present and demo some great 3D related tools and projects. Please follow the Telegram Chat to see what is planned for the comming week. 8:00PM Thursday, October 6 F0RTHSP4CE, Khorava St, 18 This week we will have a Shader…

Continue reading...
\ No newline at end of file diff --git a/output/tags/digital-audio-jam/index.html b/output/tags/digital-audio-jam/index.html deleted file mode 100644 index a5d801e..0000000 --- a/output/tags/digital-audio-jam/index.html +++ /dev/null @@ -1,11 +0,0 @@ -Tag: Digital Audio JAM - F0RTHSP4CE
Github Telegram

Digital Audio JAM (1)

bimonthly digitla audio JAM session

morris

digital audio jam

We meet every first and second Saturday at 6pm to play with anykind of digitlal music equipment, synts drum machines or whatever you bring. If possible please bring an instrument and some cables for your instrument, if you want to be synced either midi with…

Continue reading...
\ No newline at end of file diff --git a/output/tags/index.html b/output/tags/index.html deleted file mode 100644 index d15e7f3..0000000 --- a/output/tags/index.html +++ /dev/null @@ -1,11 +0,0 @@ -All tags - F0RTHSP4CE \ No newline at end of file diff --git a/output/tags/news/index.html b/output/tags/news/index.html deleted file mode 100644 index 2215c19..0000000 --- a/output/tags/news/index.html +++ /dev/null @@ -1,11 +0,0 @@ -Tag: news - F0RTHSP4CE
Github Telegram

news (1)

morris

Lorem ipsum 

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit…

Continue reading...
\ No newline at end of file diff --git a/output/visit-us.html b/output/visit-us.html deleted file mode 100644 index 0f75b47..0000000 --- a/output/visit-us.html +++ /dev/null @@ -1,31 +0,0 @@ -visit us - F0RTHSP4CE
Github Telegram
our entrance

visit us

You can visit us during public opening times in our space.

Address: Akaki Khorava Street, 18

Scroll down to see an image of our door.

Image description

This article was updated on June 15, 2023

\ No newline at end of file diff --git a/preview/404.html b/preview/404.html deleted file mode 100644 index d4a9068..0000000 --- a/preview/404.html +++ /dev/null @@ -1,11 +0,0 @@ -Error 404 - F0RTHSP4CE
Github Telegram

404

Page not found

The page you were looking for appears to have been moved, deleted or does not exist. You could go back to where you were or head straight to our home page.

Go home

\ No newline at end of file diff --git a/preview/assets/css/editor.css b/preview/assets/css/editor.css deleted file mode 100755 index 37d7353..0000000 --- a/preview/assets/css/editor.css +++ /dev/null @@ -1,3 +0,0 @@ -/* - * Add your own CSS code for the WYSIWYG editor - */ diff --git a/preview/assets/css/main.css b/preview/assets/css/main.css deleted file mode 100644 index 7cbe4b3..0000000 --- a/preview/assets/css/main.css +++ /dev/null @@ -1,2430 +0,0 @@ -*, -*:before, -*:after { - -webkit-box-sizing: border-box; - box-sizing: border-box; - margin: 0; - padding: 0; -} - -article, -aside, -footer, -header, -hgroup, -main, -nav, -section { - display: block; -} - -li { - list-style: none; -} - -img { - height: auto; - max-width: 100%; - vertical-align: top; -} - -button, -input, -select, -textarea { - font: inherit; -} - -address { - font-style: normal; -} - -.facebook { - background: #3b5998; -} - -.twitter { - background: #55acee; -} - -.mix { - background: #fd8235; -} - -.instagram { - background: #405de6; -} - -.vimeo { - background: #1ab7ea; -} - -.pinterest { - background: #bd081c; -} - -.youtube { - background: #cd201f; -} - -.linkedin { - background: #007bb6; -} - -.buffer { - background: #333333; -} - -.whatsapp { - background: #25D366; -} - -::-moz-selection { - background: var(--color); - color: var(--white); -} - -::selection { - background: var(--color); - color: var(--white); -} - -html { - font-size: 1.1rem; - font-smooth: always; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; - scroll-behavior: smooth; -} -@media screen and (min-width: 20rem) { - html { - font-size: calc(1.1rem + 0.1 * ((100vw - 20rem) / 50)); - } -} -@media screen and (min-width: 70rem) { - html { - font-size: 1.2rem; - } -} -html.no-scroll { - overflow: hidden; - position: fixed; -} - -body { - background: var(--page-bg); - color: var(--text-color); - font-family: var(--body-font); - font-weight: var(--font-weight-normal); - line-height: var(--line-height); - -ms-scroll-chaining: none; - overscroll-behavior: none; -} - -a { - color: var(--link-color); - text-decoration: none; - -webkit-transition: all 0.24s ease-out; - -o-transition: all 0.24s ease-out; - transition: all 0.24s ease-out; -} -a:hover { - color: var(--link-color-hover); -} -a:active { - color: var(--link-color-hover); -} -a:focus { - outline: none; -} - -.invert { - color: var(--link-color-hover); - text-decoration: none; - -webkit-transition: all 0.24s ease-out; - -o-transition: all 0.24s ease-out; - transition: all 0.24s ease-out; -} -.invert:hover { - color: var(--link-color); -} -.invert:active { - color: var(--link-color); -} -.invert:focus { - outline: none; -} - -p, -ul, -ol, -dl { - margin-top: calc(1.1333333333rem + 0.25vw); -} - -blockquote, -figure, -hr, -pre, -table { - margin-top: calc(1.7rem + 0.5vw); - margin-bottom: calc(1.7rem + 0.5vw); -} - -h1, -h2, -h3, -h4, -h5, -h6 { - color: var(--headings-color); - font-family: var(--heading-font); - font-weight: var(--headings-weight); - -webkit-hyphens: manual; - -ms-hyphens: manual; - hyphens: manual; - line-height: 1.2; - margin-top: calc(1.7rem + 1vw); - text-transform: var(--headings-transform); -} - -h1, -.h1 { - font-size: 1.5710900065rem; - font-family: var(--heading-font); -} -@media screen and (min-width: 20rem) { - h1, -.h1 { - font-size: calc(1.5710900065rem + 1.6242496345 * ((100vw - 20rem) / 50)); - } -} -@media screen and (min-width: 70rem) { - h1, -.h1 { - font-size: 3.195339641rem; - } -} - -h2, -.h2 { - font-size: 1.3808408252rem; -} -@media screen and (min-width: 20rem) { - h2, -.h2 { - font-size: calc(1.3808408252rem + 1.0874829835 * ((100vw - 20rem) / 50)); - } -} -@media screen and (min-width: 70rem) { - h2, -.h2 { - font-size: 2.4683238087rem; - } -} - -h3, -.h3 { - font-size: 1.2136296308rem; -} -@media screen and (min-width: 20rem) { - h3, -.h3 { - font-size: calc(1.2136296308rem + 0.4621997101 * ((100vw - 20rem) / 50)); - } -} -@media screen and (min-width: 70rem) { - h3, -.h3 { - font-size: 1.6758293408rem; - } -} - -h4, -.h4 { - font-size: 1.1377777785rem; -} -@media screen and (min-width: 20rem) { - h4, -.h4 { - font-size: calc(1.1377777785rem + 0.1567604947 * ((100vw - 20rem) / 50)); - } -} -@media screen and (min-width: 70rem) { - h4, -.h4 { - font-size: 1.2945382732rem; - } -} - -h5, -.h5 { - font-size: 1.066666667rem; -} -@media screen and (min-width: 20rem) { - h5, -.h5 { - font-size: calc(1.066666667rem + 0.0711111115 * ((100vw - 20rem) / 50)); - } -} -@media screen and (min-width: 70rem) { - h5, -.h5 { - font-size: 1.1377777785rem; - } -} - -h6, -.h6 { - font-size: 1rem; -} -@media screen and (min-width: 20rem) { - h6, -.h6 { - font-size: calc(1rem + 0 * ((100vw - 20rem) / 50)); - } -} -@media screen and (min-width: 70rem) { - h6, -.h6 { - font-size: 1rem; - } -} - -h2 + *, -h3 + *, -h4 + *, -h5 + *, -h6 + * { - margin-top: calc(0.5666666667rem + 0.25vw); -} - -b, -strong { - font-weight: var(--font-weight-bold); -} - -blockquote { - color: var(--headings-color); - font-family: var(--heading-font); - padding: 3.6833333333rem 0 0; - position: relative; - text-align: center; - font-size: 1.1377777785rem; -} -@media screen and (min-width: 20rem) { - blockquote { - font-size: calc(1.1377777785rem + 0.2430630467 * ((100vw - 20rem) / 50)); - } -} -@media screen and (min-width: 70rem) { - blockquote { - font-size: 1.3808408252rem; - } -} -blockquote::before { - color: var(--dark); - content: "“"; - font: normal 320%/0.9 Georgia, Times, Times New Roman, serif; - top: 0.5666666667rem; - position: absolute; - left: 50%; - -webkit-transform: translate(-50%, 0); - -ms-transform: translate(-50%, 0); - transform: translate(-50%, 0); -} -blockquote > :nth-child(1) { - margin-top: 0; -} - -ul, -ol { - margin-left: 2rem; -} -ul > li, -ol > li { - list-style: inherit; - padding: 0 0 0.2833333333rem 0.85rem; -} - -dl dt { - font-weight: var(--font-weight-bold); -} - -pre { - background-color: var(--lighter); - font-size: 0.8239746086rem; - padding: 1.7rem; - white-space: pre-wrap; - word-wrap: break-word; -} -pre > code { - color: var(--text-color); - display: inline-block; - font-size: inherit; - padding: 0; -} - -code { - background-color: var(--lighter); - color: var(--color); - font-size: 0.8239746086rem; - font-family: Menlo, Monaco, Consolas, Courier New, monospace; -} - -table { - border: 1px solid var(--light); - border-collapse: collapse; - border-spacing: 0; - vertical-align: top; - text-align: left; - width: 100%; -} -table th { - font-weight: var(--font-weight-bold); - padding: 0.7083333333rem 1.1333333333rem; -} -table td { - border-top: 1px solid var(--light); - padding: 0.7083333333rem 1.1333333333rem; -} - -.table-striped tr:nth-child(2n) { - background: var(--lighter); -} -.table-bordered th, -.table-bordered td { - border: 1px solid var(--light); -} -.table-title th { - background: var(--lighter); -} - -figcaption { - clear: both; - color: gray-2; - font-style: italic; - font-size: 0.7241964329rem; - margin: 0.85rem 0 0; - text-align: center; -} - -kbd { - background: var(--dark); - border-radius: 2px; - color: var(--white); - font-family: Menlo, Monaco, Consolas, Courier New, monospace; - font-size: 0.8789062495rem; - padding: 0.1416666667rem 0.425rem; -} - -sub, -sup { - font-size: 65%; -} - -small { - font-size: 0.8789062495rem; -} - -hr, -.separator { - background: none; - border: none; - height: auto; - line-height: 1; - max-width: none; - text-align: center; -} -hr::before, -.separator::before { - content: "···"; - color: var(--dark); - font-size: 1.2136296308rem; - font-weight: var(--font-weight-bold); - letter-spacing: 1.1377777785rem; - padding-left: 1.1377777785rem; -} - -.separator--dot::before { - content: "·"; - color: var(--dark); - font-size: 1.2136296308rem; - font-weight: var(--font-weight-bold); - letter-spacing: 1.1377777785rem; - padding-left: 1.1377777785rem; -} -.separator--long-line { - position: relative; -} -.separator--long-line::before { - content: ""; - height: 1.2136296308rem; -} -.separator--long-line::after { - border-top: 1px solid var(--light); - content: ""; - height: 1px; - position: absolute; - width: 100%; - top: 50%; - left: 0; -} - -.btn, [type=button], -[type=submit], -button { - background: var(--color); - border: 1px solid var(--color); - border-radius: 2px; - -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0, 0, 0, 0.08); - box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0, 0, 0, 0.08); - color: var(--white); - cursor: pointer; - display: inline-block; - font-family: var(--body-font); - font-size: 0.6789341556rem; - font-weight: var(--font-weight-bold); - overflow: hidden; - padding: 0.5666666667rem 1.4166666667rem; - text-align: center; - -webkit-transition: all 0.24s ease-out; - -o-transition: all 0.24s ease-out; - transition: all 0.24s ease-out; - text-transform: uppercase; - vertical-align: middle; - will-change: transform; -} -@media all and (max-width: 19.9375em) { - .btn, [type=button], -[type=submit], -button { - width: 100%; - } -} -@media all and (max-width: 37.4375em) { - .btn, [type=button], -[type=submit], -button { - margin-bottom: 0.5666666667rem; - } -} -.btn:hover, [type=button]:hover, -[type=submit]:hover, -button:hover, .btn:active, [type=button]:active, -[type=submit]:active, -button:active, .btn:focus, [type=button]:focus, -[type=submit]:focus, -button:focus { - -webkit-box-shadow: 0 7px 14px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08); - box-shadow: 0 7px 14px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08); - color: var(--white); - -webkit-transform: translateY(-2px); - -ms-transform: translateY(-2px); - transform: translateY(-2px); -} -@media all and (min-width: 20em) { - .btn + .btn, [type=button] + .btn, -[type=submit] + .btn, -button + .btn, .btn + [type=button], [type=button] + [type=button], -[type=submit] + [type=button], -button + [type=button], -.btn + [type=submit], -[type=button] + [type=submit], -[type=submit] + [type=submit], -button + [type=submit], -.btn + button, -[type=button] + button, -[type=submit] + button, -button + button { - margin-left: 0.5666666667rem; - } -} -.btn:disabled, [type=button]:disabled, -[type=submit]:disabled, -button:disabled { - background-color: var(--light); - border-color: var(--light); - color: var(--gray); - cursor: not-allowed; -} - -[type=button], -[type=submit], -button { - -webkit-appearance: none; - -moz-appearance: none; -} - -::-webkit-search-cancel-button { - -webkit-appearance: none; -} - -fieldset { - border: 1px solid var(--light); - margin: calc(1.7rem + 1vw) 0 0; - padding: 1.7rem; -} -fieldset > legend { - margin-left: -1rem; - padding: 0 1rem; -} - -legend { - font-weight: 500; - padding: 0; -} - -label { - font-weight: 500; - margin: 0 1.1333333333rem 0.85rem 0; -} - -[type=text], -[type=url], -[type=tel], -[type=number], -[type=email], -[type=search], -textarea, -select { - background-color: var(--page-bg); - border: none; - border: 1px solid var(--light); - color: var(--text-color); - font-size: 1rem; - outline: none; - padding: 0.34rem 0.85rem; - vertical-align: middle; - width: 100%; - -webkit-appearance: none; - -moz-appearance: none; -} -@media all and (min-width: 37.5em) { - [type=text], -[type=url], -[type=tel], -[type=number], -[type=email], -[type=search], -textarea, -select { - width: auto; - } -} -[type=text]:focus, -[type=url]:focus, -[type=tel]:focus, -[type=number]:focus, -[type=email]:focus, -[type=search]:focus, -textarea:focus, -select:focus { - border-color: var(--dark); -} - -input[type=checkbox], -input[type=radio] { - opacity: 0; - position: absolute; -} -input[type=checkbox] + label, -input[type=radio] + label { - position: relative; - margin-left: -1px; - cursor: pointer; - padding: 0; -} -input[type=checkbox] + label:before, -input[type=radio] + label:before { - background-color: var(--white); - border: 1px solid var(--light); - border-radius: 2px; - content: ""; - display: inline-block; - height: 1.4166666667rem; - line-height: 1.4166666667rem; - margin-right: 1.1333333333rem; - vertical-align: middle; - text-align: center; - width: 1.4166666667rem; -} -input[type=checkbox]:checked + label:before, -input[type=radio]:checked + label:before { - content: ""; - background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 8'%3e%3cpolygon points='9.53 0 4.4 5.09 1.47 2.18 0 3.64 2.93 6.54 4.4 8 5.87 6.54 11 1.46 9.53 0' fill='%23d73a42'/%3e%3c/svg%3e"); - background-repeat: no-repeat; - background-size: 11px 8px; - background-position: 50% 50%; -} - -input[type=radio] + label:before { - border-radius: 50%; -} -input[type=radio]:checked + label:before { - background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3ccircle cx='4' cy='4' r='4' fill='%23d73a42'/%3e%3c/svg%3e"); -} - -[type=file] { - margin-bottom: 1.7rem; - width: 100%; -} - -select { - max-width: 100%; - width: auto; - position: relative; -} -select:not([multiple]) { - background: url('data:image/svg+xml;utf8,') no-repeat 90% 50%; - background-size: 8px; - padding-right: 3.4rem; -} - -select[multiple] { - border: 1px solid var(--light); - padding: 1.7rem; - width: 100%; -} -select[multiple]:hover { - border-color: var(--light); -} -select[multiple]:focus { - border-color: var(--dark); -} -select[multiple]:disabled { - background-color: var(--light); - cursor: not-allowed; -} -select[multiple]:disabled:hover { - border-color: var(--light); -} - -textarea { - display: block; - overflow: auto; - resize: vertical; - max-width: 100%; -} - -.top { - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - height: var(--navbar-height); - position: absolute; - padding: 0 var(--page-margin); - -webkit-transition: background 0.5s ease; - -o-transition: background 0.5s ease; - transition: background 0.5s ease; - width: 100%; - z-index: 2; -} -@media all and (min-width: 56.25em) { - .top { - -webkit-box-pack: justify; - -ms-flex-pack: justify; - justify-content: space-between; - height: var(--navbar-height); - } -} -.top.is-visible { - background: var(--section-bg); - -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.06); - box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.06); - opacity: 1; - position: fixed; - -webkit-transform: translate(0, 0); - -ms-transform: translate(0, 0); - transform: translate(0, 0); - -webkit-transition: height 0.3s, background 0.3s, opacity 0.24s, -webkit-transform 0.24s; - transition: height 0.3s, background 0.3s, opacity 0.24s, -webkit-transform 0.24s; - -o-transition: transform 0.24s, height 0.3s, background 0.3s, opacity 0.24s; - transition: transform 0.24s, height 0.3s, background 0.3s, opacity 0.24s; - transition: transform 0.24s, height 0.3s, background 0.3s, opacity 0.24s, -webkit-transform 0.24s; - width: 100%; -} -@media all and (min-width: 56.25em) { - .top.is-hidden { - opacity: 0; - -webkit-transform: translate(0, -86px); - -ms-transform: translate(0, -86px); - transform: translate(0, -86px); - -webkit-transition: background 0.3s, color 0.3s, opacity 0.24s, -webkit-transform 0.24s; - transition: background 0.3s, color 0.3s, opacity 0.24s, -webkit-transform 0.24s; - -o-transition: transform 0.24s, background 0.3s, color 0.3s, opacity 0.24s; - transition: transform 0.24s, background 0.3s, color 0.3s, opacity 0.24s; - transition: transform 0.24s, background 0.3s, color 0.3s, opacity 0.24s, -webkit-transform 0.24s; - } -} - -.logo { - color: var(--logo-color) !important; - font-size: 1.2136296308rem; - font-family: var(--logo-font); - font-weight: var(--font-weight-normal); - margin-right: auto; -} -.logo > img { - max-height: calc(3.9666666667rem + 1vw); - width: auto; -} - -.search { - -webkit-box-ordinal-group: 3; - -ms-flex-order: 2; - order: 2; -} -@media all and (min-width: 56.25em) { - .search { - -webkit-box-ordinal-group: 4; - -ms-flex-order: 3; - order: 3; - } -} -.search__btn { - border: none !important; - background: none !important; - -webkit-box-shadow: none !important; - box-shadow: none !important; - margin: 0; - padding: 0.5666666667rem; - width: auto; -} -@media all and (min-width: 56.25em) { - .search__btn { - margin-left: 1rem; - padding-right: 0; - } -} -.search__btn:hover, .search__btn:focus { - -webkit-transform: translateY(0); - -ms-transform: translateY(0); - transform: translateY(0); -} -.search__btn:hover > svg, .search__btn:focus > svg { - fill: rgba(255, 255, 255, 0.7); -} -.search__btn > svg { - display: block; - fill: var(--white); - height: 15px; - -webkit-transition: all 0.24s ease; - -o-transition: all 0.24s ease; - transition: all 0.24s ease; - width: 15px; -} -.search__form { - -ms-flex-preferred-size: 90%; - flex-basis: 90%; -} -.search__input { - background: none; - border: none !important; - color: var(--white); - display: none; - font-family: var(--heading-font); - margin: 0 !important; - opacity: 0; - padding: 0; - width: 100%; - font-size: 1.2136296308rem; -} -@media screen and (min-width: 20rem) { - .search__input { - font-size: calc(1.2136296308rem + 0.3574603758 * ((100vw - 20rem) / 50)); - } -} -@media screen and (min-width: 70rem) { - .search__input { - font-size: 1.5710900065rem; - } -} -.search__close { - background: none !important; - -webkit-box-shadow: none !important; - box-shadow: none !important; - border: none; - color: transparent; - cursor: pointer; - margin: 0 !important; - opacity: 0; - padding: 0; - height: 1.6rem; - width: 1.6rem; - position: relative; - text-indent: -999rem; -} -.search__close:before, .search__close:after { - background-color: var(--white); - content: ""; - left: 1rem; - height: 1.6rem; - opacity: 1; - position: absolute; - width: 1px; - top: 0; - -webkit-transform: rotate(45deg); - -ms-transform: rotate(45deg); - transform: rotate(45deg); - -webkit-transition: all 0.14s ease-out; - -o-transition: all 0.14s ease-out; - transition: all 0.14s ease-out; -} -.search__close:after { - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); -} -.search__close:hover { - -webkit-transform: translateY(0); - -ms-transform: translateY(0); - transform: translateY(0); -} -.search__close:hover:before, .search__close:hover:after { - background-color: rgba(255, 255, 255, 0.7); -} -.search__overlay { - background-color: var(--section-bg); - -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05); - box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05); - left: 0; - opacity: 0; - position: fixed; - -webkit-transition: all 0.24s ease-out; - -o-transition: all 0.24s ease-out; - transition: all 0.24s ease-out; - top: 0; - visibility: hidden; - width: 100%; - z-index: 2005; -} -.search__overlay-inner { - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - height: 4.4rem; - -webkit-box-pack: justify; - -ms-flex-pack: justify; - justify-content: space-between; - padding: 0 var(--page-margin); -} -@media all and (min-width: 56.25em) { - .search__overlay-inner { - height: 6rem; - } -} -.search__overlay.expanded { - -webkit-transform: translate(0, 0); - -ms-transform: translate(0, 0); - transform: translate(0, 0); - opacity: 1; - display: block; - visibility: visible; -} -.search__overlay.expanded .search__input { - -webkit-animation: slideininput 0.24s 0.12s forwards; - animation: slideininput 0.24s 0.12s forwards; - display: block; -} -@-webkit-keyframes slideininput { - 60% { - opacity: 0; - } - 100% { - opacity: 1; - } -} -@keyframes slideininput { - 60% { - opacity: 0; - } - 100% { - opacity: 1; - } -} -.search__overlay.expanded .search__close { - -webkit-animation: slideinclose 0.24s 0.12s forwards; - animation: slideinclose 0.24s 0.12s forwards; -} -@-webkit-keyframes slideinclose { - 60% { - opacity: 0; - } - 100% { - opacity: 1; - } -} -@keyframes slideinclose { - 60% { - opacity: 0; - } - 100% { - opacity: 1; - } -} - -.navbar { - -webkit-box-ordinal-group: 4; - -ms-flex-order: 3; - order: 3; -} -.navbar .navbar__menu { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -ms-flex-wrap: wrap; - flex-wrap: wrap; - list-style: none; - margin: 0; - padding: 0; -} -@media all and (max-width: 56.1875em) { - .navbar .navbar__menu { - display: none; - } -} -.navbar .navbar__menu li { - font-family: var(--menu-font); - display: block; - font-size: 0.7724761953rem; - line-height: var(--line-height); - font-weight: 500; - padding: 0; - position: relative; - text-transform: uppercase; - width: auto; -} -.navbar .navbar__menu li a, -.navbar .navbar__menu li span[aria-haspopup=true] { - color: var(--nav-link-color); - display: block; - padding: 0 0.5666666667rem; - -webkit-transition: all 0.24s ease-out; - -o-transition: all 0.24s ease-out; - transition: all 0.24s ease-out; -} -.navbar .navbar__menu li a:active, .navbar .navbar__menu li a:focus, .navbar .navbar__menu li a:hover, -.navbar .navbar__menu li span[aria-haspopup=true]:active, -.navbar .navbar__menu li span[aria-haspopup=true]:focus, -.navbar .navbar__menu li span[aria-haspopup=true]:hover { - color: var(--nav-link-color-hover); -} -.navbar .navbar__menu li span { - color: var(--nav-link-color); - cursor: default; - display: block; - padding: 0 0.5666666667rem; -} -.navbar .navbar__menu > li:hover > a, .navbar .navbar__menu > li:hover > span[aria-haspopup=true] { - color: var(--nav-link-color-hover); -} -.navbar .has-submenu:active > .navbar__submenu, -.navbar .has-submenu:focus > .navbar__submenu, -.navbar .has-submenu:hover > .navbar__submenu { - left: 0; - opacity: 1; - -webkit-transform: scale(1); - -ms-transform: scale(1); - transform: scale(1); - visibility: visible; - margin-top: 0.85rem; -} -.navbar .has-submenu:active > .navbar__submenu:before, -.navbar .has-submenu:focus > .navbar__submenu:before, -.navbar .has-submenu:hover > .navbar__submenu:before { - content: ""; - height: 0.85rem; - position: absolute; - width: 100%; - top: -0.85rem; -} -.navbar .has-submenu:active > .navbar__submenu.is-right-submenu, -.navbar .has-submenu:focus > .navbar__submenu.is-right-submenu, -.navbar .has-submenu:hover > .navbar__submenu.is-right-submenu { - left: auto; - right: 0; - -webkit-transform-origin: right top; - -ms-transform-origin: right top; - transform-origin: right top; -} -.navbar .has-submenu .has-submenu:active > .navbar__submenu, -.navbar .has-submenu .has-submenu:focus > .navbar__submenu, -.navbar .has-submenu .has-submenu:hover > .navbar__submenu { - top: 0; - margin-top: 0; -} -.navbar .has-submenu .has-submenu:active > .navbar__submenu.is-right-submenu, -.navbar .has-submenu .has-submenu:focus > .navbar__submenu.is-right-submenu, -.navbar .has-submenu .has-submenu:hover > .navbar__submenu.is-right-submenu { - top: 0; - margin-top: 0; -} -.navbar .navbar__submenu { - background: var(--section-bg); - -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25); - box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25); - left: -9999px; - list-style-type: none; - margin: 0; - padding: 10px 0; - position: absolute; - visibility: hidden; - white-space: nowrap; - z-index: 1; - opacity: 0; - -webkit-transform: scale(0.8); - -ms-transform: scale(0.8); - transform: scale(0.8); - -webkit-transform-origin: 0 top; - -ms-transform-origin: 0 top; - transform-origin: 0 top; - -webkit-transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0.275, 1.375, 0.8, 1); - transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0.275, 1.375, 0.8, 1); - -o-transition: opacity 0.15s, transform 0.3s cubic-bezier(0.275, 1.375, 0.8, 1); - transition: opacity 0.15s, transform 0.3s cubic-bezier(0.275, 1.375, 0.8, 1); - transition: opacity 0.15s, transform 0.3s cubic-bezier(0.275, 1.375, 0.8, 1), -webkit-transform 0.3s cubic-bezier(0.275, 1.375, 0.8, 1); -} -.navbar .navbar__submenu__submenu { - z-index: 2; -} -.navbar .navbar__submenu li { - line-height: 1.5; - font-size: 0.7241964329rem; -} -.navbar .navbar__submenu li a, -.navbar .navbar__submenu li span[aria-haspopup=true] { - color: var(--nav-link-color-hover) !important; - padding: 0.5666666667rem 1.4166666667rem; - -webkit-transition: all 0.24s ease; - -o-transition: all 0.24s ease; - transition: all 0.24s ease; -} -.navbar .navbar__submenu li a:active, .navbar .navbar__submenu li a:focus, .navbar .navbar__submenu li a:hover, -.navbar .navbar__submenu li span[aria-haspopup=true]:active, -.navbar .navbar__submenu li span[aria-haspopup=true]:focus, -.navbar .navbar__submenu li span[aria-haspopup=true]:hover { - background: rgba(var(--white-rgb), 0.05); - color: var(--nav-link-color) !important; -} -.navbar .navbar__submenu li span { - color: var(--nav-link-color-hover) !important; - padding: 0.5666666667rem 1.4166666667rem; -} -.navbar .navbar__submenu li:hover > a, .navbar .navbar__submenu li:hover > span[aria-haspopup=true] { - color: var(--nav-link-color) !important; -} -.navbar .navbar__toggle { - background: var(--section-bg); - -webkit-box-shadow: none; - box-shadow: none; - border: none; - border-radius: 3px; - cursor: pointer; - display: block; - line-height: 1; - margin: 0; - overflow: visible; - padding: 1rem; - position: relative; - right: -1rem; - text-transform: none; - z-index: 2004; -} -@media all and (min-width: 56.25em) { - .navbar .navbar__toggle { - display: none; - } -} -.navbar .navbar__toggle:hover, .navbar .navbar__toggle:focus { - -webkit-box-shadow: none; - box-shadow: none; - outline: none; - -webkit-transform: none; - -ms-transform: none; - transform: none; -} -.navbar .navbar__toggle-box { - width: 24px; - height: 14px; - display: inline-block; - position: relative; -} -.navbar .navbar__toggle-inner { - display: block; - top: 50%; - text-indent: -9999999em; -} -.navbar .navbar__toggle-inner::before { - content: ""; - display: block; - top: -6px; -} -.navbar .navbar__toggle-inner::after { - content: ""; - display: block; - bottom: -6px; -} -.navbar .navbar__toggle-inner, .navbar .navbar__toggle-inner::before, .navbar .navbar__toggle-inner::after { - width: 22px; - height: 2px; - background-color: var(--white); - position: absolute; - -webkit-transition: opacity 0.14s ease-out, -webkit-transform; - transition: opacity 0.14s ease-out, -webkit-transform; - -o-transition: transform, opacity 0.14s ease-out; - transition: transform, opacity 0.14s ease-out; - transition: transform, opacity 0.14s ease-out, -webkit-transform; -} -.navbar .navbar__toggle-inner { - -webkit-transition-duration: 0.075s; - -o-transition-duration: 0.075s; - transition-duration: 0.075s; - -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); - -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); - transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); -} -.navbar .navbar__toggle-inner::before { - -webkit-transition: top 0.075s ease 0.12s, opacity 0.075s ease; - -o-transition: top 0.075s ease 0.12s, opacity 0.075s ease; - transition: top 0.075s ease 0.12s, opacity 0.075s ease; -} -.navbar .navbar__toggle-inner::after { - -webkit-transition: bottom 0.075s ease 0.12s, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); - transition: bottom 0.075s ease 0.12s, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); - -o-transition: bottom 0.075s ease 0.12s, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); - transition: bottom 0.075s ease 0.12s, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); - transition: bottom 0.075s ease 0.12s, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); -} -.navbar .navbar__toggle.is-active .navbar__toggle-inner { - -webkit-transform: rotate(45deg); - -ms-transform: rotate(45deg); - transform: rotate(45deg); - -webkit-transition-delay: 0.12s; - -o-transition-delay: 0.12s; - transition-delay: 0.12s; - -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); - -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); - transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); -} -.navbar .navbar__toggle.is-active .navbar__toggle-inner::before { - top: 0; - opacity: 0; - -webkit-transition: top 0.075s ease, opacity 0.075s ease 0.12s; - -o-transition: top 0.075s ease, opacity 0.075s ease 0.12s; - transition: top 0.075s ease, opacity 0.075s ease 0.12s; -} -.navbar .navbar__toggle.is-active .navbar__toggle-inner::after { - bottom: 0; - -webkit-transform: rotate(-90deg); - -ms-transform: rotate(-90deg); - transform: rotate(-90deg); - -webkit-transition: bottom 0.075s ease, -webkit-transform 0.075s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s; - transition: bottom 0.075s ease, -webkit-transform 0.075s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s; - -o-transition: bottom 0.075s ease, transform 0.075s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s; - transition: bottom 0.075s ease, transform 0.075s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s; - transition: bottom 0.075s ease, transform 0.075s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s, -webkit-transform 0.075s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s; -} - -.navbar_mobile_overlay { - background: var(--page-bg); - height: calc(100vh - 4.4rem); - left: 0; - opacity: 1; - overflow: auto; - pointer-events: auto; - position: fixed; - top: 4.4rem; - -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.3, 1); - -o-transition: all 0.3s cubic-bezier(0, 0, 0.3, 1); - transition: all 0.3s cubic-bezier(0, 0, 0.3, 1); - width: 100%; - z-index: 1001; -} -.navbar_mobile_overlay.is-hidden { - opacity: 0; - pointer-events: none; -} -.navbar_mobile_overlay .navbar__menu { - margin: 24px; -} -.navbar_mobile_overlay .navbar__menu li { - list-style: none; - margin: 0; - padding: 0; - text-align: center; -} -.navbar_mobile_overlay .navbar__menu li a, -.navbar_mobile_overlay .navbar__menu li span { - color: var(--dark); - display: block; - padding: 0.5666666667rem; - position: relative; -} -.navbar_mobile_overlay .navbar__menu li a:active, .navbar_mobile_overlay .navbar__menu li a:focus, .navbar_mobile_overlay .navbar__menu li a:hover, -.navbar_mobile_overlay .navbar__menu li span:active, -.navbar_mobile_overlay .navbar__menu li span:focus, -.navbar_mobile_overlay .navbar__menu li span:hover { - color: var(--dark); -} -.navbar_mobile_overlay .navbar__menu li a[aria-haspopup=true]::after, -.navbar_mobile_overlay .navbar__menu li span[aria-haspopup=true]::after { - content: ""; - width: 0; - height: 0; - border-style: solid; - border-width: 5px 5px 0 5px; - border-color: currentColor transparent transparent transparent; - left: 0.5666666667rem; - top: 15px; - position: relative; -} -.navbar_mobile_overlay .navbar__submenu { - margin: 0; - padding: 0; - visibility: hidden; -} -.navbar_mobile_overlay .navbar__submenu[aria-hidden=false] { - visibility: visible; -} -.navbar_mobile_overlay .navbar__submenu_wrapper { - height: 0; - opacity: 0; - overflow: hidden; - -webkit-transition: all 0.3s cubic-bezier(0.275, 1.375, 0.8, 1); - -o-transition: all 0.3s cubic-bezier(0.275, 1.375, 0.8, 1); - transition: all 0.3s cubic-bezier(0.275, 1.375, 0.8, 1); -} -.navbar_mobile_overlay .navbar__submenu_wrapper.is-active { - height: auto; - opacity: 1; -} - -.navbar_mobile_sidebar { - background: var(--page-bg); - -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); - box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); - height: 100vh; - left: 0; - max-width: 400px; - overflow: auto; - position: fixed; - top: 0; - -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.3, 1); - -o-transition: all 0.3s cubic-bezier(0, 0, 0.3, 1); - transition: all 0.3s cubic-bezier(0, 0, 0.3, 1); - width: 80%; - z-index: 1001; -} -.navbar_mobile_sidebar.is-hidden { - left: -400px; -} -.navbar_mobile_sidebar .navbar__menu { - margin: 24px; -} -.navbar_mobile_sidebar .navbar__menu li { - font-family: var(--menu-font); - font-size: 16px; - list-style: none; - line-height: 1.3; - margin: 0; - padding: 0; -} -.navbar_mobile_sidebar .navbar__menu li a, -.navbar_mobile_sidebar .navbar__menu li .is-separator { - color: var(--dark); - display: block; - padding: 10px 20px 10px 0; - position: relative; -} -.navbar_mobile_sidebar .navbar__menu li a:active, .navbar_mobile_sidebar .navbar__menu li a:focus, .navbar_mobile_sidebar .navbar__menu li a:hover, -.navbar_mobile_sidebar .navbar__menu li .is-separator:active, -.navbar_mobile_sidebar .navbar__menu li .is-separator:focus, -.navbar_mobile_sidebar .navbar__menu li .is-separator:hover { - color: var(--dark); -} -.navbar_mobile_sidebar .navbar__menu li a[aria-haspopup=true]::after, -.navbar_mobile_sidebar .navbar__menu li .is-separator[aria-haspopup=true]::after { - content: ""; - width: 0; - height: 0; - border-style: solid; - border-width: 5px 5px 0 5px; - border-color: currentColor transparent transparent transparent; - right: 0; - top: 18px; - position: absolute; -} -.navbar_mobile_sidebar .navbar__submenu { - margin: 0 0 0 24px; - padding: 0; - visibility: hidden; -} -.navbar_mobile_sidebar .navbar__submenu[aria-hidden=false] { - visibility: visible; -} -.navbar_mobile_sidebar .navbar__submenu_wrapper { - height: 0; - opacity: 0; - overflow: hidden; - -webkit-transition: all 0.3s cubic-bezier(0.275, 1.375, 0.8, 1); - -o-transition: all 0.3s cubic-bezier(0.275, 1.375, 0.8, 1); - transition: all 0.3s cubic-bezier(0.275, 1.375, 0.8, 1); -} -.navbar_mobile_sidebar .navbar__submenu_wrapper.is-active { - height: auto; - opacity: 1; -} -.navbar_mobile_sidebar__overlay { - background: rgba(0, 0, 0, 0.5); - height: 100%; - opacity: 1; - pointer-events: auto; - position: fixed; - top: 0; - -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.3, 1); - -o-transition: all 0.3s cubic-bezier(0, 0, 0.3, 1); - transition: all 0.3s cubic-bezier(0, 0, 0.3, 1); - width: 100%; - z-index: 10; -} -.navbar_mobile_sidebar__overlay.is-hidden { - opacity: 0; - pointer-events: none; -} - -.site-container { - background: var(--page-bg); - max-width: 100%; - overflow: hidden; -} - -.wrapper { - -webkit-box-sizing: content-box; - box-sizing: content-box; - max-width: var(--entry-width); - margin: 0 auto; - padding: 0 var(--page-margin); -} - -.readmore { - display: inline-block; - color: var(--gray); - font-size: 0.8239746086rem; - font-style: italic; - text-decoration: underline; - -webkit-text-decoration-skip: ink; - text-decoration-skip-ink: auto; -} - -.hero { - background: var(--hero-bg); - height: var(--hero-height); - position: relative; - top: 0; - z-index: 1; -} -.hero__content { - bottom: 10%; - color: var(--hero-text-color); - left: 50%; - position: absolute; - -webkit-transform: translate(-50%, 0); - -ms-transform: translate(-50%, 0); - transform: translate(-50%, 0); - width: 100%; - z-index: 2; -} -.hero__content h1 { - color: var(--hero-heading-color); -} -.hero__content h1 > sup { - font-size: 1.066666667rem; - vertical-align: top; -} -.hero__content h1 + p { - margin-top: calc(0.2833333333rem + 0.25vw); -} -.hero__content a { - font-weight: bold; -} -.hero__content a { - color: var(--hero-link-color); - text-decoration: none; - -webkit-transition: all 0.24s ease-out; - -o-transition: all 0.24s ease-out; - transition: all 0.24s ease-out; -} -.hero__content a:hover { - color: var(--hero-link-color-hover); -} -.hero__content a:active { - color: var(--hero-link-color); -} -.hero__content a:focus { - outline: none; -} -.hero__image { - height: 100%; - margin: 0; - position: absolute; - width: 100%; -} -.hero__image--overlay::after { - content: ""; - display: block; - height: 100%; - left: 0; - position: absolute; - top: 0; - width: 100%; -} -.hero__image > img { - display: block; - height: inherit; - -o-object-fit: cover; - object-fit: cover; - width: inherit; -} -.hero__image > figcaption { - background: var(--page-bg); - border-radius: 2px; - bottom: 1rem; - color: var(--text-color); - display: block; - padding: 0 0.34rem; - position: absolute; - text-align: right; - right: var(--page-margin); - z-index: 3; -} - -.feed__item { - margin-top: calc(2.55rem + 1.5vw); - padding-bottom: calc(0.5666666667rem + 1vw); -} -.feed__image { - -webkit-box-sizing: content-box; - box-sizing: content-box; - margin: calc(1.7rem + 1vw) auto; - max-width: calc(var(--entry-width) + 20%); - padding: 0 6vw; -} -.feed__image > img { - display: inline-block; - height: auto; - width: 100%; -} -.feed__meta { - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - color: gray-2; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - font-size: 0.8239746086rem; - margin-bottom: calc(-1.4166666667rem - 1vw); -} -.feed__author { - font-family: var(--menu-font); - font-weight: var(--font-weight-bold); -} -.feed__date { - color: var(--gray); - font-style: italic; -} -.feed__author + .feed__date { - margin-left: 0.85rem; -} -.feed__author + .feed__date::before { - content: ""; - background: var(--light); - display: inline-block; - height: 1px; - margin-right: 4px; - width: 1rem; - vertical-align: middle; -} -.feed__readmore { - margin-top: calc(1.1333333333rem + 0.25vw); -} -.feed--grid { - display: -ms-grid; - display: grid; - -ms-grid-columns: 100%; - grid-template-columns: 100%; - grid-gap: calc(1.7rem + 1.5vw); - margin-top: 0; - padding-top: calc(2.55rem + 1.5vw); -} -@media all and (min-width: 37.5em) { - .feed--grid { - -ms-grid-columns: 1fr calc(1.7rem + 1.5vw) 1fr; - grid-template-columns: repeat(2, 1fr); - } -} -.feed--grid h2 { - margin-top: 0; -} -.feed--grid sup { - font-size: 1.066666667rem; - vertical-align: top; -} - -.post__image { - display: inline-block; -} -.post__image > img { - display: inline-block; -} -.post__image--left { - float: left; - margin-bottom: 1.7rem; - margin-right: 1.7rem; - max-width: 50%; -} -.post__image--right { - float: right; - margin-bottom: 1.7rem; - margin-left: 1.7rem; - max-width: 50%; -} -.post__image--center { - display: block; - margin-left: auto; - margin-right: auto; - text-align: center; -} -.post__image--wide { - display: block; -} -@media all and (min-width: 56.25em) { - .post__image--wide { - margin-left: calc(-1 * var(--page-margin)); - margin-right: calc(-1 * var(--page-margin)); - text-align: center; - } - .post__image--wide a, -.post__image--wide img { - display: block; - height: auto; - width: 100%; - } -} -.post__image--full { - display: block; - margin-left: calc(-50vw + 50%); - margin-right: calc(-50vw + 50%); - text-align: center; -} -.post__image--full a, -.post__image--full img { - display: block; - height: auto; - width: 100%; -} -.post__meta { - color: gray-2; - font-size: 0.8239746086rem; - font-style: italic; - margin-bottom: calc(-1.4166666667rem - 1vw); -} -.post__meta--author { - border-top: 1px solid var(--hero-border-color); - font-style: normal; - display: inline-block; - margin-top: 1.7rem; - padding-top: 1.4166666667rem; -} -@media all and (min-width: 37.5em) { - .post__meta--author { - margin-top: 2.8333333333rem; - padding-top: 1.7rem; - } -} -.post__author-thumb { - border-radius: 50%; - height: 1.7rem; - margin-right: 0.5666666667rem; - width: 1.7rem; -} -.post__entry { - margin-top: calc(2.55rem + 1.5vw); -} -.post__entry > :nth-child(1) { - margin-top: 0; -} -.post__entry a:not(.btn):not([type=button]):not([type=submit]):not(button):not(.post__toc a):not(.gallery__item a) { - color: var(--link-color-hover); - text-decoration: underline; - text-decoration-thickness: 1px; - text-underline-offset: 0.2em; - -webkit-text-decoration-skip: ink; - text-decoration-skip-ink: auto; -} -.post__entry a:not(.btn):not([type=button]):not([type=submit]):not(button):not(.post__toc a):not(.gallery__item a):hover, .post__entry a:not(.btn):not([type=button]):not([type=submit]):not(button):not(.post__toc a):not(.gallery__item a):active, .post__entry a:not(.btn):not([type=button]):not([type=submit]):not(button):not(.post__toc a):not(.gallery__item a):focus { - color: var(--link-color); -} -.post__avatar-thumbs { - border-radius: 50%; - height: 4.5333333333rem; - width: 4.5333333333rem; -} -.post__last-updated { - color: var(--gray); - font-size: 0.7724761953rem; - font-style: italic; - margin-top: 2.2666666667rem; -} -.post__last-updated + .post__tag { - margin: 1.1333333333rem 0 0; -} -.post__tag { - margin: 2.2666666667rem 0 0; - font-family: var(--menu-font); - font-size: 0.8239746086rem; -} -.post__tag > li { - display: inline-block; - margin-right: 0.2833333333rem; - padding: 0; -} -.post__tag > li > a { - background: var(--lighter); - border-radius: 1px; - color: var(--dark); - font-size: 0.7241964329rem; - padding: 0.2833333333rem 0.85rem; -} -.post__tag > li > a:hover { - background: var(--light); -} -.post__share { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -ms-flex-wrap: wrap; - flex-wrap: wrap; - margin: calc(2.8333333333rem + 1vw) -0.2833333333rem 0; -} -.post__share > a { - border-radius: 2px; - -webkit-box-flex: 1; - -ms-flex: 1 1 auto; - flex: 1 1 auto; - margin: 0.2833333333rem; - line-height: 0; - padding: 0.7083333333rem 1.1333333333rem; - -webkit-transition: all 0.24s ease-out; - -o-transition: all 0.24s ease-out; - transition: all 0.24s ease-out; - text-align: center; -} -.post__share > a:hover { - -webkit-transform: translateY(-2px); - -ms-transform: translateY(-2px); - transform: translateY(-2px); -} -.post__share > a span { - color: var(--white); - font-family: var(--menu-font); - font-size: 0.5967194723rem; - font-weight: var(--font-weight-bold); - margin-left: 0.2833333333rem; - text-transform: uppercase; -} -.post__share > a svg { - fill: var(--white); - height: 18px; - pointer-events: none; - width: 18px; - vertical-align: middle; -} -.post__bio { - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - margin: calc(3.4rem + 1vw) 0 calc(3.4rem + 2vw); -} -@media all and (min-width: 37.5em) { - .post__bio::before { - content: ""; - border-top: 1px solid var(--light); - height: 1px; - margin-right: 2rem; - width: 20%; - } -} -.bio__avatar { - border-radius: 50%; - -ms-flex-negative: 0; - flex-shrink: 0; - height: 3rem; - margin-right: 1.2rem; - width: 3rem; -} -@media all and (min-width: 37.5em) { - .bio__avatar { - height: 4rem; - margin-right: 2rem; - width: 4rem; - } -} -.bio__name { - font-family: var(--menu-font); - font-size: 1rem; - font-weight: var(--font-weight-bold); - margin: 0; -} -.bio__info > p { - font-family: var(--body-font); - font-size: 0.8239746086rem; - line-height: 1.5; - margin: 0.5666666667rem 0 0; -} -@media all and (min-width: 37.5em) { - .bio__info > p { - width: 80%; - } -} - -.post__nav { - border-top: 1px solid var(--light); - margin-top: calc(2.55rem + 1vw); - padding: 2.55rem var(--page-margin) 2.8333333333rem; - position: relative; -} -@media all and (min-width: 37.5em) { - .post__nav-inner { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-pack: justify; - -ms-flex-pack: justify; - justify-content: space-between; - } -} -@media all and (min-width: 37.5em) { - .post__nav-prev, .post__nav-next { - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - } -} -.post__nav-prev svg, .post__nav-next svg { - fill: var(--gray); -} -@media all and (max-width: 37.4375em) { - .post__nav-prev svg, .post__nav-next svg { - display: none; - } -} -@media all and (min-width: 37.5em) { - .post__nav-next { - margin-left: auto; - text-align: right; - } -} -@media all and (max-width: 37.4375em) { - .post__nav-prev + .post__nav-next { - margin-top: 1.1333333333rem; - } -} -@media all and (min-width: 37.5em) { - .post__nav-prev + .post__nav-next { - margin-left: 1.7rem; - } -} -.post__nav-link { - font-family: var(--body-font); - font-size: 0.8239746086rem; - font-style: italic; - line-height: 1.5; -} -@media all and (min-width: 37.5em) { - .post__nav-link[rel=prev] { - padding-left: 0.85rem; - } -} -@media all and (min-width: 37.5em) { - .post__nav-link[rel=next] { - padding-right: 0.85rem; - } -} -.post__nav-link > span { - color: var(--gray); - display: block; - font-size: 0.7724761953rem; - font-family: var(--menu-font); - font-style: normal; -} -.post__nav + .post__related { - margin-top: 0; -} -.post__nav + .post__comments { - border-top: 1px solid var(--light); - margin-top: 0; -} -.post__related { - background: var(--lighter); - margin-top: calc(2.55rem + 1vw); - margin-bottom: calc(-2.55rem - 1vw); - padding: calc(0.85rem + 1vw) 0 calc(3.4rem + 3vw); -} -.related__item { - margin-top: calc(3.4rem + 1vw); -} -.related__item::before { - content: ""; - border-top: 1px solid var(--light); - display: block; - height: 1px; - margin-bottom: 2rem; - width: 20%; -} - -.post__related + .post__comments { - border-top: none; -} -.post + .post__comments { - margin-top: 0; -} -.post + .post__comments .h5 { - margin-top: 0; -} -.post__comments { - margin-top: calc(2.55rem + 1vw); - overflow: hidden; -} -.post__video, .post__iframe { - display: block; - margin-top: calc(1.7rem + 0.5vw); - margin-bottom: calc(1.7rem + 0.5vw); - overflow: hidden; - padding: 0; - position: relative; - width: 100%; -} -.post__video::before, .post__iframe::before { - display: block; - content: ""; - padding-top: var(--embed-aspect-ratio); -} -.post__video iframe, .post__video video, .post__iframe iframe, .post__iframe video { - border: none; - height: 100%; - left: 0; - position: absolute; - top: 0; - bottom: 0; - width: 100%; -} -.post__toc h3 { - font-size: 1rem; - margin: 0; -} -.post__toc ul { - counter-reset: item; - list-style: decimal; - margin: calc(0.5666666667rem + 0.25vw) 0 0 1rem; -} -.post__toc ul li { - counter-increment: item; - padding: 0; -} -.post__toc ul ul { - margin-top: 0; -} -.post__toc ul ul li { - display: block; -} -.post__toc ul ul li:before { - content: counters(item, ".") ". "; - margin-left: -20px; -} - -.banner { - text-align: center; -} -.banner--after-post { - margin-top: calc(2.55rem + 1vw); -} - -.page--author__avatar { - border-radius: 50%; - height: 3rem; - margin-bottom: calc(-1.4166666667rem - 1vw); - width: 3rem; -} -@media all and (min-width: 37.5em) { - .page--author__avatar { - height: 4rem; - width: 4rem; - } -} -.page--author__website { - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - display: -webkit-inline-box; - display: -ms-inline-flexbox; - display: inline-flex; -} -.page--author__website a { - font-family: var(--menu-font); - font-weight: var(--font-weight-bold); - margin-left: 0.4rem; -} -.page--search form { - -webkit-box-align: start; - -ms-flex-align: start; - align-items: flex-start; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -ms-flex-wrap: wrap; - flex-wrap: wrap; -} -@media all and (max-width: 37.4375em) { - .page--search input { - margin-bottom: 0.5666666667rem; - } -} -@media all and (min-width: 20em) { - .page--search input { - -webkit-box-flex: 1; - -ms-flex: 1 0 auto; - flex: 1 0 auto; - margin-right: 0.5666666667rem; - } -} -@media all and (max-width: 37.4375em) { - .page--search button { - width: 100%; - } -} - -.align-left { - text-align: left; -} - -.align-right { - text-align: right; -} - -.align-center { - text-align: center; -} - -.align-justify { - text-align: justify; -} - -.msg { - border: 1px solid; - font-size: 0.8789062495rem; - padding: 1.1333333333rem 1.7rem; - position: relative; -} -.msg--highlight { - background-color: rgba(var(--highlight-color-rgb), 0.4); - border-color: var(--highlight-color); -} -.msg--info { - background-color: rgba(var(--info-color-rgb), 0.4); - border-color: var(--info-color); -} -.msg--success { - background-color: rgba(var(--success-color-rgb), 0.4); - border-color: var(--success-color); -} -.msg--warning { - background-color: rgba(var(--warning-color-rgb), 0.4); - border-color: var(--warning-color); -} - -.ordered-list { - counter-reset: listCounter; -} -.ordered-list li { - counter-increment: listCounter; - list-style: none; - padding-left: 0.2833333333rem; - position: relative; -} -.ordered-list li::before { - color: var(--color); - content: counter(listCounter, decimal-leading-zero) "."; - font-weight: var(--font-weight-bold); - left: -2rem; - position: absolute; -} - -.dropcap:first-letter { - color: var(--headings-color); - float: left; - font-size: 3.6355864383rem; - line-height: 0.7; - margin-right: 0.5666666667rem; - padding: 0.5666666667rem 0.5666666667rem 0.5666666667rem 0; -} - -.pec-wrapper { - height: 100%; - left: 0; - position: absolute; - top: 0; - width: 100%; -} -.pec-overlay { - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - background-color: var(--light); - font-size: 14px; - display: none; - height: inherit; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; - line-height: 1.4; - padding: 1rem; - position: relative; - text-align: center; -} -@media all and (min-width: 37.5em) { - .pec-overlay { - font-size: 16px; - line-height: var(--line-height); - padding: 1rem 2rem; - } -} -.pec-overlay.is-active { - display: -webkit-box; - display: -ms-flexbox; - display: flex; -} -.pec-overlay-inner p { - margin: 0 0 1rem; -} - -/* Pagination ------------------------ */ -.pagination { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - margin-top: calc(3.4rem + 1vw); -} -@media all and (min-width: 56.25em) { - .pagination { - margin-top: calc(5.1rem + 1vw); - } -} -.pagination__item + .pagination__item { - margin-left: 1.1333333333rem; -} -.pagination svg { - fill: var(--gray); -} - -/* Footer ------------------------ */ -.footer { - background: var(--section-bg); - font-family: var(--body-font); - overflow: hidden; - padding: calc(3.4rem + 1vw) var(--page-margin); - margin: calc(2.55rem + 1vw) 0 0; - text-align: center; -} -.footer__social svg { - fill: var(--white); - height: 0.9374999997rem; - margin: 0 0.85rem; - opacity: 0.6; - -webkit-transition: all 0.12s linear 0s; - -o-transition: all 0.12s linear 0s; - transition: all 0.12s linear 0s; - width: 0.9374999997rem; -} -.footer__social svg:hover { - opacity: 1; -} -.footer__copyright { - color: var(--gray); - font-size: 0.6789341556rem; - letter-spacing: 1px; - text-transform: uppercase; - padding: 1.7rem 0; -} -.footer a { - color: var(--white); -} -.footer a:hover { - color: rgba(var(--white-rgb), 0.7); -} -.footer__bttop { - bottom: 1.4166666667rem; - border-radius: 50%; - line-height: 1; - opacity: 0; - padding: 0.51rem; - position: fixed; - right: 2rem; - text-align: center; - width: auto !important; - visibility: hidden; - z-index: 999; -} -@media all and (min-width: 56.25em) { - .footer__bttop { - bottom: 2.8333333333rem; - } -} -.footer__bttop:hover { - opacity: 1; -} -.footer__bttop > svg { - fill: var(--white); - height: 23px; - margin: 0; - width: 23px; -} -.footer__bttop.is-visible { - visibility: visible; - opacity: 1; -} - -.gallery { - margin: calc(1.7rem + 1vw) -0.2833333333rem; -} -@media all and (min-width: 20em) { - .gallery { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -ms-flex-wrap: wrap; - flex-wrap: wrap; - } -} -@media all and (min-width: 56.25em) { - .gallery-wrapper--wide { - margin-left: calc(-1 * var(--page-margin)); - margin-right: calc(-1 * var(--page-margin)); - } - .gallery-wrapper--wide .gallery { - width: calc(100% + 0.5666666667rem); - } -} -.gallery-wrapper--full { - margin-left: calc(-50vw + 50%); - margin-right: calc(-50vw + 50%); -} -@media all and (min-width: 20em) { - .gallery[data-columns="1"] .gallery__item { - -webkit-box-flex: 1; - -ms-flex: 1 0 100%; - flex: 1 0 100%; - } -} -@media all and (min-width: 30em) { - .gallery[data-columns="2"] .gallery__item { - -webkit-box-flex: 1; - -ms-flex: 1 0 50%; - flex: 1 0 50%; - } -} -@media all and (min-width: 37.5em) { - .gallery[data-columns="3"] .gallery__item { - -webkit-box-flex: 1; - -ms-flex: 1 0 33.333%; - flex: 1 0 33.333%; - } -} -@media all and (min-width: 56.25em) { - .gallery[data-columns="4"] .gallery__item { - -webkit-box-flex: 0; - -ms-flex: 0 1 25%; - flex: 0 1 25%; - } -} -@media all and (min-width: 56.25em) { - .gallery[data-columns="5"] .gallery__item { - -webkit-box-flex: 0; - -ms-flex: 0 1 20%; - flex: 0 1 20%; - } -} -@media all and (min-width: 56.25em) { - .gallery[data-columns="6"] .gallery__item { - -webkit-box-flex: 0; - -ms-flex: 0 1 16.666%; - flex: 0 1 16.666%; - } -} -@media all and (min-width: 56.25em) { - .gallery[data-columns="7"] .gallery__item { - -webkit-box-flex: 1; - -ms-flex: 1 0 14.285%; - flex: 1 0 14.285%; - } -} -@media all and (min-width: 56.25em) { - .gallery[data-columns="8"] .gallery__item { - -webkit-box-flex: 1; - -ms-flex: 1 0 12.5%; - flex: 1 0 12.5%; - } -} -.gallery__item { - margin: 0; - padding: 0.2833333333rem; - position: relative; -} -@media all and (min-width: 20em) { - .gallery__item { - -webkit-box-flex: 1; - -ms-flex: 1 0 50%; - flex: 1 0 50%; - } -} -@media all and (min-width: 30em) { - .gallery__item { - -webkit-box-flex: 1; - -ms-flex: 1 0 33.333%; - flex: 1 0 33.333%; - } -} -@media all and (min-width: 37.5em) { - .gallery__item { - -webkit-box-flex: 1; - -ms-flex: 1 0 25%; - flex: 1 0 25%; - } -} -.gallery__item a { - display: block; - height: 100%; - width: 100%; -} -.gallery__item a::after { - background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0))); - background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%); - background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%); - bottom: 0.2833333333rem; - content: ""; - display: block; - opacity: 0; - left: 0.2833333333rem; - height: calc(100% - 0.5666666667rem); - position: absolute; - right: 0.2833333333rem; - top: 0.2833333333rem; - -webkit-transition: all 0.24s ease-out; - -o-transition: all 0.24s ease-out; - transition: all 0.24s ease-out; - width: calc(100% - 0.5666666667rem); -} -.gallery__item a:hover::after { - opacity: 1; -} -.gallery__item img { - display: block; - height: 100%; - -o-object-fit: cover; - object-fit: cover; - width: 100%; -} -.gallery__item figcaption { - bottom: 1.2rem; - color: var(--white); - left: 50%; - opacity: 0; - position: absolute; - text-align: center; - -webkit-transform: translate(-50%, 1.2rem); - -ms-transform: translate(-50%, 1.2rem); - transform: translate(-50%, 1.2rem); - -webkit-transition: all 0.24s ease-out; - -o-transition: all 0.24s ease-out; - transition: all 0.24s ease-out; -} -.gallery__item:hover figcaption { - opacity: 1; - -webkit-transform: translate(-50%, 0); - -ms-transform: translate(-50%, 0); - transform: translate(-50%, 0); -} - -.pswp--dark .pswp__bg { - background: black; -} -.pswp--light .pswp__bg { - background: var(--white); -} -.pswp--light .pswp__counter { - color: var(--text-color); -} -.pswp--light .pswp__caption__center { - color: var(--text-color); -} -.pswp .pswp__button { - -webkit-box-shadow: none; - box-shadow: none; - -webkit-transform: none; - -ms-transform: none; - transform: none; -} - -.link-btn { - color: var(--white); - min-height: 1.8rem; - border-radius: 6px; - cursor: pointer; - padding: 0.6933333333rem 0.5rem; - vertical-align: middle; - text-align: center; - font: 400 0.8888888889rem"Inter",sans-serif; - display: inline-flex; -} - -.link-btn.outline { - background: none; - border: 1px solid #d6dbe0; - -webkit-box-shadow: none; - box-shadow: none; - color: var(--white); -} - -.link-btn.outline:hover { - border-color: var(--link-color-hover);; -} -.link-btn>svg { - fill: var(--white); - margin-right: 0.6rem; - vertical-align: middle; -} - -.link-btn, .github-btn { - order: 4; -} - -.github-btn { - margin-left: 1.0666666667rem; -} - -.telegram-btn { - margin-left: 1.0666666667rem; -} \ No newline at end of file diff --git a/preview/assets/css/photoswipe.css b/preview/assets/css/photoswipe.css deleted file mode 100755 index e88f066..0000000 --- a/preview/assets/css/photoswipe.css +++ /dev/null @@ -1,790 +0,0 @@ -/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */ - -/* - Styles for basic PhotoSwipe functionality (sliding area, open/close transitions) -*/ - -/* pswp = photoswipe */ - -.pswp { - display: none; - position: absolute; - width: 100%; - height: 100%; - left: 0; - top: 0; - overflow: hidden; - -ms-touch-action: none; - touch-action: none; - z-index: 1500; - -webkit-text-size-adjust: 100%; - /* create separate layer, to avoid paint on window.onscroll in webkit/blink */ - -webkit-backface-visibility: hidden; - outline: none; -} - -.pswp * { - -webkit-box-sizing: border-box; - box-sizing: border-box; -} - - -.pswp img { - max-width: none; -} - -/* style is added when JS option showHideOpacity is set to true */ - -.pswp--animate_opacity { - /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */ - opacity: 0.001; - will-change: opacity; - /* for open/close transition */ - -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); - transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); -} - -.pswp--open { - display: block; -} - -.pswp--zoom-allowed .pswp__img { - /* autoprefixer: off */ - cursor: -webkit-zoom-in; - cursor: -moz-zoom-in; - cursor: zoom-in; -} - -.pswp--zoomed-in .pswp__img { - /* autoprefixer: off */ - cursor: -webkit-grab; - cursor: -moz-grab; - cursor: grab; -} - -.pswp--dragging .pswp__img { - /* autoprefixer: off */ - cursor: -webkit-grabbing; - cursor: -moz-grabbing; - cursor: grabbing; -} - -/* - Background is added as a separate element. - As animating opacity is much faster than animating rgba() background-color. -*/ - -.pswp__bg { - position: absolute; - left: 0; - top: 0; - width: 100%; - height: 100%; - opacity: 0; - -webkit-transform: translateZ(0); - transform: translateZ(0); - -webkit-backface-visibility: hidden; - will-change: opacity; -} - -.pswp__scroll-wrap { - position: absolute; - left: 0; - top: 0; - width: 100%; - height: 100%; - overflow: hidden; -} - -.pswp__container, -.pswp__zoom-wrap { - -ms-touch-action: none; - touch-action: none; - position: absolute; - left: 0; - right: 0; - top: 0; - bottom: 0; -} - -/* Prevent selection and tap highlights */ - -.pswp__container, -.pswp__img { - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - -webkit-tap-highlight-color: transparent; - -webkit-touch-callout: none; -} - -.pswp__zoom-wrap { - position: absolute; - width: 100%; - -webkit-transform-origin: left top; - transform-origin: left top; - /* for open/close transition */ - -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); - transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); - transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); - transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); -} - -.pswp__bg { - will-change: opacity; - /* for open/close transition */ - -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); - transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); -} - -.pswp--animated-in .pswp__bg, -.pswp--animated-in .pswp__zoom-wrap { - -webkit-transition: none; - transition: none; -} - -.pswp__container, -.pswp__zoom-wrap { - -webkit-backface-visibility: hidden; -} - -.pswp__item { - position: absolute; - left: 0; - right: 0; - top: 0; - bottom: 0; - overflow: hidden; -} - -.pswp__img { - position: absolute; - width: auto; - height: auto; - top: 0; - left: 0; -} - -/* - stretched thumbnail or div placeholder element (see below) - style is added to avoid flickering in webkit/blink when layers overlap -*/ - -.pswp__img--placeholder { - -webkit-backface-visibility: hidden; -} - -/* - div element that matches size of large image - large image loads on top of it -*/ - -.pswp__img--placeholder--blank { - background: #222; -} - -.pswp--ie .pswp__img { - width: 100% !important; - height: auto !important; - left: 0; - top: 0; -} - -/* - Error message appears when image is not loaded - (JS option errorMsg controls markup) -*/ - -.pswp__error-msg { - position: absolute; - left: 0; - top: 50%; - width: 100%; - text-align: center; - font-size: 14px; - line-height: 16px; - margin-top: -8px; - color: #CCC; -} - -.pswp__error-msg a { - color: #CCC; - text-decoration: underline; -} - -/* - - 1. Buttons - - */ - -/* Github Telegram

morris (5)

visit us

You can visit us during public opening times in our space. Address: Akaki Khorava Street, 18 Scroll down to see an image of our door. –

Continue reading...

digital audio jam

We meet every first and second Saturday at 6pm to play with anykind of digitlal music equipment, synts drum machines or whatever you bring. If possible please bring an instrument and some cables for your instrument, if you want to be synced either midi with…

Continue reading...

3D NIGHT

Every thursday 8PM we meet to present and demo some great 3D related tools and projects. Please follow the Telegram Chat to see what is planned for the comming week. 8:00PM Thursday, October 6 F0RTHSP4CE, Khorava St, 18 This week we will have a Shader…

Continue reading...

Lorem ipsum 

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit…

Continue reading...

welcome

F0RTHSP4CE is a hackerspace and a community of enthusiasts focusing on art, technology, and society. We are always eager to learn and engage in new and challenging projects while creating events to share those experiences. But most importantly we are having a good time. is…

Continue reading...
\ No newline at end of file diff --git a/preview/digital-audio-jam.html b/preview/digital-audio-jam.html deleted file mode 100644 index 8dd7846..0000000 --- a/preview/digital-audio-jam.html +++ /dev/null @@ -1,11 +0,0 @@ -digital audio jam - F0RTHSP4CE
Github Telegram

digital audio jam

We meet every first and second Saturday at 6pm to play with anykind of digitlal music equipment, synts drum machines or whatever you bring.

If possible please bring an instrument and some cables for your instrument, if you want to be synced either midi with din 5 or cv with 3.5mm jack , for audio we use 6.35mm jack or XLR jack.

Image description

\ No newline at end of file diff --git a/preview/entrance.jpeg b/preview/entrance.jpeg deleted file mode 100644 index ef12291..0000000 Binary files a/preview/entrance.jpeg and /dev/null differ diff --git a/preview/events.html b/preview/events.html deleted file mode 100644 index 4a5d3cb..0000000 --- a/preview/events.html +++ /dev/null @@ -1,11 +0,0 @@ -events - F0RTHSP4CE \ No newline at end of file diff --git a/preview/feed.json b/preview/feed.json deleted file mode 100644 index e817939..0000000 --- a/preview/feed.json +++ /dev/null @@ -1,89 +0,0 @@ -{ - "version": "https://jsonfeed.org/version/1", - "title": "F0RTHSP4CE", - "description": "", - "home_page_url": "file:////Users/ilyamoiseev/Documents/Publii/sites/f0rtsp4ce/preview", - "feed_url": "file:////Users/ilyamoiseev/Documents/Publii/sites/f0rtsp4ce/preview/feed.json", - "user_comment": "", - "author": { - "name": "morris" - }, - "items": [ - { - "id": "file:////Users/ilyamoiseev/Documents/Publii/sites/f0rtsp4ce/preview/visit-us.html", - "url": "file:////Users/ilyamoiseev/Documents/Publii/sites/f0rtsp4ce/preview/visit-us.html", - "title": "visit us", - "summary": "You can visit us during public opening times in our space. Address: Akaki Khorava Street, 18 Scroll down to see an image of our door. –", - "content_html": "

You can visit us during public opening times in our space.

\n

Address: Akaki Khorava Street, 18

\n\n\n

Scroll down to see an image of our door.

\n

\n
\n
\n
\n\n\n

\"Image

\n", - "image": "file:////Users/ilyamoiseev/Documents/Publii/sites/f0rtsp4ce/preview/media/posts/12/entrance.jpeg", - "author": { - "name": "morris" - }, - "tags": [ - ], - "date_published": "2022-10-09T12:35:02+04:00", - "date_modified": "2023-06-15T18:15:31+04:00" - }, - { - "id": "file:////Users/ilyamoiseev/Documents/Publii/sites/f0rtsp4ce/preview/digital-audio-jam.html", - "url": "file:////Users/ilyamoiseev/Documents/Publii/sites/f0rtsp4ce/preview/digital-audio-jam.html", - "title": "digital audio jam", - "summary": "We meet every first and second Saturday at 6pm to play with anykind of digitlal music equipment, synts drum machines or whatever you bring. If possible please bring an instrument and some cables for your instrument, if you want to be synced either midi with…", - "content_html": "

We meet every first and second Saturday at 6pm to play with anykind of digitlal music equipment, synts drum machines or whatever you bring.

\n

If possible please bring an instrument and some cables for your instrument, if you want to be synced either midi with din 5 or cv with 3.5mm jack , for audio we use 6.35mm jack or XLR jack.

\n

\"Image

\n", - "image": "file:////Users/ilyamoiseev/Documents/Publii/sites/f0rtsp4ce/preview/media/posts/11/photo_5319077225707979362_y-2.jpeg", - "author": { - "name": "morris" - }, - "tags": [ - "Digital Audio JAM" - ], - "date_published": "2022-09-30T19:35:00+04:00", - "date_modified": "2022-10-09T13:07:29+04:00" - }, - { - "id": "file:////Users/ilyamoiseev/Documents/Publii/sites/f0rtsp4ce/preview/self-organizing-systems.html", - "url": "file:////Users/ilyamoiseev/Documents/Publii/sites/f0rtsp4ce/preview/self-organizing-systems.html", - "title": "3D NIGHT", - "summary": "Every thursday 8PM we meet to present and demo some great 3D related tools and projects. Please follow the Telegram Chat to see what is planned for the comming week. 8:00PM Thursday, October 6 F0RTHSP4CE, Khorava St, 18 This week we will have a Shader…", - "content_html": "

Every thursday 8PM we meet to present and demo some great 3D related tools and projects. \n
\nPlease follow the Telegram Chat to see what is planned for the comming week.\n

\n

Past Events

\n
\n
8:00PM Thursday, October 6\nF0RTHSP4CE, Khorava St, 18\n
\n

This week we will have a Shader Session with @munrocket

\n

Part 1: Brief introduction into WebGPU compute pipeline. \nPart 2: Live Coding shader art with SDFs, we will recreate the recent poster from the Nvidia presentation ( above ).

\n

\"Image

\n
\n
8:00PM Thursday, September 29 \nF0RTHSP4CE, Khorava St, 18\n
\n

@attentionkernel will give a talk about self-organizing systems, with examples in pytorch and GLSL, then we will try to code our own.

\n
Some intro materials:
\n\n

if you want to follow along with pytorch examples, Colab Pro or similar GPU-enabled environment is recommended.

\n", - "image": "file:////Users/ilyamoiseev/Documents/Publii/sites/f0rtsp4ce/preview/media/posts/7/photo_5305657823729926263_y-2.jpeg", - "author": { - "name": "morris" - }, - "tags": [ - "3D NIGHT" - ], - "date_published": "2022-09-30T10:53:05+04:00", - "date_modified": "2022-10-09T13:27:46+04:00" - }, - { - "id": "file:////Users/ilyamoiseev/Documents/Publii/sites/f0rtsp4ce/preview/some-news.html", - "url": "file:////Users/ilyamoiseev/Documents/Publii/sites/f0rtsp4ce/preview/some-news.html", - "title": "Lorem ipsum ", - "summary": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit…", - "content_html": "

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum

\n", - "author": { - "name": "morris" - }, - "tags": [ - "news" - ], - "date_published": "2022-09-30T09:55:11+04:00", - "date_modified": "2022-09-30T09:58:17+04:00" - }, - { - "id": "file:////Users/ilyamoiseev/Documents/Publii/sites/f0rtsp4ce/preview/index.html", - "url": "file:////Users/ilyamoiseev/Documents/Publii/sites/f0rtsp4ce/preview/index.html", - "title": "welcome", - "summary": "F0RTHSP4CE is a hackerspace and a community of enthusiasts focusing on art, technology, and society. We are always eager to learn and engage in new and challenging projects while creating events to share those experiences. But most importantly we are having a good time. is…", - "content_html": "

F0RTHSP4CE is a hackerspace and a community of enthusiasts focusing on art, technology, and society.

\n

We are always eager to learn and engage in new and challenging projects while creating events to share those experiences. But most importantly we are having a good time.

\n

Our mission

\n

is to develop our community for everybody interested in it. \nWe will break walls and build bridges in the metaphorical meaning of those words, but we will literally help each other.

\n

How to approach us

\n

Come to visit and talk with us and see the space for yourself.
You can also come and ask for help if you believe we are the right place to solve your issue. Please ping us up front on our telegram chat, so we know you are coming.

\n

Everyone is welcome. We know that people are different and prefer to engage in different ways, so you may visit us just to work on your project uninterrupted or sit and read a book.

\n

Residents

\n

are managing the space in their free time with pure enthusiasm.\nOur hierarchy is flat without administrators or managers.

\n

F0RTHSP4CE is not a secret club. If you share our principles and want to become involved - do it and become a resident.

\n

Donations

\n

F0RTHSP4CE is organized horizontally so that we can exist only with residents’ and guests’ donations. If you want to help us:

\n
    \n
  • drop some cash into the Donation Box
  • \n
  • donate materials or instruments
  • \n
\n", - "author": { - "name": "morris" - }, - "tags": [ - ], - "date_published": "2022-09-29T23:59:15+04:00", - "date_modified": "2023-03-01T01:34:25+04:00" - } - ] -} diff --git a/preview/feed.xml b/preview/feed.xml deleted file mode 100644 index 02024ec..0000000 --- a/preview/feed.xml +++ /dev/null @@ -1,206 +0,0 @@ - - - F0RTHSP4CE - - - 2023-06-15T18:15:31+04:00 - - morris - - file:////Users/ilyamoiseev/Documents/Publii/sites/f0rtsp4ce/preview - - - visit us - - morris - - - file:////Users/ilyamoiseev/Documents/Publii/sites/f0rtsp4ce/preview/visit-us.html - - - 2023-06-15T18:15:31+04:00 - - - You can visit us during public opening times in our space. Address: Akaki Khorava Street, 18 Scroll down to see an image of our door. – - ]]> - - -

-

You can visit us during public opening times in our space.

-

Address: Akaki Khorava Street, 18

- - -

Scroll down to see an image of our door.

-

-
-
-
- - -

Image description

- - ]]> -
-
- - digital audio jam - - morris - - - file:////Users/ilyamoiseev/Documents/Publii/sites/f0rtsp4ce/preview/digital-audio-jam.html - - - - 2022-10-09T13:07:29+04:00 - - - We meet every first and second Saturday at 6pm to play with anykind of digitlal music equipment, synts drum machines or whatever you bring. If possible please bring an instrument and some cables for your instrument, if you want to be synced either midi with… - ]]> - - -

-

We meet every first and second Saturday at 6pm to play with anykind of digitlal music equipment, synts drum machines or whatever you bring.

-

If possible please bring an instrument and some cables for your instrument, if you want to be synced either midi with din 5 or cv with 3.5mm jack , for audio we use 6.35mm jack or XLR jack.

-

Image description

- - ]]> -
-
- - 3D NIGHT - - morris - - - file:////Users/ilyamoiseev/Documents/Publii/sites/f0rtsp4ce/preview/self-organizing-systems.html - - - - 2022-10-09T13:27:46+04:00 - - - Every thursday 8PM we meet to present and demo some great 3D related tools and projects. Please follow the Telegram Chat to see what is planned for the comming week. 8:00PM Thursday, October 6 F0RTHSP4CE, Khorava St, 18 This week we will have a Shader… - ]]> - - -

-

Every thursday 8PM we meet to present and demo some great 3D related tools and projects. -
-Please follow the Telegram Chat to see what is planned for the comming week. -

-

Past Events

-
-
8:00PM Thursday, October 6
-F0RTHSP4CE, Khorava St, 18
-
-

This week we will have a Shader Session with @munrocket

-

Part 1: Brief introduction into WebGPU compute pipeline. -Part 2: Live Coding shader art with SDFs, we will recreate the recent poster from the Nvidia presentation ( above ).

-

Image description

-
-
8:00PM Thursday, September 29 
-F0RTHSP4CE, Khorava St, 18
-
-

@attentionkernel will give a talk about self-organizing systems, with examples in pytorch and GLSL, then we will try to code our own.

-
Some intro materials:
- -

if you want to follow along with pytorch examples, Colab Pro or similar GPU-enabled environment is recommended.

- - ]]> -
-
- - Lorem ipsum  - - morris - - - file:////Users/ilyamoiseev/Documents/Publii/sites/f0rtsp4ce/preview/some-news.html - - - 2022-09-30T09:58:17+04:00 - - - - - Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum

- - ]]> -
-
- - welcome - - morris - - - file:////Users/ilyamoiseev/Documents/Publii/sites/f0rtsp4ce/preview/index.html - - 2023-03-01T01:34:25+04:00 - - - - - F0RTHSP4CE is a hackerspace and a community of enthusiasts focusing on art, technology, and society.

-

We are always eager to learn and engage in new and challenging projects while creating events to share those experiences. But most importantly we are having a good time.

-

Our mission

-

is to develop our community for everybody interested in it. -We will break walls and build bridges in the metaphorical meaning of those words, but we will literally help each other.

-

How to approach us

-

Come to visit and talk with us and see the space for yourself.
You can also come and ask for help if you believe we are the right place to solve your issue. Please ping us up front on our telegram chat, so we know you are coming.

-

Everyone is welcome. We know that people are different and prefer to engage in different ways, so you may visit us just to work on your project uninterrupted or sit and read a book.

-

Residents

-

are managing the space in their free time with pure enthusiasm. -Our hierarchy is flat without administrators or managers.

-

F0RTHSP4CE is not a secret club. If you share our principles and want to become involved - do it and become a resident.

-

Donations

-

F0RTHSP4CE is organized horizontally so that we can exist only with residents’ and guests’ donations. If you want to help us:

-
    -
  • drop some cash into the Donation Box
  • -
  • donate materials or instruments
  • -
- - ]]> -
-
-
diff --git a/preview/index.html b/preview/index.html deleted file mode 100644 index d2a6bae..0000000 --- a/preview/index.html +++ /dev/null @@ -1,11 +0,0 @@ -welcome - F0RTHSP4CE
Github Telegram

welcome

F0RTHSP4CE is a hackerspace and a community of enthusiasts focusing on art, technology, and society.

We are always eager to learn and engage in new and challenging projects while creating events to share those experiences. But most importantly we are having a good time.

Our mission

is to develop our community for everybody interested in it. We will break walls and build bridges in the metaphorical meaning of those words, but we will literally help each other.

How to approach us

Come to visit and talk with us and see the space for yourself.
You can also come and ask for help if you believe we are the right place to solve your issue. Please ping us up front on our telegram chat, so we know you are coming.

Everyone is welcome. We know that people are different and prefer to engage in different ways, so you may visit us just to work on your project uninterrupted or sit and read a book.

Residents

are managing the space in their free time with pure enthusiasm. Our hierarchy is flat without administrators or managers.

F0RTHSP4CE is not a secret club. If you share our principles and want to become involved - do it and become a resident.

Donations

F0RTHSP4CE is organized horizontally so that we can exist only with residents’ and guests’ donations. If you want to help us:

  • drop some cash into the Donation Box
  • donate materials or instruments

This article was updated on March 1, 2023

\ No newline at end of file diff --git a/preview/media/posts/11/photo_5319077225707979362_y-2.jpeg b/preview/media/posts/11/photo_5319077225707979362_y-2.jpeg deleted file mode 100644 index 3bfe844..0000000 Binary files a/preview/media/posts/11/photo_5319077225707979362_y-2.jpeg and /dev/null differ diff --git a/preview/media/posts/11/photo_5319077225707979362_y.jpeg b/preview/media/posts/11/photo_5319077225707979362_y.jpeg deleted file mode 100644 index 3bfe844..0000000 Binary files a/preview/media/posts/11/photo_5319077225707979362_y.jpeg and /dev/null differ diff --git a/preview/media/posts/11/responsive/photo_5319077225707979362_y-2-2xl.jpeg b/preview/media/posts/11/responsive/photo_5319077225707979362_y-2-2xl.jpeg deleted file mode 100644 index c050a27..0000000 Binary files a/preview/media/posts/11/responsive/photo_5319077225707979362_y-2-2xl.jpeg and /dev/null differ diff --git a/preview/media/posts/11/responsive/photo_5319077225707979362_y-2-lg.jpeg b/preview/media/posts/11/responsive/photo_5319077225707979362_y-2-lg.jpeg deleted file mode 100644 index 1ad55ca..0000000 Binary files a/preview/media/posts/11/responsive/photo_5319077225707979362_y-2-lg.jpeg and /dev/null differ diff --git a/preview/media/posts/11/responsive/photo_5319077225707979362_y-2-md.jpeg b/preview/media/posts/11/responsive/photo_5319077225707979362_y-2-md.jpeg deleted file mode 100644 index 8d2ca7f..0000000 Binary files a/preview/media/posts/11/responsive/photo_5319077225707979362_y-2-md.jpeg and /dev/null differ diff --git a/preview/media/posts/11/responsive/photo_5319077225707979362_y-2-sm.jpeg b/preview/media/posts/11/responsive/photo_5319077225707979362_y-2-sm.jpeg deleted file mode 100644 index 6ecfc52..0000000 Binary files a/preview/media/posts/11/responsive/photo_5319077225707979362_y-2-sm.jpeg and /dev/null differ diff --git a/preview/media/posts/11/responsive/photo_5319077225707979362_y-2-xl.jpeg b/preview/media/posts/11/responsive/photo_5319077225707979362_y-2-xl.jpeg deleted file mode 100644 index c050a27..0000000 Binary files a/preview/media/posts/11/responsive/photo_5319077225707979362_y-2-xl.jpeg and /dev/null differ diff --git a/preview/media/posts/11/responsive/photo_5319077225707979362_y-2-xs.jpeg b/preview/media/posts/11/responsive/photo_5319077225707979362_y-2-xs.jpeg deleted file mode 100644 index 010e0d2..0000000 Binary files a/preview/media/posts/11/responsive/photo_5319077225707979362_y-2-xs.jpeg and /dev/null differ diff --git a/preview/media/posts/11/responsive/photo_5319077225707979362_y-2xl.jpeg b/preview/media/posts/11/responsive/photo_5319077225707979362_y-2xl.jpeg deleted file mode 100644 index c050a27..0000000 Binary files a/preview/media/posts/11/responsive/photo_5319077225707979362_y-2xl.jpeg and /dev/null differ diff --git a/preview/media/posts/11/responsive/photo_5319077225707979362_y-lg.jpeg b/preview/media/posts/11/responsive/photo_5319077225707979362_y-lg.jpeg deleted file mode 100644 index 1ad55ca..0000000 Binary files a/preview/media/posts/11/responsive/photo_5319077225707979362_y-lg.jpeg and /dev/null differ diff --git a/preview/media/posts/11/responsive/photo_5319077225707979362_y-md.jpeg b/preview/media/posts/11/responsive/photo_5319077225707979362_y-md.jpeg deleted file mode 100644 index 8d2ca7f..0000000 Binary files a/preview/media/posts/11/responsive/photo_5319077225707979362_y-md.jpeg and /dev/null differ diff --git a/preview/media/posts/11/responsive/photo_5319077225707979362_y-sm.jpeg b/preview/media/posts/11/responsive/photo_5319077225707979362_y-sm.jpeg deleted file mode 100644 index 6ecfc52..0000000 Binary files a/preview/media/posts/11/responsive/photo_5319077225707979362_y-sm.jpeg and /dev/null differ diff --git a/preview/media/posts/11/responsive/photo_5319077225707979362_y-xl.jpeg b/preview/media/posts/11/responsive/photo_5319077225707979362_y-xl.jpeg deleted file mode 100644 index c050a27..0000000 Binary files a/preview/media/posts/11/responsive/photo_5319077225707979362_y-xl.jpeg and /dev/null differ diff --git a/preview/media/posts/11/responsive/photo_5319077225707979362_y-xs.jpeg b/preview/media/posts/11/responsive/photo_5319077225707979362_y-xs.jpeg deleted file mode 100644 index 010e0d2..0000000 Binary files a/preview/media/posts/11/responsive/photo_5319077225707979362_y-xs.jpeg and /dev/null differ diff --git a/preview/media/posts/12/entrance-2.jpeg b/preview/media/posts/12/entrance-2.jpeg deleted file mode 100644 index ef12291..0000000 Binary files a/preview/media/posts/12/entrance-2.jpeg and /dev/null differ diff --git a/preview/media/posts/12/entrance.jpeg b/preview/media/posts/12/entrance.jpeg deleted file mode 100644 index ef12291..0000000 Binary files a/preview/media/posts/12/entrance.jpeg and /dev/null differ diff --git a/preview/media/posts/12/responsive/entrance-2-2xl.jpeg b/preview/media/posts/12/responsive/entrance-2-2xl.jpeg deleted file mode 100644 index caf3733..0000000 Binary files a/preview/media/posts/12/responsive/entrance-2-2xl.jpeg and /dev/null differ diff --git a/preview/media/posts/12/responsive/entrance-2-lg.jpeg b/preview/media/posts/12/responsive/entrance-2-lg.jpeg deleted file mode 100644 index caf3733..0000000 Binary files a/preview/media/posts/12/responsive/entrance-2-lg.jpeg and /dev/null differ diff --git a/preview/media/posts/12/responsive/entrance-2-md.jpeg b/preview/media/posts/12/responsive/entrance-2-md.jpeg deleted file mode 100644 index 90b6f7b..0000000 Binary files a/preview/media/posts/12/responsive/entrance-2-md.jpeg and /dev/null differ diff --git a/preview/media/posts/12/responsive/entrance-2-sm.jpeg b/preview/media/posts/12/responsive/entrance-2-sm.jpeg deleted file mode 100644 index 59b6278..0000000 Binary files a/preview/media/posts/12/responsive/entrance-2-sm.jpeg and /dev/null differ diff --git a/preview/media/posts/12/responsive/entrance-2-xl.jpeg b/preview/media/posts/12/responsive/entrance-2-xl.jpeg deleted file mode 100644 index caf3733..0000000 Binary files a/preview/media/posts/12/responsive/entrance-2-xl.jpeg and /dev/null differ diff --git a/preview/media/posts/12/responsive/entrance-2-xs.jpeg b/preview/media/posts/12/responsive/entrance-2-xs.jpeg deleted file mode 100644 index 71b64f4..0000000 Binary files a/preview/media/posts/12/responsive/entrance-2-xs.jpeg and /dev/null differ diff --git a/preview/media/posts/12/responsive/entrance-2xl.jpeg b/preview/media/posts/12/responsive/entrance-2xl.jpeg deleted file mode 100644 index caf3733..0000000 Binary files a/preview/media/posts/12/responsive/entrance-2xl.jpeg and /dev/null differ diff --git a/preview/media/posts/12/responsive/entrance-lg.jpeg b/preview/media/posts/12/responsive/entrance-lg.jpeg deleted file mode 100644 index caf3733..0000000 Binary files a/preview/media/posts/12/responsive/entrance-lg.jpeg and /dev/null differ diff --git a/preview/media/posts/12/responsive/entrance-md.jpeg b/preview/media/posts/12/responsive/entrance-md.jpeg deleted file mode 100644 index 90b6f7b..0000000 Binary files a/preview/media/posts/12/responsive/entrance-md.jpeg and /dev/null differ diff --git a/preview/media/posts/12/responsive/entrance-sm.jpeg b/preview/media/posts/12/responsive/entrance-sm.jpeg deleted file mode 100644 index 59b6278..0000000 Binary files a/preview/media/posts/12/responsive/entrance-sm.jpeg and /dev/null differ diff --git a/preview/media/posts/12/responsive/entrance-xl.jpeg b/preview/media/posts/12/responsive/entrance-xl.jpeg deleted file mode 100644 index caf3733..0000000 Binary files a/preview/media/posts/12/responsive/entrance-xl.jpeg and /dev/null differ diff --git a/preview/media/posts/12/responsive/entrance-xs.jpeg b/preview/media/posts/12/responsive/entrance-xs.jpeg deleted file mode 100644 index 71b64f4..0000000 Binary files a/preview/media/posts/12/responsive/entrance-xs.jpeg and /dev/null differ diff --git a/preview/media/posts/4/DALLE-2022-10-09-13.16.09-hacker-principles-manifest-digital-art.png b/preview/media/posts/4/DALLE-2022-10-09-13.16.09-hacker-principles-manifest-digital-art.png deleted file mode 100644 index 0899899..0000000 Binary files a/preview/media/posts/4/DALLE-2022-10-09-13.16.09-hacker-principles-manifest-digital-art.png and /dev/null differ diff --git a/preview/media/posts/4/responsive/DALLE-2022-10-09-13.16.09-hacker-principles-manifest-digital-art-2xl.png b/preview/media/posts/4/responsive/DALLE-2022-10-09-13.16.09-hacker-principles-manifest-digital-art-2xl.png deleted file mode 100644 index e025bdf..0000000 Binary files a/preview/media/posts/4/responsive/DALLE-2022-10-09-13.16.09-hacker-principles-manifest-digital-art-2xl.png and /dev/null differ diff --git a/preview/media/posts/4/responsive/DALLE-2022-10-09-13.16.09-hacker-principles-manifest-digital-art-lg.png b/preview/media/posts/4/responsive/DALLE-2022-10-09-13.16.09-hacker-principles-manifest-digital-art-lg.png deleted file mode 100644 index e025bdf..0000000 Binary files a/preview/media/posts/4/responsive/DALLE-2022-10-09-13.16.09-hacker-principles-manifest-digital-art-lg.png and /dev/null differ diff --git a/preview/media/posts/4/responsive/DALLE-2022-10-09-13.16.09-hacker-principles-manifest-digital-art-md.png b/preview/media/posts/4/responsive/DALLE-2022-10-09-13.16.09-hacker-principles-manifest-digital-art-md.png deleted file mode 100644 index 8fb9573..0000000 Binary files a/preview/media/posts/4/responsive/DALLE-2022-10-09-13.16.09-hacker-principles-manifest-digital-art-md.png and /dev/null differ diff --git a/preview/media/posts/4/responsive/DALLE-2022-10-09-13.16.09-hacker-principles-manifest-digital-art-sm.png b/preview/media/posts/4/responsive/DALLE-2022-10-09-13.16.09-hacker-principles-manifest-digital-art-sm.png deleted file mode 100644 index d9d9dd0..0000000 Binary files a/preview/media/posts/4/responsive/DALLE-2022-10-09-13.16.09-hacker-principles-manifest-digital-art-sm.png and /dev/null differ diff --git a/preview/media/posts/4/responsive/DALLE-2022-10-09-13.16.09-hacker-principles-manifest-digital-art-xl.png b/preview/media/posts/4/responsive/DALLE-2022-10-09-13.16.09-hacker-principles-manifest-digital-art-xl.png deleted file mode 100644 index e025bdf..0000000 Binary files a/preview/media/posts/4/responsive/DALLE-2022-10-09-13.16.09-hacker-principles-manifest-digital-art-xl.png and /dev/null differ diff --git a/preview/media/posts/4/responsive/DALLE-2022-10-09-13.16.09-hacker-principles-manifest-digital-art-xs.png b/preview/media/posts/4/responsive/DALLE-2022-10-09-13.16.09-hacker-principles-manifest-digital-art-xs.png deleted file mode 100644 index 08c3ccf..0000000 Binary files a/preview/media/posts/4/responsive/DALLE-2022-10-09-13.16.09-hacker-principles-manifest-digital-art-xs.png and /dev/null differ diff --git a/preview/media/posts/6/DALLE-2022-10-09-13.14.08.png b/preview/media/posts/6/DALLE-2022-10-09-13.14.08.png deleted file mode 100644 index ad7f454..0000000 Binary files a/preview/media/posts/6/DALLE-2022-10-09-13.14.08.png and /dev/null differ diff --git a/preview/media/posts/6/responsive/DALLE-2022-10-09-13.14.08-2xl.png b/preview/media/posts/6/responsive/DALLE-2022-10-09-13.14.08-2xl.png deleted file mode 100644 index 6a7ceaa..0000000 Binary files a/preview/media/posts/6/responsive/DALLE-2022-10-09-13.14.08-2xl.png and /dev/null differ diff --git a/preview/media/posts/6/responsive/DALLE-2022-10-09-13.14.08-lg.png b/preview/media/posts/6/responsive/DALLE-2022-10-09-13.14.08-lg.png deleted file mode 100644 index 6a7ceaa..0000000 Binary files a/preview/media/posts/6/responsive/DALLE-2022-10-09-13.14.08-lg.png and /dev/null differ diff --git a/preview/media/posts/6/responsive/DALLE-2022-10-09-13.14.08-md.png b/preview/media/posts/6/responsive/DALLE-2022-10-09-13.14.08-md.png deleted file mode 100644 index 99c50e2..0000000 Binary files a/preview/media/posts/6/responsive/DALLE-2022-10-09-13.14.08-md.png and /dev/null differ diff --git a/preview/media/posts/6/responsive/DALLE-2022-10-09-13.14.08-sm.png b/preview/media/posts/6/responsive/DALLE-2022-10-09-13.14.08-sm.png deleted file mode 100644 index 4e4c070..0000000 Binary files a/preview/media/posts/6/responsive/DALLE-2022-10-09-13.14.08-sm.png and /dev/null differ diff --git a/preview/media/posts/6/responsive/DALLE-2022-10-09-13.14.08-xl.png b/preview/media/posts/6/responsive/DALLE-2022-10-09-13.14.08-xl.png deleted file mode 100644 index 6a7ceaa..0000000 Binary files a/preview/media/posts/6/responsive/DALLE-2022-10-09-13.14.08-xl.png and /dev/null differ diff --git a/preview/media/posts/6/responsive/DALLE-2022-10-09-13.14.08-xs.png b/preview/media/posts/6/responsive/DALLE-2022-10-09-13.14.08-xs.png deleted file mode 100644 index 61edc67..0000000 Binary files a/preview/media/posts/6/responsive/DALLE-2022-10-09-13.14.08-xs.png and /dev/null differ diff --git a/preview/media/posts/7/photo_5305657823729926263_y-2.jpeg b/preview/media/posts/7/photo_5305657823729926263_y-2.jpeg deleted file mode 100644 index 6524e3b..0000000 Binary files a/preview/media/posts/7/photo_5305657823729926263_y-2.jpeg and /dev/null differ diff --git a/preview/media/posts/7/photo_5305657823729926263_y.jpeg b/preview/media/posts/7/photo_5305657823729926263_y.jpeg deleted file mode 100644 index 6524e3b..0000000 Binary files a/preview/media/posts/7/photo_5305657823729926263_y.jpeg and /dev/null differ diff --git a/preview/media/posts/7/responsive/photo_5305657823729926263_y-2-2xl.jpeg b/preview/media/posts/7/responsive/photo_5305657823729926263_y-2-2xl.jpeg deleted file mode 100644 index 2dca6d7..0000000 Binary files a/preview/media/posts/7/responsive/photo_5305657823729926263_y-2-2xl.jpeg and /dev/null differ diff --git a/preview/media/posts/7/responsive/photo_5305657823729926263_y-2-lg.jpeg b/preview/media/posts/7/responsive/photo_5305657823729926263_y-2-lg.jpeg deleted file mode 100644 index 2dca6d7..0000000 Binary files a/preview/media/posts/7/responsive/photo_5305657823729926263_y-2-lg.jpeg and /dev/null differ diff --git a/preview/media/posts/7/responsive/photo_5305657823729926263_y-2-md.jpeg b/preview/media/posts/7/responsive/photo_5305657823729926263_y-2-md.jpeg deleted file mode 100644 index 08a101e..0000000 Binary files a/preview/media/posts/7/responsive/photo_5305657823729926263_y-2-md.jpeg and /dev/null differ diff --git a/preview/media/posts/7/responsive/photo_5305657823729926263_y-2-sm.jpeg b/preview/media/posts/7/responsive/photo_5305657823729926263_y-2-sm.jpeg deleted file mode 100644 index ae5e28c..0000000 Binary files a/preview/media/posts/7/responsive/photo_5305657823729926263_y-2-sm.jpeg and /dev/null differ diff --git a/preview/media/posts/7/responsive/photo_5305657823729926263_y-2-xl.jpeg b/preview/media/posts/7/responsive/photo_5305657823729926263_y-2-xl.jpeg deleted file mode 100644 index 2dca6d7..0000000 Binary files a/preview/media/posts/7/responsive/photo_5305657823729926263_y-2-xl.jpeg and /dev/null differ diff --git a/preview/media/posts/7/responsive/photo_5305657823729926263_y-2-xs.jpeg b/preview/media/posts/7/responsive/photo_5305657823729926263_y-2-xs.jpeg deleted file mode 100644 index af8826b..0000000 Binary files a/preview/media/posts/7/responsive/photo_5305657823729926263_y-2-xs.jpeg and /dev/null differ diff --git a/preview/media/posts/7/responsive/photo_5305657823729926263_y-2xl.jpeg b/preview/media/posts/7/responsive/photo_5305657823729926263_y-2xl.jpeg deleted file mode 100644 index 2dca6d7..0000000 Binary files a/preview/media/posts/7/responsive/photo_5305657823729926263_y-2xl.jpeg and /dev/null differ diff --git a/preview/media/posts/7/responsive/photo_5305657823729926263_y-lg.jpeg b/preview/media/posts/7/responsive/photo_5305657823729926263_y-lg.jpeg deleted file mode 100644 index 2dca6d7..0000000 Binary files a/preview/media/posts/7/responsive/photo_5305657823729926263_y-lg.jpeg and /dev/null differ diff --git a/preview/media/posts/7/responsive/photo_5305657823729926263_y-md.jpeg b/preview/media/posts/7/responsive/photo_5305657823729926263_y-md.jpeg deleted file mode 100644 index 08a101e..0000000 Binary files a/preview/media/posts/7/responsive/photo_5305657823729926263_y-md.jpeg and /dev/null differ diff --git a/preview/media/posts/7/responsive/photo_5305657823729926263_y-sm.jpeg b/preview/media/posts/7/responsive/photo_5305657823729926263_y-sm.jpeg deleted file mode 100644 index ae5e28c..0000000 Binary files a/preview/media/posts/7/responsive/photo_5305657823729926263_y-sm.jpeg and /dev/null differ diff --git a/preview/media/posts/7/responsive/photo_5305657823729926263_y-xl.jpeg b/preview/media/posts/7/responsive/photo_5305657823729926263_y-xl.jpeg deleted file mode 100644 index 2dca6d7..0000000 Binary files a/preview/media/posts/7/responsive/photo_5305657823729926263_y-xl.jpeg and /dev/null differ diff --git a/preview/media/posts/7/responsive/photo_5305657823729926263_y-xs.jpeg b/preview/media/posts/7/responsive/photo_5305657823729926263_y-xs.jpeg deleted file mode 100644 index af8826b..0000000 Binary files a/preview/media/posts/7/responsive/photo_5305657823729926263_y-xs.jpeg and /dev/null differ diff --git a/preview/media/posts/8/DALLE-2022-10-09-13.25.39-lego-people-in-a-futuristic-city-in-the-style-of-blade-runner-digital-art.png b/preview/media/posts/8/DALLE-2022-10-09-13.25.39-lego-people-in-a-futuristic-city-in-the-style-of-blade-runner-digital-art.png deleted file mode 100644 index d548e82..0000000 Binary files a/preview/media/posts/8/DALLE-2022-10-09-13.25.39-lego-people-in-a-futuristic-city-in-the-style-of-blade-runner-digital-art.png and /dev/null differ diff --git a/preview/media/posts/8/responsive/DALLE-2022-10-09-13.25.39-lego-people-in-a-futuristic-city-in-the-style-of-blade-runner-digital-art-2xl.png b/preview/media/posts/8/responsive/DALLE-2022-10-09-13.25.39-lego-people-in-a-futuristic-city-in-the-style-of-blade-runner-digital-art-2xl.png deleted file mode 100644 index dd762f3..0000000 Binary files a/preview/media/posts/8/responsive/DALLE-2022-10-09-13.25.39-lego-people-in-a-futuristic-city-in-the-style-of-blade-runner-digital-art-2xl.png and /dev/null differ diff --git a/preview/media/posts/8/responsive/DALLE-2022-10-09-13.25.39-lego-people-in-a-futuristic-city-in-the-style-of-blade-runner-digital-art-lg.png b/preview/media/posts/8/responsive/DALLE-2022-10-09-13.25.39-lego-people-in-a-futuristic-city-in-the-style-of-blade-runner-digital-art-lg.png deleted file mode 100644 index dd762f3..0000000 Binary files a/preview/media/posts/8/responsive/DALLE-2022-10-09-13.25.39-lego-people-in-a-futuristic-city-in-the-style-of-blade-runner-digital-art-lg.png and /dev/null differ diff --git a/preview/media/posts/8/responsive/DALLE-2022-10-09-13.25.39-lego-people-in-a-futuristic-city-in-the-style-of-blade-runner-digital-art-md.png b/preview/media/posts/8/responsive/DALLE-2022-10-09-13.25.39-lego-people-in-a-futuristic-city-in-the-style-of-blade-runner-digital-art-md.png deleted file mode 100644 index 607cf43..0000000 Binary files a/preview/media/posts/8/responsive/DALLE-2022-10-09-13.25.39-lego-people-in-a-futuristic-city-in-the-style-of-blade-runner-digital-art-md.png and /dev/null differ diff --git a/preview/media/posts/8/responsive/DALLE-2022-10-09-13.25.39-lego-people-in-a-futuristic-city-in-the-style-of-blade-runner-digital-art-sm.png b/preview/media/posts/8/responsive/DALLE-2022-10-09-13.25.39-lego-people-in-a-futuristic-city-in-the-style-of-blade-runner-digital-art-sm.png deleted file mode 100644 index d721397..0000000 Binary files a/preview/media/posts/8/responsive/DALLE-2022-10-09-13.25.39-lego-people-in-a-futuristic-city-in-the-style-of-blade-runner-digital-art-sm.png and /dev/null differ diff --git a/preview/media/posts/8/responsive/DALLE-2022-10-09-13.25.39-lego-people-in-a-futuristic-city-in-the-style-of-blade-runner-digital-art-xl.png b/preview/media/posts/8/responsive/DALLE-2022-10-09-13.25.39-lego-people-in-a-futuristic-city-in-the-style-of-blade-runner-digital-art-xl.png deleted file mode 100644 index dd762f3..0000000 Binary files a/preview/media/posts/8/responsive/DALLE-2022-10-09-13.25.39-lego-people-in-a-futuristic-city-in-the-style-of-blade-runner-digital-art-xl.png and /dev/null differ diff --git a/preview/media/posts/8/responsive/DALLE-2022-10-09-13.25.39-lego-people-in-a-futuristic-city-in-the-style-of-blade-runner-digital-art-xs.png b/preview/media/posts/8/responsive/DALLE-2022-10-09-13.25.39-lego-people-in-a-futuristic-city-in-the-style-of-blade-runner-digital-art-xs.png deleted file mode 100644 index 5a47132..0000000 Binary files a/preview/media/posts/8/responsive/DALLE-2022-10-09-13.25.39-lego-people-in-a-futuristic-city-in-the-style-of-blade-runner-digital-art-xs.png and /dev/null differ diff --git a/preview/media/tags/2/photo_5305657823729926263_y-2.jpeg b/preview/media/tags/2/photo_5305657823729926263_y-2.jpeg deleted file mode 100644 index 6524e3b..0000000 Binary files a/preview/media/tags/2/photo_5305657823729926263_y-2.jpeg and /dev/null differ diff --git a/preview/media/tags/2/responsive/photo_5305657823729926263_y-2-2xl.jpeg b/preview/media/tags/2/responsive/photo_5305657823729926263_y-2-2xl.jpeg deleted file mode 100644 index 2dca6d7..0000000 Binary files a/preview/media/tags/2/responsive/photo_5305657823729926263_y-2-2xl.jpeg and /dev/null differ diff --git a/preview/media/tags/2/responsive/photo_5305657823729926263_y-2-lg.jpeg b/preview/media/tags/2/responsive/photo_5305657823729926263_y-2-lg.jpeg deleted file mode 100644 index 2dca6d7..0000000 Binary files a/preview/media/tags/2/responsive/photo_5305657823729926263_y-2-lg.jpeg and /dev/null differ diff --git a/preview/media/tags/2/responsive/photo_5305657823729926263_y-2-md.jpeg b/preview/media/tags/2/responsive/photo_5305657823729926263_y-2-md.jpeg deleted file mode 100644 index 08a101e..0000000 Binary files a/preview/media/tags/2/responsive/photo_5305657823729926263_y-2-md.jpeg and /dev/null differ diff --git a/preview/media/tags/2/responsive/photo_5305657823729926263_y-2-sm.jpeg b/preview/media/tags/2/responsive/photo_5305657823729926263_y-2-sm.jpeg deleted file mode 100644 index ae5e28c..0000000 Binary files a/preview/media/tags/2/responsive/photo_5305657823729926263_y-2-sm.jpeg and /dev/null differ diff --git a/preview/media/tags/2/responsive/photo_5305657823729926263_y-2-xl.jpeg b/preview/media/tags/2/responsive/photo_5305657823729926263_y-2-xl.jpeg deleted file mode 100644 index 2dca6d7..0000000 Binary files a/preview/media/tags/2/responsive/photo_5305657823729926263_y-2-xl.jpeg and /dev/null differ diff --git a/preview/media/tags/2/responsive/photo_5305657823729926263_y-2-xs.jpeg b/preview/media/tags/2/responsive/photo_5305657823729926263_y-2-xs.jpeg deleted file mode 100644 index af8826b..0000000 Binary files a/preview/media/tags/2/responsive/photo_5305657823729926263_y-2-xs.jpeg and /dev/null differ diff --git a/preview/media/tags/4/photo_5319077225707979362_y.jpeg b/preview/media/tags/4/photo_5319077225707979362_y.jpeg deleted file mode 100644 index 3bfe844..0000000 Binary files a/preview/media/tags/4/photo_5319077225707979362_y.jpeg and /dev/null differ diff --git a/preview/media/tags/4/responsive/photo_5319077225707979362_y-2xl.jpeg b/preview/media/tags/4/responsive/photo_5319077225707979362_y-2xl.jpeg deleted file mode 100644 index c050a27..0000000 Binary files a/preview/media/tags/4/responsive/photo_5319077225707979362_y-2xl.jpeg and /dev/null differ diff --git a/preview/media/tags/4/responsive/photo_5319077225707979362_y-lg.jpeg b/preview/media/tags/4/responsive/photo_5319077225707979362_y-lg.jpeg deleted file mode 100644 index 1ad55ca..0000000 Binary files a/preview/media/tags/4/responsive/photo_5319077225707979362_y-lg.jpeg and /dev/null differ diff --git a/preview/media/tags/4/responsive/photo_5319077225707979362_y-md.jpeg b/preview/media/tags/4/responsive/photo_5319077225707979362_y-md.jpeg deleted file mode 100644 index 8d2ca7f..0000000 Binary files a/preview/media/tags/4/responsive/photo_5319077225707979362_y-md.jpeg and /dev/null differ diff --git a/preview/media/tags/4/responsive/photo_5319077225707979362_y-sm.jpeg b/preview/media/tags/4/responsive/photo_5319077225707979362_y-sm.jpeg deleted file mode 100644 index 6ecfc52..0000000 Binary files a/preview/media/tags/4/responsive/photo_5319077225707979362_y-sm.jpeg and /dev/null differ diff --git a/preview/media/tags/4/responsive/photo_5319077225707979362_y-xl.jpeg b/preview/media/tags/4/responsive/photo_5319077225707979362_y-xl.jpeg deleted file mode 100644 index c050a27..0000000 Binary files a/preview/media/tags/4/responsive/photo_5319077225707979362_y-xl.jpeg and /dev/null differ diff --git a/preview/media/tags/4/responsive/photo_5319077225707979362_y-xs.jpeg b/preview/media/tags/4/responsive/photo_5319077225707979362_y-xs.jpeg deleted file mode 100644 index 010e0d2..0000000 Binary files a/preview/media/tags/4/responsive/photo_5319077225707979362_y-xs.jpeg and /dev/null differ diff --git a/preview/media/website/favicon-16x16-2.png b/preview/media/website/favicon-16x16-2.png deleted file mode 100644 index e6ba7b1..0000000 Binary files a/preview/media/website/favicon-16x16-2.png and /dev/null differ diff --git a/preview/media/website/favicon-2.ico b/preview/media/website/favicon-2.ico deleted file mode 100644 index 17a9874..0000000 Binary files a/preview/media/website/favicon-2.ico and /dev/null differ diff --git a/preview/media/website/favicon-32x32-2.png b/preview/media/website/favicon-32x32-2.png deleted file mode 100644 index a6a5894..0000000 Binary files a/preview/media/website/favicon-32x32-2.png and /dev/null differ diff --git a/preview/media/website/favicon.ico b/preview/media/website/favicon.ico deleted file mode 100644 index 17a9874..0000000 Binary files a/preview/media/website/favicon.ico and /dev/null differ diff --git a/preview/media/website/photo_5287779575683727148_y.jpg b/preview/media/website/photo_5287779575683727148_y.jpg deleted file mode 100644 index 79d7854..0000000 Binary files a/preview/media/website/photo_5287779575683727148_y.jpg and /dev/null differ diff --git a/preview/media/website/responsive/favicon-16x16-2-2xl.png b/preview/media/website/responsive/favicon-16x16-2-2xl.png deleted file mode 100644 index 893008b..0000000 Binary files a/preview/media/website/responsive/favicon-16x16-2-2xl.png and /dev/null differ diff --git a/preview/media/website/responsive/favicon-16x16-2-lg.png b/preview/media/website/responsive/favicon-16x16-2-lg.png deleted file mode 100644 index 893008b..0000000 Binary files a/preview/media/website/responsive/favicon-16x16-2-lg.png and /dev/null differ diff --git a/preview/media/website/responsive/favicon-16x16-2-md.png b/preview/media/website/responsive/favicon-16x16-2-md.png deleted file mode 100644 index 893008b..0000000 Binary files a/preview/media/website/responsive/favicon-16x16-2-md.png and /dev/null differ diff --git a/preview/media/website/responsive/favicon-16x16-2-sm.png b/preview/media/website/responsive/favicon-16x16-2-sm.png deleted file mode 100644 index 893008b..0000000 Binary files a/preview/media/website/responsive/favicon-16x16-2-sm.png and /dev/null differ diff --git a/preview/media/website/responsive/favicon-16x16-2-xl.png b/preview/media/website/responsive/favicon-16x16-2-xl.png deleted file mode 100644 index 893008b..0000000 Binary files a/preview/media/website/responsive/favicon-16x16-2-xl.png and /dev/null differ diff --git a/preview/media/website/responsive/favicon-16x16-2-xs.png b/preview/media/website/responsive/favicon-16x16-2-xs.png deleted file mode 100644 index 893008b..0000000 Binary files a/preview/media/website/responsive/favicon-16x16-2-xs.png and /dev/null differ diff --git a/preview/media/website/responsive/favicon-32x32-2-2xl.png b/preview/media/website/responsive/favicon-32x32-2-2xl.png deleted file mode 100644 index 279b7c1..0000000 Binary files a/preview/media/website/responsive/favicon-32x32-2-2xl.png and /dev/null differ diff --git a/preview/media/website/responsive/favicon-32x32-2-lg.png b/preview/media/website/responsive/favicon-32x32-2-lg.png deleted file mode 100644 index 279b7c1..0000000 Binary files a/preview/media/website/responsive/favicon-32x32-2-lg.png and /dev/null differ diff --git a/preview/media/website/responsive/favicon-32x32-2-md.png b/preview/media/website/responsive/favicon-32x32-2-md.png deleted file mode 100644 index 279b7c1..0000000 Binary files a/preview/media/website/responsive/favicon-32x32-2-md.png and /dev/null differ diff --git a/preview/media/website/responsive/favicon-32x32-2-sm.png b/preview/media/website/responsive/favicon-32x32-2-sm.png deleted file mode 100644 index 279b7c1..0000000 Binary files a/preview/media/website/responsive/favicon-32x32-2-sm.png and /dev/null differ diff --git a/preview/media/website/responsive/favicon-32x32-2-xl.png b/preview/media/website/responsive/favicon-32x32-2-xl.png deleted file mode 100644 index 279b7c1..0000000 Binary files a/preview/media/website/responsive/favicon-32x32-2-xl.png and /dev/null differ diff --git a/preview/media/website/responsive/favicon-32x32-2-xs.png b/preview/media/website/responsive/favicon-32x32-2-xs.png deleted file mode 100644 index 279b7c1..0000000 Binary files a/preview/media/website/responsive/favicon-32x32-2-xs.png and /dev/null differ diff --git a/preview/media/website/responsive/photo_5287779575683727148_y-2xl.jpg b/preview/media/website/responsive/photo_5287779575683727148_y-2xl.jpg deleted file mode 100644 index a24c3f3..0000000 Binary files a/preview/media/website/responsive/photo_5287779575683727148_y-2xl.jpg and /dev/null differ diff --git a/preview/media/website/responsive/photo_5287779575683727148_y-lg.jpg b/preview/media/website/responsive/photo_5287779575683727148_y-lg.jpg deleted file mode 100644 index faea2ae..0000000 Binary files a/preview/media/website/responsive/photo_5287779575683727148_y-lg.jpg and /dev/null differ diff --git a/preview/media/website/responsive/photo_5287779575683727148_y-md.jpg b/preview/media/website/responsive/photo_5287779575683727148_y-md.jpg deleted file mode 100644 index 20fe2ed..0000000 Binary files a/preview/media/website/responsive/photo_5287779575683727148_y-md.jpg and /dev/null differ diff --git a/preview/media/website/responsive/photo_5287779575683727148_y-sm.jpg b/preview/media/website/responsive/photo_5287779575683727148_y-sm.jpg deleted file mode 100644 index f25b579..0000000 Binary files a/preview/media/website/responsive/photo_5287779575683727148_y-sm.jpg and /dev/null differ diff --git a/preview/media/website/responsive/photo_5287779575683727148_y-xl.jpg b/preview/media/website/responsive/photo_5287779575683727148_y-xl.jpg deleted file mode 100644 index a24c3f3..0000000 Binary files a/preview/media/website/responsive/photo_5287779575683727148_y-xl.jpg and /dev/null differ diff --git a/preview/media/website/responsive/photo_5287779575683727148_y-xs.jpg b/preview/media/website/responsive/photo_5287779575683727148_y-xs.jpg deleted file mode 100644 index 5ea49f5..0000000 Binary files a/preview/media/website/responsive/photo_5287779575683727148_y-xs.jpg and /dev/null differ diff --git a/preview/principles.html b/preview/principles.html deleted file mode 100644 index 542a545..0000000 --- a/preview/principles.html +++ /dev/null @@ -1,11 +0,0 @@ -principles - F0RTHSP4CE
Github Telegram

principles

Basic principles of our community are:

  1. Be brilliant to each other Listen to each other’s needs and opinions.

  2. Do not oppress and do not bother Be wary of personal boundaries, be ready to make compromises.

  3. Give more than you take F0RTHSP4CE can grow only if the community makes it better. We are not a co-working per se, so we are all the ones who make the workspaces for each other.

  4. Financial independence F0RTHSP4CE is not a start-up, resident is a resident and you can’t buy more voting power with donations.

  5. Do-ocracy If you want to change something, do it, but bear in mind the needs of the others.

  6. Dying is strictly forbidden Safety first. Follow the rules and help the others.

This article was updated on March 1, 2023

\ No newline at end of file diff --git a/preview/residents.html b/preview/residents.html deleted file mode 100644 index c53b034..0000000 --- a/preview/residents.html +++ /dev/null @@ -1,11 +0,0 @@ -become a resident - F0RTHSP4CE
Github Telegram

become a resident

We invite you to join hackspace residency!

Residents are active members of the hackspace, making decisions together, developing the space and supporting it financially.

Collective decisions are not easy, so we try to follow democracy patterns: https://wiki.hackerspaces.org/The_Democracy_Pattern.

Meetings are held every Tuesday (classic). Also, residents have free access to the space.

The minimum residence fee is $25 per month, but $35+ or more is welcomed.

If you’re interested, please PM any resident in Telegram with some info about yourself, your message will be forwarded to the internal hackspace chat.

This article was updated on October 9, 2022

\ No newline at end of file diff --git a/preview/robots.txt b/preview/robots.txt deleted file mode 100644 index a31fb86..0000000 --- a/preview/robots.txt +++ /dev/null @@ -1,3 +0,0 @@ -User-agent: * -Disallow: -Sitemap: file:////Users/ilyamoiseev/Documents/Publii/sites/f0rtsp4ce/preview/sitemap.xml \ No newline at end of file diff --git a/preview/self-organizing-systems.html b/preview/self-organizing-systems.html deleted file mode 100644 index 5d8e01f..0000000 --- a/preview/self-organizing-systems.html +++ /dev/null @@ -1,15 +0,0 @@ -3D NIGHT - F0RTHSP4CE
Github Telegram

3D NIGHT

Every thursday 8PM we meet to present and demo some great 3D related tools and projects.
Please follow the Telegram Chat to see what is planned for the comming week.

Past Events


8:00PM Thursday, October 6
-F0RTHSP4CE, Khorava St, 18
-

This week we will have a Shader Session with @munrocket

Part 1: Brief introduction into WebGPU compute pipeline. Part 2: Live Coding shader art with SDFs, we will recreate the recent poster from the Nvidia presentation ( above ).

Image description


8:00PM Thursday, September 29 
-F0RTHSP4CE, Khorava St, 18
-

@attentionkernel will give a talk about self-organizing systems, with examples in pytorch and GLSL, then we will try to code our own.

Some intro materials:

if you want to follow along with pytorch examples, Colab Pro or similar GPU-enabled environment is recommended.

This article was updated on October 9, 2022

\ No newline at end of file diff --git a/preview/sitemap.xml b/preview/sitemap.xml deleted file mode 100644 index ff0d520..0000000 --- a/preview/sitemap.xml +++ /dev/null @@ -1,59 +0,0 @@ - - - - -file:////Users/ilyamoiseev/Documents/Publii/sites/f0rtsp4ce/preview/ - - -file:////Users/ilyamoiseev/Documents/Publii/sites/f0rtsp4ce/preview/digital-audio-jam.html -2022-10-09T13:07:29+04:00 - -file:////Users/ilyamoiseev/Documents/Publii/sites/f0rtsp4ce/preview/media/posts/11/photo_5319077225707979362_y-2.jpeg - - - - -file:////Users/ilyamoiseev/Documents/Publii/sites/f0rtsp4ce/preview/events.html -2023-03-06T02:19:50+04:00 - -file:////Users/ilyamoiseev/Documents/Publii/sites/f0rtsp4ce/preview/media/posts/6/DALLE-2022-10-09-13.14.08.png - - - - -file:////Users/ilyamoiseev/Documents/Publii/sites/f0rtsp4ce/preview/principles.html -2023-03-01T01:36:21+04:00 - -file:////Users/ilyamoiseev/Documents/Publii/sites/f0rtsp4ce/preview/media/posts/4/DALLE-2022-10-09-13.16.09-hacker-principles-manifest-digital-art.png - - - - -file:////Users/ilyamoiseev/Documents/Publii/sites/f0rtsp4ce/preview/residents.html -2022-10-09T13:26:40+04:00 - -file:////Users/ilyamoiseev/Documents/Publii/sites/f0rtsp4ce/preview/media/posts/8/DALLE-2022-10-09-13.25.39-lego-people-in-a-futuristic-city-in-the-style-of-blade-runner-digital-art.png - - - - -file:////Users/ilyamoiseev/Documents/Publii/sites/f0rtsp4ce/preview/self-organizing-systems.html -2022-10-09T13:27:46+04:00 - -file:////Users/ilyamoiseev/Documents/Publii/sites/f0rtsp4ce/preview/media/posts/7/photo_5305657823729926263_y-2.jpeg - - - - -file:////Users/ilyamoiseev/Documents/Publii/sites/f0rtsp4ce/preview/some-news.html -2022-09-30T09:58:17+04:00 - - -file:////Users/ilyamoiseev/Documents/Publii/sites/f0rtsp4ce/preview/visit-us.html -2023-06-15T18:15:31+04:00 - -file:////Users/ilyamoiseev/Documents/Publii/sites/f0rtsp4ce/preview/media/posts/12/entrance.jpeg - - - - \ No newline at end of file diff --git a/preview/sitemap.xsl b/preview/sitemap.xsl deleted file mode 100644 index c8017a8..0000000 --- a/preview/sitemap.xsl +++ /dev/null @@ -1,103 +0,0 @@ - - - - - - - Sitemap XML - - - - -
-

Sitemap XML

- -
This sitemap contains URLs.
- - - - - - - - - - - - - - - - - -
URLImagesLast Modified
- - - - - - -
-
- - -
-
diff --git a/preview/some-news.html b/preview/some-news.html deleted file mode 100644 index f03c9ab..0000000 --- a/preview/some-news.html +++ /dev/null @@ -1,11 +0,0 @@ -Lorem ipsum  - F0RTHSP4CE
Github Telegram

Lorem ipsum 

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum

This article was updated on September 30, 2022

\ No newline at end of file diff --git a/preview/tags/3d-night/index.html b/preview/tags/3d-night/index.html deleted file mode 100644 index 36b4a2e..0000000 --- a/preview/tags/3d-night/index.html +++ /dev/null @@ -1,11 +0,0 @@ -Tag: 3D NIGHT - F0RTHSP4CE
Github Telegram

3D NIGHT (1)

Weekly Event

morris

3D NIGHT

Every thursday 8PM we meet to present and demo some great 3D related tools and projects. Please follow the Telegram Chat to see what is planned for the comming week. 8:00PM Thursday, October 6 F0RTHSP4CE, Khorava St, 18 This week we will have a Shader…

Continue reading...
\ No newline at end of file diff --git a/preview/tags/digital-audio-jam/index.html b/preview/tags/digital-audio-jam/index.html deleted file mode 100644 index 712a604..0000000 --- a/preview/tags/digital-audio-jam/index.html +++ /dev/null @@ -1,11 +0,0 @@ -Tag: Digital Audio JAM - F0RTHSP4CE
Github Telegram

Digital Audio JAM (1)

bimonthly digitla audio JAM session

morris

digital audio jam

We meet every first and second Saturday at 6pm to play with anykind of digitlal music equipment, synts drum machines or whatever you bring. If possible please bring an instrument and some cables for your instrument, if you want to be synced either midi with…

Continue reading...
\ No newline at end of file diff --git a/preview/tags/index.html b/preview/tags/index.html deleted file mode 100644 index a1db5a4..0000000 --- a/preview/tags/index.html +++ /dev/null @@ -1,11 +0,0 @@ -All tags - F0RTHSP4CE \ No newline at end of file diff --git a/preview/tags/news/index.html b/preview/tags/news/index.html deleted file mode 100644 index d34861e..0000000 --- a/preview/tags/news/index.html +++ /dev/null @@ -1,11 +0,0 @@ -Tag: news - F0RTHSP4CE
Github Telegram

news (1)

morris

Lorem ipsum 

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit…

Continue reading...
\ No newline at end of file diff --git a/preview/visit-us.html b/preview/visit-us.html deleted file mode 100644 index 831aef8..0000000 --- a/preview/visit-us.html +++ /dev/null @@ -1,31 +0,0 @@ -visit us - F0RTHSP4CE
Github Telegram
our entrance

visit us

You can visit us during public opening times in our space.

Address: Akaki Khorava Street, 18

Scroll down to see an image of our door.

Image description

This article was updated on June 15, 2023

\ No newline at end of file diff --git a/robots.txt b/robots.txt new file mode 100644 index 0000000..23e0812 --- /dev/null +++ b/robots.txt @@ -0,0 +1,2 @@ +User-agent: * +Allow: /*