Skip to content

Instantly share code, notes, and snippets.

View Giladx's full-sized avatar
🏄‍♂️
Skateboarding & Surfing

Gilad Levi Giladx

🏄‍♂️
Skateboarding & Surfing
View GitHub Profile
@Giladx
Giladx / index.pug
Created July 24, 2024 09:24
Vanilla Full Page Scroll
// Some random Pug sugar
// The basic idea is to keep the top level structure as minimalistic and meaningful as possible
header.show: .container: h1 Vanilla Fullpage Scroll
h2 Why are there so few solutions to this?
each v, i in ['steaks', 'design', 'technology', 'climate change', 'cats']
section
.container
h1= 'Section ' + (i + 1)
h2= 'is all about ' + v
footer: .container: h1 Footer
@Giladx
Giladx / index.pug
Created July 24, 2024 09:23
Vanilla Full Page Scroll
// Some random Pug sugar
// The basic idea is to keep the top level structure as minimalistic and meaningful as possible
header.show: .container: h1 Vanilla Fullpage Scroll
h2 Why are there so few solutions to this?
each v, i in ['steaks', 'design', 'technology', 'climate change', 'cats']
section
.container
h1= 'Section ' + (i + 1)
h2= 'is all about ' + v
footer: .container: h1 Footer
@Giladx
Giladx / dabblet.css
Last active March 21, 2024 17:06
Image slider with pure CSS
/**
* Image slider with pure CSS
* Original version in http://demosthenes.info/blog/css
*/
.image-slider {
position:relative;
display: inline-block;
line-height: 0;
}
@Giladx
Giladx / index.html
Last active February 11, 2024 00:59
vanilla js tag filter
<p>Filter:
<p>
<a id="allBtn" href="#all">reset</a>
<a id="designBtn" href="#design">design</a>
<a id="illustrationBtn" href="#illustration">illustration</a>
<a id="motionBtn" href="#motion">motion</a>
<br />
<div class="wrapper">
<div class="item" data-tags="design all" data-tags="illustration">design</div>
@Giladx
Giladx / YaadPay_HYP_131.7.html
Last active September 27, 2023 17:46
YaadPay Payment Form
<html>
<head>
<meta charset="windows-1255">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>YP-title-SC</title>
<meta name="author" content="Yasmin Zak">
<link rel="icon" href="https://tosee.co.il/img/favicon.ico">
<script type="text/javascript" src="https://yaadpay.co.il/yaadpay/ajax/ajax.js"></script>
<script type="text/javascript" src="https://yaadpay.co.il/yaadpay/ajax/functionAddEvent.js"></script>
<script type="text/javascript" src="https://yaadpay.co.il/yaadpay/ajax/contact15.js"></script>
@Giladx
Giladx / index.html
Created August 24, 2023 20:32
Off Canvas Menu CSS-only
<nav class="site-navbar">
<input type="checkbox" id="toggle_menu" class="toggle-menu-checkbox" />
<label for="toggle_menu" class="toggle-menu-label uppercase"></label>
<input type="checkbox" id="toggle_overlay" class="toggle-overlay-checkbox" />
<label for="toggle_menu" class="toggle-overlay-label uppercase"></label>
<ul class="site-menu">
</ul>
</nav>
@Giladx
Giladx / YaadPay_HYP_131.html
Created August 22, 2023 11:24
YaadPay_HYP_131.html
<html>
<head>
<meta charset="windows-1255">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>YP-title-SC</title>
<meta name="author" content="Yasmin Zak">
<link rel="icon" href="/favicon.ico">
<script type="text/javascript" src="https://yaadpay.co.il/yaadpay/ajax/ajax.js"></script>
<script type="text/javascript" src="https://yaadpay.co.il/yaadpay/ajax/functionAddEvent.js"></script>

Keybase proof

I hereby claim:

  • I am giladx on github.
  • I am la_junta (https://keybase.io/la_junta) on keybase.
  • I have a public key ASBYudmkuYBrU34zMT2ff4U66qrC9xS-kS2YFjntkF7l1go

To claim this, I am signing this object:

@Giladx
Giladx / her-os1-loading.markdown
Created July 18, 2019 01:07
Her - OS1 Loading

Her - OS1 Loading

Loading animation based on movie "Her" - OS1.

  • Mouse or Finger press on the page to finish loading action.

A Pen by gilad on CodePen.

License.