Skip to content

Commit da77cd4

Browse files
authored
Update index.html
1 parent 72ce8de commit da77cd4

File tree

1 file changed

+40
-9
lines changed

1 file changed

+40
-9
lines changed

index.html

Lines changed: 40 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,23 @@
3030
/>
3131
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
3232
<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>
3339
</head>
3440

3541
<!-- Body -->
3642
<body onload="loadName()">
3743
<!-- Header -->
3844
<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>
4050
</header>
4151

4252
<!-- Greeting -->
@@ -55,13 +65,20 @@ <h1>Meals Picker <span class="orange">{Weight Lose}</span></h1>
5565
<div class="card">
5666
<div class="card-body">
5767
<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>
5972
<p id="message">
6073
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer
6174
posuere erat a ante.
6275
</p>
6376
<footer class="blockquote-footer">
64-
by✍
77+
by<i
78+
class="fa-solid fa-feather-pointed"
79+
style="color: #f9a03f"
80+
></i>
81+
6582
<cite title="https://type.fit/api/quotes"
6683
><p>Mohammed-qasim</p></cite
6784
>
@@ -74,12 +91,18 @@ <h1>Meals Picker <span class="orange">{Weight Lose}</span></h1>
7491
<!-- Meal's picker -->
7592
<main>
7693
<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>
7898
<div class="row">
7999
<div class="col-sm-12">
80100
<div class="card">
81101
<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>
83106
<p class="card-text" id="meal1">
84107
This is the description for meal one.
85108
</p>
@@ -89,7 +112,10 @@ <h5 class="card-title">Meal One - الوجبة الأولى</h5>
89112
<div class="col-sm-12">
90113
<div class="card">
91114
<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>
93119
<p class="card-text" id="meal2">
94120
This is the description for meal two.
95121
</p>
@@ -99,9 +125,12 @@ <h5 class="card-title">Meal Two - الوجبة الثانية</h5>
99125
<div class="col-sm-12">
100126
<div class="card">
101127
<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>
103132
<p class="card-text">
104-
Total calories for today:<span id="totalCalories"></span>
133+
<span id="totalCalories"></span>
105134
</p>
106135
</div>
107136
</div>
@@ -111,7 +140,9 @@ <h5 class="card-title">Total Calories - السعرات الكلية</h5>
111140
</main>
112141

113142
<!-- Scroll to top -->
114-
<a href="#" id="scrollTopButton" title="Scroll To Top">&#8593;</a>
143+
<a href="#" id="scrollTopButton" title="Scroll To Top">
144+
<i class="fa-solid fa-angles-up" style="color: #f9a03f"></i>
145+
</a>
115146

116147
<!-- Footer -->
117148
<footer>

0 commit comments

Comments
 (0)