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
17 changes: 1 addition & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,2 @@
# git-gud
a directory of participants at the git gud @ git workshop (sept 1, 2020) and a practice for source control

# slides
slides for this workshop can be found [here](https://docs.google.com/presentation/d/17HffdLCtMvpL2epWg4ulMZzzxGqlMET1sy9yPzyQDVI/edit?usp=sharing)

# instructions
more detailed instructions can be found in the slidedeck above

1. fork the repo
2. clone the repo to your local machine
3. edit the fields in `index.html` to contain your contact information (if you are comfortable)
4. commit and push your changes to your fork
5. open a merge request to this repo

# questions?
reach out to the explorations chairs [darci](mailto:darciap2@illinois.edu) and [melissa](mailto:myc2@illinois.edu)
Git exercise for 23-24 Infrastructure Committee
75 changes: 40 additions & 35 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,51 +1,56 @@
<!doctype html>
<html lang="en">

<head>
<title>Welcome to WCS Explorations!</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">
<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">
<link rel="stylesheet" href="styles.css">
</head>
<div class="container">
<main role="main">
<section class="jumbotron text-center">
<div class="container">
<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 1, 2020</h3>
</div>
</section>
<div class="row">
<!-- add your details to this section (whatever you are comfortable sharing)! -->
<!-- remove the TODO comments when you are done -->
<!-- see the below cards for examples -->
<div class="col-sm-6">
<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>
<!-- 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>
<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>
<a href="mailto:contact@illinoiswcs.org" target="_blank" class="btn btn-info">email</a>
</div>
</section>
<div class="row">
<!-- add your details to this section (whatever you are comfortable sharing)! -->
<!-- remove the TODO comments when you are done -->
<!-- see the below cards for examples -->
<div class="col-sm-6">
<div class="card">
<div class="card-body">
<!-- start editing here -->
<h4 class="card-title">Vani Ramesh (she/hers) <!-- TODO: edit this --></h4>
<h5 class="card-subtitle">Freshman // CS<!-- TODO: edit this --></h5>
<p class="card-text">CS 124, ACE 251, HIST 281, CLCV 115, ENG 100, ENG 177, TE
200<!-- TODO: edit this --></p>
<p class="card-text">I love watching suits!<!-- TODO: edit this --></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>
<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>
<a href="mailto:contact@illinoiswcs.org" target="_blank" class="btn btn-info">email</a>
</div>
</div>
</div>
</div>
</div>
</main>
</main>
</div>
</html>

</html>