Checklists | J | B | S | O | N | P | C | W | M | X | K | R | T |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
HTTPS configuration | |||||||||||||
Test: Responsive Web | |||||||||||||
Leverage Browser Caching, HTTP Caching — Nginx cache control | |||||||||||||
error page for 404, 401(301) | |||||||||||||
Opens External Anchors Using rel='noopener noreferrer' — Google Developers | |||||||||||||
Setting: favicon Manifest's short_name in site.webmanifest — Google Developers | |||||||||||||
theme color for mobile browser — theme-color | |||||||||||||
Google Fonts — Google Fonts , Early Access | |||||||||||||
Setting: Open Graph | |||||||||||||
: Manage Certificates by myself
: Cloudflare™ Flexible SSL
bidirectional
configuration for WebDAV, lib
pdf
dav
HTTPS://JUNE.MESON.KR
Primary blog for scientific, social, technical issue and for myself.
article updates:
HTTPS://BLOG.ONNI.ME
Keep the art of quote from various person and time and write my own thoughts.
article updates:
HTTPS://SADDLE.ONNI.ME
Autonomous delivery tweets from Júne's Pri/Sec twitter.
tweets posted in are copied automatically.
article updates:
HTTPS://REASONOMICS.COM
Collection of articles worthy of reading again or materials for my new article.
Saved article in is delivered automatically
https
using CloudFlare™
— Updated on 2018/08/04 03:48
HTTPS://TB.MESON.KR
Wish to collect video clips that I like.
Liked streaming in is posted automatically
article updates:
Considerable criteria
Following codes are for Blogger
template.
<div id='june-share'> <!-- facebook --> <a class='facebook' expr:href='"https://www.facebook.com/sharer.php?u=" + data:post.url + "&title="+ data:post.title' onclick='window.open(this.href, 'windowName', 'width=550, height=600, left=24, top=24, scrollbars, resizable'); return false;' rel='noopener noreferrer' target='_blank'> <i class='fa fa-facebook'/></a> <!-- twitter --> <a class='twitter' expr:href='"https://twitter.com/share?url=" + data:post.url + "&text=the Great World Meson :: "+ data:post.title' onclick='window.open(this.href, 'windowName', 'width=550, height=260, left=24, top=24, scrollbars, resizable'); return false;' rel='noopener noreferrer' target='_blank'> <i class='fa fa-twitter'/></a> <!-- google plus --> <a class='googleplus' expr:href='"https://plus.google.com/share?url=" + data:post.url + "&title=" + data:post.title' onclick='window.open(this.href, 'windowName', 'width=550, height=600, left=24, top=24, scrollbars, resizable'); return false;' rel='noopener noreferrer' target='_blank'> <i class='fa fa-google-plus'/></a> <!-- pinterest --> <a class='pinterest' expr:href='"https://pinterest.com/pin/create/button/?url=" + data:post.url + "&media=" + data:post.firstImageUrl + "&description=" + data:post.snippet' onclick='window.open(this.href, 'windowName', 'width=550, height=600, left=24, top=24, scrollbars, resizable'); return false;' rel='noopener noreferrer' target='_blank'> <i class='fa fa-pinterest-p'/></a> <!-- pocket --> <a class='pocket' expr:href='"https://getpocket.com/save?url=" + data:post.url' onclick='window.open(this.href, 'windowName', 'width=550, height=600, left=24, top=24, scrollbars, resizable'); return false;' rel='noopener noreferrer' target='_blank'><i class='fa fa-get-pocket'/></a> <!-- linkedin --> <a class='linkedin' expr:href='"https://www.linkedin.com/shareArticle?mini=true&url=" + data:post.url' onclick='window.open(this.href, 'windowName', 'width=550, height=600, left=24, top=24, scrollbars, resizable'); return false;' rel='noopener noreferrer' target='_blank'><i class='fa fa-linkedin'/></a> <!-- reddit --> <a class='reddit' expr:href='"https://reddit.com/submit/?url=" + data:post.url + "&title="+ data:post.title' onclick='window.open(this.href, 'windowName', 'width=550, height=600, left=24, top=24, scrollbars, resizable'); return false;' rel='noopener noreferrer' target='_blank'><i class='fa fa-reddit-alien'/></a> <!-- email --> <a class='email' expr:href='"mailto:?subject="+ data:post.title + "&body=" + data:post.url' target='_blank'><i class='fa fa-at'/></a> </div>
style code
#june-share { width: 100%; margin: 10px auto; text-align: left; } /* buttons */ #june-share a { width: 45px; height: 45px; display: inline-block; margin: 6px; border-radius: 50%; font-size: 24px; color: #fff; opacity: 0.75; transition: opacity 0.15s linear; } #june-share a:hover { opacity: 1; } /* icons */ #june-share i { position: relative; top: 10%; transform: translateY(-50%); left: 50%; transform: translateX(-50%); } /* colors */ .facebook { background: #3b5998; } .twitter { background: #55acee; } .googleplus { background: #dd4b39; } .pinterest { background: #cb2027; } .linkedin { background: #0077B5; } .reddit { background: #ff4500; } .email { background: #5d5c5d; } .pocket { background: #ef4056; }