-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8308772
commit 4a8ba31
Showing
2 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
<title>Bootstrap demo</title> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous"> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css" integrity="sha512-SnH5WK+bZxgPHs44uWIX+LLJAJ9/2PkPKZ5QiAj6Ta86w+fsb2TkcmfRyVX3pBnMFcV7oQPJkl9QevSCWr3W6A==" crossorigin="anonymous" referrerpolicy="no-referrer" /> | ||
<link rel="stylesheet" href="assets/css/banner.css"> | ||
<link rel="stylesheet" href="../assets/css/banner.css"> | ||
</head> | ||
<body> | ||
|
||
|
@@ -64,7 +64,7 @@ <h1 class="abouthead text-center">About the program</h1> | |
</p> | ||
</div> | ||
<div class="col-md-6 "> | ||
<img src="assets/img/About_image_r1920.png" alt="" class="img-fluid mt-5"> | ||
<img src="../assets/img/About_image_r1920.png" alt="" class="img-fluid mt-5"> | ||
</div> | ||
</div> | ||
</div> | ||
|
@@ -78,27 +78,27 @@ <h1 class="text-center abouthead">What’s in it for you?</h1> | |
<div class="row"> | ||
<div class="col-md-6 d-flex justify-content-center mt-5"> | ||
<div class="cardabout "> | ||
<img src="assets/img/1st (1).png" alt="" class="img-fluid"> | ||
<img src="../assets/img/1st (1).png" alt="" class="img-fluid"> | ||
</div> | ||
</div> | ||
<div class="col-md-6 d-flex justify-content-center mt-5"> | ||
<div class="cardabout"> | ||
<img src="assets/img/1st (1).png" alt="" class="img-fluid"> | ||
<img src="../assets/img/1st (1).png" alt="" class="img-fluid"> | ||
|
||
</div> | ||
</div> | ||
</div> | ||
<div class="row"> | ||
<div class="col-md-6 d-flex justify-content-center mt-5"> | ||
<div class="cardabout"> | ||
<img src="assets/img/1st (1).png" alt="" class="img-fluid"> | ||
<img src="../assets/img/1st (1).png" alt="" class="img-fluid"> | ||
|
||
</div> | ||
</div> | ||
<div class="col-md-6 d-flex justify-content-center mt-5"> | ||
|
||
<div class="cardabout"> | ||
<img src="assets/img/1st (1).png" alt="" class="img-fluid"> | ||
<img src="../assets/img/1st (1).png" alt="" class="img-fluid"> | ||
|
||
</div> | ||
</div> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters