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
[user] | |
name = Estefanio NS | |
email = [email protected] | |
[core] | |
editor = vim | |
whitespace = fix,-indent-with-non-tab,trailing-space,cr-at-eol | |
excludesfile = ~/.gitignore | |
[sendemail] | |
smtpencryption = tls | |
smtpserver = smtp.gmail.com |
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
<h1 class="tx_xlarge">Lorem ipsum</h1> | |
<h1 class="tx_large">Lorem ipsum</h1> | |
<h1 class="tx_medium">Lorem ipsum</h1> | |
<h1 class="tx_small">Lorem ipsum</h1> | |
<h1 class="tx_mir">Lorem ipsum</h1> |
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="pg_header bd bd_bottom_standard"> | |
<h1>Lorem ipsum dolor sit amet</h1> | |
</div> |
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="row row_fluid"> | |
<div class="grid grid_4 grid_md_6 grid_sm_12 fill_lg_outside_bottom input_field"> | |
<input type="text" placeholder="Name"/> | |
</div> | |
<div class="grid grid_4 grid_md_6 grid_sm_12 fill_lg_outside_bottom input_field"> | |
<input type="text" placeholder="Email"/> | |
</div> | |
<div class="grid grid_4 grid_md_12 input_field"> |