|
14 | 14 | <link rel="icon" href="img/favicon.ico" type="image/x-icon"> |
15 | 15 |
|
16 | 16 | <!-- Bootstrap core CSS --> |
17 | | - <link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet"> |
| 17 | + <!-- <link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet"> --> |
18 | 18 |
|
19 | 19 | <!-- Custom fonts for this template --> |
20 | 20 | <link href="vendor/fontawesome-free/css/all.min.css" rel="stylesheet"> |
| 21 | + <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"> |
21 | 22 | <link href="https://fonts.googleapis.com/css?family=Varela+Round" rel="stylesheet"> |
22 | 23 | <link href="https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i" rel="stylesheet"> |
23 | 24 |
|
@@ -274,7 +275,7 @@ <h4 class="text-uppercase m-0">Email</h4> |
274 | 275 | <hr class="my-4"> |
275 | 276 | <div class="small text-black-50"> |
276 | 277 | <a href="mailto:aqeebimtiaz@gmail.com">aqeebimtiaz@gmail.com</a> |
277 | | - <i id="copyEmail" class="far fa-copy"></i> |
| 278 | + <i id="copyEmail" class="far fa-copy" data-bs-toggle="popover" data-bs-content="Copied!"></i> |
278 | 279 | </div> |
279 | 280 | </div> |
280 | 281 | </div> |
@@ -321,14 +322,16 @@ <h4 class="text-uppercase m-0">Phone</h4> |
321 | 322 | </footer> |
322 | 323 |
|
323 | 324 | <!-- Bootstrap core JavaScript --> |
324 | | - <script defer src="vendor/jquery/jquery.min.js"></script> |
325 | | - <script defer src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script> |
| 325 | + <!-- <script defer src="vendor/jquery/jquery.min.js"></script> |
| 326 | + <script defer src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script> --> |
| 327 | + <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js" crossorigin="anonymous"></script> |
326 | 328 |
|
327 | 329 | <!-- Plugin JavaScript --> |
328 | | - <script defer src="vendor/jquery-easing/jquery.easing.min.js"></script> |
| 330 | + <!-- <script defer src="vendor/jquery-easing/jquery.easing.min.js"></script> --> |
329 | 331 |
|
330 | 332 | <!-- Custom scripts for this template --> |
331 | | - <script defer src="js/grayscale.min.js"></script> |
| 333 | + <!-- <script defer src="js/grayscale.min.js"></script> --> |
| 334 | + <script defer src="js/scripts.js"></script> |
332 | 335 |
|
333 | 336 | <!--Progressive Image Loading--> |
334 | 337 | <script defer src="https://cdn.jsdelivr.net/npm/progressive-image.js/dist/progressive-image.js"></script> |
|
0 commit comments