Skip to content

Instantly share code, notes, and snippets.

View jegazhu's full-sized avatar
🏠
Working from home

Jaime Gaspar jegazhu

🏠
Working from home
View GitHub Profile
@jegazhu
jegazhu / clean-and-simple-responsive-website.markdown
Created April 20, 2019 17:32
Clean and simple responsive website
@jegazhu
jegazhu / index.html
Last active April 20, 2019 16:59
Interactive eCommerce card with gallery
<div class="container page-wrapper">
<div class="page-inner">
<div id="gallery-list" class="row">
<div class="gallery">
<div class="slider-wrapper">
<div class="product-info d-flex">
<span class="product-name">Zip wallet</span>
<span class="product-price">$162</span>
<p class="product-description">Zip Wallet. Volume Two</p>
</div>
@jegazhu
jegazhu / ecommerce-product-list-grid.markdown
Created April 20, 2019 16:52
Ecommerce product list/grid

Ecommerce product list/grid

Simple html/css ecommerce product grid with a hover effect.

A Pen by Ricard on CodePen.

License.

@jegazhu
jegazhu / index.html
Created March 31, 2019 17:23
Sort Table Rows by Table Headers - Ascending and Descending (jQuery)
<p>Sort Table Rows by Clicking on the Table Headers - Ascending and Descending (jQuery)</p>
<div class="container">
<div class="table">
<div class="table-header">
<div class="header__item"><a id="name" class="filter__link" href="#">Name</a></div>
<div class="header__item"><a id="wins" class="filter__link filter__link--number" href="#">Wins</a></div>
<div class="header__item"><a id="draws" class="filter__link filter__link--number" href="#">Draws</a></div>
<div class="header__item"><a id="losses" class="filter__link filter__link--number" href="#">Losses</a></div>
<div class="header__item"><a id="total" class="filter__link filter__link--number" href="#">Total</a></div>
@jegazhu
jegazhu / datatables-excel-cell-style.markdown
Created March 31, 2019 17:16
DataTables Excel cell style

DataTables Excel cell style

Example of applying cell styles to an excel file created by dataTables buttons extension.

A Pen by Jaime Gaspar on CodePen.

License.

@jegazhu
jegazhu / export-to-excel-using-angularjs.markdown
Created March 31, 2019 17:06
Export to Excel using AngularJS
@jegazhu
jegazhu / excel-like-example-with-handsontable.markdown
Created March 31, 2019 17:04
Excel-Like example with Handsontable