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
<form action="#"> | |
<header> | |
<h2>Example Responsive Form</h2> | |
<div>This form breaks at 600px and goes from a left-label form to a top-label form. At above 1200px, the labels align right.</div> | |
</header> | |
<div> | |
<label class="desc" id="title1" for="Field1">Full Name</label> | |
<div> |
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
<link href='http://fonts.googleapis.com/css?family=Mr+Dafoe' rel='stylesheet' type='text/css'> | |
<div class="shadow">Style</div> |
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
(profilesvc)doula@mt1-pyweb01:/opt/webapp/profilesvc/lib/python2.6/site-packages$ ls | grep profile | |
profilesvc | |
profilesvc-1.30_master-py2.6.egg-info | |
(profilesvc)doula@mt1-pyweb01:/opt/webapp/profilesvc/lib/python2.6/site-packages$ pip install -i http://yorick.corp.surveymonkey.com:9003/index profilesvc==1.36-master | |
Downloading/unpacking profilesvc==1.36-master | |
Running setup.py egg_info for package profilesvc | |
warning: no files found matching '*.rst' | |
Requirement already satisfied (use --upgrade to upgrade): pyramid>=1.2.7 in /opt/webapp/profilesvc/lib/python2.6/site-packages (from profilesvc==1.36-master) | |
Requirement already satisfied (use --upgrade to upgrade): redis==2.6.2 in /opt/webapp/profilesvc/lib/python2.6/site-packages (from profilesvc==1.36-master) | |
Requirement already satisfied (use --upgrade to upgrade): SQLAlchemy in /opt/webapp/profilesvc/lib/python2.6/site-packages (from profilesvc==1.36-master) |
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 role="full-horizontal"> | |
<ul> | |
<li><a href="#">Stream</a></li> | |
<li><a href="#">Lab</a></li> | |
<li><a href="#">Projects</a></li> | |
<li><a href="#">About</a></li> | |
<li><a href="#">Contact</a></li> | |
</ul> | |
</nav> |
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
<div class="container"> | |
<h1>Screen Resolution</h1> | |
<div class="screen-wrap iphone"> | |
<div class="screen-type"> | |
<div class="screen"></div> | |
</div> | |
<h4>iPhone 4</h4> | |
<p>Size: 3.5 inches</p> | |
<p>Resolution: 960 × 460 pixels</p> |
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
monkey sauce |