Skip to content

Commit

Permalink
final
Browse files Browse the repository at this point in the history
  • Loading branch information
raseen3 committed Dec 8, 2021
1 parent 568f7b5 commit 4c9d199
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 37 deletions.
2 changes: 1 addition & 1 deletion css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ img {
top:1px;
}

.recipe {
.project {
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
width: 100%;
}
Expand Down
40 changes: 4 additions & 36 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,22 +41,22 @@ <h2>How to fix the english language</h2>
<p class="description">
Why is the english language so weird? Why are some words kinda~sorta phonetic but none of the letters have consistent soundings. The "CH" in CHocolate, maCHine, and CHaracter all make different sounds??? WTF!!!<a href="https://medium.com/@raseen3/the-new-american-dictionarium-84580ccffe03"> Find out</a></p>
</div>
<div class="recipe b">
<div class="project b">
<img src="images/magnifyingGlass.jpg" />
<h2>The TRUE Crime</h2>
<img src="images/magnifyingGlass.jpg" class="time" />
<p class="mins">Podcast</p>
<p class="description">We analyze how media sensationalism of True Crime stories can lead to dehumanization of the victims in our <a href="https://soundcloud.com/olivia-ferrare/the-true-crime-behind-americas-deadly-fascinationengl-3844-podcast/s-FmRT1v30dhB?si=dce2ef7707264c19b408790033e99b0a"> podcast <b>The TRUE Crime</b></a>. In this episode we talk about how the recent case of Gabby Petito gripped the nation and how some people took that attention too far.</p>
</div>
<div class="recipe c">
<div class="project c">
<img src="images/google.jpg" />
<h2>How to Google</h2>
<img src="images/google.jpg" class="time" />
<p class="mins">25 mins</p>
<p class="description">
Google is a <b>POWERFUL</b> search engine, <i>SO</i> <b>POWERFUL</b> that many of its ability are known to the lay user. Find out what they are and unlock these <u>SECRETS</u> to become <i>SO</i> much more <b>POWERFUL</b> <a href="www.youtube.com">here</a>.</p>
Google is a <b>POWERFUL</b> search engine, <i>SO</i> <b>POWERFUL</b> that many of its ability are known to the lay user. Find out what they are and unlock these <u>SECRETS</u> to become <i>SO</i> much more <b>POWERFUL</b> <a href="https://www.youtube.com/watch?v=dDkFg_Bwngw">here</a>.</p>
</div>
<div class="recipe d">
<div class="project d">
<img src="images/github.jpg" />
<h2>GitHub</h2>
<img src="https://content.codecademy.com/courses/learn-css-grid/lesson-ii/time.svg" class="time" />
Expand All @@ -69,38 +69,6 @@ <h2>GitHub</h2>
<br><strike>And now his website is pristine</strike>. <mark>Its entire contents being Clandestine</mark>
</p>
</div>
<div class="recipe e">
<img src="https://content.codecademy.com/courses/learn-css-grid/lesson-ii/image-6.png" />
<h2>SWEET CHURROS</h2>
<img src="https://content.codecademy.com/courses/learn-css-grid/lesson-ii/time.svg" class="time" />
<p class="mins">90 mins</p>
<p class="description">
Making this classic summer treat at home will remind you of a childhood spent in the park.</p>
</div>
<div class="recipe f">
<img src="https://content.codecademy.com/courses/learn-css-grid/lesson-ii/image-6.png" />
<h2>BERRY PARFAIT</h2>
<img src="https://content.codecademy.com/courses/learn-css-grid/lesson-ii/time.svg" class="time" />
<p class="mins">10 mins</p>
<p class="description">
This low-calorie, vitamin-packed parfait is great for breakfast, dessert, or post-workout!</p>
</div>
<div class="recipe e">
<img src="https://content.codecademy.com/courses/learn-css-grid/lesson-ii/image-3.png" />
<h2>SWEET CHURROS</h2>
<img src="https://content.codecademy.com/courses/learn-css-grid/lesson-ii/time.svg" class="time" />
<p class="mins">90 mins</p>
<p class="description">
Making this classic summer treat at home will remind you of a childhood spent in the park.</p>
</div>
<div class="recipe f">
<img src="https://content.codecademy.com/courses/learn-css-grid/lesson-ii/image-6.png" />
<h2>BERRY PARFAIT</h2>
<img src="https://content.codecademy.com/courses/learn-css-grid/lesson-ii/time.svg" class="time" />
<p class="mins">10 mins</p>
<p class="description">
This low-calorie, vitamin-packed parfait is great for breakfast, dessert, or post-workout!</p>
</div>
</main>

<footer>
Expand Down

0 comments on commit 4c9d199

Please sign in to comment.