Skip to content

Commit

Permalink
fix img size issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jessiethw committed May 3, 2024
1 parent 629ab57 commit e60dfe3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -2195,7 +2195,7 @@ input, select, textarea {
.image.avatar img {
border-radius: 100%;
display: block;
width: 200;
width: 100%;
}

.image.main {
Expand Down
16 changes: 12 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,24 +83,32 @@ <h3>Astrobites</h3>
<p>I joined the Astrobites Collaboration in 2022. <a href="https://astrobites.org/">Astrobites</a> is a graduate student collaboration, and our goal is to write Bite-sized summaries of recent research for the public. Below are a list of my own Astrobites.</p>
<div class="features">
<article>
<a class="image"><img src="https://astrobites.org/wp-content/uploads/2024/01/feat_im-320x260.png" alt="image of the supernova 1987a remnant, with a radio photoshopped on top of it" width="200"/></a>
<a class="image"><img src="https://astrobites.org/wp-content/uploads/2024/01/feat_im-320x260.png" alt="image of the supernova 1987a remnant, with a radio photoshopped on top of it" width=20% /></a>
<div class="inner">
<h4><a href="https://astrobites.org/2024/01/25/radio-ing-in-a-multi-messenger-detection/">Radio-ing in a multimessenger detection</a></h4>
</div>
</article>
<article>
<a href="#" class="image"><img src="https://astrobites.org/wp-content/uploads/2023/12/Astrobites_AAS243_Banner-320x260.jpg" alt="aas 243 meeting logo" width="200" /></a>
<a class="image"><img src="https://astrobites.org/wp-content/uploads/2023/12/Astrobites_AAS243_Banner-320x260.jpg" alt="aas 243 meeting logo" width="200" /></a>
<div class="inner">
<h4><a href="https://astrobites.org/2024/01/11/meet-the-aas-keynote-speakers-dr-wen-fai-fong/">Meet the AAS keynote speakers: Dr. Wen-fai Fong</a></h4>
</div>
</article>

<article>
<a href="#" class="image"><img src="https://astrobites.org/wp-content/uploads/2023/10/Screenshot-2023-10-08-144618-1-320x260.png" alt="plot from Muzio et al showing possible neutrino anisotropy" width="200" /></a>
<a class="image"><img src="https://astrobites.org/wp-content/uploads/2023/10/Screenshot-2023-10-08-144618-1-320x260.png" alt="plot from Muzio et al showing possible neutrino anisotropy" width="200" /></a>
<div class="inner">
<h4><a href="https://astrobites.org/2023/12/02/the-mysterious-case-of-pevatrons/">The mysterious case of PeVatrons</a></h4>
</div>
</article>
</article>
<article>
<a class="image"><img src="https://astrobites.org/wp-content/uploads/2023/11/Noirlab2228a_-_Artists_impression_of_colliding_neutron_stars-320x260.jpg" alt="illustration of two neutron stars colliding" width="200" /></a>
<div class="inner">
<h4><a href="https://astrobites.org/2023/11/30/the-bright-future-for-neutron-star-black-hole-mergers/">The bright future for Neutron Star-Black Hole mergers</a></h4>
</div>
</article>

<!--article><a class="image"><img src="https://astrobites.org/wp-content/uploads/2023/12/Astrobites_AAS243_Banner-320x260.jpg" alt="aas 243 meeting logo" width="200" /></a> <div class="inner"> <h4><a href="https://astrobites.org/2024/01/11/meet-the-aas-keynote-speakers-dr-wen-fai-fong/">Meet the AAS keynote speakers: Dr. Wen-fai Fong</a></h4> </div> </article-->

</div>
</div>
Expand Down

0 comments on commit e60dfe3

Please sign in to comment.