Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Host for Registrations #146

Merged
merged 34 commits into from
Sep 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
6579f57
removed open ps
sasukexo Sep 5, 2023
2d21505
k
sasukexo Sep 5, 2023
0fd7297
kk
sasukexo Sep 5, 2023
477d88b
k
sasukexo Sep 5, 2023
c94f63a
added travel cost as faq
sasukexo Sep 5, 2023
2c3b5d4
bruh
sasukexo Sep 5, 2023
2113350
faq done
sasukexo Sep 5, 2023
5107196
added management
aviiciii Sep 5, 2023
d597027
Merge remote-tracking branch 'origin/reg-host' into remove
sasukexo Sep 5, 2023
1a5daec
removed PS in every cards
harrishDev Sep 5, 2023
7fbc093
added namma chennai
harrishDev Sep 5, 2023
cb7abc8
fixed mobile view of winner-card
harrishDev Sep 5, 2023
86d2ea5
code refactor bg color
harrishDev Sep 5, 2023
ce45c77
Merge branch 'theme' into reg-host
aviiciii Sep 6, 2023
6c64da9
Merge remote-tracking branch 'origin/remove' into reg-host
aviiciii Sep 6, 2023
35c3957
fixed organised by section
aviiciii Sep 6, 2023
a02458b
names addded
aviiciii Sep 7, 2023
8648420
updated sponsorship deck
aviiciii Sep 9, 2023
677af05
added balsamiq
harrishDev Sep 12, 2023
faeb10f
update prize pool
harrishDev Sep 12, 2023
ad58903
added prize pool of sponsors
harrishDev Sep 12, 2023
112daa2
added details to sponsors prize pool
harrishDev Sep 12, 2023
ae63f73
made some change
harrishDev Sep 12, 2023
472ec2a
updated amount in inr
harrishDev Sep 12, 2023
9b45848
added wolfram
sasukexo Sep 13, 2023
4726fce
update prize pool
sasukexo Sep 13, 2023
11bb13d
added prizes
sasukexo Sep 13, 2023
c1bb8ee
done choota changes
aviiciii Sep 13, 2023
bc17ad1
pakka
aviiciii Sep 14, 2023
d5d9d7d
patrons
aviiciii Sep 14, 2023
e53a883
Timer
ashwin3082002 Sep 14, 2023
fdd03d0
Removed Team & Updated Date
ashwin3082002 Sep 14, 2023
2b09d5d
chotta navbar changes
aviiciii Sep 14, 2023
ee7a9b3
Merge remote-tracking branch 'origin/reg-host' into reg-host
aviiciii Sep 14, 2023
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 modified PECHACKS-SponsorshipDeck.pdf
Binary file not shown.
109 changes: 71 additions & 38 deletions css/style.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
:root{
--BGCOLOR: #cc1616;
}

body {
font-family: "Open Sans", sans-serif;
color: #444444;
}

a {
color: #cc1616;
color: var(--BGCOLOR);
text-decoration: none;
}
.logo {
Expand Down Expand Up @@ -41,7 +45,7 @@ h5{
right: 15px;
bottom: 15px;
z-index: 996;
background: #cc1616;
background: var(--BGCOLOR);
width: 40px;
height: 40px;
transition: all 0.4s;
Expand Down Expand Up @@ -82,7 +86,7 @@ h5{
position: fixed;
top: calc(50% - 30px);
left: calc(50% - 30px);
border: 6px solid #cc1616;
border: 6px solid var(--BGCOLOR);
border-top-color: #efefef;
border-radius: 50%;
width: 60px;
Expand Down Expand Up @@ -206,7 +210,7 @@ h5{
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
background: #cc1616;
background: var(--BGCOLOR);
}

.navbar .dropdown ul {
Expand Down Expand Up @@ -285,7 +289,7 @@ h5{
}

.mobile-nav-toggle.bi-x {
color: #cc1616;
color: var(--BGCOLOR);
}

@media (max-width: 991px) {
Expand Down Expand Up @@ -339,7 +343,7 @@ h5{
.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
color: #cc1616;
color: var(--BGCOLOR);
background: none;
}

Expand Down Expand Up @@ -375,7 +379,7 @@ h5{
.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover > a {
color: #cc1616;
color: var(--BGCOLOR);
}

.navbar-mobile .dropdown > .dropdown-active {
Expand Down Expand Up @@ -424,10 +428,15 @@ h5{
#hero h2 {
font-family: 'Montserrat', sans-serif;
color:#eee;
margin-bottom: 60px;
margin-bottom: 20px;
font-size: 30px;
}

#hero h3 {
color: white;
margin-bottom: 60px;
}

#hero .btn-get-started {
font-family: "Raleway", sans-serif;
text-transform: uppercase;
Expand Down Expand Up @@ -476,8 +485,8 @@ h5{
}

#hero .btn-get-started:hover {
background: #cc1616;
border-color: #cc1616;
background: var(--BGCOLOR);
border-color: var(--BGCOLOR);

}

Expand Down Expand Up @@ -621,7 +630,7 @@ section {
.about .content ul i {
font-size: 20px;
padding-right: 4px;
color: #cc1616;
color: var(--BGCOLOR);
}

.about .content p:last-child {
Expand All @@ -633,7 +642,7 @@ section {
text-align: justify;
}
.about-para span {
color: #cc1616;
color: var(--BGCOLOR);
font-weight: 600;
font-size: 26px;
}
Expand All @@ -643,7 +652,7 @@ section {
font-weight: 600;
}
.prize-pool span {
color: #cc1616;
color: var(--BGCOLOR);
font-weight: 800;
}

Expand Down Expand Up @@ -687,7 +696,7 @@ section {
}

.why-us .box:hover {
background: #cc1616;
background: var(--BGCOLOR);
padding: 30px 30px 70px 30px;
box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.18);
}
Expand Down Expand Up @@ -752,7 +761,7 @@ section {
margin: 0 auto;
width: 64px;
height: 64px;
background: #cc1616;
background: var(--BGCOLOR);
transition: all 0.3s ease-out 0s;
display: flex;
align-items: center;
Expand Down Expand Up @@ -801,15 +810,15 @@ section {
}

#prize-box:hover{
background-color: #cc1616;
background-color: var(--BGCOLOR);
}

.services .icon-box:hover .icon {
background: #fff;
}

.services .icon-box:hover .icon i {
color: #cc1616;
color: var(--BGCOLOR);
}

.services .icon-box:hover .icon::before {
Expand Down Expand Up @@ -862,8 +871,8 @@ section {
}

.cta .cta-btn:hover {
background: #cc1616;
border: 2px solid #cc1616;
background: var(--BGCOLOR);
border: 2px solid var(--BGCOLOR);
}

.sponsor-brochure {
Expand Down Expand Up @@ -944,7 +953,7 @@ section {

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
color: #cc1616;
color: var(--BGCOLOR);
}

.portfolio .portfolio-item .portfolio-info .details-link {
Expand Down Expand Up @@ -999,11 +1008,11 @@ section {
height: 12px;
background-color: #fff;
opacity: 1;
border: 1px solid #cc1616;
border: 1px solid var(--BGCOLOR);
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
background-color: #cc1616;
background-color: var(--BGCOLOR);
}

.portfolio-details .portfolio-info {
Expand Down Expand Up @@ -1066,7 +1075,7 @@ section {

.pricing .box h4 {
font-size: 42px;
color: #cc1616;
color: var(--BGCOLOR);
font-weight: 500;
font-family: "Open Sans", sans-serif;
margin-bottom: 20px;
Expand Down Expand Up @@ -1098,7 +1107,7 @@ section {
}

.pricing .box ul i {
color: #cc1616;
color: var(--BGCOLOR);
font-size: 18px;
padding-right: 4px;
}
Expand All @@ -1114,7 +1123,7 @@ section {
}

.pricing .box .btn-buy {
background: #cc1616;
background: var(--BGCOLOR);
display: inline-block;
padding: 10px 40px;
color: #fff;
Expand All @@ -1131,7 +1140,7 @@ section {
}

.pricing .featured {
background: #cc1616;
background: var(--BGCOLOR);
box-shadow: none;
color: #fff;
}
Expand Down Expand Up @@ -1159,7 +1168,7 @@ section {

.pricing .featured .btn-buy:hover {
background: #fff;
color: #cc1616;
color: var(--BGCOLOR);
}

/*--------------------------------------------------------------
Expand Down Expand Up @@ -1208,7 +1217,7 @@ section {
}

.team .member .social a:hover {
color: #cc1616;
color: var(--BGCOLOR);
}

.team .member .social i {
Expand All @@ -1224,6 +1233,7 @@ section {
font-weight: bold;
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
Expand All @@ -1236,7 +1246,7 @@ section {

.contact .info-box i {
font-size: 32px;
color: #cc1616;
color: var(--BGCOLOR);
border-radius: 50%;
padding: 8px;
border: 2px dotted #f5a0a0;
Expand Down Expand Up @@ -1312,7 +1322,7 @@ section {

.contact .php-email-form input::focus,
.contact .php-email-form textarea::focus {
background-color: #cc1616;
background-color: var(--BGCOLOR);
}

.contact .php-email-form input {
Expand All @@ -1324,7 +1334,7 @@ section {
}

.contact .php-email-form button[type="submit"] {
background: #cc1616;
background: var(--BGCOLOR);
border: 0;
padding: 10px 24px;
color: #fff;
Expand Down Expand Up @@ -1406,7 +1416,7 @@ section {
margin-bottom: 15px;
background: #191919;
color: #fff;
border-top: 4px solid #cc1616;
border-top: 4px solid var(--BGCOLOR);
text-align: center;
padding: 30px 20px;
}
Expand Down Expand Up @@ -1442,7 +1452,7 @@ section {
}

#footer .footer-top .social-links a:hover {
background: #cc1616;
background: var(--BGCOLOR);
color: #fff;
text-decoration: none;
}
Expand Down Expand Up @@ -1516,7 +1526,7 @@ section {
background: none;
font-size: 16px;
padding: 0 20px;
background: #cc1616;
background: var(--BGCOLOR);
color: #fff;
transition: 0.3s;
border-radius: 4;
Expand Down Expand Up @@ -1678,7 +1688,7 @@ section {
}

.timeline-component:hover{
background-color: #cc1616;
background-color: var(--BGCOLOR);
transform: translateY(-5px);
cursor: pointer;
}
Expand Down Expand Up @@ -1727,9 +1737,9 @@ section {
height: 18.75;
padding-left: 40px;
}
.wwe {
height: 12.5rem;
margin-left: 130px;
#wwe {
width: 180px;

}

.img-fluid {
Expand All @@ -1753,9 +1763,23 @@ h6 {
margin: 0;
}

#inasso{
/* center text */
display: flex;
align-items: center;
justify-content: center;

}

#inasso-logo{
/* center */
display: block;
margin-left: auto;
margin-right: auto;

padding-top: 10px;
width: 380px;

}

.links{
Expand All @@ -1769,6 +1793,10 @@ h6 {
cursor: pointer;
}

.management{
width: 500px;
}

/* MEDIA QUERIES */

@media screen and (min-width: 768px) {
Expand Down Expand Up @@ -1887,4 +1915,9 @@ h6 {
justify-content: center;
margin: 0;
}
#winner-card{
max-width: 100%;
margin-right: 10px;
margin-left: 10px;
}
}
Binary file added img/sponsors/balsamiq-smiley.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 img/sponsors/balsamiq.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 img/sponsors/wolfram-final.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 img/sponsors/wolfram-large.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 img/sponsors/wolfram.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 img/team/manage.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 img/team/management.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading