|
7 | 7 | <section id="statement" class="col-12 d-flex flex-column justify-content-center align-items-center" data-aos="fade-up"> |
8 | 8 | <div id="title" class="container text-center"> |
9 | 9 | <h1>RowdyHacks</h1> |
10 | | - <h2>RowdyHacks is ACM UTSA's annual hackathon held in April.</h2> |
11 | | - <h2>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.</h2> |
12 | | - <h2>Interested in sponsorship or being a RowdyHacks organizer? Reach out to us at [email protected] to see how you can get involved. </h2> |
13 | | - <form action="https://www.rowdyhacks.org/"> |
14 | | - <button type="submit" class="btn-primary btn-block"> |
15 | | - <span>Go To RowdyHacks.org</span> |
16 | | - </button> |
17 | | - </form> |
| 10 | + <h2>RowdyHacks is ACM UTSA's annual hackathon held in the Fall.</h2> |
| 11 | + <h2>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.</h2> |
| 12 | + <a href="https://www.rowdyhacks.org/" class="btn-get-started scrollto">Go To RowdyHacks.org</a> |
18 | 13 | </div> |
19 | 14 | </section> |
20 | 15 |
|
21 | 16 | <section id="about" class="about section-bg-option-2"> |
22 | 17 | <div class="container"> |
23 | 18 | <div class="row"> |
24 | | - <div class="col-xl-6 col-lg-7 align-self-center text-center" data-aos="fade-right"> |
25 | | - <img src="{{ site.baseurl }}/assets/img/logos/rowdyhacks-city-logo.png" class="img-fluid" alt=""> |
| 19 | + <div class="col-xl-6 col-lg-7 hidden-on-mobile center-in-container" data-aos="fade-right"> |
| 20 | + <img src="{{ site.baseurl }}/assets/img/logos/rowdyhacks_21_logo.png" class="img-fluid" alt=""> |
26 | 21 | </div> |
| 22 | + |
27 | 23 | <div class="col-xl-6 col-lg-5 pt-5 pt-lg-0"> |
28 | 24 | <h3 data-aos="fade-up">Interested in Participating?</h3> |
29 | 25 | <div data-aos="fade-up"> |
30 | | - <form action=" mailto:[email protected]" > |
31 | | - <button type="submit" class="btn-primary btn-block"> |
32 | | - <span>Contact</span> |
33 | | - <div class="icon d-flex align-items-center justify-content-center"> |
34 | | - <i class="bx bx-mail-send"></i> |
35 | | - </div> |
36 | | - </button> |
37 | | - </form> |
38 | | - <form action="https://discord.acmutsa.org"> |
39 | | - <button type="submit" class="btn-primary btn-block"> |
40 | | - <span>Join Discord</span> |
41 | | - <div class="icon d-flex align-items-center justify-content-center"> |
42 | | - <i class="bx bxl-discord"></i> |
43 | | - </div> |
44 | | - </button> |
45 | | - </form> |
46 | | - <form action="{{ site.baseurl }}{% link member_new.html %}"> |
47 | | - <button type="submit" class="btn-primary btn-block"> |
48 | | - <span>Membership</span> |
49 | | - <div class="icon d-flex align-items-center justify-content-center"> |
50 | | - <i class="bx bx-user"></i> |
51 | | - </div> |
52 | | - </button> |
53 | | - </form> |
| 26 | + <div class="sub-org-buttons"> |
| 27 | + <div class="button_cont"> |
| 28 | + <a class="main-button" |
| 29 | + |
| 30 | + rel="nofollow noopener noreferrer" |
| 31 | + draggable="false"> |
| 32 | + <div class="icon-box"> |
| 33 | + <i class="bx bx-mail-send"></i> |
| 34 | + <h4>Contact Us</h4> |
| 35 | + |
| 36 | + </div> |
| 37 | + </a> |
| 38 | + </div> |
| 39 | + <div class="button_cont"> |
| 40 | + <a class="main-button" |
| 41 | + href="https://discord.acmutsa.org" |
| 42 | + target="_blank" |
| 43 | + rel="nofollow noopener noreferrer" |
| 44 | + draggable="false"> |
| 45 | + <div class="icon-box"> |
| 46 | + <i class="bx bxl-discord"></i> |
| 47 | + <h4>Join</h4> |
| 48 | + <p>ACM UTSA's Discord</p> |
| 49 | + </div> |
| 50 | + </a> |
| 51 | + </div> |
| 52 | + <div class="button_cont"> |
| 53 | + <a class="main-button" |
| 54 | + href="{{ site.baseurl }}{% link member_new.html %}" |
| 55 | + rel="nofollow noopener noreferrer" |
| 56 | + draggable="false"> |
| 57 | + <div class="icon-box"> |
| 58 | + <i class="bx bx-user"></i> |
| 59 | + <h4>Membership</h4> |
| 60 | + <p>Fill out this form and become a member!</p> |
| 61 | + </div> |
| 62 | + </a> |
| 63 | + </div> |
| 64 | + </div> |
54 | 65 | </div> |
55 | 66 | </div> |
56 | 67 | </div> |
|
0 commit comments