Skip to content

Instantly share code, notes, and snippets.

@xamronpc
xamronpc / index.html
Created March 21, 2022 04:45
Vertical accordion menu using jQuery and CSS3
<div id="accordian">
<ul>
<li>
<h3><span class="icon-dashboard"></span>Dashboard</h3>
<ul>
<li><a href="#">Reports</a></li>
<li><a href="#">Search</a></li>
<li><a href="#">Graphs</a></li>
<li><a href="#">Settings</a></li>
</ul>
@xamronpc
xamronpc / index.html
Created March 20, 2022 15:13
To Do List
<div class="tdl-holder">
<h2>TO DO LIST</h2>
<div class="tdl-content">
<ul>
<li><label><input type="checkbox"><i></i><span>get up</span><a href='#'>–</a></label></li>
<li><label><input type="checkbox" checked><i></i><span>stand up</span><a href='#'>–</a></label></li>
<li><label><input type="checkbox"><i></i><span>don't give up the fight.</span><a href='#'>–</a></label></li>
<li><label><input type="checkbox" checked><i></i><span>save the world.</span><a href='#'>–</a></label></li>
<li><label><input type="checkbox"><i></i><span>do something else</span><a href='#'>–</a></label></li>
</ul>
@xamronpc
xamronpc / excel-to-table.markdown
Created March 20, 2022 15:05
Excel to <table>

Excel to

I needed something to make clean html tables from excel for use with Wordpress. Using the Wordpress paste from Word button still leaves width and height attributes which I don't like.

A Pen by xamronpc on CodePen.

License.

@xamronpc
xamronpc / index.html
Created March 20, 2022 13:13
Max O Clock
<div class="frame">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1315 1315">
<defs>
</defs>
<g id="backdrop">
<g id="backdrop_disk">
<circle cx="657.5" cy="657.5" r="657.5" class="backdrop-disk"/>
<g id="back_marks">
<g id="XMLID_5_">
@xamronpc
xamronpc / index.html
Created March 18, 2022 17:34
Max O Clock
<div class="frame">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1315 1315">
<defs>
</defs>
<g id="backdrop">
<g id="backdrop_disk">
<circle cx="657.5" cy="657.5" r="657.5" class="backdrop-disk"/>
<g id="back_marks">
<g id="XMLID_5_">
@xamronpc
xamronpc / 3d-flip-box-quotes-widget.markdown
Created March 18, 2022 04:01
3D Flip Box Quotes Widget

3D Flip Box Quotes Widget

CSS 3D Transformation of a cube for refillable quote display

A Pen by xamronpc on CodePen.

License.

@xamronpc
xamronpc / index.html
Created March 18, 2022 03:49
SVG/CSS Clock [WebKit/FF/Opera]
<div class="frame">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1315 1315">
<defs>
</defs>
<g id="backdrop">
<g id="backdrop_disk">
<circle cx="657.5" cy="657.5" r="657.5" class="backdrop-disk"/>
<g id="back_marks">
<g id="XMLID_5_">