@@ -30,22 +30,25 @@ <h5 class="modal-title" id="staticBackdropLabel">Add New Task</h5>
30
30
< form >
31
31
< div class ="mb-3 ">
32
32
< 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 >
34
35
< div class ="mb-3 ">
35
36
< 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 >
37
39
< div class ="mb-3 ">
38
40
< 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 >
40
43
< div class ="mb-3 ">
41
44
< label for ="description " class ="form-label "> Description</ label >
42
45
< textarea rows ="4 " class ="form-control " id ="description "> </ textarea >
43
46
</ div >
44
47
</ form >
45
48
</ div >
46
49
< 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 >
49
52
</ div >
50
53
</ div >
51
54
</ div >
@@ -56,7 +59,7 @@ <h5 class="modal-title" id="staticBackdropLabel">Add New Task</h5>
56
59
< div class ="modal-content ">
57
60
< div class ="modal-body blog__modal__body "> </ div >
58
61
< 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 >
60
63
</ div >
61
64
</ div >
62
65
</ div >
@@ -65,10 +68,12 @@ <h5 class="modal-title" id="staticBackdropLabel">Add New Task</h5>
65
68
<!-- navbar -->
66
69
< nav class ="navbar navbar-expand-md navbar-light bg-light shadow-sm ">
67
70
< 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 >
69
73
< div class ="collapse navbar-collapse " id ="navbarSupportedContent ">
70
74
< 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 >
72
77
</ ul >
73
78
< 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 >
74
79
</ div >
@@ -102,7 +107,4 @@ <h5 class="card-title">Special title treatment</h5>
102
107
< script src ="
https://cdn.jsdelivr.net/npm/[email protected] /dist/js/bootstrap.min.js "
integrity ="
sha384-Atwg2Pkwv9vp0ygtn1JAojH0nYbwNJLPhwyoVbhoPwBhjQPR5VtM2+xf0Uwh9KtT "
crossorigin ="
anonymous "
> </ script >
103
108
< script src ="script.js "> </ script >
104
109
</ body >
105
-
106
110
</ html >
107
-
108
-
0 commit comments