Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
115 changes: 115 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,115 @@
<!DOCTYPE html>
<html>
<head>


<link href="styles.css" rel="stylesheet" />
<title>Lambda School | A full computer science education that's free until you get a job<title />
</head>
<title></title>
<body>
<div class="top-container">
<div class="background" id="top-bg">
<ul class="menu-bar">
<li class="menu-item" id="top-logo"><img class="logo" alt="logo" src="https://lambdaschool.com/assets/img/lambdawhite.png" /></li>
<li class="menu-item">ABOUT</li>
<li class="menu-item" id="courses">COURSES</li>
<li class="menu-item">BLOG</li>
<li class="menu-item">CONTACT</li>
<li class="menu-item">APPLY</li>
</ul>
<div id="hidden">
<h3 class="all-courses">VIEW ALL COURSES</h3>
<p class="dropdown-cat">COURSES:</p>
<h3 class="all-courses">COMPUTER SCIENCE & SOFTWARE ENGINEERING</h3>
<h3 class="all-courses">ARTIFICIAL INTELLIGENCE & MACHINE LEARNING</h3>
<p class="dropdown-cat">FREE COURSE ARCHIVES:</p>
<h3 class="all-courses">JAVASCRIPT MINI BOOTCAMP</h3>
<h3 class="all-courses">WEB DEVELOPMENT MINI BOOTCAMP</h3>
</div>
<div class="scroll-top">
<h1>The Computer Science Education<br /> of the Future</h1>
<p class="top-p">Immersive preperation for the world's most in-demand careers,<br />for as little as <strong>$0 until you're hired</strong></p>
<div class="top-buttons">
<a class="small-btn">
VIEW COURSES<a>
<a class="small-btn" id="white-btn">APPLY NOW</a>
</div>
</div>
</div>
</div>
<div class="scroll">
<div class="model-container">
<h2 class="higher">A New Model For Higher Education</h2>
<div class="words">
<p>Lambda School invests in a small number of ambitious individuals by training them for the world's most in-demand careers.</p>
<p>In exchange, Lambda School graduates pay back a small percentage of their salary after they are hired.</p>
</div>
<div class="sides">
<div class="selection">
<h3 class="smalltitle">Selection</h3>
<p class="wordsside">Our unique application and interview process is designed to identify those with great aptitude for a technical career, regardless of their background.</p>
</div>
<div class="training">
<h3 class="smalltitle">Training</h3>
<p class="wordsside">Once students are selected, a small class undergoes live, intensive online training designed to meet the rigorous demands of our hiring partners.</p>
</div>
</div>
</div>

<div class="course-container">
<h2 class="lambdaheader">Lambda School Courses</h2>
<div class="courses-container">
<div class="CS">
<p class="CSA"><strong>COMPUTER SCIENCE </strong>ACADEMY</p>
<p class="cwords">6 Months (full-time) <br />Web & Software Engineering<br /><br /> <strong>$0 up-front</strong><br />+17% of salary for 2 yrs<br /> <p class="it">(or $20,000 up-front)</p></p>
<a class="blue-small-btn">LEARN MORE<a>
</div>
<div class="ML">
<p class="MLAI"><strong>MACHINE LEARNING & AI </strong>ACADEMY</p>
<p class="cwords">6 Months (full-time) <br />Machine & Deep Learning<br /><br /> <strong>$0 up-front</strong><br />+17% of salary for 2 yrs<br /> <p class="it">(or $20,000 up-front)</p></p>
<a class="blue-small-btn">LEARN MORE<a>
</div>
</div>
</div>

<div class="skills-container">
<div class="blue-img">
<div class="white-right">
<h3 class="right-header">The skills you need, wherever you are</h3>
<div class="right-words">
<p>Lambda School is live streamed from Silicon Valley to a small group of students participating from all over the world.</p>
<p>Students learn cutting-edge technology from world class instructors at no up-front cost and without having to relocate or acquire expensive housing.</p>
<p>Classes are live, interactive and include one-on-one help, real projects, and frequent code reviews.</p>
</div>
</div>
</div>
</div>

<div class="graduate-container">
<h2 class="higher" id="grad-head">Graduate Risk-Free</h2>
<div class="words" id="graduate-words">
<p>
You'll only pay tuition once you land a job paying more than $50,000/year in a software-related field.
<br />Should your employment status change, your payments will adjust automatically.
</p>
<br />
<strong id="no-more-bold">No more unpayable student loans.</strong>
</div>
<div class="risk-aligned">
<div class="risk">
<h3 class="risk-aligned-title">A RISK-FREE CAREER</h3>
<p class="risk-aligned-words">Once you have a high-paying job, you'll pay back tuition as a fixed percentage of your salary.</p>
</div>
<div class="aligned">
<h3 class="risk-aligned-title">ALIGNED INCENTIVES</h3>
<p class="risk-aligned-words">Because we invest in you, instead of the other way around, we only make money when you do.</p>
</div>
</div>
<div class="classroom-experience">
<h3 class="risk-aligned-title" id="ce">CLASSROOM EXPERIENCE</h3>
<p class="risk-aligned-words" id="ce-words">Just like a physical classroom experience, everything at Lambda School is live and interactive. Training takes place in rigorous, live instruction, hands-on projects, pair programming, realistic practice, and frequent code reviews from knowledgeable instructors.</p>
</div>
</div>
</body>
</html>
Loading