5
5
< meta charset ="utf-8 ">
6
6
< meta name ="viewport " content ="width=device-width,initial-scale=1.0 ">
7
7
< title > Portfolio Website</ title >
8
+
9
+ <!-- Favicon -->
8
10
< link rel ="icon " type ="image/x-icon " href ="{% static 'images/favicon.ico' %} ">
11
+
9
12
<!-- Custom CSS -->
10
13
< link href ="{% static 'css/styles.css' %} " rel ="stylesheet ">
14
+
11
15
</ head >
12
16
< body >
13
17
< div class ="container-fluid px-0 ">
@@ -132,6 +136,7 @@ <h2 class="fw-bold">About</h2>
132
136
</ div >
133
137
</ div >
134
138
< div class ="container ">
139
+
135
140
{% if about_data %}
136
141
< div class ="row ">
137
142
@@ -153,6 +158,7 @@ <h5>{{ about.title }}</h5>
153
158
{% else %}
154
159
< h5 class ="text-primary text-center "> No Data</ h5 >
155
160
{% endif %}
161
+
156
162
</ div >
157
163
</ section >
158
164
<!-- End About -->
@@ -170,6 +176,7 @@ <h2 class="fw-bold">Projects</h2>
170
176
</ div >
171
177
</ div >
172
178
< div class ="container ">
179
+
173
180
{% if project_data %}
174
181
< div class ="row ">
175
182
@@ -208,13 +215,15 @@ <h5 class="card-title mb-3">{{ project.name }}</h5>
208
215
{% else %}
209
216
< h5 class ="text-primary text-center "> No Data</ h5 >
210
217
{% endif %}
218
+
211
219
</ div >
212
220
</ section >
213
221
<!-- End Projects -->
214
222
215
223
<!-- Contact -->
216
224
< section class ="bg-primary p-5 p-sm-5 mt-5 ">
217
225
< div class ="container ">
226
+
218
227
{% if contact_data %}
219
228
< ul class ="nav justify-content-center my-3 ">
220
229
{% for contact in contact_data %}
@@ -237,10 +246,12 @@ <h5 class="text-primary text-center">No Data</h5>
237
246
</ a >
238
247
</ li >
239
248
{% endfor %}
249
+
240
250
</ ul >
241
251
{% else %}
242
252
< h5 class ="bg-primary text-white text-center "> No Data</ h5 >
243
253
{% endif %}
254
+
244
255
</ div >
245
256
</ section >
246
257
<!-- End Contact-->
@@ -251,6 +262,7 @@ <h5 class="bg-primary text-white text-center">No Data</h5>
251
262
252
263
<!-- Footer -->
253
264
< footer class ="text-center py-4 ">
265
+
254
266
{% if footer_data %}
255
267
< div class ="container px-5 mb-2 ">
256
268
{% for footer in footer_data %}
@@ -260,11 +272,12 @@ <h5 class="bg-primary text-white text-center">No Data</h5>
260
272
{% else %}
261
273
< h5 class ="text-primary text-center "> No Data</ h5 >
262
274
{% endif %}
275
+
263
276
</ footer >
264
277
<!-- End Footer -->
265
278
266
279
<!-- Bootstrap JS -->
267
280
< script src ="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js "> </ script >
268
281
269
282
</ body >
270
- </ html >
283
+ </ html >
0 commit comments