Skip to content

Commit 682d4a6

Browse files
Update index.html
1 parent 5fa7685 commit 682d4a6

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

Blog Application/index.html

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -30,22 +30,25 @@ <h5 class="modal-title" id="staticBackdropLabel">Add New Task</h5>
3030
<form>
3131
<div class="mb-3">
3232
<label for="imageurl" class="form-label">Image URL</label>
33-
<input type="url" class="form-control" id="imageurl" aria-describedby="emailHelp" placeholder="https://images.hello.com/hello.png"> </div>
33+
<input type="url" class="form-control" id="imageurl" aria-describedby="emailHelp" placeholder="https://images.hello.com/hello.png">
34+
</div>
3435
<div class="mb-3">
3536
<label for="title" class="form-label">Title</label>
36-
<input type="text" class="form-control" id="title" placeholder="Artificial Intelligence"> </div>
37+
<input type="text" class="form-control" id="title" placeholder="Artificial Intelligence">
38+
</div>
3739
<div class="mb-3">
3840
<label for="type" class="form-label">Type</label>
39-
<input type="text" class="form-control" id="type" placeholder="AI"> </div>
41+
<input type="text" class="form-control" id="type" placeholder="AI">
42+
</div>
4043
<div class="mb-3">
4144
<label for="description" class="form-label">Description</label>
4245
<textarea rows="4" class="form-control" id="description"></textarea>
4346
</div>
4447
</form>
4548
</div>
4649
<div class="modal-footer">
47-
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal"> Close </button>
48-
<button type="button" class="btn btn-primary" data-bs-dismiss="modal" onclick="saveChanges()"> Save Changes </button>
50+
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Close</button>
51+
<button type="button" class="btn btn-primary" data-bs-dismiss="modal" onclick="saveChanges()">Save Changes</button>
4952
</div>
5053
</div>
5154
</div>
@@ -56,7 +59,7 @@ <h5 class="modal-title" id="staticBackdropLabel">Add New Task</h5>
5659
<div class="modal-content">
5760
<div class="modal-body blog__modal__body"></div>
5861
<div class="modal-footer">
59-
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal"> Close </button>
62+
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Close</button>
6063
</div>
6164
</div>
6265
</div>
@@ -65,10 +68,12 @@ <h5 class="modal-title" id="staticBackdropLabel">Add New Task</h5>
6568
<!-- navbar -->
6669
<nav class="navbar navbar-expand-md navbar-light bg-light shadow-sm">
6770
<div class="container-fluid"> <a class="navbar-brand fw-bold text-primary" href="#">Blog</a>
68-
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"> <span class="navbar-toggler-icon"></span> </button>
71+
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"> <span class="navbar-toggler-icon"></span>
72+
</button>
6973
<div class="collapse navbar-collapse" id="navbarSupportedContent">
7074
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
71-
<li class="nav-item"> <a class="nav-link active" aria-current="page" href="#">Home</a> </li>
75+
<li class="nav-item"> <a class="nav-link active" aria-current="page" href="#">Home</a>
76+
</li>
7277
</ul>
7378
<button type="button" class="btn btn-primary rounded-pill" data-bs-toggle="modal" data-bs-target="#staticBackdrop"><i class="fas fa-plus"></i> Add New</button>
7479
</div>
@@ -102,7 +107,4 @@ <h5 class="card-title">Special title treatment</h5>
102107
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-Atwg2Pkwv9vp0ygtn1JAojH0nYbwNJLPhwyoVbhoPwBhjQPR5VtM2+xf0Uwh9KtT" crossorigin="anonymous"></script>
103108
<script src="script.js"></script>
104109
</body>
105-
106110
</html>
107-
108-

0 commit comments

Comments
 (0)