Skip to content

Instantly share code, notes, and snippets.

View enzienza's full-sized avatar

Enza enzienza

  • Liège (Belgium)
View GitHub Profile
@enzienza
enzienza / index.html
Created October 6, 2020 10:47
Vertical Timeline
<body>
<header>
<h1>Responsive Vertical Timeline</h1>
</header>
<section id="cd-timeline" class="cd-container">
<div class="cd-timeline-block">
<div class="cd-timeline-img cd-picture">
<img src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/148866/cd-icon-picture.svg" alt="Picture">
</div> <!-- cd-timeline-img -->
@enzienza
enzienza / experimental-portfolio-hexagon-skillset-with-velocityjs.markdown
Created October 1, 2020 14:08
[Experimental] - Portfolio Hexagon Skillset With VelocityJS

[Experimental] - Portfolio Hexagon Skillset With VelocityJS

CSS hexagons skillset animation. Please note the current design is not mobile friendly, and is not production ready.

A Pen by Matthew Nance on CodePen.

License.

@enzienza
enzienza / index.html
Created June 23, 2020 00:10
Smooth Scroll to top button + font awesome
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
<div class='thetop'></div>
<div class='testheight'>Some exciting content... Scroll down for the button to appear.<br><br>
<i class="fa fa-4x fa-thumbs-up fa-spin"></i>
</div>
<div class='scrolltop'>
<div class='scroll icon'><i class="fa fa-4x fa-angle-up"></i></div>
</div>
@enzienza
enzienza / index.html
Created June 6, 2020 18:56
Transparent to Solid navbar
<body>
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
@enzienza
enzienza / index.html
Created January 14, 2020 15:15
VueMart (vue, vuex, vue-router, axios)
<!-- Component: product -->
<template id="product">
<div class="product">
<div class="product-image">
<img :src="`http://www.patrickhurley.co.uk/assets/img/${img}.png`" alt=""/>
</div>
<div class="product-info">
<h3>
<router-link :to="{ name: 'product-detail', params: { product: slashedName } }">{{ name }}</router-link>
</h3>
@enzienza
enzienza / credit-card-form-vuejs.markdown
Created December 22, 2019 18:36
Credit Card Form - VueJs
@enzienza
enzienza / index.html
Created May 27, 2019 16:20
Responsive table with flexbox
<div class="table">
<div class="table-cell"></div>
<div class="table-cell plattform">
<h3>Platform</h3>
<a href="" class="btn">register now</a>
</div>
<div class="table-cell enterprise">
<h3>Enterprise</h3>
<a href="" class="btn">Send us a Email</a>
</div>
@enzienza
enzienza / index.html
Created January 9, 2019 18:33
WwPqNR
<nav class='fixed'>
<ul>
<li><a href="#">Item1</a></li>
<li><a href="#">Item1</a></li>
<li><a href="#">Item1</a></li>
<li><a href="#">Item1</a></li>
</ul>
</nav>
<div class='header'>
<div class='banner'></div>
@enzienza
enzienza / media-queries-sass-mixin.markdown
Created November 28, 2018 12:33
Media Queries Sass Mixin
@enzienza
enzienza / custom-google-map.markdown
Created November 27, 2018 19:22
Custom Google Map