Skip to content

Instantly share code, notes, and snippets.

View winrodriguez's full-sized avatar

Edwin Rodriguez winrodriguez

View GitHub Profile
@winrodriguez
winrodriguez / index.html
Created April 29, 2020 14:13
Landing Page
<html>
<head>
<meta charset="UTF-8"/>
</head>
<body>
<div class="container">
<div class="container__item landing-page-container">
<div class="content__wrapper">
@winrodriguez
winrodriguez / index.html
Created July 11, 2019 10:36
Reddit-like Voting Widget (VueJS)
<div class="container">
<div id="post">
<div class="flex">
<div class="vote">
<div class="up" @click="upVote">
<i :style="{ color: green ? '#22c7a9' : '#aaa' }" class="fa fa-caret-up fa-2x" aria-hidden="true"></i>
</div>
<div class="votes">{{ voteCount }}</div>
<div class="down" @click="downVote">
<i :style="{ color: red ? '#f56262': '#aaa' }" class="fa fa-caret-down fa-2x" aria-hidden="true"></i>
@winrodriguez
winrodriguez / index.html
Created July 3, 2019 13:13
Weekly Coding Challenge #1 - Double slider Sign in/up Form - Desktop Only
<h2>Weekly Coding Challenge #1: Sign in/up Form</h2>
<div class="container" id="container">
<div class="form-container sign-up-container">
<form action="#">
<h1>Create Account</h1>
<div class="social-container">
<a href="#" class="social"><i class="fab fa-facebook-f"></i></a>
<a href="#" class="social"><i class="fab fa-google-plus-g"></i></a>
<a href="#" class="social"><i class="fab fa-linkedin-in"></i></a>
</div>
@winrodriguez
winrodriguez / centered-navbar-items-bootstrap-3.markdown
Created February 5, 2019 14:20
Centered Navbar Items - Bootstrap 3

Craigslist Dashboard

Found the inspiration design on Dribbble and couldn't resist. Improvised some of the interactive UI features and added loading animations to spice up the initial load. Link in the HTML pannel

A Pen by Tey Tag on CodePen.

License.

@winrodriguez
winrodriguez / exploring-ui-animation-2.markdown
Created January 1, 2019 10:44
Exploring UI Animation #2
@winrodriguez
winrodriguez / daily-ui-003-landing-page.markdown
Created January 1, 2019 10:41
Daily UI #003: Landing page