diff --git a/Website/app.js b/Website/app.js new file mode 100644 index 0000000..e69de29 diff --git a/Website/index.html b/Website/index.html new file mode 100644 index 0000000..c290a40 --- /dev/null +++ b/Website/index.html @@ -0,0 +1,255 @@ + + + + + + + +
+

Lambda

+
+
+

ABOUT

+
+
+

COURSES

+
+
+

BLOG

+
+
+

CONTACT

+
+
+

APPLY

+
+
+

The Computer Science Education

+

of the Future

+

Immersive preparation for the world's most in-demand careers,

+

for as little as $0 until you're hired

+ + +
+
+

A New Model for Higher Education

+

Lambda School invests in a small number of ambitious individuals by

+

training them for the world's most in-demand careers.

+

In exchange, Lambda School graduates pay back a small percentage of

+

their salary after they are hired.

+
+
+

Selection

+

Our unique application and

+

interview process is designed to

+

identify those with great aptitude

+

for a technical career, regardless

+

of their background.

+
+
+

Training

+

Once students are selected, a

+

small class undergoes live,

+

intensive online training

+

designed to meet the rigorous

+

demands of our hiring partners.

+
+
+

+ Lambda School Courses +

+
+
+ + + +
+
+ Some guy +

+








The skills you need, wherever you are

+ Lambda School is live streamed from Silicon Valley to a
+ small group of students participating from all over the world. +

Students learn cutting-edge technology from world class
+ instructors at no up-front cost and without having to
+ relocate or acquire expensive housing.

Classes are live, interactive and include one-on-one help, +
real projects, and frequent code reviews.

+
+
+

Graduate Risk-Free

+

You'll only pay tuition once you land a job paying more than $50,000/year in a software-related field.
+ Should your employment status change, your payments will adjust automatically.

+

No more unpayable student loans.

+
+
+

A Risk-Free Career


+ +

+

Aligned Incentives


+

+
+
+

Once you have a high-paying job, you'll
+ pay back tuition as a fixed percentage of
your salary.

+

Because we invest in you, instead of the
+ other way around, we only make money
when you do.

+
+
+


Classroom Experience

+

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.

+
+
+

+ World-Class Instructors +

+
+
+ +
+
+ +
+
+

Free Lambda School Courses (Pre-Course Work)

+
+
+ +
+
+ +
+
+

Meet the Students - Current Class

+
+
+ +
+
+ +
+ + \ No newline at end of file diff --git a/Website/styles.css b/Website/styles.css new file mode 100644 index 0000000..2528f69 --- /dev/null +++ b/Website/styles.css @@ -0,0 +1,156 @@ + +body { + background-color: #4286f4; +} +.topmenu { + color: white; + display: inline-block; + margin-left: 35px; + background-color: #4286f4; +} + +.upper { + text-align: center; + color: white; + margin: 240px; + font-size: 35px; + background-color: #4286f4; +} +div p { + font-size: 22px; +} + +.button { + height: 50px; + width: 190px; +} +#button1 { + background-color: #4286f4; + color: white; + border-style: solid; + border-color: white; + border-width: 1px; + margin-right: 12px; +} + +#button2 { + border-style: solid; + background-color: white; + margin-left: 12px; + color: #4286f4; +} + +.bottom { + background-color: white; + color: gray; +} + +.aligned { + text-align: center; +} + +h2 { + color: black; +} + +upper h1 { + margin:0px; +} + +#heading1 { + margin-bottom: 0px; +} + +#entered { + margin-top: 40px; +} + +.thisdiv { + text-align: center; + display: inline-block; + background-color: white; +} + +#leftchoice { + padding-left: 657px; + display: inline-block; +} + +#rightchoice { + padding-right: 657px; + display: inline-block; +} + +.thisdiv p { + color: gray; +} + +.whiteback { + background-color: white; +} + +.inlinedisplay { + display: inline-block; +} + +#left { + margin-right: 400px; + margin-left:400px; +} + +/* li p { + text-align: center; + display: inline-block; +} */ + +#addmargin { + margin-left: 100px; +} + +#button3 { + margin-left: 100px; +} + +.bottombuttons { + color: white; + background-color: #4286f4; + border-style: solid; + border-width: 1px; + border-color: white; + width: 185px; + height: 47px; +} + +#thispic { + margin-left: -330px; + overflow: hidden; +} + +#floatedright { + float: right; +} + +#leftother { + margin-right: 400px; + margin-left:500px; +} + +#thisleft { + margin-left: 400px; + margin-right: 280px; +} + +#pushed { + margin-top: 170px; + margin-right: 525px; +} + +.devpics { + max-width: 265px; + max-height: 265px; +} + +.studentpics { + max-width: 232px; + max-height: 281px; +} \ No newline at end of file