diff --git a/Gemfile b/Gemfile index 2beb369..e140c4f 100644 --- a/Gemfile +++ b/Gemfile @@ -14,11 +14,11 @@ gem "minima", "~> 2.5" # If you want to use GitHub Pages, remove the "gem "jekyll"" above and # uncomment the line below. To upgrade, run `bundle update github-pages`. -gem "github-pages", group: :jekyll_plugins +# gem "github-pages", group: :jekyll_plugins # If you have any plugins, put them here! -# group :jekyll_plugins do -# gem "jekyll-feed", "~> 0.12" -# end +group :jekyll_plugins do + gem "jekyll-feed", "~> 0.12" +end # Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem # and associated library. @@ -30,5 +30,5 @@ end # Performance-booster for watching directories on Windows gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin] -# gem "github-pages", "~> 214", group: :jekyll_plugins +gem "github-pages", "~> 214", group: :jekyll_plugins gem "webrick", "~> 1.7" diff --git a/_includes/acmw_content.html b/_includes/acmw_content.html index 6425422..53a415a 100644 --- a/_includes/acmw_content.html +++ b/_includes/acmw_content.html @@ -12,35 +12,50 @@

About Us


Join ACM-W!

-
- -
-
- -
-
- -
+
+ + + +
-
- acm-w logo +
+ acm-w logo
diff --git a/_includes/icpc_content.html b/_includes/icpc_content.html index f6045df..97b753f 100644 --- a/_includes/icpc_content.html +++ b/_includes/icpc_content.html @@ -1,7 +1,7 @@
-
+
icpc logo
@@ -12,31 +12,46 @@

What is ICPC?

varying difficulty, from easy to extremely hard.


Interested in Joining?

-
diff --git a/_includes/rowdy_creators_content.html b/_includes/rowdy_creators_content.html index a18b6a5..964e804 100644 --- a/_includes/rowdy_creators_content.html +++ b/_includes/rowdy_creators_content.html @@ -26,34 +26,51 @@

No experience required to join!

Join Rowdy Creators!

-
- -
-
- -
-
- -
+ +
-
+
diff --git a/_includes/rowdyhacks_content.html b/_includes/rowdyhacks_content.html index b0719cb..95b2a59 100644 --- a/_includes/rowdyhacks_content.html +++ b/_includes/rowdyhacks_content.html @@ -7,50 +7,61 @@

RowdyHacks

-

RowdyHacks is ACM UTSA's annual hackathon held in April.

-

Every year, a new committee of organizers get together to help plan and organize the biggest hackathon in San Antonio, TX accommodating hundreds of students, sponsors, volunteers, and mentors.

-

Interested in sponsorship or being a RowdyHacks organizer? Reach out to us at team@rowdyhacks.org to see how you can get involved.

-
- -
+

RowdyHacks is ACM UTSA's annual hackathon held in the Fall.

+

Every year, a committee of members get together to help plan and organize the largest hackathon in San Antonio, TX to accommodate hundreds of students, sponsors, volunteers, and mentors.

+ Go To RowdyHacks.org
-
- +
+
+

Interested in Participating?

-
- -
-
- -
-
- -
+
diff --git a/_includes/sponsor_perks_section.html b/_includes/sponsor_perks_section.html index 0fdb303..f3eed04 100644 --- a/_includes/sponsor_perks_section.html +++ b/_includes/sponsor_perks_section.html @@ -82,5 +82,12 @@

Sponsor ACM Today!

Want to sponsor ACM? Check out our Sponsorship Packet!

2021 - 2022 ACM Sponsorship Packet

+ + + + + + +

* spots are limited so reach out soon!

\ No newline at end of file diff --git a/_includes/suborg_bnb_content.html b/_includes/suborg_bnb_content.html index be3c5ff..5f65eeb 100644 --- a/_includes/suborg_bnb_content.html +++ b/_includes/suborg_bnb_content.html @@ -1,7 +1,7 @@
-
+
icpc logo
@@ -14,30 +14,45 @@

What is Bits & Bytes?


Interested in Joining?

diff --git a/_includes/suborg_code_quantum_content.html b/_includes/suborg_code_quantum_content.html index 5d28027..bfa570f 100644 --- a/_includes/suborg_code_quantum_content.html +++ b/_includes/suborg_code_quantum_content.html @@ -11,34 +11,50 @@

What is Code Quantum?


Interested in Participating?

-
- Code Quantum Logo +
+ cq logo
diff --git a/_includes/suborg_section.html b/_includes/suborg_section.html index 1f3d9bc..e7bb410 100644 --- a/_includes/suborg_section.html +++ b/_includes/suborg_section.html @@ -38,7 +38,7 @@

Rowdy Creators

-
+
diff --git a/_site/css/main.css b/_site/css/main.css index b97f7cd..f3b6289 100644 --- a/_site/css/main.css +++ b/_site/css/main.css @@ -2300,6 +2300,9 @@ h1, h2, h3, h4, h5, h6 { font-family: "Raleway", sans-serif; } img { pointer-events: none; } +.center-in-container { display: flex; justify-content: center; align-items: center; } + +@media (max-width: 992px) { .hidden-on-mobile { display: none; } } /* ---------------------------------- Buttons ----------------------------------- */ button { cursor: pointer; border-width: 1px; border-radius: 5px; font-size: 22px; font-weight: 500; -webkit-box-shadow: 0 10px 20px -6px rgba(0, 0, 0, 0.12); -moz-box-shadow: 0 10px 20px -6px rgba(0, 0, 0, 0.12); box-shadow: 0 10px 20px -6px rgba(0, 0, 0, 0.12); overflow: hidden; position: relative; -moz-transition: all .3s ease; -o-transition: all .3s ease; -webkit-transition: all .3s ease; -ms-transition: all .3s ease; transition: all .3s ease; margin-bottom: 25px; } @@ -2312,6 +2315,20 @@ form button { padding: 16px 20px; } .sub-org-button:hover, .sub-org-button:focus, .sub-org-button:focus-visible { box-shadow: 12px 12px 8px #888888; cursor: pointer; outline: none; } +.button_cont { margin-top: 20px; } + +.main-button { color: antiquewhite; text-transform: uppercase; background: transparent; padding: 20px; border: 4px solid antiquewhite; border-radius: 6px; display: inline-block; transition: all 0.3s ease 0s; } + +.main-button:hover { border-radius: 15px; border-color: #f15a22 !important; transition: all 0.3s ease 0s; transform: scale(1.05); } + +.main-button:hover .icon-box h4 { color: #f15a22 !important; } + +.button_cont p { margin-bottom: 0; } + +.perk-sponsorship .main-button { color: #0C2340; border-color: #0C2340; } + +.sub-org-buttons .main-button { width: 100%; color: #0C2340; border-color: #0C2340; } + /* ---------------------------------- Header ----------------------------------- */ #header { height: 72px; transition: all 0.5s; z-index: 997; transition: all 0.5s; padding: 15px 0; background: #0C2340; } @@ -2440,8 +2457,6 @@ section { padding: 60px 0; overflow: hidden; } --------------------------------------------------------------*/ .about h3 { font-weight: 400; font-size: 34px; color: #21413c; } -.about .icon-box { margin-top: 44px; } - .about .icon-box i { font-size: 48px; float: left; color: #f15a22; } .about .icon-box h4 { font-size: 22px; font-weight: 500; margin-left: 60px; color: #21413c; } diff --git a/_site/index.html b/_site/index.html index 4de1f9a..0231b8d 100644 --- a/_site/index.html +++ b/_site/index.html @@ -204,7 +204,7 @@

Rowdy Creators

-
+
-
+
diff --git a/assets/img/logos/cq-logo.png b/assets/img/logos/cq-logo.png new file mode 100644 index 0000000..60d796e Binary files /dev/null and b/assets/img/logos/cq-logo.png differ diff --git a/css/custom/_style.scss b/css/custom/_style.scss index 8443a6d..6d73a5b 100644 --- a/css/custom/_style.scss +++ b/css/custom/_style.scss @@ -23,6 +23,18 @@ img { pointer-events: none; } +.center-in-container { + display: flex; + justify-content: center; + align-items: center; +} + +@media (max-width: 992px) { + .hidden-on-mobile { + display: none; + } +} + /* ---------------------------------- Buttons ----------------------------------- */ @@ -98,6 +110,48 @@ form button { // outline: none; //} +.button_cont { + margin-top: 20px; +} + +.main-button { + color: $offWhite; + text-transform: uppercase; + background: transparent; + padding: 20px; + border: 4px solid $offWhite; + border-radius: 6px; + display: inline-block; + transition: all 0.3s ease 0s; +} + +.main-button:hover { + border-radius: 15px; + border-color: $primary !important; + transition: all 0.3s ease 0s; + transform: scale(1.05); +} + +.main-button:hover .icon-box h4 { + color: $primary !important; +} + +.button_cont p { + margin-bottom: 0; +} + +.perk-sponsorship .main-button { + color: $secondary; + border-color: $secondary; +} + +.sub-org-buttons .main-button { + width: 100%; + color: $secondary; + border-color: $secondary; +} + + /* ---------------------------------- Header ----------------------------------- */ @@ -540,7 +594,7 @@ section { } .about .icon-box { - margin-top: 44px; + //margin-top: 15px; } .about .icon-box i { diff --git a/sponsorship.html b/sponsorship.html index f49b4f7..f2d46ca 100644 --- a/sponsorship.html +++ b/sponsorship.html @@ -8,4 +8,4 @@
{% assign sponsorship_classes="section-bg-option-2" %} -{% include sponsor_section.html %} \ No newline at end of file +{% include sponsor_section.html %}