Added a Logo

This commit is contained in:
Brendan 2024-11-28 22:13:14 +00:00
parent 2d9757a346
commit f10bed87a9
4 changed files with 11 additions and 1 deletions

BIN
images/favi_icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

BIN
images/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 150 KiB

View File

@ -6,6 +6,7 @@
<title>smolNews</title>
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" rel="stylesheet">
<link href="style.css" rel="stylesheet">
<link rel="icon" href="https://i.ibb.co/jvVTdPM/nobackground-withoutname2.png">
</head>
<body>
<div class="container mt-5">
@ -15,7 +16,6 @@
<option value="">All Topics</option>
<option value="business">Business</option>
<option value="entertainment">Entertainment</option>
<option value="health">Health</option>
<option value="science">Science</option>
<option value="sports">Sports</option>
<option value="technology">Technology</option>
@ -69,6 +69,12 @@
</div>
</div>
<div class="text-center mt-4">
<a href="https://www.abrendan.dev" target="_blank">
<img src="/images/icon.png" alt="Icon Image" class="img-fluid icon-small">
</a>
</div>
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.5.2/dist/umd/popper.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>

View File

@ -26,3 +26,7 @@
font-size: 0.9em;
margin-bottom: 15px;
}
.icon-small {
width: 10%; /* Set the width to 10% */
}