A Pen by David Cochran on CodePen.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <html> | |
| <head> | |
| <meta charset="UTF-8"/> | |
| </head> | |
| <body> | |
| <div class="container"> | |
| <div class="container__item landing-page-container"> | |
| <div class="content__wrapper"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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> |
Admin dashboard
A Pen by Sathish kumar on CodePen.
Exploring a slider concept designed by @Logancee https://dribbble.com/logancee
A Pen by mario s maselli on CodePen.
https://dailyui.co/ #003 Just code, no photoshop. Also available on my Dribbble :) https://dribbble.com/shots/2526009-Daily-UI-003-Landing-Page
A Pen by Fabio Ottaviani on CodePen.