A Pen by Valeria Castillo on CodePen.
This file contains 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
<!--Skill Pill Style 1--> | |
<div class="row"> | |
<div class="teal-pill">HTML</div> | |
<div class="red-pill">CSS</div> | |
<div class="purple-pill">Angular</div> | |
<div class="orange-pill">C#</div> | |
</div> | |
<!--Skill Pill Style 2--> | |
<div class="row"> |
This file contains 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
<nav style="background:white;height:40px;"> | |
<a><i style="margin: 10px;color:#001A9C;cursor:pointer;" class="fa fa-lg fa-bars"></i></a> | |
</nav> | |
<section class="top" id="header"> | |
<img src="https://dl.dropboxusercontent.com/s/57qnpggkpinrmei/JSGO_Employee_Logo.png?dl=0" class="center"> | |
<h4>The fastest and easiest way to blah blah<br>all from your mobile devices.</h4> | |
<img href="" src="https://dl.dropboxusercontent.com/s/mn980sn5bq00qg8/appstore%402x.png?dl=0" class="apple" width= "150px" style="cursor:pointer"> | |
</section> | |
<!--Enter phone number--> | |
<section id="about" style="margin-bottom: 0px;"> |