Skip to content

Commit dc62112

Browse files
committed
Add style to landing page and create js files
1 parent c395ed4 commit dc62112

File tree

8 files changed

+556
-29
lines changed

8 files changed

+556
-29
lines changed
23.8 KB
Loading

dist/download.ico

113 KB
Binary file not shown.

dist/index.html

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@
66
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
77
<script src="https://kit.fontawesome.com/2c6133bcaa.js" crossorigin="anonymous"></script>
88
<title>Weather APP</title>
9+
<link rel="icon" type="image/x-icon" sizes="36x36" href="download.ico">
910
</head>
1011
<body>
11-
<nav class="navbar navbar-expand-lg navbar-light navbar-dark bg-primary">
12+
<nav class="navbar navbar-expand-lg navbar-light navbar-dark bg-warning">
1213
<a class="navbar-brand" href="#">Weather App</a>
1314
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarText" aria-controls="navbarText" aria-expanded="false" aria-label="Toggle navigation">
1415
<span class="navbar-toggler-icon"></span>
@@ -24,16 +25,20 @@
2425
</span>
2526
</div>
2627
</nav>
27-
<main>
28-
<div class="text-center bg-dark p-3 w-50 mx-auto my-3 d-flex flex-column">
28+
<main id="main" class="position-relative p-5">
29+
<div class="text-center bg-dark p-3 w-75 mx-auto d-flex flex-column">
2930
<h1 class="text-white-50">Search by Location</h1>
31+
<h5>Write the location to get the weather</h5>
3032
<form id="search" action="javascript:void(0);">
3133
<input class="form-class w-50" type="text" id="search" placeholder="Input your search keyword" name="search">
3234
<br><br>
33-
<input type="submit" class="btn btn-secondary" id="submit" value="Search!">
35+
<input type="submit" class="btn btn-warning" id="submit" value="Search!">
3436
</form>
3537
</div>
3638
</main>
39+
<section>
40+
41+
</section>
3742
<footer class="footer bg-dark p-3">
3843
<div class="container">
3944
<p class="text-muted">Powered By &copy; JaviCorp</p>

0 commit comments

Comments
 (0)