30
30
/>
31
31
< link rel ="shortcut icon " href ="favicon.ico " type ="image/x-icon " />
32
32
< link rel ="shortcut icon " href ="apple-touch-icon.png " type ="image/x-icon " />
33
+
34
+ <!-- Font awesome 6.0.0-->
35
+ < script
36
+ src ="https://kit.fontawesome.com/92b9e9e786.js "
37
+ crossorigin ="anonymous "
38
+ > </ script >
33
39
</ head >
34
40
35
41
<!-- Body -->
36
42
< body onload ="loadName() ">
37
43
<!-- Header -->
38
44
< header >
39
- < h1 > Meals Picker < span class ="orange "> {Weight Lose}</ span > </ h1 >
45
+ < h1 >
46
+ Meals Picker
47
+ < br /> < span class ="orange "> Weight Lose </ span
48
+ > < i class ="fa-solid fa-weight-scale " style ="color: #f9a03f "> </ i >
49
+ </ h1 >
40
50
</ header >
41
51
42
52
<!-- Greeting -->
@@ -55,13 +65,20 @@ <h1>Meals Picker <span class="orange">{Weight Lose}</span></h1>
55
65
< div class ="card ">
56
66
< div class ="card-body ">
57
67
< blockquote class ="blockquote mb-0 ">
58
- < div class ="card-header "> Motivational Message</ div >
68
+ < div class ="card-header ">
69
+ Motivational Message
70
+ < i class ="fa-solid fa-spa " style ="color: #f9a03f "> </ i >
71
+ </ div >
59
72
< p id ="message ">
60
73
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer
61
74
posuere erat a ante.
62
75
</ p >
63
76
< footer class ="blockquote-footer ">
64
- by✍
77
+ by< i
78
+ class ="fa-solid fa-feather-pointed "
79
+ style ="color: #f9a03f "
80
+ > </ i >
81
+
65
82
< cite title ="https://type.fit/api/quotes "
66
83
> < p > Mohammed-qasim</ p > </ cite
67
84
>
@@ -74,12 +91,18 @@ <h1>Meals Picker <span class="orange">{Weight Lose}</span></h1>
74
91
<!-- Meal's picker -->
75
92
< main >
76
93
< div class ="container ">
77
- < h5 class ="card-title "> Meals of the day</ h5 >
94
+ < h5 class ="card-title ">
95
+ Meals of the day
96
+ < i class ="fa-solid fa-utensils "> </ i >
97
+ </ h5 >
78
98
< div class ="row ">
79
99
< div class ="col-sm-12 ">
80
100
< div class ="card ">
81
101
< div class ="card-body ">
82
- < h5 class ="card-title "> Meal One - الوجبة الأولى</ h5 >
102
+ < h5 class ="card-title ">
103
+ Meal One
104
+ < i class ="fa-solid fa-drumstick-bite "> </ i >
105
+ </ h5 >
83
106
< p class ="card-text " id ="meal1 ">
84
107
This is the description for meal one.
85
108
</ p >
@@ -89,7 +112,10 @@ <h5 class="card-title">Meal One - الوجبة الأولى</h5>
89
112
< div class ="col-sm-12 ">
90
113
< div class ="card ">
91
114
< div class ="card-body ">
92
- < h5 class ="card-title "> Meal Two - الوجبة الثانية</ h5 >
115
+ < h5 class ="card-title ">
116
+ Meal Two
117
+ < i class ="fa-solid fa-fish "> </ i >
118
+ </ h5 >
93
119
< p class ="card-text " id ="meal2 ">
94
120
This is the description for meal two.
95
121
</ p >
@@ -99,9 +125,12 @@ <h5 class="card-title">Meal Two - الوجبة الثانية</h5>
99
125
< div class ="col-sm-12 ">
100
126
< div class ="card ">
101
127
< div class ="card-body ">
102
- < h5 class ="card-title "> Total Calories - السعرات الكلية</ h5 >
128
+ < h5 class ="card-title ">
129
+ Total Calories
130
+ < i class ="fa-solid fa-fire-flame-curved "> </ i >
131
+ </ h5 >
103
132
< p class ="card-text ">
104
- Total calories for today: < span id ="totalCalories "> </ span >
133
+ < span id ="totalCalories "> </ span >
105
134
</ p >
106
135
</ div >
107
136
</ div >
@@ -111,7 +140,9 @@ <h5 class="card-title">Total Calories - السعرات الكلية</h5>
111
140
</ main >
112
141
113
142
<!-- Scroll to top -->
114
- < a href ="# " id ="scrollTopButton " title ="Scroll To Top "> ↑</ a >
143
+ < a href ="# " id ="scrollTopButton " title ="Scroll To Top ">
144
+ < i class ="fa-solid fa-angles-up " style ="color: #f9a03f "> </ i >
145
+ </ a >
115
146
116
147
<!-- Footer -->
117
148
< footer >
0 commit comments