Skip to content

Instantly share code, notes, and snippets.

@benfarahmand
Last active December 28, 2015 21:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save benfarahmand/7566266 to your computer and use it in GitHub Desktop.
Save benfarahmand/7566266 to your computer and use it in GitHub Desktop.
landing page for tuivalabs
<div class="span12" style="padding-top: 60px;">
<!-- <hr> -->
<div style="padding-top:20px;"></div>
<div class="span5 offset3">
<a href="/accounts/register/teacher/">
<div class="login-form-label signup-as-teacher">I am a <b>Teacher</b>.</div>
</a>
<a href="/accounts/register/student">
<div class="login-form-label signup-as-student">I am a <b>Student</b>.</div>
</a>
</div>
<div style="clear:both;"></div>
<div style="padding-bottom:10px;"></div>
</div>
.home-head-img .banner {
margin-top: 20px;
font-size: 60px;
line-height: 60px;
font-weight: lighter;
color: white;
}
<div class="row" style="padding-top:20px;padding-bottom:40px;">
<div class="container">
<div class="span4 home-section">
<div class="title">Enable</div>
<div class="desc">your students to be global citizens of the world, and teach them the critical thinking and problem-solving skills they need to succeed in the 21st century.</div>
</div>
<div class="span4 home-section" style="padding-left: 15px;padding-right: 15px;">
<div class="title">Engage</div>
<div class="desc">your students in real-world, meaningful math activities that cater to their unique interests.</div>
</div>
<div class="span4 home-section">
<div class="title">Empower</div>
<div class="desc">studetns with the skills to analyze visualize, and interpret data sets and prepare them with the critical data literacy skills needed for tomorrow's jobs.</div>
</div>
</div>
</div>
.home-section .title {
font-size: 36px;
line-height: 11px;
font-weight: 600;
padding-bottom: 14px;
}
<div class="span7 signup-buttons">
<a href="/accounts/register/teacher/">
<div class="login-form-label signup-as-teacher">I am a <b style="font-weight: 400;">Teacher</b>.</div>
</a>
<a href="/accounts/register/student">
<div class="login-form-label signup-as-student">I am a <b style="font-weight: 400;">Student</b>.</div>
</a>
</div>
.signup-as-teacher {
color: #FFFFFF;
background-color: #71bda9;
box-shadow: none;
padding: 16px 32px;
-moz-border-radius: 5px;
border-radius: 5px;
display: inline-block;
margin-right: 15px;
}
.signup-as-student {
color: #FFFFFF;
background-color: #d79c10;
box-shadow: none;
padding: 16px 32px;
-moz-border-radius: 5px;
border-radius: 5px;
display: inline-block;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment