Skip to content

Instantly share code, notes, and snippets.

View wlippold's full-sized avatar

Wayne Lippold wlippold

View GitHub Profile
@wlippold
wlippold / index.html
Created January 11, 2017 15:23
Profile Widget by José Polanco
<!--
Take a look at this wonderful widget by José Polanco
http://dribbble.com/shots/1439808-Profile-Widget
-->
<div class="widget">
<div class="cover">
<img src="http://c.boylett.uk/images/wallpapers/005.jpg" />
@wlippold
wlippold / daily-ui-006-user-profile.markdown
Created January 11, 2017 15:13
Daily UI #006 - User Profile

Daily UI #006 - User Profile

Hint: Design a user profile and be mindful of the most important data, names, imagery, placement, etc. Is it for a serious profile? A social profile?

A Pen by Daniel Toillion on CodePen.

License.

@wlippold
wlippold / font-effects.markdown
Last active January 9, 2017 18:04
Font Effects2
@wlippold
wlippold / index.html
Created January 6, 2017 18:26
Static
<html>
<head><title>How to create a font effects using google web fonts?</title>
<link href="http://fonts.googleapis.com/css?family=Frijole&effect=static"
rel="stylesheet" type="text/css">
</head>
<body style="text-align:center;">
@wlippold
wlippold / how-to-change-a-font-in-css-using-google-fonts.markdown
Created January 4, 2017 13:48
How to change a font in CSS using Google Fonts?
@wlippold
wlippold / css-drop-shadow.markdown
Last active January 4, 2017 12:57
CSS Drop Shadow
@wlippold
wlippold / index.html
Created December 22, 2016 13:03
Music Player
<!-- Ui inspired from this : https://dribbble.com/shots/1044569-Music-Player-Concept -->
<script type="text/javascript" src='//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script>
"use strict";
$(document).ready(function() {
var songs = [{
"title": "Misses",
"artist": "Girls in Hawaii",
"cover": "http://bloo.ovh/music-player/img/Girls in Hawaii.jpeg",
"num": "0",