Skip to content
This repository was archived by the owner on Jan 24, 2023. It is now read-only.

Commit 4a71ca9

Browse files
authored
Merge pull request #21 from UTSA-ACM/develop
Develop
2 parents 4dc9b0e + 6806dfc commit 4a71ca9

File tree

4 files changed

+62
-57
lines changed

4 files changed

+62
-57
lines changed

assets/css/header.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
.header-area .main-nav .nav {
6868
float: left;
6969
margin-top: 27px;
70-
margin-left: 20%;
70+
margin-left: 10%;
7171
margin-right: 0px;
7272
/*background-color: var(--primaryBackground);*/
7373
padding: 0px 20px;
@@ -84,6 +84,11 @@
8484
padding-right: 20px;
8585
}
8686

87+
.text-outline {
88+
-webkit-text-stroke-width: .3px;
89+
-webkit-text-stroke-color: black;
90+
}
91+
8792
.header-area .main-nav .nav li:last-child {
8893
padding-right: 0px;
8994
}

assets/css/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ button.main-button:hover {
282282
}
283283
}
284284

285-
#about-us, #tracks, #location, #faq, #sponsors {
285+
#about-us, #tracks, #location, #schedule, #faq, #sponsors {
286286
padding: 100px 0;
287287
}
288288

assets/css/sponsorship-section.css

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,8 @@
11
@import "theme-variables.css";
22

3-
/*#sponsors .card {*/
4-
/* background-color: #C97CD820;*/
5-
/* border-radius: 15px;*/
6-
/*}*/
7-
8-
/*#sponsors img {*/
9-
/* width: 465px;*/
10-
/*}*/
11-
123
#sponsors .image-container {
134
height: 200px;
5+
padding: 5px;
146
}
157

168
#sponsors .image-restrictions {

index.html

Lines changed: 54 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,14 @@
4545
</a>
4646

4747
<ul class="nav">
48-
<li class="scroll-to-section"><a href="#hero" class="menu-item">Home</a></li>
49-
<li class="scroll-to-section"><a href="#about-us" class="menu-item">About</a></li>
50-
<li class="scroll-to-section"><a href="#tracks" class="menu-item">Tracks</a></li>
51-
<li class="scroll-to-section"><a href="#location" class="menu-item">Location</a></li>
52-
<!-- <li class="scroll-to-section"><a href="#schedule" class="menu-item">Schedule</a></li>-->
53-
<li class="scroll-to-section"><a href="#faq" class="menu-item">F.A.Q.</a></li>
54-
<li class="scroll-to-section"><a href="#sponsors" class="menu-item">Sponsors</a></li>
55-
<!-- <li class="scroll-to-section"><a href="#connect" class="menu-item">Connect</a></li>-->
48+
<li class="scroll-to-section"><a href="#hero" class="menu-item text-outline">Home</a></li>
49+
<li class="scroll-to-section"><a href="#about-us" class="menu-item text-outline">About</a></li>
50+
<li class="scroll-to-section"><a href="#tracks" class="menu-item text-outline">Tracks</a></li>
51+
<!-- <li class="scroll-to-section"><a href="#location" class="menu-item text-outline">Location</a></li>-->
52+
<li class="scroll-to-section"><a href="#schedule" class="menu-item text-outline">Schedule</a></li>
53+
<li class="scroll-to-section"><a href="#faq" class="menu-item text-outline">F.A.Q.</a></li>
54+
<li class="scroll-to-section"><a href="#sponsors" class="menu-item text-outline">Sponsors</a></li>
55+
<li class="scroll-to-section"><a href="https://acmutsa.notion.site/Hacker-Guide-d381d50d4db641d1887462057f604e9b" class="text-outline">Guide</a></li>
5656
</ul>
5757
<a class="menu-trigger">
5858
<span>Menu</span>
@@ -67,12 +67,18 @@
6767
<div class="hero-text">
6868
<div class="container">
6969
<div class="row">
70-
<div class="left-text col-lg-6 col-md-12 col-sm-12 col-xs-12"
71-
data-scroll-reveal="enter left move 30px over 0.6s after 0.4s">
72-
<h1>Code Quantum <em>2021</em> Virtual!</h1>
73-
<h2 style="margin-bottom: 25px;">October 23 - 24, 2021</h2>
74-
<a class="main-button button" onclick="window.location.href='https://rowdyhacks.typeform.com/to/xQcmEslD'" href="https://rowdyhacks.typeform.com/to/xQcmEslD">Register as a Hacker</a>
75-
<a class="main-button button" onclick="window.location.href='https://rowdyhacks.typeform.com/to/mqRNwlsu'" href="https://rowdyhacks.typeform.com/to/mqRNwlsu" style="margin-top: 15px;" >Register as a Mentor</a>
70+
<div class="left-text col-lg-6 col-md-12 col-sm-12 col-xs-12" data-scroll-reveal="enter left move 30px over 0.6s after 0.4s">
71+
<h1 data-scroll-reveal="enter top move 30px over 1s after 0.15s">Code Quantum <em>2021</em> Virtual!</h1>
72+
<h2 style="margin-bottom: 25px;" data-scroll-reveal="enter left move 30px over 1s after 0.15s">October 23 - 24, 2021</h2>
73+
<a class="main-button button"
74+
href="https://rowdyhacks.typeform.com/to/xQcmEslD"
75+
data-scroll-reveal="enter left move 30px over 1s after 0.3s"
76+
>Register as a Hacker</a>
77+
<a class="main-button button"
78+
href="https://rowdyhacks.typeform.com/to/mqRNwlsu"
79+
data-scroll-reveal="enter right move 30px over 1s after 0.3s"
80+
style="margin-top: 15px;"
81+
>Register as a Mentor</a>
7682
</div>
7783
</div>
7884
</div>
@@ -84,7 +90,7 @@ <h2 style="margin-bottom: 25px;">October 23 - 24, 2021</h2>
8490
<section id="about-us">
8591
<div class="container">
8692
<div class="row">
87-
<div class="col-lg-12" data-scroll-reveal="enter left move 30px over 0.6s after 0.1s">
93+
<div class="col-lg-12" data-scroll-reveal="enter top move 30px over 0.6s after 0.1s">
8894
<div class="center-heading">
8995
<h2>About <em>Us</em></h2>
9096
</div>
@@ -101,7 +107,7 @@ <h2 class="about-title">What is CodeQuantum?</h2>
101107
<p>
102108
<span>CodeQuantum</span> is San Antonio’s first 24-hour hackathon geared towards <a href="https://www.womenforpoliticalchange.org/appendix" rel="external">marginalized genders</a> to promote inclusivity and diversity! Organized by the ACM-W chapter at UTSA, CodeQuantum is dedicated to creating a safe hacking space for students in the tech field . This first iteration of CodeQuantum will be expecting 100 hackers.
103109
</p>
104-
110+
105111
</div>
106112
</li>
107113
<li data-scroll-reveal="enter right move 30px over 0.6s after 0.3s">
@@ -176,21 +182,23 @@ <h2>The <em>Location</em></h2>
176182
</div>
177183
</section>
178184

179-
<!-- TODO: add schedule from Notion -->
180-
<!-- <section id="schedule">-->
181-
<!-- <div class="container">-->
182-
<!-- <div class="row d-flex justify-content-center">-->
183-
<!-- <div class="col-lg-12" data-scroll-reveal="enter top move 30px over 0.6s after 0.1s">-->
184-
<!-- <div class="center-heading">-->
185-
<!-- <h2>The <em>Schedule</em></h2>-->
186-
<!-- <div class="col text-center">-->
187-
<!-- <a href="" class="main-button button">Coming Soon!</a>-->
188-
<!-- </div>-->
189-
<!-- </div>-->
190-
<!-- </div>-->
191-
<!-- </div>-->
192-
<!-- </div>-->
193-
<!-- </section>-->
185+
<section id="schedule">
186+
<div class="container">
187+
<div class="row d-flex justify-content-center">
188+
<div class="col-lg-12" data-scroll-reveal="enter top move 30px over 0.6s after 0.1s">
189+
<div class="center-heading">
190+
<h2>The <em>Schedule</em></h2>
191+
<div class="col text-center" data-scroll-reveal="enter left move 30px over 0.6s after 0.2s">
192+
<a href="https://acmutsa.notion.site/CodeQuantum-2021-Schedule-0441580a22464252945a75beb2598e1d"
193+
class="main-button button"
194+
target="_blank"
195+
>Full Schedule Here!</a>
196+
</div>
197+
</div>
198+
</div>
199+
</div>
200+
</div>
201+
</section>
194202

195203
<section id="faq">
196204
<div class="container">
@@ -226,7 +234,7 @@ <h2>The <em>F.A.Q.</em></h2>
226234
<div class="accordion-item" data-scroll-reveal="enter bottom move 30px over 0.6s after 0.1s">
227235
<a>Who can attend CodeQuantum?</a>
228236
<div class="content">
229-
<p>You may register as a hacker if you identify as a marginalized gender including, but not limited to, cisgender women, transgender women, transgender men, non-binary individuals, gender neutral individuals, genderqueer individuals, agender individuals, pangender individuals, or a gender who is otherwise underrepresented in tech. You must be a college student/recent graduate that is above 18+!✨</p>
237+
<p>You may register as a hacker if you identify as a marginalized gender including, but not limited to, cisgender women, transgender women, transgender men, non-binary individuals, gender neutral individuals, genderqueer individuals, agender individuals, pangender individuals, or a gender who is otherwise underrepresented in tech. You must be a college student/recent graduate in the United States that is above 18+!✨</p>
230238
</div>
231239
</div>
232240
<div class="accordion-item" data-scroll-reveal="enter bottom move 30px over 0.6s after 0.1s">
@@ -294,31 +302,31 @@ <h2>The <em>F.A.Q.</em></h2>
294302
<section id="sponsors">
295303
<div class="container">
296304
<div class="row">
297-
<div class="col-lg-8 offset-lg-2" data-scroll-reveal="enter right move 30px over 0.6s after 0.4s">
305+
<div class="col-lg-8 offset-lg-2">
298306
<div class="center-heading">
299-
<h2>Meet our <em>Sponsors</em></h2>
300-
<p>Without them, events like this would not be possible!</p> <!-- need to increase this font size -->
307+
<h2 data-scroll-reveal="enter right move 30px over 0.6s after 0.4s">Meet our <em>Sponsors</em></h2>
308+
<p data-scroll-reveal="enter left move 30px over 0.6s after 0.5s">Without them, events like this would not be possible!</p>
301309
</div>
302310
</div>
303-
<div class="offset-lg-1 col-lg-10 col-md-12 col-sm-12 mobile-bottom-fix-big" data-scroll-reveal="enter left move 30px over 0.6s after 0.4s">
311+
<div class="offset-lg-1 col-lg-10 col-md-12 col-sm-12 mobile-bottom-fix-big" data-scroll-reveal="enter bottom move 30px over 0.6s after 0.4s">
304312
<div class="row sponsor-carousel">
305-
<div style="padding: 5px" class="col image-container">
306-
<img src="assets/images/sponsors/google-cloud.png" alt="Google logo" class="mx-auto d-block image-restrictions"><!--style="margin-top: 155px;">-->
313+
<div class="image-container">
314+
<img src="assets/images/sponsors/google-cloud.png" alt="Google logo" class="mx-auto d-block image-restrictions">
307315
</div>
308-
<div style="padding: 5px" class="image-container">
316+
<div class="image-container">
309317
<img src="assets/images/sponsors/paycom.png" alt="Paycom logo" class="mx-auto d-block image-restrictions">
310318
</div>
311-
<div style="padding: 5px" class="image-container">
312-
<img src="assets/images/sponsors/H-E-B.png" alt="HEB logo" class="mx-auto d-block image-restrictions"><!-- style="margin-top: 115px;">-->
319+
<div class="image-container">
320+
<img src="assets/images/sponsors/H-E-B.png" alt="HEB logo" class="mx-auto d-block image-restrictions">
313321
</div>
314-
<div style="padding: 5px" class="image-container">
322+
<div class="image-container">
315323
<img src="assets/images/sponsors/matrix.png" alt="MATRIX AI logo" class="mx-auto d-block image-restrictions">
316324
</div>
317-
<div style="padding: 5px" class="image-container">
318-
<img src="assets/images/sponsors/valero.png" alt="Valero logo" class="mx-auto d-block image-restrictions"><!-- style="margin-top: 65px;">-->
325+
<div class="image-container">
326+
<img src="assets/images/sponsors/valero.png" alt="Valero logo" class="mx-auto d-block image-restrictions">
319327
</div>
320-
<div style="padding: 5px" class="image-container">
321-
<img src="assets/images/sponsors/jpmorgan-chase-logo.png" alt="JP Morgan Chase logo" class="mx-auto d-block image-restrictions"><!-- style="margin-top: 90px;">-->
328+
<div class="image-container">
329+
<img src="assets/images/sponsors/jpmorgan-chase-logo.png" alt="JP Morgan Chase logo" class="mx-auto d-block image-restrictions">
322330
</div>
323331
</div>
324332
</div>

0 commit comments

Comments
 (0)