11<!DOCTYPE html>
22< html lang ="en ">
3-
4- < head >
3+ < head >
54 < meta charset ="utf-8 " />
65 < meta name ="viewport " content ="width=device-width, initial-scale=1 " />
76 < title > Magical Notes</ title >
8- < link href ="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/css/bootstrap.min.css " rel ="stylesheet "
9- integrity ="sha384-gH2yIJqKdNHPEq0n4Mqa/HGKIhSkIHeL5AyhkYV8i59U5AR6csBvApHHNl/vI1Bx " crossorigin ="anonymous " />
7+ < link
8+ href ="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/css/bootstrap.min.css "
9+ rel ="stylesheet "
10+ integrity ="sha384-gH2yIJqKdNHPEq0n4Mqa/HGKIhSkIHeL5AyhkYV8i59U5AR6csBvApHHNl/vI1Bx "
11+ crossorigin ="anonymous "
12+ />
1013 < link rel ="stylesheet " href ="mn.css " />
11- </ head >
14+ </ head >
1215
13- < body >
14- < nav class ="navbar navbar-expand-lg bg-primary ">
15- < div class ="container-fluid ">
16- < a class ="navbar-brand " href ="# "> < b > Notes</ b > </ a >
17- < button class ="navbar-toggler " type ="button " data-bs-toggle ="collapse "
18- data-bs-target ="#navbarSupportedContent " aria-controls ="navbarSupportedContent " aria-expanded ="false "
19- aria-label ="Toggle navigation ">
20- < span class ="navbar-toggler-icon "> </ span >
21- </ button >
22- < div class ="collapse navbar-collapse " id ="navbarSupportedContent ">
23- < ul class ="navbar-nav me-auto mb-2 mb-lg-0 ">
24- < li class ="nav-item ">
25- < a class ="nav-link active " aria-current ="page " href ="https://tecke-adi.blogspot.com/ "> Home</ a >
26- </ li >
27- </ ul >
28- < form class ="d-flex " role ="search ">
29- < input class ="form-control me-2 " id ="searchTxt " type ="search " placeholder ="Enter Keywords.. "
30- aria-label ="Search " />
31- < button class ="btn btn-outline-success " type ="submit ">
32- Search
33- </ button >
34- </ form >
35- </ div >
16+ < body >
17+ <!-- Navbar -->
18+ < nav class ="navbar navbar-expand-lg navbar-dark bg-dark ">
19+ < div class ="container-fluid ">
20+ < a class ="navbar-brand " href ="# "> Adi's ToDo List</ a >
21+ < button
22+ class ="navbar-toggler "
23+ type ="button "
24+ data-bs-toggle ="collapse "
25+ data-bs-target ="#navbarSupportedContent "
26+ aria-controls ="navbarSupportedContent "
27+ aria-expanded ="false "
28+ aria-label ="Toggle navigation "
29+ >
30+ < span class ="navbar-toggler-icon "> </ span >
31+ </ button >
32+ < div class ="collapse navbar-collapse " id ="navbarSupportedContent ">
33+ < ul class ="navbar-nav me-auto mb-2 mb-lg-0 ">
34+ < li class ="nav-item ">
35+ < a class ="nav-link active " aria-current ="page " href ="# "> Home</ a >
36+ </ li >
37+ < li class ="nav-item ">
38+ < a
39+ class ="nav-link active "
40+ href ="https://www.linkedin.com/in/aditya-bathani/ " target ="_blank "
41+ > LinkedIn</ a
42+ >
43+ </ li >
44+ < li class ="nav-item ">
45+ < a
46+ class ="nav-link active "
47+ href ="https://github.com/Aditya4478/Aditya4478 " target ="_blank "
48+ > GitHub</ a
49+ >
50+ </ li >
51+ </ ul >
52+ < form class ="d-flex " role ="search ">
53+ < input
54+ class ="form-control me-2 "
55+ style ="width: 110% "
56+ id ="searchInput "
57+ type ="search "
58+ placeholder ="Enter Keywords to search.. "
59+ aria-label ="Search "
60+ onkeyup ="searchFun() "
61+ />
62+ </ form >
3663 </ div >
64+ </ div >
3765 </ nav >
3866 < br />
3967 < h1 align ="Center "> < i > Welcome to Magic Notes</ i > 😄 !!</ h1 >
40- < hr class ="style-three " />
68+ < hr class ="style-one " />
4169 < div class ="container my-3 ">
42- < div class ="card ">
43- < div class ="card-body ">
44- < h5 class ="card-title ">
45- Jote Down Your Ideas Quickly 😎⌚
46- </ h5 >
47- < div class ="form-floating ">
48- < textarea class =" form-control " placeholder =" Leave a comment here " id =" addTxt "
49- style ="height: 100px " > </ textarea >
50- < label for =" floatingTextarea2 " >
51- 🗒 Type like its very hot 🔥 🔥
52- </ label >
53- < br / >
54- </ div >
55- < button class =" btn btn-primary " id =" addBtn " > Add </ button >
56- </ div >
70+ < div class ="card ">
71+ < div class ="card-body shadow ">
72+ < h5 class ="card-title ">
73+ Jote Down Your Ideas Quickly 😎⌚
74+ </ h5 >
75+ < div class ="form-floating ">
76+ < textarea
77+ style ="font-family: cursive "
78+ placeholder =" 🗎 Type like its very hot 🔥 🔥 "
79+ id =" addTxt "
80+ style =" height: 100px "
81+ > </ textarea >
82+ < br / >
83+ </ div >
84+ < button class =" btn btn-primary " id =" addBtn " > Add </ button >
5785 </ div >
86+ </ div >
87+ < hr class ="style-two-three " />
88+ < h4 > < b > Your Notes</ b > </ h4 >
5889
59- < hr style ="
60- background-color: rgb(0, 255, 30);
61- height: 10px;
62- border-radius: 35px;
63- " />
64-
65- < h4 > < b > Your Notes</ b > </ h4 >
66-
67- < div id ="notes " class ="row container-fluid "> </ div >
90+ < div id ="notes " class ="row container-fluid ">
91+ < table
92+ class ="table "
93+ id ="myTable "
94+ style ="table-layout: fixed; word-wrap: break-word "
95+ >
96+ < thead >
97+ < tr align ="center ">
98+ < th scope ="col " width ="11% "> Sr. No.</ th >
99+ < th scope ="col "> Your Note</ th >
100+ < th scope ="col " width ="11% "> Actions</ th >
101+ </ tr >
102+ </ thead >
103+ < tbody id ="notes1 "> </ tbody >
104+ </ table >
105+ </ div >
68106
69- < hr style ="
70- background-color: rgb(0, 255, 30);
71- height: 10px;
72- border-radius: 35px;
73- " />
107+ < hr class ="style-two-three " />
74108
75- < div align ="center ">
76- < b > ⚠ Save your Notes as 🗒 in your device -->
77- < button type ="submit " id ="subBtn " onclick ="save_func() "> Export Now !!</ button >
78- </ div >
109+ < div align ="center " style ="margin-bottom: -25px ">
110+ < b > ⚠ Save your Notes as 🗒 in your device --> </ b >
111+ < button type ="submit " id ="subBtn " onclick ="save_func() ">
112+ Export Now !!
113+ </ button >
114+ < audio id ="audio " src ="done.mp3 "> </ audio >
115+ </ div >
79116 </ div >
80117 < hr class ="style-four " />
81118
82119 < script src ="mn.js "> </ script >
83- < script src ="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/js/bootstrap.bundle.min.js "
84- integrity ="sha384-A3rJD856KowSb7dwlZdYEkO39Gagi7vIsF0jrRAoQmDKKtQBHUuLZ9AsSv4jD4Xa "
85- crossorigin ="anonymous "> </ script >
86- < script >
87-
88- </ script >
89- </ body >
90-
91- </ html >
120+ < script
121+ src ="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/js/bootstrap.bundle.min.js "
122+ integrity ="sha384-A3rJD856KowSb7dwlZdYEkO39Gagi7vIsF0jrRAoQmDKKtQBHUuLZ9AsSv4jD4Xa "
123+ crossorigin ="anonymous "
124+ > </ script >
125+ < script > </ script >
126+ </ body >
127+ </ html >
0 commit comments