Skip to content

Instantly share code, notes, and snippets.

View fangmarks's full-sized avatar
🐾
rub paw

Joshua fangmarks

🐾
rub paw
View GitHub Profile
@fangmarks
fangmarks / email.md
Last active January 23, 2021 20:38
How to use your entail.app Email Account

Use your Email as the Username on whatever Client you're using.

For the IMAP/SMTP Server, use mail.entail.app

If you can configure Ports, use 993 for Incoming Email, and 465 for Outgoing Email

If you can select the Security, select SSL for both Incoming and Outgoing.

Ignore that the cert being expired, gonna see if I can fix that soon

TypeScript 4 hrs 9 mins ██████████▊░░░░░░░░░░ 51.4%
HTML 2 hrs 41 mins ██████▉░░░░░░░░░░░░░░ 33.2%
JavaScript 35 mins █▌░░░░░░░░░░░░░░░░░░░ 7.3%
Sass 27 mins █▏░░░░░░░░░░░░░░░░░░░ 5.7%
SCSS 11 mins ▌░░░░░░░░░░░░░░░░░░░░ 2.5%
🗣 Commented on #331 in mikecao/umami
🗣 Commented on #71 in norberteder/trello
❗️ Opened issue #331 in mikecao/umami
🗣 Commented on #1 in hasham56/testWebsite
🗣 Commented on #6 in XAYRGA/Xen-Enforce-Bot

Keybase proof

I hereby claim:

  • I am hokkqido on github.
  • I am hokkqido (https://keybase.io/hokkqido) on keybase.
  • I have a public key ASDhwrVo2w3KUbKRd_T_WCy2GUZdTj5-E1EhlvsxQvJhMQo

To claim this, I am signing this object:

Keybase proof

I hereby claim:

  • I am codepupper on github.
  • I am codepupper (https://keybase.io/codepupper) on keybase.
  • I have a public key ASAuqgTk-A6WHBpLPytcLYFvGG2Arlybhmdb1KzrBCyu0Ao

To claim this, I am signing this object:

@fangmarks
fangmarks / index.html
Created April 26, 2019 09:01 — forked from CodeMyUI/index.html
Invisible Ink | Mouse Over! iOS 10
<div class="flex">
<div class="content">
<h2>Invisible Ink</h2>
<div class="text">
<p class="project_text" style="margin-top: 0px; opacity: 1;">Invisible Ink was a simple <em>library</em> that will take specified text and "ink" it out, making it unreadable until hovered upon. It has quite a few applicable uses, like for hiding <span class="ink">spoilers</span> and <span class="ink">security words</span>. It was inspired by one of iOS 10's new features for iMessages.</p>
</div>
</div>
</div>
@fangmarks
fangmarks / index.html
Created April 26, 2019 08:59 — forked from CodeMyUI/index.html
Parallax 3D Button with JS controlled CSS variables
<a href="#" data-title="Awesome Button"></a>
@fangmarks
fangmarks / index.html
Created April 26, 2019 08:56 — forked from CodeMyUI/index.html
Spilled Paint v2
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script>
<script>
$(document).ready(function(){
var slider = new gooSlider('body');
var l1,l2;
$('body').click(function(){
var c = 'hsla('+ (Math.floor(Math.random()*7) * 50) +',56%,68%,1)';
if(c != l1 && c != l2){
@fangmarks
fangmarks / fractal-clock.markdown
Created December 31, 2018 15:36
Fractal Clock

Fractal Clock

Port of the Mac fractal clock screensaver, with some added animation fanciness, written using Sketch.js.

A Pen by Nick Hogle on CodePen.

License.