Skip to content

Instantly share code, notes, and snippets.

@neisdev
neisdev / index.html
Created January 7, 2022 09:23
Using CSS Grid to build a page layout (Atom IDE like)
<div class="page">
<!--Sidebar-->
<div class="sidebar">
<div class="panel">
<div class="panel-header ">Project</div>
<!--Tree-->
<div class="panel-body">
@neisdev
neisdev / full-css3-dropdown-menu.markdown
Created January 7, 2022 09:23
Full CSS3 Dropdown Menu
@neisdev
neisdev / html5-text-editor.markdown
Created January 7, 2022 09:23
HTML5 Text Editor
@neisdev
neisdev / custom-code-editor-palette-in-pure-css.markdown
Created January 7, 2022 09:23
Custom code editor palette in pure CSS

Customs form

HTML layout for the automatic generation of a proforma invoice for the shipment of goods to a third country. The process automatically generates a PDF from a Woocommerce order using PDFMonkey via Zapier and then puts the PDF in a dropbox folder.

A Pen by Torsten Linnecke on CodePen.

License.

@neisdev
neisdev / discord-embed-generator.markdown
Created January 8, 2022 21:07
Discord Embed Generator
@neisdev
neisdev / grapesjs-custom-ui.markdown
Created January 9, 2022 00:49
Grapesjs Custom UI
@neisdev
neisdev / index.html
Created January 9, 2022 02:35
Mobile Friendly HTML 5 and CSS 3 Responsive Fixed Navigation Menu
<header>
<div id="logo" class="menuUp">
<h1>Adam Bray.</h1>
<div id="navToggle"><a href="#">Menu</a></div>
</div>
<nav>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">About</a></li>
<li>
@neisdev
neisdev / index.html
Created January 9, 2022 13:10
Properties manager
<body ng-app="wemApp" class="wem-properties-manager" ng-controller="propertiesManager">
<!-- Page loader -->
<div id="loadingSpinner">
<svg class="spinner" width="65px" height="65px" viewBox="0 0 66 66" xmlns="http://www.w3.org/2000/svg"><circle class="circle" fill="none" stroke-width="6" stroke-linecap="round" cx="33" cy="33" r="30"></circle></svg>
</div>
<!-- Header toolbar -->
<div ng-controller="ToolbarCtrl" class="mainToolbarContainer">
<md-toolbar class="mainToolbarTop fixed-toolbar">
@neisdev
neisdev / drag-and-drop-using-alpine-js.markdown
Created January 11, 2022 21:59
Drag and Drop using alpine.js