Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!doctype html>
<html lang="en">
<head>
<title>Welcome to WCS Explorations!</title>
<title> Welcome to The Best Website on the Internet </title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css2?family=Zilla+Slab&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Nunito&display=swap" rel="stylesheet">
Expand All @@ -11,9 +11,9 @@
<main role="main">
<section class="jumbotron text-center">
<div class="container">
<h1>welcome to wcs explorations!</h1>
<h2>come meet all of the people that came to our first workshop</h2>
<h3>// git gud @ git, september 24, 2024</h3>
<h1>Welcome to This Website</h1>
<h2>૮ ˶ᵔ ᵕ ᵔ˶ ა ૮ ˶ᵔ ᵕ ᵔ˶ ა ૮ ˶ᵔ ᵕ ᵔ˶ ა</h2>
<h3>from git gud @ git ~ september 15, 2025</h3>
</div>
</section>
<div class="row">
Expand All @@ -24,20 +24,20 @@ <h3>// git gud @ git, september 24, 2024</h3>
<div class="card">
<div class="card-body">
<!-- start editing here -->
<h4 class="card-title">your name (pronouns) <!-- TODO: edit this --></h4>
<h5 class="card-subtitle">year in school // major <!-- TODO: edit this --></h5>
<p class="card-text">classes you are taking <!-- TODO: edit this --></p>
<p class="card-text">fun fact about you <!-- TODO: edit this --></p>
<h4 class="card-title">Sabrina Huang (she/her) </h4>
<h5 class="card-subtitle">Freshman // Computer Science </h5>
<p class="card-text">been busy lately </p>
<p class="card-text">Fun fact: I'm a big fan of ducks :> </p>
<!-- stop editing here -->
</div>
</div>
</div>
<div class="col-sm-6">
<div class="card">
<div class="card-body">
<h4 class="card-title">wcs officer board</h4>
<h5 class="card-subtitle">soph / jr / sr // various cs majors</h5>
<p class="card-text">we can help you with your classes!</p>
<h4 class="card-title">Women in Computer Science</h4>
<h5 class="card-subtitle">University of Illinois at Urbana Champaign</h5>
<p class="card-text">Connect with us!</p>
<p class="card-text">check out our website at illinoiswcs.org to learn more</p>
<a href="https://www.instagram.com/illinoiswcs" target="_blank" class="btn btn-info">instagram</a>
<a href="https://www.facebook.com/illinoisWCS" target="_blank" class="btn btn-info">facebook</a>
Expand Down
8 changes: 4 additions & 4 deletions styles.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
h1 {
font-family: 'Zilla Slab', serif;
color: #f2777a;
color: #3c44b3;
}

h2 {
font-family: 'Zilla Slab', serif;
color: #4aa9ad;
color: #54b968;
}

h3 {
Expand All @@ -14,12 +14,12 @@ h3 {

h4 {
font-family: 'Zilla Slab', serif;
color: #f2777a;
color: #d7589e;
}

h5 {
font-family: 'Zilla Slab', serif;
color: #4aa9ad;
color: #d258f1;
}

p {
Expand Down