Skip to content

Instantly share code, notes, and snippets.

View marcusandrews24's full-sized avatar

marcusandrews24

View GitHub Profile
@marcusandrews24
marcusandrews24 / index.html
Created February 23, 2021 15:45
UI: Green Audio Player
<div class="holder">
<div class="audio green-audio-player">
<div class="loading">
<div class="spinner"></div>
</div>
<div class="play-pause-btn">
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="24" viewBox="0 0 18 24">
<path fill="#566574" fill-rule="evenodd" d="M18 12L0 24V0" class="play-pause-icon" id="playPause"/>
</svg>
</div>
@marcusandrews24
marcusandrews24 / index.html
Created February 23, 2021 12:41
Responsive Audio Player
<div class="container">
<div class="column add-bottom">
<div id="mainwrap">
<div id="audiowrap">
<div id="audio0">
<audio preload id="audio1" controls="controls">Your browser does not support HTML5 Audio!</audio>
</div>
<div id="tracks">
<a id="btnPrev">&larr;</a>
<a id="btnNext">&rarr;</a>

ERROR 404 - Page not found

Custom Error 404 Page with nice animation and SVG Icon

A Pen by Marcus on CodePen.

License.

@marcusandrews24
marcusandrews24 / index.html
Created August 19, 2018 22:10
SUPER SIMPLE FULL PAGE PRELOADER
<div class="js"><!--this is supposed to be on the HTML element but codepen won't let me do it-->
<body>
<div id="preloader"></div>
<h1>SUPER SIMPLE FULL PAGE PRELOADER</h1>
<p>Works with modernizr, or you could just add your own js class to the html element using javascript</p>
<p>You can make it fit your site better by generating your own image here: http://ajaxload.info/ then change the background color in the css</p>