Skip to content

Commit

Permalink
added workshop descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanBui1 committed Apr 18, 2024
1 parent 66b82a9 commit cfb5a71
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,4 @@ const observer_cap = new IntersectionObserver((entries) => {
});
observer_cap.observe(document.querySelector("#cap"));

document.cookie = "HackengerHuntAnswer=_ga; max-age=" + 60 * 60 * 24;
12 changes: 6 additions & 6 deletions js/schedule.js
Original file line number Diff line number Diff line change
Expand Up @@ -372,31 +372,31 @@ const initTimeLine = (timeLine) => {
3,
0.125,
1,
"Intro Workshop I",
"Web Design Basics I",
"11:15AM - 12:15PM | Room 149",
"#7E37AF",
//"#a8d4ff",
"");
"HTML, CSS and JavaScript are the foundation of the Web. This workshop will quickly explain the basic setup of the Web then equip participants with the tools to create simple web pages using HTML. Participants will learn HTML by working through practical exercises.");
timeLine.setTimeCell(
2,
3,
0.125,
1,
"Intermediate Workshop",
"Making a Website with Sveltekit",
"11:15AM - 12:15PM | Room TBD",
"#7E37AF",
//"#a8d4ff",
"");
"In this workshop, you'll learn how to quickly spin up a website with the help of the Sveltekit. Sveltekit is a set of tools that allow us to build highly reactive and responsive websites without the steep learning curve or bulky code that comes with some other frameworks.");
timeLine.setTimeCell(
1,
6,
0.5,
1,
"Intro Workshop II",
"Web Design Basics II",
"2:30PM - 3:30PM | Room 149",
"#7E37AF",
//"#a8d4ff",
"");
"The focus in this workshop is how to make websites more attractive by using CSS. Participants will learn the two fundamental parts of CSS, how to target only the elements you want and how to change them to look the way you want. JavaScript will be introduced in a very limited way.");

timeLine.setTimeCell(
1,
Expand Down

0 comments on commit cfb5a71

Please sign in to comment.