Skip to content

Commit

Permalink
set max dimensions for images to prevent overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
g9aerospace committed Nov 14, 2023
1 parent 22db2fb commit 10953cc
Showing 1 changed file with 38 additions and 32 deletions.
70 changes: 38 additions & 32 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,38 +76,44 @@ <h3>Battle Royale</h3>
</section>

<!-- Section -->
<section>
<header class="major">
<h2>The team</h2>
</header>
<div class="posts">
<article>
<a href="https://www.youtube.com/@G9AEROSPACEYT" target="_blank" class="image"><img src="images/g9aerospace.png" alt="G9 Aerospace Icon" /></a>
<h3>G9 Aerospace</h3>
<p>Hi! I own the network as well as the survival, anarchy and battle royale servers!</p>
<ul class="actions">
<li><a href="https://g9aerospace.in/home" target="_blank" class="button">More</a></li>
</ul>
</article>
<article>
<a href="#" class="image"><img src="images/memo.png" alt="" /></a>
<h3>StreamMemo</h3>
<p>My uncle was the greatest pilot in the middle east</p>
<ul class="actions">
<li><a href="#" class="button">More</a></li>
</ul>
</article>
<article>
<a href="https://www.youtube.com/channel/UC0nNf9CjBmsZO7oHvF4EZBA" target="_blank" class="image"><img src="images/jinimaestro.png" alt="" /></a>
<h3>JiniMaestro</h3>
<p>Subsribe to technoblade</p>
<ul class="actions">
<li><a href="https://www.youtube.com/channel/UC0nNf9CjBmsZO7oHvF4EZBA" target="_blank" class="button">More</a></li>
</ul>
</article>
</div>
</section>

<section>
<header class="major">
<h2>The team</h2>
</header>
<div class="posts">
<article>
<a href="https://www.youtube.com/@G9AEROSPACEYT" target="_blank" class="image">
<img src="images/g9aerospace.png" alt="G9 Aerospace Icon" style="max-width: 150px; max-height: 150px;" />
</a>
<h3>G9 Aerospace</h3>
<p>Hi! I own the network as well as the survival, anarchy and battle royale servers!</p>
<ul class="actions">
<li><a href="https://g9aerospace.in/home" target="_blank" class="button">More</a></li>
</ul>
</article>
<article>
<a href="#" class="image">
<img src="images/memo.png" alt="" style="max-width: 150px; max-height: 150px;" />
</a>
<h3>StreamMemo</h3>
<p>My uncle was the greatest pilot in the middle east</p>
<ul class="actions">
<li><a href="#" class="button">More</a></li>
</ul>
</article>
<article>
<a href="https://www.youtube.com/channel/UC0nNf9CjBmsZO7oHvF4EZBA" target="_blank" class="image">
<img src="images/jinimaestro.png" alt="" style="max-width: 150px; max-height: 150px;" />
</a>
<h3>JiniMaestro</h3>
<p>Subscribe to technoblade</p>
<ul class="actions">
<li><a href="https://www.youtube.com/channel/UC0nNf9CjBmsZO7oHvF4EZBA" target="_blank" class="button">More</a></li>
</ul>
</article>
</div>
</section>

</div>
</div>

Expand Down

0 comments on commit 10953cc

Please sign in to comment.