Skip to content

Instantly share code, notes, and snippets.

View stanwmusic's full-sized avatar
🏠
Working from home

Stan Williams stanwmusic

🏠
Working from home
View GitHub Profile
@stanwmusic
stanwmusic / around-the-in-885-seconds.markdown
Created June 15, 2024 18:19
Around the 🌎 in 885 seconds
@stanwmusic
stanwmusic / accessible-tabs-animation.markdown
Created May 19, 2024 20:50
Accessible Tabs ( Animation )
@stanwmusic
stanwmusic / index.html
Created May 1, 2024 02:42
Responsive Image Carousel ( Animation )
<main>
<ul class='slider'>
<li class='item' style="background-image: url('https://cdn.mos.cms.futurecdn.net/dP3N4qnEZ4tCTCLq59iysd.jpg')">
<div class='content'>
<h2 class='title'>"RESPONSIVE IMAGE GALLERY"</h2>
<p class='description'> Lorem ipsum, Snuffsum Dipsum
dolor sit amet sit boy sit consectetur
adipisicing elit. Tempore fuga voluptatum, iure corporis inventorey bloney samwich
praesentium nisi. Id laboriosam ipsam enim. </p>
<button>Read More</button>
@stanwmusic
stanwmusic / index.html
Created May 1, 2024 02:23
Parallax Photo Carousel
<div class="stage">
<div class="container">
<div class="ring">
<div class="img"></div>
<div class="img"></div>
<div class="img"></div>
<div class="img"></div>
<div class="img"></div>
@stanwmusic
stanwmusic / index.html
Created March 19, 2024 01:34
Navigation
<html>
<head>
<meta charset="utf-8">
<title></title>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<div id="navbarContainer">
<div id="navbar">
@stanwmusic
stanwmusic / index.html
Created November 1, 2023 20:23
Online Guitar Tuner - v3
<header>
<h1>
<a target="_top" href="https://codepen.io/josetxu/full/jOQegyB" id="tuner-title">
<span>O</span><span>nline</span>
<span>G</span><span>uitar</span>
<span>T</span><span>uner</span>
</a>
</h1>
<a class="josetxu-btn" href="https://josetxu.com" target="_blank"></a>
<button id="e-classic" class="change-guitar" onclick="changeGuitar(this.id)"></button>
@stanwmusic
stanwmusic / index.html
Created October 1, 2023 17:55
On page Scroll V 1.7
<div class="content">
<section class="header">
<h1><u>🖥️ - ON PAGE SCROLL PLUGIN V 1.7 - 🖥️ </u></h1>
<b><p>Now the height of each section can be set to your value and not <br>min-height: 'window.height()'</p></b>
<p>This is the Header (.header)</p>
<p>You can Enable/Disable it by setting the option like this:</p>
<p><b>'header' : 'your jQ selector'</b></p>
</section>
<section class="section">
<div>
@stanwmusic
stanwmusic / index.html
Created September 13, 2023 16:45
On page Scroll V 1.7
<div class="content">
<section class="header">
<h1><u>🖥️ - ONE PAGE SCROLL PLUGIN V 1.7 - 🖥️ </u></h1>
<b><p>Now the height of each section can be set to your value and not <br>min-height: 'window.height()'</p></b>
<p>This is the Header (.header)</p>
<p>You can Enable/Disable it by setting the option like this:</p>
<p><b>'header' : 'your jQ selector'</b></p>
</section>
<section class="section">
<div>
@stanwmusic
stanwmusic / index.html
Created July 31, 2023 17:45
Online Guitar Tuner - v3
<header>
<h1>
<a target="_top" href="https://codepen.io/josetxu/full/jOQegyB" id="tuner-title">
<span>O</span><span>nline</span>
<span>G</span><span>uitar</span>
<span>T</span><span>uner</span>
</a>
</h1>
<a class="josetxu-btn" href="https://josetxu.com" target="_blank"></a>
<button id="e-classic" class="change-guitar" onclick="changeGuitar(this.id)"></button>