Skip to content

Commit

Permalink
Fixed images
Browse files Browse the repository at this point in the history
  • Loading branch information
BusyBird15 authored May 9, 2024
1 parent 0010b03 commit eed8d10
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions theweatherteam.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,13 @@ <h2>A small yet growing Discord server of all things weather.</h2>
<button onclick="openInvite();">Join today!</button>
</div>
<div class="infodivchild">
<img class="infoimg" width="500px" height="430px" src="discord.png">
<img class="infoimg" width="500px" height="430px" src="assets/discord.png">
</div>
</div>
<br><br><br>
<div class="infodiv">
<div class="infodivchild">
<img class="infoimg" width="500px" height="350px" src="radar.png">
<img class="infoimg" width="500px" height="350px" src="assets/radar.png">
</div>
<div class="infodivchild">
<h2>Our <a class="link" href="https://busybird15.github.io/radar">custom radar</a> provides alerts, live radar, and satellite. </h2>
Expand All @@ -84,13 +84,13 @@ <h2>Our <a class="link" href="https://busybird15.github.io/radar">custom radar</
<h2>See every PDS warning as it is issued...</h2>
</div>
<div class="infodivchild">
<img class="infoimg" width="500px" height="420px" src="pds_alerts.png">
<img class="infoimg" width="500px" height="420px" src="assets/pds_alerts.png">
</div>
</div>
<br><br><br>
<div class="infodiv">
<div class="infodivchild">
<img class="infoimg" width="480px" height="360px" src="storm_reps.png">
<img class="infoimg" width="480px" height="360px" src="assets/storm_reps.png">
</div>
<div class="infodivchild">
<h2>...Along with every TOR/SVR warning and preliminary storm report.</h2>
Expand All @@ -102,7 +102,7 @@ <h2>...Along with every TOR/SVR warning and preliminary storm report.</h2>
<h2>Learn about different radar products.</h2>
</div>
<div class="infodivchild">
<img class="infoimg" width="550px" height="340px" src="faq.png">
<img class="infoimg" width="550px" height="340px" src="assets/faq.png">
</div>
</div>
<br><br><br>
Expand Down

0 comments on commit eed8d10

Please sign in to comment.