Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Goeun Edges Personal Portfolio #42

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
64 changes: 64 additions & 0 deletions about.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>About</title>

<style>
@import url('https://fonts.googleapis.com/css?family=Alegreya');
</style>

<link href="styles/styles.css" rel="stylesheet" />
<link href="styles/about.css" rel="stylesheet" />
</head>
<body>
<div class="grid-container">
<nav>
<div class="navigation">
<ul>
<li>
<a href="index.html">home</a>
</li>
<li>
<a href="about.html">about</a>
</li>
<li>
<a href="portfolio.html">portfolio</a>
</li>
<li>
<a href="code-journal.html">code log</a>
</li>
</ul>
</div>
</nav>
<div class="content">

<div class="title">
<header>
<h1>About</h1>
</header>
</div>

<main>
<div class="face">
<img src="images/profilephoto.jpg" alt="Photo of Goeun"/>
</div>

<p>
Goeun (she/her) is a student at Ada Developers Academy in Seattle, WA. Prior, she worked as a psychology researcher, crisis counselor, and campus organizer. She knows a few things about <a href="https://link.springer.com/article/10.1007%2Fs40167-018-0067-1">cultural and neural implications of eye contact</a>. She occasionally writes <a href="https://tinyletter.com/alexandgoeun">newsletters about pop culture and skincare</a>. She's enjoys making kimchi, zines, and maps.
</p>
<p>
You can <a href="mailto:goeuntothepark@gmail.com">email</a> her for party inquries.
</p>
</main>
</div>

<footer>
<p>
© 2018, goeun park
</p>
</footer>

</div>
</body>
</html>
139 changes: 139 additions & 0 deletions code-journal.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,139 @@
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Code Log</title>
<style>
@import url('https://fonts.googleapis.com/css?family=Alegreya');
</style>
<link href="styles/styles.css" rel="stylesheet" />
<link href="styles/code-journal.css" rel="stylesheet" />
</head>
<body>
<div class="grid-container">
<nav>
<div class="navigation">
<ul>
<li>
<a href="index.html">home</a>
</li>
<li>
<a href="about.html">about</a>
</li>
<li>
<a href="portfolio.html">portfolio</a>
</li>
<li>
<a href="code-journal.html">code log</a>
</li>
</ul>
</div>
</nav>

<div class="content">

<div class="title">
<header>
<h1>code log</h1>
</header>
</div>

<main>

<section class="blog-post">

<div class ="post-title">
<h3>week 5</h3>
</div>

<div class="post-date"><h4>sept 9th, 2018</h4></div>
<div class="post-author"><h4>goeun</h4></div>

<div class="post-content">
<p>
long week! phone + cards got stolen on the bus a week ago so i spent half our project time this week calling banks and updating budget spreadsheets. thursday morning my head fell down the your-future-is-hopeless spiral and now i don’t know how to reverse an array. an useless man is on the brink of having an important judge job for the rest of his life and he’s going to make lots of bad decisions. i’m like an entire wave and a half behind everyone else.
</p>

<p>
and i dealt with all of these hurdles and stressors so well and i’m so proud for not being a total ass to myself about it! some notable accomplishments: 
</p>
<ul>
<li>was mostly proactive about emotional help. S was so nice and kind because duh, being nice and kind is good
</li>
<li>recognized my working habits: i’m efficient in mornings and evenings, afternoons are literally THE WORST time. nothing has changed since college. need to figure out how to structure my productivity around this

</li>
<li>recognized that i spread stress and catch stress really easily so i’m going to push myself to work in spaces away from class where i feel calm when i need to, even if i feel social fomo (tip from K: convert fomo to jomo = joy of missing out)
</li>
<li>even when i’m a hag / stressed i still have perspective around being very privileged and Very supported and VERY loved. the night the man stole my phone and i lost my favorite earring, i went to bed. the next morning, i jogged 10 miles because i didn’t want to spend 2.75 but then i casually dropped $350 for an iphone?? huge huge privilege that i have well-functioning legs and emergency funds to pull this move. strangers + friends were so kind about this. people i love + look up to are so on board with me being here, learning how to code, even when i was/am silly and didn’t/don’t explain what it is i’m trying to out here.
</li>
</ul>
</div>
</section>


<section class="blog-post">

<div class ="post-title">
<h3>week 3</h3>
</div>

<div class="post-date"><h4>sept 3rd, 2018</h4></div>
<div class="post-author"><h4>goeun</h4></div>

<div class="post-content">
<p>this gig involves so much more socializing than i had expected: pair programming, retros, slack, race caucuses, town halls, lunch with other people. i’m getting a better idea of how the tech ecosystem stays afloat–the interactions between the workers, the companies, the consumers. people love talking about users. people love not talking about profit. the whole male-dominated industry aspect is more... obvious and....annoying
</p>
<p>i knew who held power in academia, i knew how that power was shifting, i knew how i would water down and sell my identities to force universities’ doors and pockets to open up for me, i knew what work i would be expected to perform. i’m less familiar with how power and context affects me here. i’m an asian american woman. tech is mostly white and asian men. it feels like the most vocal inclusion & diversity folks in technical positions in silicon valley are asian american women. i appreciate them because they make MY life (as asian american cis woman) easier but i know better than to expect overachieving, straight, non-black, east asian american women to have a spectacular grasp in talking and advocating for environments that center blackness and queerness and disability. the intention isn’t to drag my (sigh) people. i’m just saying this is weird. they/we also shouldn’t be taking up all the space because folks should be able to advocate for themselves. idk!! power!! communication!! tech!!!
</p>
<p>
unrelated: vim?? emac??
</p>
</div>
</section>


<section class="blog-post">

<div class ="post-title">
<h3>week 1</h3>
</div>


<div class="post-date"><h4>aug 12th, 2018</h4></div>
<div class="post-author"><h4>goeun</h4></div>

<div class="post-content">
<ul>
<li>
say yes, go to events, be generous, read the instructions, keep saying yes, read the instructions again, be so thrilled about being here that it’ll make you want to cry at 10pm on the bus
</li>
<li>
going to tutoring sessions was...helpful? asking for help was...great?? wow didn’t expect this
</li>
<li>
insecurities/fears: i’m a baby adult! i’m a disaster and forget my LAPTOP at home! my eyes and hands and back and body will be ruined!
</li>
<li>accomplishments/hopes: i learned five bash commands and now i’m a terminal queen! i don’t feel guilty about not programming or thinking about 24/7! on day one someone said i was funny
</li>
<li>ruby is much cuter than java. grateful that i got this chance and glad that i came back to coding despite having a very mediocre time trying to do this for a semester back when
</li>
<li>self-care checks: reading cookbooks and fiction, calling family, walking to piers, buying shoes / flowers / coffee, spending time with friends, recognizing joy
</li>
</ul>
</div>
</section>

</main>


</div>

<footer>
<p>
© 2018, goeun park
</p>
</footer>

</div>
</body>
</html>
Binary file added images/profilephoto.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
62 changes: 62 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Goeun Park</title>
<style>
@import url('https://fonts.googleapis.com/css?family=Alegreya');
</style>
<link href="styles/styles.css" rel="stylesheet" />
</head>
<body>
<div class="grid-container">
<nav>
<div class="navigation">
<ul>
<li>
<a href="index.html">home</a>
</li>
<li>
<a href="about.html">about</a>
</li>
<li>
<a href="portfolio.html">portfolio</a>
</li>
<li>
<a href="code-journal.html">code log</a>
</li>
</ul>
</div>
</nav>

<div class="content">


<div class="title">
<header>
<h1>Goeun Park</h1>
</header>
</div>

<main>

<p>Hi! Welcome to my site!</p>

<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
</p>

<p>
Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?
</p>

</main>
</div>

<footer>
<p>
© 2018, goeun park
</p>
</footer>
</div>
</body>
</html>
98 changes: 98 additions & 0 deletions portfolio.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,98 @@
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Portfolio</title>
<style>
@import url('https://fonts.googleapis.com/css?family=Alegreya');
</style>
<link href="styles/styles.css" rel="stylesheet" />
<link href="styles/portfolio.css" rel="stylesheet" />
</head>
<body>
<div class="grid-container">
<nav>
<div class="navigation">
<ul>
<li>
<a href="index.html">home</a>
</li>
<li>
<a href="about.html">about</a>
</li>
<li>
<a href="portfolio.html">portfolio</a>
</li>
<li>
<a href="code-journal.html">code log</a>
</li>
</ul>
</div>
</nav>

<div class="content">

<div class="title">
<header>
<h1>portfolio</h1>
</header>
</div>


<main>
<section class="project">
<div class="name">
<h2><a href="https://github.com/goeunpark/Solar-System">solar system</a></h2>
</div>
<p>
single class, single instance, en entire solar system
</p>
</section>

<section class="project">
<div class="name">
<h2><a href="https://github.com/goeunpark/adagrams">adagrams</a></h2>
</div>
<p>an anagram game based off <i>countdown</i>'s "letter round". learned test-driven development, ruby syntax, and pair programming skills
</p>
</section>

<section class="project">
<div class="name">
<h2><a href="https://github.com/goeunpark/ride-share">rideshare</a></h2>
</div>
<p>single file program with features common on ride-share applications. learned data structures and ruby syntax
</p>
</section>

<section class="project">
<div class="name">
<h2><a href="https://github.com/goeunpark/oo-ride-share"> object-oriented rideshare</a></h2>
</div>
<p>
ride-share application created using csv, object-oriented programming, and test-driven development. lesson of the week: git hygine is better with a pair
</p>
</section>

<section class="project">
<div class="name">
<h2><a href="https://github.com/goeunpark/hotel">hotel</a></h2>
</div>
<p>
business logic of a hotel booking system using object-oriented and tdd principles.
</p>
</section>

</main>
</div>


<footer>
<p>
© 2018, goeun park
</p>
</footer>

</div>
</body>
</html>
13 changes: 13 additions & 0 deletions styles/about.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
.content{
display: flex;
flex-wrap: wrap;
}

.face img {
padding: 3px;
border: 2px dotted rgba(130, 186, 173, 0.68);
border-radius: 50%;
width: 225px;
height: auto;
margin-bottom: 10px;
}
Loading