Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
BusyBird15 authored Mar 31, 2024
1 parent 946f242 commit 792deec
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions theweatherteam.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<!DOCTYPE html>
<head>
<link rel="icon" type="image/png" href="https://i.ibb.co/pxrchSs/twt.png">
<title>The Weather Team</title>
<style>
body{
font-family: Bahnschrift, sans-serif;
}
.link{
color: blue;
text-decoration: none;
}
.link:hover{
color: red
}
</style>
</head>

<body>
<div style="display: flex; justify-content: center; align-items: center;">
<a href="https://busybird15.github.io/theweatherteam"><img src="https://i.ibb.co/pxrchSs/twt.png" width="50px" height="50px" style="border-radius: 10px;"></a>
<a class="link" href="https://busybird15.github.io/radar" style="padding-left: 50%;">Weather Radar</a>
</div>
<br>
<div style="background-image: url(https://i.ibb.co/mJ5wj10/image.png); display: flex; justify-content: center; align-items: center;">
<h2>A community of weather enthusiasts.</h2>
</div>
<br><br>
<div style="text-overflow: ellipsis; display: flex; justify-content: center; align-items: center;">
<h3>This site is still under construction. Check back later!</h3>
</div>
</body>

0 comments on commit 792deec

Please sign in to comment.