diff --git a/index.html b/index.html
new file mode 100644
index 0000000..740f4c7
--- /dev/null
+++ b/index.html
@@ -0,0 +1,70 @@
+
+
+
+
+
+
+
+ Lambda School - A computer science education that's 100% free until you're hired
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ The Computer Science Education of the Future
+
+
+ Immesive preparation for the world's most in-demand careers, for as little as $0 until you're hired
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/public/index.css b/public/index.css
new file mode 100644
index 0000000..ea27090
--- /dev/null
+++ b/public/index.css
@@ -0,0 +1,199 @@
+
+h1, h2, h4 {
+ text-transform: uppercase;
+}
+
+.container {
+ position: absolute;
+ min-width: 400px;
+ max-width: 100%;
+ width: 100%;
+ margin: 0;
+ padding: 0;
+ left:0;
+ top:0;
+ height: 100%;
+}
+
+.header {
+ position: absolute;
+ width: 100%;
+ height: 60px;
+ left: 0;
+ top: 0;
+ border-bottom: 1.5px solid rgb(218, 215, 255);
+ border-bottom: 1.5px solid rgba(218, 215, 255, .5);
+ min-height: 60px;
+}
+
+.background {
+ background: linear-gradient(rgba(5, 40, 60, .9), rgba(55, 189, 255, .6)), url("res/images/background.jpg");
+ background-position: center center;
+ background-attachment: fixed;
+ background-size: cover;
+ background-repeat: no-repeat;
+ width: 100%;
+ height: 100%;
+ display: inline-block;
+}
+
+.logo {
+ position: relative;
+ display: inline-block;
+ float: left;
+ top: 50%;
+ transform: translateY(-50%);
+ margin-left: 2vmin;
+ margin-right: 3vmin;
+}
+
+.logo > a > img {
+ height: 30px;
+}
+
+.menu {
+ display: inline-block;
+ text-align: center;
+}
+
+.menu.items > p {
+ position: relative;
+ display: inline-block;
+ margin-top: 0px;
+ padding: 20px 10px 24px 10px;
+ font-size: 16px;
+ color: white;
+ text-transform: uppercase;
+ top: 0;
+}
+
+.menu.items.courses:hover + .menu.items.courses.dropdown {
+ display: block;
+}
+
+.menu.items.courses.dropdown:hover {
+ display: block;
+}
+
+.menu.items.courses.dropdown {
+ position: absolute;
+ display: none;
+ text-align: left;
+ width: 380px;
+ color: white;
+ background-color: rgb(25,26,28);
+ padding: 8px 8px 8px 20px;
+ margin-top: -16px;
+ box-shadow: 5px 5px 8px rgba(0, 0, 0, .5);
+}
+
+.menu.items.courses.dropdown > * {
+ opacity: .6;
+}
+
+.menu.items.courses.dropdown > h1 {
+ font-size: 14px;
+}
+
+.menu.items.courses.dropdown > h2 {
+ font-size: 13px;
+ margin-top: 20px;
+}
+
+.menu.items.courses.dropdown > h4 {
+ font-size: 10px;
+ margin-top: 30px;
+ opacity: .4;
+}
+
+.menu.items > p:hover {
+ opacity: .8;
+}
+
+.info {
+ text-align: center;
+ color: white;
+}
+
+.info > h1 {
+ margin-top: 30vmin;
+ margin-left: 20vmin;
+ margin-right: 20vmin;
+ font-size: 7vmin;
+ text-shadow: 4px 3px 2px rgba(0, 0, 0, .5);
+}
+
+.info > h3 {
+ margin-left: 60px;
+ margin-right: 60px;
+ font-size: 4vmin;
+ font-weight: normal;
+}
+
+.info.button {
+ position: relative;
+ display: inline-block;
+ border: 1px solid white;
+ padding: 15px 56px 15px 56px;
+ background: transparent;
+ outline: none;
+ font-size: 12px;
+ text-transform: uppercase;
+}
+
+.info.button#apply {
+ background-color: rgba(255,255,255,.8);
+ color: rgba(16,24,24,.7);
+}
+
+.info.button:hover {
+ padding: 14px 53px 15px 51px;
+ font-size: 13px;
+}
+
+.info.button:active {
+ padding: 16px 60px 16px 59px;
+ font-size: 11px;
+}
+
+.info.button#apply:hover {
+ padding: 14px 53px 15px 54px;
+}
+
+.info.button#apply:active {
+ padding: 16px 59px 16px 59px;
+ font-size: 11px;
+}
+
+@media screen and (max-width: 995px){
+ .header {
+ background-color: rgb(16,24,24);
+ position: fixed;
+ z-index: 9001;
+ }
+
+ .logo > a > img{
+ height: 20px;
+ }
+
+ .background {
+ position: relative;
+ }
+
+ .info > h1{
+ margin-top: 25vh;
+ }
+
+ .menu.items > * {
+ font-size: 12px !important;
+ padding-right: 1.5vmin !important;
+ padding-left: 1.5vmin !important;
+ padding-bottom: 3% !important;
+ padding-top: 6% !important;
+ bottom: 0 !important;
+ }
+
+ .menu.items.courses:hover + .menu.items.courses.dropdown {
+ display: none;
+ }
+}
\ No newline at end of file
diff --git a/public/index.js b/public/index.js
new file mode 100644
index 0000000..25f9cea
--- /dev/null
+++ b/public/index.js
@@ -0,0 +1 @@
+// was trying to do everything in css
\ No newline at end of file
diff --git a/public/res/images/background.jpg b/public/res/images/background.jpg
new file mode 100644
index 0000000..cd1b968
Binary files /dev/null and b/public/res/images/background.jpg differ
diff --git a/res/favicon/android-icon-192x192.png b/res/favicon/android-icon-192x192.png
new file mode 100644
index 0000000..00a617f
Binary files /dev/null and b/res/favicon/android-icon-192x192.png differ
diff --git a/res/favicon/apple-icon-114x114.png b/res/favicon/apple-icon-114x114.png
new file mode 100644
index 0000000..a2c785e
Binary files /dev/null and b/res/favicon/apple-icon-114x114.png differ
diff --git a/res/favicon/apple-icon-120x120.png b/res/favicon/apple-icon-120x120.png
new file mode 100644
index 0000000..2b29a95
Binary files /dev/null and b/res/favicon/apple-icon-120x120.png differ
diff --git a/res/favicon/apple-icon-144x144.png b/res/favicon/apple-icon-144x144.png
new file mode 100644
index 0000000..1e8578d
Binary files /dev/null and b/res/favicon/apple-icon-144x144.png differ
diff --git a/res/favicon/apple-icon-152x152.png b/res/favicon/apple-icon-152x152.png
new file mode 100644
index 0000000..9c87d1a
Binary files /dev/null and b/res/favicon/apple-icon-152x152.png differ
diff --git a/res/favicon/apple-icon-180x180.png b/res/favicon/apple-icon-180x180.png
new file mode 100644
index 0000000..50d0a3c
Binary files /dev/null and b/res/favicon/apple-icon-180x180.png differ
diff --git a/res/favicon/apple-icon-57x57.png b/res/favicon/apple-icon-57x57.png
new file mode 100644
index 0000000..bb0cac0
Binary files /dev/null and b/res/favicon/apple-icon-57x57.png differ
diff --git a/res/favicon/apple-icon-60x60.png b/res/favicon/apple-icon-60x60.png
new file mode 100644
index 0000000..5b0344e
Binary files /dev/null and b/res/favicon/apple-icon-60x60.png differ
diff --git a/res/favicon/apple-icon-72x72.png b/res/favicon/apple-icon-72x72.png
new file mode 100644
index 0000000..e390976
Binary files /dev/null and b/res/favicon/apple-icon-72x72.png differ
diff --git a/res/favicon/apple-icon-76x76.png b/res/favicon/apple-icon-76x76.png
new file mode 100644
index 0000000..a96a0b5
Binary files /dev/null and b/res/favicon/apple-icon-76x76.png differ
diff --git a/res/favicon/favicon-16x16.png b/res/favicon/favicon-16x16.png
new file mode 100644
index 0000000..ceeffe3
Binary files /dev/null and b/res/favicon/favicon-16x16.png differ
diff --git a/res/favicon/favicon-32x32.png b/res/favicon/favicon-32x32.png
new file mode 100644
index 0000000..bf73701
Binary files /dev/null and b/res/favicon/favicon-32x32.png differ
diff --git a/res/favicon/favicon-96x96.png b/res/favicon/favicon-96x96.png
new file mode 100644
index 0000000..e830853
Binary files /dev/null and b/res/favicon/favicon-96x96.png differ
diff --git a/res/favicon/favicon.ico b/res/favicon/favicon.ico
new file mode 100644
index 0000000..8a5c38a
Binary files /dev/null and b/res/favicon/favicon.ico differ
diff --git a/res/images/background.jpg b/res/images/background.jpg
new file mode 100644
index 0000000..cd1b968
Binary files /dev/null and b/res/images/background.jpg differ
diff --git a/res/images/ben.jpg b/res/images/ben.jpg
new file mode 100644
index 0000000..19dce41
Binary files /dev/null and b/res/images/ben.jpg differ
diff --git a/res/images/drew.jpg b/res/images/drew.jpg
new file mode 100644
index 0000000..43cc773
Binary files /dev/null and b/res/images/drew.jpg differ
diff --git a/res/images/istock1blue.jpg b/res/images/istock1blue.jpg
new file mode 100644
index 0000000..169651b
Binary files /dev/null and b/res/images/istock1blue.jpg differ
diff --git a/res/images/istock4blue.jpg b/res/images/istock4blue.jpg
new file mode 100644
index 0000000..aa5f32c
Binary files /dev/null and b/res/images/istock4blue.jpg differ
diff --git a/res/images/istock5blue.jpg b/res/images/istock5blue.jpg
new file mode 100644
index 0000000..f55ccc8
Binary files /dev/null and b/res/images/istock5blue.jpg differ
diff --git a/res/images/istock6blue.jpg b/res/images/istock6blue.jpg
new file mode 100644
index 0000000..f6543b4
Binary files /dev/null and b/res/images/istock6blue.jpg differ
diff --git a/res/images/jiovan.jpg b/res/images/jiovan.jpg
new file mode 100644
index 0000000..6ba2c70
Binary files /dev/null and b/res/images/jiovan.jpg differ
diff --git a/res/images/karthik.png b/res/images/karthik.png
new file mode 100644
index 0000000..9dca9bb
Binary files /dev/null and b/res/images/karthik.png differ
diff --git a/res/images/lambdawhite.png b/res/images/lambdawhite.png
new file mode 100644
index 0000000..98f9a2e
Binary files /dev/null and b/res/images/lambdawhite.png differ
diff --git a/res/images/latoyya.png b/res/images/latoyya.png
new file mode 100644
index 0000000..d21106d
Binary files /dev/null and b/res/images/latoyya.png differ
diff --git a/res/images/logo-dark.png b/res/images/logo-dark.png
new file mode 100644
index 0000000..8201475
Binary files /dev/null and b/res/images/logo-dark.png differ
diff --git a/res/images/patrick.jpg b/res/images/patrick.jpg
new file mode 100644
index 0000000..6641483
Binary files /dev/null and b/res/images/patrick.jpg differ
diff --git a/res/images/ryan.jpg b/res/images/ryan.jpg
new file mode 100644
index 0000000..0bc2e5a
Binary files /dev/null and b/res/images/ryan.jpg differ
diff --git a/res/images/sean.jpg b/res/images/sean.jpg
new file mode 100644
index 0000000..e94833c
Binary files /dev/null and b/res/images/sean.jpg differ