diff --git a/README.md b/README.md
old mode 100644
new mode 100755
diff --git a/design-files/desktop.jpg b/design-files/desktop.jpg
old mode 100644
new mode 100755
diff --git a/great-idea-website/css/index.css b/great-idea-website/css/index.css
old mode 100644
new mode 100755
index 7766e7f18..ad4b315c4
--- a/great-idea-website/css/index.css
+++ b/great-idea-website/css/index.css
@@ -63,4 +63,160 @@ h1, h2, h3, h4, h5 {
margin-bottom: 15px;
}
-/* Your code starts here! */
\ No newline at end of file
+/* Your code starts here! */
+
+header{
+ margin-top: 75px;
+
+}
+
+nav{
+ width: 100%;
+ position: fixed;
+ top:0px;
+ height: 75px;
+ background-color: #000723;
+ padding: 0 50px;
+ box-shadow: 1px 2px 3px rgba(0,0,0,0.3);
+}
+
+a.navBar{
+ box-sizing: border-box;
+ width: 15.66%;
+ height: 20px;
+ /*padding: 37.5px 0;*/
+ display: inline-block;
+ vertical-align: top;
+ margin: 0px auto;
+ padding: 26.5px;
+ text-decoration: none;
+ color: #fff;
+ -webkit-transition: all 0.78s ease-in-out;
+ -moz-transition: all 0.78s ease-in-out;
+ -o-transition: all 0.78s ease-in-out;
+ transition: all 0.78s ease-in-out;
+}
+
+.navBar:hover{
+ -webkit-transition: all 0.78s ease-in-out;
+ -moz-transition: all 0.78s ease-in-out;
+ -o-transition: all 0.78s ease-in-out;
+ transition: all 0.78s ease-in-out;
+ cursor: pointer;
+ color: skyblue;
+ text-decoration: underline;
+}
+
+.navLinks{
+ width: 70%;
+ display: inline-block;
+ vertical-align: top;
+ box-sizing: border-box;
+}
+
+.logo{
+ box-sizing: border-box;
+ width: 20%;
+ padding: 15px 0;
+ display: inline-block;
+}
+
+section.first-section{
+ width: 48%;
+ height: 300px;
+ padding: 20px 0;
+ display: inline-block;
+ box-sizing: border-box;
+ margin-top: 75px;
+}
+
+section.second-section{
+ width: 48%;
+ height: 300px;
+ padding: 20px 0;
+ display: inline-block;
+ box-sizing: border-box;
+ margin-top: 75px;
+}
+
+h1{
+ text-align: center;
+ height: 180px;
+ width: 100%;
+ font-size: 60px;
+ padding: 0 60px;
+
+}
+
+h3.buttonKey{
+ border: 1px solid black;
+ text-align: center;
+ width: 175px;
+ font-size: 20px;
+ height: 30px;
+ vertical-align: bottom;
+ display: block;
+ margin: auto;
+ box-shadow: 1px 2px 3px rgba(0,0,0,0.3);
+
+ line-height: 30px;
+ -webkit-transition: all 0.28s ease-in-out;
+ -moz-transition: all 0.28s ease-in-out;
+ -o-transition: all 0.28s ease-in-out;
+ transition: all 0.28s ease-in-out;
+}
+
+h3.buttonKey:hover{
+ box-shadow: 0px 0px 0px rgba(0,0,0,0.3);
+ cursor: pointer;
+ -webkit-transition: all 0.28s ease-in-out;
+ -moz-transition: all 0.28s ease-in-out;
+ -o-transition: all 0.28s ease-in-out;
+ transition: all 0.28s ease-in-out;
+}
+
+.logo2{
+ height: 300px;
+ display: block;
+ margin: auto;
+
+
+}
+
+.mainContent{
+ width: 80%;
+ margin: 10% 10% 0 10%;
+ padding: 2.5% 0;
+
+ border-top: 1px solid black;
+ border-bottom: 1px solid black;
+}
+
+img.middle-img{
+ width: 100%;
+ box-shadow: 1px 2px 3px rgba(0,0,0,0.3);
+}
+
+.top{
+ width: 48%;
+ display: inline-block;
+ padding-bottom: 5%;
+}
+
+.bottom{
+ width: 32%;
+ display: inline-block;
+ padding: 5% 1%;
+}
+
+footer{
+ width: 80%;
+ margin: 0 10%;
+ padding: 2.5% 0;
+}
+
+.cr{
+ margin: 10% 0;
+ width: 100%;
+ text-align: center;
+}
diff --git a/great-idea-website/img/header-img.png b/great-idea-website/img/header-img.png
old mode 100644
new mode 100755
diff --git a/great-idea-website/img/logo.png b/great-idea-website/img/logo.png
index d4fee06fa..895635f91 100644
Binary files a/great-idea-website/img/logo.png and b/great-idea-website/img/logo.png differ
diff --git a/great-idea-website/img/logoOrig.png b/great-idea-website/img/logoOrig.png
new file mode 100755
index 000000000..d4fee06fa
Binary files /dev/null and b/great-idea-website/img/logoOrig.png differ
diff --git a/great-idea-website/img/mid-page-accent.jpg b/great-idea-website/img/mid-page-accent.jpg
old mode 100644
new mode 100755
diff --git a/great-idea-website/index.html b/great-idea-website/index.html
old mode 100644
new mode 100755
index 92beabd65..488723f14
--- a/great-idea-website/index.html
+++ b/great-idea-website/index.html
@@ -16,48 +16,93 @@
- Services
- Product
- Vision
- Features
- About
- Contact
+
+
+
+
+ Features
+ Aliquam elementum magna eros, ac posuere elvit tempus et. Suspendisse vel tempus odio, in interdutm nisi. Suspendisse eu ornare nisl. Nullam convallis augue justo, at imperdiet metus scelerisque quis.
+
+
+
+
+
+ About
+ Aliquam elementum magna eros, ac posuere elvit tempus et. Suspendisse vel tempus odio, in interdutm nisi. Suspendisse eu ornare nisl. Nullam convallis augue justo, at imperdiet metus scelerisque quis.
+
+
+
+
+
+
+ Services
+ Aliquam elementum magna eros, ac posuere elvit tempus et. Suspendisse vel tempus odio, in interdutm nisi. Suspendisse eu ornare nisl. Nullam convallis augue justo, at imperdiet metus scelerisque quis.
+
+
+
+ Product
+ Aliquam elementum magna eros, ac posuere elvit tempus et. Suspendisse vel tempus odio, in interdutm nisi. Suspendisse eu ornare nisl. Nullam convallis augue justo, at imperdiet metus scelerisque quis.
+
+
+
+ Vision
+ Aliquam elementum magna eros, ac posuere elvit tempus et. Suspendisse vel tempus odio, in interdutm nisi. Suspendisse eu ornare nisl. Nullam convallis augue justo, at imperdiet metus scelerisque quis.
+
+
+
- Product
- Aliquam elementum magna eros, ac posuere elvit tempus et. Suspendisse vel tempus odio, in interdutm nisi. Suspendisse eu ornare nisl. Nullam convallis augue justo, at imperdiet metus scelerisque quis.
+