shgysk8zer0 / shgysk8zer0.github.io

A responsive, progressive about / portfolio page built using Jekyll

Home Page:https://shgysk8zer0.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A responsive, progressive about / portfolio & blog page built using Jekyll


Build Status GitHub license GitHub release GitHub issues GitHub forks GitHub stars

GitHub stars GitHub followers Twitter Follow Tweet

Screenshot

Features

	// script.js
	import {myClass} from './myClass.js';

	export default class $ {
		constructor(query, base = document) {
			this.els = [...base.querySelectorAll(query)];
		}

		// ... Some more methods here

		animate(keyframes, opts = 600) {
			this.els.forEach(el => el.animate(keyframes, opts));
		}
	};
	@import url("./vars.css");

	:root {--my-var: red;}
	.my-class {color: var(--my-var);}
	import {$} from './script.js';

	$('.fade-in').animate([
		{opacity: 0},
		{opacity: 1},
	], {
		duration: 600,
		easing: 'ease-in',
	});
<address itemprop="homeAddress" itemtype="http://schema.org/PostalAddress" itemscope>
	<!-- Address info here with appropriate `itemprop`s -->
</address>
  • Built using Jekyll & GitHub Pages

The links you're looking for

Contact Info

Donations

PayPal PayPal QR

https://www.paypal.me/shgysk8zer0

Bitcoin

Bitcoin QR

bitcoin:1AdHne5JRY9GxVpYD13KithkNF2WEBbfKf

About

A responsive, progressive about / portfolio page built using Jekyll

https://shgysk8zer0.github.io

License:GNU General Public License v3.0


Languages

Language:HTML 72.7%Language:CSS 13.3%Language:JavaScript 9.1%Language:Ruby 3.0%Language:Shell 1.9%