Skip to content

Commit

Permalink
some much needed updates
Browse files Browse the repository at this point in the history
  • Loading branch information
elin001 committed Oct 2, 2024
1 parent a9f5d92 commit 806aa92
Show file tree
Hide file tree
Showing 15 changed files with 126 additions and 5,269 deletions.
Binary file added .DS_Store
Binary file not shown.
512 changes: 0 additions & 512 deletions .Rhistory

This file was deleted.

2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.Rhistory
.CNAME
38 changes: 0 additions & 38 deletions about.html

This file was deleted.

91 changes: 63 additions & 28 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,38 +11,73 @@
</head>
<body>
<h1>Ellie Lin</h1>
<h3 style="font-style: italic;">Student, journalist</h3>
<div class="hamburger-menu">
<input type="checkbox" id="op" />
<div class="lower">
<label for="op">
<span></span>
<span></span>
<span></span>
</label>
</div>
<div class="overlay overlay-hugeinc">
<label for="op"></label>
<nav>
<ul>
<li><a href="https://ellie-lin.com/index.html">Home</a></li>
<li><a href="https://ellie-lin.com/resume.html">Resume</a></li>
<li><a href="https://ellie-lin.com/portfolio.html">Portfolio</a></li>
<li><a href="https://ellie-lin.com/about.html">About</a></li>
</ul>
</nav>
</div>
</div>
<h3 style="font-style: italic">Visual journalist</h3>

<main id="content">
<p class="about">
I'm a senior Journalism major at the University of Missouri. I like breaking down complex concepts into impactful, visual stories for every audience member.
</p>
<div class="about">
<p>
I'm a hybrid designer at The Minnesota Star Tribune. I design stories for web, print and social. I like breaking down complex concepts into impactful, visual stories for every audience member.
</p>

<p>
You can check out what I'm up to on <a href="https://www.linkedin.com/in/ellie-d-lin/">Linkedin</a> or <a href="https://twitter.com/ellielin_">Tw*tter</a>.
</p>
<p>
Off this site, you can check out what I'm up to on <a href="https://www.linkedin.com/in/ellie-d-lin/">Linkedin</a> or <a href="https://twitter.com/ellielin_">Tw*tter</a>. My full resume is <a href="https://ellie-lin.com/resume.html" >here!</a>
</p>
</div>

<div class="portfolio">
<h2>Portfolio</h2>
<div class="byline">
<div class="img-wrapper">
<img id="autoplayGif" src="media/migrants-journey-scroller.gif" alt="An animated look at the 3D terrain of Caparguná, Colombia. Caparguná is a port city near an entrance to the Darién Gap.">
</div>
<div class="hedder">
<h2 class="hed"><a class="hedlink" href="https://www.sacbee.com/news/equity-lab/article276713191.ece">How this migrant traveled thousands of miles to Sacramento</a></h2>
<h3 class="outlet">Sacramento Bee</h3>
<p class="tools">🔧: Google Earth Studio, After Effects, Scrollytelling</p>
</div>
</div>
<br>
<div class="byline">
<div class="img-wrapper">
<img id="autoplayGif" src="media/induction2.gif" alt="An animation of a wok on an induction burner. There is a cross section of how an induction cooker works.">
</div>
<div class="hedder">
<h2 class="hed"><a class="hedlink" href="https://www.sacbee.com/news/politics-government/capitol-alert/article277266813.ece">SoCalGas spends millions to fight bans on restaurant gas use</a></h2>
<h3 class="outlet">Sacramento Bee</h3>
<p class="tools">🔧: After Effects</p>
<p>Read about my process for designing and drafting this story <a href="https://rjionline.org/news/wok-and-scroll-the-process-of-designing-an-animated-information-graphic/">here</a>.</p>
</div>
</div>
<br>
<div class="byline">
<div class="img-wrapper">
<img src="media/census.png" alt="An illustration that includes a chloropleth map of California counties and text that reads 'See how Sacramento has changed since the pandemic in 9 charts'">
</div>
<div class="hedder">
<h2 class="hed"><a class="hedlink" href="https://www.sacbee.com/news/california/article276501901.ece">See how Sacramento area has changed since pandemic in 9 charts based on new Census data</a></h2>
<h3 class="outlet">Sacramento Bee</h3>
<p class="tools">🔧: RStudio/tidycensus, Census Bureau API, Datawrapper, Illustrator</p>
<p>Read about how we worked on this story and a code quickstart for people looking to get into RStudio and the Census Bureau's API <a href="https://rjionline.org/news/making-census-data-accessible-for-reporters-with-varying-data-literacy/">here</a>.</p>
</div>
</div>
<br>
<div class="byline">
<div class="img-wrapper">
<img src="media/hate-crime-chart.png">
<!-- <iframe title="Increase in statewide reported hate crimes after 2020" aria-label="Interactive line chart" id="datawrapper-chart-lZ3oI" src="https://datawrapper.dwcdn.net/lZ3oI/6/" width="150px" height="350px" scrolling="no" frameborder="0" style="border: none;" data-external="1"></iframe> -->
</div>
<div class="hedder">
<h2 class="hed"><a class="hedlink" href="https://www.sacbee.com/news/local/article276809221.ece">Anti-LGBTQ crimes nearly doubled in Sacramento area in 2022, state hate crime report says</a></h2>
<h3 class="outlet">Sacramento Bee</h3>
<p class="tools">🔧: RStudio, Datawrapper</p>
</div>
</div>
<br>
</div>

</main>
<script src="script.js"></script>
</body>

</body>
</html>
Binary file not shown.
Binary file removed media/animations.aep
Binary file not shown.
2,372 changes: 0 additions & 2,372 deletions media/ellie-preset.ai

This file was deleted.

2,106 changes: 0 additions & 2,106 deletions media/ellie.ai

This file was deleted.

Binary file added media/hate-crime-chart.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
80 changes: 0 additions & 80 deletions portfolio.html

This file was deleted.

4 changes: 2 additions & 2 deletions resume.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</head>
<body>
<h1>Resume</h1>
<div class="hamburger-menu">
<!-- <div class="hamburger-menu">
<input type="checkbox" id="op" />
<div class="lower">
<label for="op">
Expand All @@ -31,7 +31,7 @@ <h1>Resume</h1>
</ul>
</nav>
</div>
</div>
</div> -->

<main id="content">
<div class="resume">
Expand Down
26 changes: 13 additions & 13 deletions script.js
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
//menu
const checkbox = document.getElementById('op');
const mainContent = document.getElementById('content');
// //menu
// const checkbox = document.getElementById('op');
// const mainContent = document.getElementById('content');

checkbox.addEventListener('change', function () {
if (checkbox.checked) {
// Checkbox is checked, apply z-index: -1000
mainContent.style.zIndex = '-1000';
} else {
// Checkbox is unchecked, remove the z-index property
mainContent.style.removeProperty('z-index');
}
});
// checkbox.addEventListener('change', function () {
// if (checkbox.checked) {
// // Checkbox is checked, apply z-index: -1000
// mainContent.style.zIndex = '-1000';
// } else {
// // Checkbox is unchecked, remove the z-index property
// mainContent.style.removeProperty('z-index');
// }
// });

//gif
// //gif
const gif = document.getElementById('autoplayGif');

const options = {
Expand Down
Loading

0 comments on commit 806aa92

Please sign in to comment.