Skip to content

Commit

Permalink
3.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
godofredoninja committed Jul 8, 2019
1 parent 1c89d43 commit 80f1d78
Show file tree
Hide file tree
Showing 66 changed files with 429 additions and 486 deletions.
297 changes: 135 additions & 162 deletions README.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions amp.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
{{amp_ghost_head}}

{{!-- Google Fonst --}}
<link href="https://fonts.googleapis.com/css?family=Merriweather:400,700|Source+Sans+Pro:400,600,700" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css?family=Merriweather:400,700|Source+Sans+Pro:400,600" rel="stylesheet" />

{{!-- Style Custom --}}
<style amp-custom>.u-bgColor{background-color:#00A034}{{> "amp/amp-styles"}}</style>
<style amp-custom>.u-bgColor{background-color:#00a034}{{> "amp/amp-styles"}}.article-image img{object-fit: cover;object-position: top}</style>

{{!-- The AMP boilerplate --}}
<style amp-boilerplate>body{-webkit-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-moz-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-ms-animation:-amp-start 8s steps(1,end) 0s 1 normal both;animation:-amp-start 8s steps(1,end) 0s 1 normal both}@-webkit-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-moz-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-ms-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-o-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}</style><noscript><style amp-boilerplate>body{-webkit-animation:none;-moz-animation:none;-ms-animation:none;animation:none}</style></noscript>
Expand Down
8 changes: 4 additions & 4 deletions assets/assets.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"fonts/mapache.eot?25764j": "fonts/mapache.eot",
"fonts/mapache.svg?25764j": "fonts/mapache.svg",
"fonts/mapache.ttf?25764j": "fonts/mapache.ttf",
"fonts/mapache.woff?25764j": "fonts/mapache.woff",
"fonts/mapache.eot?sza94d": "fonts/mapache.eot",
"fonts/mapache.svg?sza94d": "fonts/mapache.svg",
"fonts/mapache.ttf?sza94d": "fonts/mapache.ttf",
"fonts/mapache.woff?sza94d": "fonts/mapache.woff",
"images/avatar.png": "images/avatar.png",
"images/icon-itunes.png": "images/icon-itunes.png",
"images/icon-pocketcasts.png": "images/icon-pocketcasts.png",
Expand Down
Binary file modified assets/fonts/mapache.eot
Binary file not shown.
2 changes: 1 addition & 1 deletion assets/fonts/mapache.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/fonts/mapache.ttf
Binary file not shown.
Binary file modified assets/fonts/mapache.woff
Binary file not shown.
Binary file modified assets/images/avatar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/icon-itunes.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/icon-pocketcasts.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/icon-rss.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified assets/scripts/components/prism-n4js.min.js
100644 → 100755
Empty file.
7 changes: 7 additions & 0 deletions assets/scripts/lg-zoom.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions assets/scripts/lightgallery.min.js

Large diffs are not rendered by default.

11 changes: 2 additions & 9 deletions assets/scripts/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/scripts/pagination.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/scripts/prismjs.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/scripts/search.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/styles/main.css

Large diffs are not rendered by default.

71 changes: 31 additions & 40 deletions author.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -3,54 +3,45 @@
{{#author}}

{{!-- custom Styles For tag <body> --}}
{{#contentFor "mapache_class_body"}}is-author {{#if cover_image}}has-cover is-transparency{{/if}}{{/contentFor}}
{{#contentFor "mapache_class_body"}}is-author{{/contentFor}}

<section class="author extreme-container">
<div class="author-inner u-flex u-flexCenter">
<div class="author-left">
{{!-- Avatar --}}
<figure class="author-avatar u-relative">
<img class="u-absolute u-image u-block u-round" src="{{#if profile_image}}{{img_url profile_image size="s"}}{{else}}{{asset "images/avatar.png"}}{{/if}}" alt="{{name}}"/>
</figure>
</div>

<div class="author u-relative u-flexCenter u-flexColumn {{#if cover_image}}u-marginBottom30 has--image u-boxShadowBottom{{/if}}">
<div class="author-right">
{{!-- Name --}}
<h1 class="author-name u-fontSizeLargest u-md-fontSizeLarger u-marginBottom15">{{name}}</h1>

{{#if cover_image}}
{{!-- Gradient --}}
<img class="u-absolute u-image u-block zindex1 lazyload"
src="{{img_url cover_image size="m"}}"
srcset="{{img_url cover_image size="xxs"}}"
data-srcset="{{img_url cover_image size="s"}} 300w,
{{img_url cover_image size="m"}} 600w,
{{img_url cover_image size="l"}} 1000w,
{{img_url cover_image size="xl"}} 2000w"
data-sizes="(max-width: 1000px) 400px, 700px"
alt="{{name}}"
/>
<div class="u-bgGradient u-absolute0 zindex2"></div>
{{/if}}
{{!-- Biography --}}
{{#if bio}}<p class="author-bio u-marginAuto u-marginBottom15">{{bio}}</p>{{/if}}

<article class="author-wrap u-relative u-maxWidth1040 u-container u-textAlignCenter zindex3">
{{!-- Avatar --}}
<figure class="author-avatar u-relative u-marginBottom30 animated bounceInDown u-marginAuto">
<img class="u-absolute u-image u-block u-round" src="{{#if profile_image}}{{img_url profile_image size="s"}}{{else}}{{asset "images/avatar.png"}}{{/if}}" alt="{{name}}"/>
<div class="u-absolute u-accentColor svgIcon" style="width:calc(100% + 14px);height:calc(100% + 14px);top:-7px;left:-7px;">
{{> "icons/halo"}}
{{!-- Location - website - RSS --}}
<div class="author-meta u-marginBottom15">
{{#if location}}<span><i class="i-location"></i> {{location}}</span>{{/if}}
{{#if website}}<span><a href="{{website}}" target="_blank"><i class="i-link"></i> {{website}}</a></span>{{/if}}
</div>
</figure>

{{!-- Name --}}
<h1 class="author-name animated bounceIn u-fontSize36 u-md-fontSizeBase u-marginBottom30">{{name}}</h1>

{{!-- Biography --}}
{{#if bio}}<p class="author-bio u-marginAuto u-paddingBottom30">{{bio}}</p>{{/if}}

{{!-- Location - website - RSS --}}
<div class="author-meta u-paddingBottom30">
{{#if location}}<span><i class="i-location"></i> {{location}}</span>{{/if}}
{{#if website}}<span><a href="{{website}}" target="_blank"><i class="i-link"></i> {{website}}</a></span>{{/if}}
<span><a href="https://feedly.com/i/subscription/feed/{{url absolute="true"}}rss/" target="_blank" rel="noopener noreferrer"><i class="i-rss"></i> {{plural ../pagination.total empty=(t "No posts") singular=(t "1 post") plural=(t "% posts")}}</a></span>
{{!-- Facebook and Twitter --}}
<div class="author-follow buttonSet">
{{#if facebook}}<a class="button u-borderRadius2 u-fontSizeSmall fb" href="{{facebook_url}}" title="Facebook" target="_blank" rel="noopener noreferrer"><i class="i-facebook"></i> Facebook</a>{{/if}}
{{#if twitter}}<a class="button u-borderRadius2 u-fontSizeSmall tw" href="{{twitter_url}}" title="{{twitter}}" target="_blank" rel="noopener noreferrer"><i class="i-twitter"></i> Twitter</a>{{/if}}
<a class="button u-borderRadius2 u-fontSizeSmall rs" href="https://feedly.com/i/subscription/feed/{{url absolute="true"}}rss/" target="_blank" rel="noopener noreferrer"><i class="i-rss"></i> {{plural ../pagination.total empty=(t "No posts") singular=(t "1 post") plural=(t "% posts")}}</a>
</div>
</div>
</div>

{{!-- Facebook and Twitter --}}
<div class="author-follow buttonSet">
{{#if facebook}}<a class="button button--primary u-borderRadius2 u-fontSizeSmall" href="{{facebook_url}}" title="Facebook" target="_blank" rel="noopener noreferrer"><i class="i-facebook"></i> Facebook</a>{{/if}}
{{#if twitter}}<a class="button button--primary u-borderRadius2 u-fontSizeSmall" href="{{twitter_url}}" title="{{twitter}}" target="_blank" rel="noopener noreferrer"><i class="i-twitter"></i> Twitter</a>{{/if}}
<div class="title-line u-flexCenter u-flexContentCenter u-marginBottom30">
<div class="u-flexCenter">
<span class="u-textUppercase u-oblique">{{t "Stories by"}} {{name}}</span>
</div>
</article>
</div>
</div>
</section>

{{/author}}

Expand Down
Loading

0 comments on commit 80f1d78

Please sign in to comment.