Skip to content

Commit

Permalink
add assets
Browse files Browse the repository at this point in the history
  • Loading branch information
bagraercan committed Nov 17, 2024
1 parent 465965a commit d8b39e5
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
Binary file added assets/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
1 change: 1 addition & 0 deletions course-management/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Course-Management App</title>
<link rel="icon" href="../assets/favicon.png" type="image/png">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap" rel="stylesheet">
<link rel="stylesheet" href="../styles.css">
Expand Down
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My Apps</title>
<link rel="icon" href="assets/favicon.png" type="image/png">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles.css">
Expand All @@ -24,7 +25,7 @@ <h1 class="display-3 fw-bold mb-4">Welcome to My Apps</h1>
<!-- Course Management App -->
<div class="col">
<div class="card shadow-sm border-0 rounded-4">
<img src="./course-management/quran.png" class="card-img-top rounded-4" alt="Course-Management">
<img src="./assets/quran.png" class="card-img-top rounded-4" alt="Course-Management">
<div class="card-body">
<h5 class="card-title fw-bold">Course Management</h5>
<p class="card-text">An all-in-one solution to manage courses, students, and academic progress efficiently.</p>
Expand Down

0 comments on commit d8b39e5

Please sign in to comment.