Skip to content

Commit

Permalink
files added
Browse files Browse the repository at this point in the history
  • Loading branch information
treyhboy committed Nov 1, 2018
1 parent 957c878 commit cd5d178
Show file tree
Hide file tree
Showing 35 changed files with 536 additions and 305 deletions.
Binary file modified .DS_Store
Binary file not shown.
432 changes: 200 additions & 232 deletions .idea/workspace.xml

Large diffs are not rendered by default.

Empty file modified includes/.DS_Store
100644 → 100755
Empty file.
Empty file modified includes/css/flyacts.css
100644 → 100755
Empty file.
40 changes: 31 additions & 9 deletions includes/css/sponsor.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
* {
font-family: 'Raleway', Arial;
color: #fff;
font-weight: 500
}


h1,
h2,
Expand Down Expand Up @@ -94,6 +88,30 @@ a:hover {
filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
opacity: 0
}
.keynote{

min-height: 550px;
height: 600px;
margin-top: 5rem;
/*transform:translateY(-61%);*/
/* background-color: #B2E04C;*/

}
.keynote h2{
text-decoration: underline;
color: #6a6a6a;
font-size: 3rem;
}
.keynote .coming_soon{
margin-top: 10rem;
display: flex;
justify-content: center;
width: 100%;
}
.keynote .coming_soon img{
width: 50%;
height: 60%;
}
.section8 {

min-height: 768px;
Expand Down Expand Up @@ -318,7 +336,7 @@ a:hover {
*/
.section10 {
min-height: 755px;
background-color: #333;
background-color: #fff;
/*transform:translateY(-73%);*/
}

Expand All @@ -334,7 +352,7 @@ a:hover {
}

.section10 .line {
background-color: #fff
background-color: #37cba2;
}

.section10 .line1 {
Expand Down Expand Up @@ -373,6 +391,7 @@ a:hover {
margin: 0
}

/*
.section10 .line5 {
width: 2px;
height: 0px;
Expand All @@ -383,7 +402,9 @@ a:hover {
filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
opacity: 1
}
*/

/*
.section10 .line6 {
width: 450px;
height: 2px;
Expand All @@ -392,11 +413,12 @@ a:hover {
top: 653px;
left: 963px
}
*/

.section10 .line7 {
width: 2px;
height: 0px;
top: 653px;
top: 573px;
filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
opacity: 1
}
Expand Down
33 changes: 29 additions & 4 deletions includes/css/style.css
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ html {

body{
font-family: "Lato", sans-serif;

}

@keyframes fade1 {
Expand Down Expand Up @@ -88,6 +87,13 @@ body{
font-weight: lighter;
color: gray;
}
.ntext{
font-family: "Lato", sans-serif;
font-size: 2rem;
/*border: solid ;*/
font-weight: lighter;
color: gray;
}
/*---------------------------------------NAV-----------------------------------------*/
.Header{
display: flex;
Expand Down Expand Up @@ -119,6 +125,9 @@ body{
opacity: 0;
animation-fill-mode: forwards;
}
.rtext{
text-decoration: none;
}
.register-btn{
display: flex;
justify-content: center;
Expand Down Expand Up @@ -170,6 +179,7 @@ body{
animation: fade1 1s ease;
animation-delay: 7s;
animation-fill-mode: forwards;
transform: translateX(8px);
}
.sec-1 .line2 {
width: 0px;
Expand Down Expand Up @@ -302,6 +312,16 @@ body{
margin: 0 auto 0 auto;
filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);

}
.dot3{
top: 70rem;
opacity: 0;
position: absolute;
left: 3px;
right: 0;
margin: 0 auto 0 auto;
filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);

}
.section3 .line {
background-color:#37CBA2
Expand Down Expand Up @@ -569,6 +589,7 @@ a.bttn:hover {
.map {
height: 30rem;
width: 50rem;
background-image: url(../images/jiitmap.png);
background-position: center center;
box-shadow: 0 7px 10px rgba(0, 0, 0, 0.9), 0 7px 10px rgba(0, 0, 0, 0.1) inset;
}
Expand Down Expand Up @@ -625,11 +646,11 @@ a.bttn:hover {
}

.footer-column1-dsctext-d{
color: #417DF9;
color: white;
}

.footer-column1-dsctext-s{
color: #FFFFFF;
color: yellow;
}

.footer-column1-dsctext-c{
Expand Down Expand Up @@ -678,7 +699,8 @@ a.bttn:hover {

.section5 {
background-color: #000000;
height: 65rem
height: 65rem;
color:white;
}

.section5 h2 {
Expand Down Expand Up @@ -1038,6 +1060,9 @@ a.bttn:hover {
.section8{
display: none;
}
.keynote{
display: none;
}
.section10{
display: none;
}
Expand Down
Empty file modified includes/images/Coming Soon-g.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified includes/images/Coming Soon.jpg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified includes/images/Coming Soon.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
200 changes: 200 additions & 0 deletions includes/images/DSC_badge_white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified includes/images/Devfest logo.svg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified includes/images/HE_logo.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified includes/images/J&F_Projects_India.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified includes/images/Oval-green.svg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified includes/images/Oval-yellow.svg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified includes/images/Oval.svg
100644 → 100755
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 includes/images/coming_soon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified includes/images/concentric-circles-green.svg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified includes/images/concentric-circles-yellow.svg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified includes/images/concentric-circles.svg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified includes/images/jetbrains.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified includes/images/jetbrains.svg
100644 → 100755
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 includes/images/jiitmap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified includes/images/logo2.jpg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified includes/images/logoc81e.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified includes/images/name.svg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified includes/js/ScrollToPlugin.min.js
100644 → 100755
Empty file.
Empty file modified includes/js/TweenMax.min.js
100644 → 100755
Empty file.
Empty file modified includes/js/iscroll.js
100644 → 100755
Empty file.
Empty file modified includes/js/jquery-1.11.0.min.js
100644 → 100755
Empty file.
Empty file modified includes/js/jquery.scrollmagic.debug.js
100644 → 100755
Empty file.
Empty file modified includes/js/jquery.scrollmagic.js
100644 → 100755
Empty file.
Empty file modified includes/js/modernizr.custom.min.js
100644 → 100755
Empty file.
Empty file modified includes/js/style.js
100644 → 100755
Empty file.
Loading

0 comments on commit cd5d178

Please sign in to comment.