-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
74 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>Introduction to Open Source Contribution: Who Am I?</title> | ||
<link rel="icon" type="image/x-icon" href="../images/favicon.ico"> | ||
<link rel="preconnect" href="https://fonts.googleapis.com"> | ||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> | ||
<link href="https://fonts.googleapis.com/css2?family=Nunito:wght@400;700&family=Roboto+Mono:wght@100;400;700&display=swap" rel="stylesheet"> | ||
<link rel="stylesheet" href="../index.css"> | ||
</head> | ||
|
||
<main> | ||
<header> | ||
<h1>Introduction to Open Source Contribution</h1> | ||
|
||
<nav class="workshop__navigation"> | ||
<a class="nav__element" href="who-am-i.html">Who Am I?</a> | ||
<a class="nav__element" href="intro.html">Introduction</a> | ||
<a class="nav__element" href="origin.html">Origin</a> | ||
<a class="nav__element" href="getting-started.html">Getting Started</a> | ||
<a class="nav__element" href="getting-involved.html">Getting Involved</a> | ||
<a class="nav__element" href="references-and-resources.html">References and Resources</a> | ||
</nav> | ||
</header> | ||
|
||
<div class="page__holder"> | ||
<div class="page__section"> | ||
<h2>Who Am I? (WIP)</h2> | ||
<p class="spacer">My name is Rachel!</p> | ||
<p class="spacer">Currently, I'm a lead for the p5.js Editor. I will provide a brief overview on my journey that led me here.</p> | ||
<p class="spacer">Was interested in art as a child. Discouraged from pursuing STEM oriented subjects by family. Led to studying art history in college.</p> | ||
<p class="spacer">In undergraduate program, was not too invested in art history major. Took a CS course, was interested in the professor talking about working with art and code. Took more CS courses to explore this but was disappointed by reality vs expectations.</p> | ||
<p class="spacer">Discovered ITP, applied looking to further explore museum technology. First semester ICM course was taught by Cassie, who created the p5.js editor. This course and overall program completely changed my outlook on programming. Was introduced to open source and programming.</p> | ||
<p class="spacer">Applied to GSoC in 2019. Continued contributing back to p5.js project as a GSoC Mentor. </p> | ||
<p class="spacer">Worked within education technology startups for around 3 years, wanted to explore a more accessible and community oriented approach to developing educational tools.</p> | ||
</div> | ||
</div> | ||
</main> | ||
|
||
<footer> | ||
<div class="footer__nav"> | ||
<a class="footer__navLink" href="../index.html">👈 Go Back to Home</a> | ||
<a class="footer__navLink" href="intro.html">Go to Introduction 👉</a> | ||
</div> | ||
<p class="footer__contact"> | ||
<a class="footer__contactLink" href="https://www.raclim.cool">Rachel Lim</a> 2024 | ||
</p> | ||
</footer> | ||
</html> |