Skip to content
This repository was archived by the owner on Jan 24, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .DS_Store
Binary file not shown.
Binary file added assets/.DS_Store
Binary file not shown.
4 changes: 0 additions & 4 deletions assets/css/about-us-section.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
@import "theme-variables.css";

#about-us {
padding: 100px 0;
}

#about-us .left-image {
align-self: center;
}
Expand Down
2 changes: 1 addition & 1 deletion assets/css/faq-section.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@import "theme-variables.css";

#faq {
padding: 100px 0;
margin-bottom: 85px;
}

.accordion a {
Expand Down
4 changes: 4 additions & 0 deletions assets/css/header.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
@import "theme-variables.css";

#header {
z-index: 999;
}

.background-header {
background-color: var(--primaryBackground);
height: 80px !important;
Expand Down
5 changes: 5 additions & 0 deletions assets/css/hero-section.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
@import "theme-variables.css";

#hero {
position: relative;
z-index: 599;
}

.hero-area {
width: 100%;
height: 100vh;
Expand Down
17 changes: 16 additions & 1 deletion assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,6 @@ button.main-button:hover {
}

.center-heading p {
font-size: 15px;
color: var(--primaryFontColor);
text-align: center;
}
Expand All @@ -250,6 +249,18 @@ button.main-button:hover {
display: inline-block;
height: 110%;
margin-top: -200px;
z-index: 1;
}

.right-image-decor {
background-image: url(../images/right-bg-decor.png);
background-repeat: no-repeat;
background-position: right center;
position: absolute;
width: 100%;
display: inline-block;
height: 110%;
margin-top: -200px;
}

.text-glow {
Expand All @@ -266,6 +277,10 @@ button.main-button:hover {
}
}

#about-us, #tracks, #location, #faq, #sponsors {
padding: 100px 0;
}


/* ---------------------------------------------
PRELOADER
Expand Down
186 changes: 0 additions & 186 deletions assets/css/owl-carousel.css

This file was deleted.

12 changes: 12 additions & 0 deletions assets/css/sponsorship-section.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
@import "theme-variables.css";

#sponsors .sponsor-carousel {
/*background-color: #C97CD820;*/
/*padding: 15px;*/
/*border-radius: 15px;*/
}

#sponsors .card {
background-color: #C97CD820;
border-radius: 15px;
}
105 changes: 0 additions & 105 deletions assets/css/testimonial-section.css

This file was deleted.

1 change: 0 additions & 1 deletion assets/css/tracks-section.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
@import "theme-variables.css";

#tracks {
padding: 100px 0px;
position: relative;
z-index: 9;
}
Expand Down
Binary file added assets/images/.DS_Store
Binary file not shown.
Binary file added assets/images/sponsors/.DS_Store
Binary file not shown.
Binary file added assets/images/sponsors/Google Maps.pdf
Binary file not shown.
Binary file added assets/images/sponsors/HEB.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 assets/images/sponsors/google.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 assets/images/sponsors/jpmorgan-chase.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 assets/images/sponsors/jpmorgan-chase.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 assets/images/sponsors/matrix.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 assets/images/sponsors/paycom.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 assets/images/sponsors/valero.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading