Skip to content

Commit

Permalink
Merge 0adae6c into cfb34f4
Browse files Browse the repository at this point in the history
  • Loading branch information
sayamkanwar committed Dec 8, 2018
2 parents cfb34f4 + 0adae6c commit 7214dc2
Show file tree
Hide file tree
Showing 34 changed files with 783 additions and 0 deletions.
292 changes: 292 additions & 0 deletions ide/static/css/home_style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,292 @@
a {
text-decoration: none;
}
a:hover {
text-decoration: none;
}
.home-container {
width: 100%;
margin: 0;
padding: 0;
background: #f9fcff;
height: 100%;
position: absolute;
top: 0;
left: 0;
}
.header {
border-top: 0.3em solid #509de2;
}
.logo {
width: 7%;
margin-left: 8em;
margin-top: 1em;
float: left;
}
.links {
margin: 1.8em;
}
.links a {
text-decoration: none;
color: #3b8ebb;
float: right;
margin: 1em;
cursor: pointer;
}
.clear {
clear: both;
}
#signup {
background: #509de2;
padding: 1em;
padding-left: 2em;
padding-right: 2em;
margin-top: 0.1em;
color: #fff;
margin-right: 6em;
border-radius: 10em;
}
.first {
display: flex;
flex: 1;
flex-direction: row;
}
.first-left {
float: left;
}
.first-left {
margin-left: 9em;
margin-top: 4em;
}
.first-left h1 {
font-size: 3.5em;
font-weight: bolder;
background: linear-gradient(to right, #3dc4de, #47b0e0);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.first-left p {
font-size: 1.8em;
color: #3b8ebb;
margin-top: -0.2em;
}
.try {
text-decoration: none;
background: #509de2;
padding: 1em;
font-size: 1.2em;
padding-left: 2em;
padding-right: 2em;
color: #fff;
border-radius: 10em;
}
.try:hover {
text-decoration: none;
color: #fff;
}
.first-right {
margin-left: 10em;
float: right;
}
.first-right img {
width: 80%;
margin: 2em;
}
.second {
margin-top: 15em;
}
.second h1,
.third h1,
.fourth h1 {
font-size: 2em;
color: #529ae3;
font-weight: lighter;
margin-left: 4.5em;
}
.large-box {
background: #fff;
width: 82%;
height: 11em;
box-shadow: 1px 1px 132px -20px rgba(99, 124, 149, 0.22);
border-radius: 0.4em;
}
.large-box p {
color: #509de2;
width: 90%;
font-size: 1.2em;
margin-top: 0.5em;
text-align: justify;
line-height: 2em;
}
.third {
margin-top: 5em;
background: #f6f8fb;
overflow-x: hidden;
}
.third h1 {
margin-top: 1em;
}

.demo {
width: 110%;
margin: 4em 0 4em -5em;
}

.demo-left,
.demo-right {
display: inline-block;

}

.demo-right {
width: 30%;
margin: 0 4em 0 4em;
}
.demo-right h2,
.demo-left h2 {
font-weight: bold;
color: #509de2;
text-align: justify;
}
.demo-right p,
.demo-left p {
font-size: 1.2em;
line-height: 2em;
color: #509de2;
text-align: justify;
}
.demo-box {
background: #fff;
height: 25em;
box-shadow: 1px 1px 132px -20px rgba(0, 0, 0, 0.2);
width: 40em;
margin: 1em;
/*margin-left: -10em;*/
border-radius: 7px;
}
.overlay {
background: rgba(0, 0, 0, 0.6);
height: 22.3em;
width: 40em;
margin-top: 2.9em;
position: absolute;
transition: all 0.3s ease;
}
.overlay span {
color: #fff;
font-size: 3em;
border-radius: 50%;
padding: 0.6em 0.5em 0.6em 0.7em;
margin-top: 2.1em;
}
.overlay:hover {
opacity: 0;
transition: all .3s ease;
}
.demo-box-top {
margin: 1em 0 0.5em 1em;
float: left;
display: inline-block;
}
.circle1,
.circle2,
.circle3 {
height: 1em;
width: 1em;
border-radius: 50%;
display: inline-block;
margin: 0 0.5em 0 0.5em;
}
.circle1 {
background: #c23824;
}
.circle2 {
background: #f2c600;
}
.circle3 {
background: #1aaf5d;
}
.demo-gif {
width: 40em;
height: 22.2em;
}
.fourth h1 {
margin-top: 1.7em;
}
.members {
width: 80%;
display: inline-block;
}
.member {
margin: 1em;
margin-bottom: 3em;
width: 200px;
display: inline-block;
background: #fff;
padding: 1em;
box-shadow: 1px 1px 132px -20px rgba(41, 128, 185, 0.2);
border-radius: 5px;
}
.member p {
font-size: 1.3em;
margin-top: 1em;
color: #1c446c;
}
.member img {
width: 150px;
height: 150px;
border-radius: 50%;
border: 0.4em solid rgba(41, 128, 185, 0.2);
}
.social-icons span {
margin-right: 0.4em;
margin-left: 0.4em;
margin-top: -0.4em;
border: 0.1em solid #529ae3;
border-radius: 50%;
padding: 1em;
font-size: 0.8em;
color: #529ae3;
background: #fff;
transition: all 0.3s ease;
}
.social-icons span:hover {
background: #529ae3;
color: #fff;
transition: all 0.3s ease;
}
.footer {
background: #fff;
height: 200px;
}
.footer-content {
width: 80%;
margin-top: 1em;
}
.footer-content-left {
float: left;
}
.footer-content-left p {
text-align: left;
font-size: 1.1em;
}
.sub-txt {
color: #7a7a7a;
}
.footer-content-left span {
font-size: 1.4em;
color: #7a7a7a;
}
.footer-content-right {
float: right;
width: 20em;
}
.icons {
display: flex;
flex-direction: row;
flex: 1;
margin-top: 3.6em;
}
.icons img {
width: 40%;
}
Binary file added ide/static/img/Deshraj.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ide/static/img/Ram_Ramrakhya.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ide/static/img/Viraj_Prabhu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ide/static/img/build.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ide/static/img/collab.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ide/static/img/export.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ide/static/img/facebook.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ide/static/img/features/build_model.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ide/static/img/features/build_model_thumb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ide/static/img/features/export_model.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ide/static/img/features/export_model_thumb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ide/static/img/features/import_model.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ide/static/img/features/import_model_thumb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ide/static/img/features/load_from_zoo_thumb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ide/static/img/features/load_model_from_zoo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ide/static/img/features/share_model.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ide/static/img/features/share_model_thumb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ide/static/img/folder.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ide/static/img/github.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ide/static/img/graphic1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ide/static/img/import.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ide/static/img/input.png
Binary file added ide/static/img/linkedin.png
Binary file added ide/static/img/share.png
Binary file added ide/static/img/twitter.png
Binary file added ide/static/img/user 2.png
Loading

0 comments on commit 7214dc2

Please sign in to comment.