Created for the 404 section for my portfolio site. Wanted something a pretty animated to add interest to this often forgottent page.
A Pen by Mark Thomes on CodePen.
<header> | |
<div id="cd-logo"><a href="#0"><img src="https://unsplash.it/50" alt="Logo"></a></div> | |
<h1>Smart Fixed Navigation</h1> | |
</header> | |
<div id="cd-nav"> | |
<a href="#0" class="cd-nav-trigger">Menu<span></span></a> | |
<nav id="cd-main-nav"> | |
<ul> |
<div id="previewPlayer"></div> | |
<div id="seekerValue">0</div> | |
<input type="range" id="frameSlider" name="points" min="0" max="30" step="0.05" value="15" oninput="changeFrame()"> | |
<script src="https://app.extremereach.com/Content/js/jwplayer-7.12.8/jwplayer.js"></script> | |
<script> jwplayer.key = "+dQxixMPdR7e+iUQLHVm0Q2p9oVpzNhmbHu++8aB+YhHEkhW";</script> | |
<!-- <script src="jwplayer-8.0.0-beta.3/jwplayer.js"></script> | |
<script> jwplayer.key = "jR9SdfiikzUbJAJJG4qhCSaB55NmYojO88Ni753IwQM/iWDD"; </script> --> | |
<script> | |
jwplayer('previewPlayer').setup({ |
<!-- Head Script --> | |
<!-- <script src="https://content.jwplatform.com/libraries/Jq6HIbgz.js"></script> --> | |
<!-- Player Fullscreen --> | |
<style>#player{position:absolute;width:100%!important;height:100%!important;} | |
</style> | |
<div id="player"></div> |
<div class="centered" ng-app="app" ng-controller="IPController"> | |
<h1>Your IP address is:</h1> | |
<div class="box"> | |
<ip-address></ip-address> | |
</div> | |
</div> |
Created for the 404 section for my portfolio site. Wanted something a pretty animated to add interest to this often forgottent page.
A Pen by Mark Thomes on CodePen.
Created for the 404 section for my portfolio site. Wanted something a pretty animated to add interest to this often forgottent page.
A Pen by Mark Thomes on CodePen.
https://dailyui.co/ #025
A Pen by Fabio Ottaviani on CodePen.
https://dailyui.co/ #025
A Pen by Fabio Ottaviani on CodePen.
<!-- Smart Fixed Navigation, from : https://codyhouse.co/gem/smart-fixed-navigation/ --> | |
<header><!-- ... --></header> | |
<div id="cd-nav"> | |
<a href="#0" class="cd-nav-trigger">Menu<span></span></a> | |
<nav id="cd-main-nav"> | |
<ul> | |
<li><a href="#0">Homepage</a></li> |