Skip to content

Instantly share code, notes, and snippets.

View landsurveyorsunited's full-sized avatar

Justin Farrow landsurveyorsunited

View GitHub Profile

Fold out menu

Just a little experiment for an alternative to the typical slide out menu.

A Pen by JFarrow on CodePen.

License.

@landsurveyorsunited
landsurveyorsunited / index.html
Created August 22, 2023 16:32
RSS Feed Import Display with FeedEK
<div id="example">RSS Feed FeedEK</div>
<div id="divRss"></div>
@landsurveyorsunited
landsurveyorsunited / index.html
Created August 19, 2023 21:12
Leaflet JS Demo
<div id="mapid"></div>
@landsurveyorsunited
landsurveyorsunited / index.html
Created August 19, 2023 21:11
Leaflet JS Demo
<div id="mapid"></div>
@landsurveyorsunited
landsurveyorsunited / index.html
Created August 14, 2023 03:53
Split screen layout
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300|Raleway:200,900|Over+the+Rainbow' rel='stylesheet' type='text/css'>
<meta name="viewport" content="width=device-width, user-scalable=no">
<style>
.container {
position: relative;
max-width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
@landsurveyorsunited
landsurveyorsunited / index.html
Created August 13, 2023 22:49
Responsive Web Theatre
<div class="scene">
<div id="room" class="cube">
<div id="control-panel" class="panel">
<div class="view active" id="home">
<div class="view-head">
<h4>Welcome</h4>
</div>
<div class="container">
<div class="row">
<div class="col-sm-12">
@landsurveyorsunited
landsurveyorsunited / index.html
Created August 13, 2023 21:35
Split screen layout
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300|Raleway:200,900|Over+the+Rainbow' rel='stylesheet' type='text/css'>
<meta name="viewport" content="width=device-width, user-scalable=no">
<style>
.container {
position: relative;
max-width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;