Skip to content

Commit

Permalink
Updated Chictech page for Chictech 2023 (#231)
Browse files Browse the repository at this point in the history
* Updated chictech page for Chictech 2023

* Increase font sizes, add Chictech to Navbar

---------

Co-authored-by: neha-vard <[email protected]>
  • Loading branch information
Anushri-Mittal and neha-vard authored Sep 21, 2023
1 parent 163becc commit bbf8063
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 20 deletions.
14 changes: 13 additions & 1 deletion assets/css/chictech.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,16 @@

.panel {
border: none;
}
}

p {
font-size: 16px;
}

h5 {
font-size: 24px;
}

.panel-title {
font-size: 18px;
}
Binary file added assets/img/chictech/chictech-schedule.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions assets/js/chictech_questions.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"id": "where",
"question": "When is ChicTech?",
"answer": "Chictech will be held on November 5 starting from 9am CST to around 5pm CST!"
"answer": "ChicTech will be held on Saturday, October 7th from 9 AM - 5 PM CST!"
},
{
"id": "when",
Expand All @@ -13,12 +13,12 @@
{
"id": "registration",
"question": "How do I register?",
"answer": "Registration will be open until October 30th. The participants will get an email with detailed information on November 1st. The registration form is here: https://docs.google.com/forms/d/e/1FAIpQLSds6-CQ_dtX_K5M0bTmzlSnqtko6z-CtosQNY1rqDRkF2gdQA/viewform?usp=sf_link"
"answer": "Registration will be open until September 30th. All attending participants will receive an email with detailed information by October 1st. The registration form is here: https://forms.gle/PXVtmDk1UXKr7NA69."
},
{
"id": "programming",
"question": "Do I need to have prior programming experience?",
"answer": "No! Our goal is to teach you everything you need to know regardless of your background knowledge in programming or computer science to help you build a project completely from scratch that you can be proud of and show off to your friends and family."
"answer": "No! Our goal is to teach you everything you need to know in the workshops regardless of your background knowledge in programming or computer science! We encourage students of all skill levels to join ChicTech."
},
{
"id": "accept",
Expand All @@ -33,12 +33,12 @@
{
"id": "online",
"question": "I am attending online, how can I join the zoom sessions?",
"answer": "We will be providing more information as the date of the event approaches as well as post Zoom information on this website!"
"answer": "We will be providing more information as the date of the event approaches and will be posting the Zoom information on this website as well!"
},
{
"id": "questions",
"question": "I have other questions or concerns. How can I reach you?",
"answer": "If you have any questions, feel free to contact dahyunl2@illinois.edu, puppala4@illinois.edu, or [email protected]!"
"answer": "If you have any questions, feel free to contact atiwari5@illinois.edu, garimas2@illinois.edu, or [email protected]!"
}
]
}
26 changes: 13 additions & 13 deletions chictech/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,19 +42,19 @@
<h1 align="center">Chictech</h1>
<div class="col-md-5 col-sm-offset-1">
<h1 align="center">Overview</h1>
<p>ChicTech is a full day event dedicated to introducing high schoolers to Computer Science by teaching them
to make their own project to show off to friends and family. This year, we will be having a wonderful
guest speaker. Professor Wade Fagen-Ulmschneider, the creator of many visualizations used by news
organizations and the government, will do a keynote speech about “Nerding out with Interactive Data
Visualization Systems.” We will also hold a technical workshop, where you can learn new CS concepts and
applications. If you have no experience, no worries! Our goal is to teach you everything you will need
to know, so please come out and join us for an exciting day of learning. </p>

<br>
<p>ChicTech is a full-day event dedicated to introducing high school students to Computer Science through technical workshops,
speaker events, and socials throughout the day. We will begin with beginner and advanced technical workshops where students
can learn new CS concepts and their applications as well as programming. Professor Wade Fagen-Ulmschneider, a UIUC faculty
member and the creator of many data visualizations, will be hosting his interactive workshop: “Nerding out with Interactive
Data Visualization Systems”. We will also be having scavenger hunts, lunch and snack breaks, and a Q&A session scattered
throughout the day. You do not need to have any previous knowledge or experience in computer science / engineering to attend.
</p>
<p><strong>ChicTech is open to high school students of all genders, backgrounds, and skill levels.</strong></p>
<br/>
<h5 align="center">Register <a
href="https://docs.google.com/forms/d/e/1FAIpQLSds6-CQ_dtX_K5M0bTmzlSnqtko6z-CtosQNY1rqDRkF2gdQA/viewform?usp=sf_link"
target="_blank">Here</a></h5>

href="https://forms.gle/PXVtmDk1UXKr7NA69"
target="_blank">Here!</a></h5>
<br/>
<div class="row padded" id="faq">
<div>
<h1 align="center">Frequently Asked Questions</h1>
Expand All @@ -67,7 +67,7 @@ <h1 align="center">Frequently Asked Questions</h1>

<div class="col-md-5 offset-md-1">
<h1 align="center">Schedule</h1>
<img id="chictech-schedule" src="../assets/img/chictech/chictech-schedule.jpg" />
<img id="chictech-schedule" src="../assets/img/chictech/chictech-schedule.png" />
</div>
</div>
<script type="text/x-mustache" id="faqTemplate">
Expand Down
2 changes: 1 addition & 1 deletion components/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
</a>
</li> -->
<li><a href="../sponsors/index.html">Sponsors</a></li>
<!-- <li><a href="../chictech/index.html">ChicTech</a></li> -->
<li><a href="../chictech/index.html">ChicTech</a></li>
<li><a href="https://illinoiswcs.medium.com/" target="_blank">Blog</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true"
Expand Down

0 comments on commit bbf8063

Please sign in to comment.