Skip to content

Instantly share code, notes, and snippets.

@TrueSlu
TrueSlu / index.html
Created August 29, 2018 23:38
Social Media Icons
<a href="#" class="icon-button twitter"><i class="icon-twitter"></i><span></span></a>
<a href="#" class="icon-button facebook"><i class="icon-facebook"></i><span></span></a>
<a href="#" class="icon-button google-plus"><i class="icon-google-plus"></i><span></span></a>
<a href="#" class="icon-button youtube"><i class="fa fa-youtube"></i><span></span></a>
<a href="#" class="icon-button pinterest"><i class="fa fa-pinterest"></i><span></span></a>
@TrueSlu
TrueSlu / dailyui-003-landing-page-with-parallax-bg.markdown
Created September 3, 2018 04:47
DailyUi 003 - Landing Page with Parallax bg

DailyUi 003 - Landing Page with Parallax bg

This is a exercise of Daily Ui number 003. It's a landing page full width with parallax mouvemouse background. The theme is Ballons Festival :)

A Pen by Sara B. on CodePen.

License.

@TrueSlu
TrueSlu / index.html
Created September 4, 2018 18:10
Landing Page With Typer
<header id="header">
<div class="vert-text">
<div class="p-img">
<img src="https://res.cloudinary.com/pashagord/image/upload/v1468545314/Portfolio/logos/codepen_logo.png"/>
</div>
<h1 id="typer-size">
<!-- TEXTS -->
<span id="typed"></span>
<div id="typed-strings">
@TrueSlu
TrueSlu / index.html
Last active October 8, 2018 17:18
Landing Page With Typer
<header id="header">
<div class="vert-text">
<div class="p-img">
<img src="https://res.cloudinary.com/pashagord/image/upload/v1468545314/Portfolio/logos/codepen_logo.png"/>
</div>
<h1 id="typer-size">
<!-- TEXTS -->
<span id="typed"></span>
@TrueSlu
TrueSlu / full-width-mobile-nav-dropdown.markdown
Created September 14, 2018 03:27
Full width mobile nav dropdown

Full width mobile nav dropdown

Basic structure for a mobile nav dropdown with smooth animations on hamburger menu and nav.

A Pen by Matt Studdert on CodePen.

License.

@TrueSlu
TrueSlu / alert-number-modal.markdown
Created September 14, 2018 18:42
Alert Number Modal
@TrueSlu
TrueSlu / html5-editable-table.markdown
Created September 17, 2018 03:40
HTML5 Editable Table

HTML5 Editable Table

Create and edit an HTML5 table without the use of a library. Uses HTML5's contenteditable and minimal JavaScript.

A Pen by Ash Blue on CodePen.

License.

@TrueSlu
TrueSlu / cityscapes-landing-page-template.markdown
Last active October 13, 2018 20:31
CityScapes Landing Page Template

CityScapes Landing Page Template

This is a landing page that was made for the non-technical web user in mind. Full code available in github and easily customizable. This template also provides SASS files for the technical developer that wants to tink around with it. Enjoy!

A Pen by Jesus Rodriguez on CodePen.

License.

@TrueSlu
TrueSlu / discord-inspired-login-register-form.markdown
Last active October 13, 2018 20:44
Discord inspired Login/Register Form

Discord inspired Login/Register Form

I really like the old Discord Login / Register form so I decided to make this with my own twists.

A Pen by Gibbu on CodePen.

License.

@TrueSlu
TrueSlu / index.html
Created October 14, 2018 06:16
The "Hovy" for links
<div class="main-container">
<section class="section">
<h2 class="title">Effect 1</h2>
<ul class="menu">
<li class="menu__item">
<a href="#0" class="menu__link hover1"><span class="menu__label hover1__label">Home</span></a>
</li>
<li class="menu__item">
<a href="#0" class="menu__link hover1"><span class="menu__label hover1__label">About</span></a>
</li>