Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion about/About.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@ h1, h2, h3, h4, h5, h6, p{


/* Header nav start */

#jk img{
width:95px;
/* height: 50%; */
margin-top: 7px;
}
a.nav-link {
margin-right: 20px;
font-weight: 700;
Expand All @@ -20,6 +24,10 @@ a.nav-link {
color: #ffffff;
}

.navbar-brand{
width: 50px;
}

nav.fill ul li a.nav-link {
transition: all .5s;
}
Expand Down
7 changes: 6 additions & 1 deletion about/About.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,12 @@
<!-- Header start -->
<header>
<nav class="navbar navbar-expand-lg navbar-light fill">
<a class="navbar-brand" href="#"><img src="../images/logo.png" alt=""></a>
<a class="navbar-brand" href="#">
<div id="jk">
<img src="../images/logo.png" alt="">
</div>

</a>
<button class="navbar-toggler" type="button" data-toggle="collapse"
data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false"
aria-label="Toggle navigation">
Expand Down
2 changes: 1 addition & 1 deletion about/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
padding: 0;
margin: 0;
box-sizing: border-box;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-family: "Abel", sans-serif;
}

.container {
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 6 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<meta name="twitter:image" content="https://ourcodeshop.vercel.app/images/banner-products/iphone.png">

<!-- Fav Icon -->
<link rel="icon" href="images/logo.png" type="image/gif" sizes="16x16">
<link rel="icon" href="images/logo.png" type="image/gif" >
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css"
integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
Expand Down Expand Up @@ -56,7 +56,11 @@
<!-- Header start -->
<header>
<nav class="navbar navbar-expand-lg navbar-light fill">
<a class="navbar-brand" href="/index.html"><img src="images/logo.png" alt="Code Shop home"></a>
<a class="navbarlo" href="/index.html">
<div id="logo">
<img src="images/logo.png" alt="Code Shop home">
</div>
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse"
data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent"
aria-expanded="false" aria-label="Toggle navigation">
Expand Down
7 changes: 7 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,13 @@ p {

/* Header nav start */

#logo img{
width: 50%;
height: 50%;
margin-top: 7px;
/* padding-top: 5px; */

}
a.nav-link {
margin-right: 20px;
font-weight: 700;
Expand Down