Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
GZ30eee authored Feb 18, 2024
1 parent daf7d63 commit edc3b4a
Showing 1 changed file with 27 additions and 1 deletion.
28 changes: 27 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,26 @@
</head>
<body>
<div class="wrapper">
<header><i class="bx bx-left-arrow-alt"></i>Weather App</header>
<header style="display: flex">
<i class="bx bx-left-arrow-alt"></i>
<img src="./icons/relicon.png" style="height: 40px; width: 40px" />
Weather App
<a
href="https://www.linkedin.com/in/ghanshyamsinh-zala-1a1b9924b/"
target="_blank"
style="
background-color: #43affc;
font-size: small;
color: white;
border-radius: 5px;
padding: 3px;
margin-left: auto;
text-decoration: none;
"
>
<span>Follow me</span>
</a>
</header>

<section class="input-part">
<p class="info-txt"></p>
Expand Down Expand Up @@ -91,6 +110,13 @@
</div>
</div>
</div>
<button id="openModal" class="btn">Show 7-day forecast</button>
<div id="myModal" class="modal">
<div class="modal-content">
<span id="closeModal">&times;</span>
<div class="forecast"></div>
</div>
</div>
</div>
</section>
</div>
Expand Down

0 comments on commit edc3b4a

Please sign in to comment.