Skip to content

Instantly share code, notes, and snippets.

View beseidel's full-sized avatar

Barbara Seidel beseidel

View GitHub Profile
@beseidel
beseidel / css3-split-screen-moving-slider.markdown
Created July 22, 2019 06:42
CSS3 Split Screen Moving Slider
@beseidel
beseidel / index.html
Created July 22, 2019 07:17
Living room colors, Huebee
<div class="colorpreview">
<div class="colorpreview__label"><h1>Living Room</h1></div>
<!-- Buttons -->
<div class="colorpreview__buttons">
<div class="colorpreview__buttons__col">
<label for="color-trim">Trim Wall</label>
@beseidel
beseidel / index.html
Created July 22, 2019 07:22
Responsive focuspoint on image with object-position
<figure class="focus__area">
<div class="focus__picker">
<img class="focus__picker__image" src="http://www.ucreative.com/wp-content/uploads/2014/11/Landscape-Photography-Banner1.jpg" alt="" />
<span class="focus__picker__indicator"></span>
</div>
<p class="focus__area__info">⬅ choose<br /> focuspoint<br />here!</p>
<p class="media__info">Use bigger screen to pick a focus point!</p>
<img class="focus__image" src="http://www.ucreative.com/wp-content/uploads/2014/11/Landscape-Photography-Banner1.jpg" alt="" />
<figcaption class="focus__caption">
focus-point: <span></span>
@beseidel
beseidel / index.html
Created July 22, 2019 07:25
Photography Showcase
<head>
<link href="https://fonts.googleapis.com/css?family=Amatic+SC" rel="stylesheet">
</head>
<p>Photography</p>
<img src="http://c1.staticflickr.com/9/8450/8026519634_f33f3724ea_b.jpg">
<img src="http://c2.staticflickr.com/8/7218/7209301894_c99d3a33c2_h.jpg">
@beseidel
beseidel / image-manipulation-slider-with-css-filters.markdown
Created July 22, 2019 07:28
Image Manipulation Slider with CSS Filters
@beseidel
beseidel / index.html
Created July 22, 2019 07:30
musical mind game
<div id="container">
<div id="main">
<audio id="theSong" controls />
<div id="controls">
<p>
<select id="filtersDropdown">
</select>
</p>
@beseidel
beseidel / index.html
Created August 3, 2019 19:32
Particle cloud type thingy
<div class="canvas-wrapper">
<div id="overlay"></div>
<canvas id="canvas"></canvas>
</div>
@beseidel
beseidel / gray-white-skewed-slider-with-scrolling.markdown
Last active December 14, 2020 18:24
Gray & White - Skewed Slider with Scrolling

Gray & White - Skewed Slider with Scrolling

This Skewed Slider with Scrolling based on Pure JS and CSS (without libraries).

A Pen by Victor Belozyorov on CodePen.

License.

@beseidel
beseidel / index.html
Created October 26, 2019 05:46
Masked Circle Slider
<div class="slider" id="slider-1">
<div class="item">
<svg xmlns="http://www.w3.org/2000/svg" class="original">
<image width="100%" height="100%" preserveAspectRatio="xMidYMid slice" xlink:href="https://github.com/supahfunk/supah-codepen/blob/master/flowers/1.jpg?raw=true" mask="url(#donutmask)"></image>
</svg>
<div class="tit">DAISY</div>
</div>
<div class="item">
<svg xmlns="http://www.w3.org/2000/svg" class="original">
<image width="100%" height="100%" preserveAspectRatio="xMidYMid slice" xlink:href="https://github.com/supahfunk/supah-codepen/blob/master/flowers/3.jpg?raw=true" mask="url(#donutmask)"></image>