Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change in header,logo border,etc. #1982

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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
2 changes: 1 addition & 1 deletion blog.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<script defer src="https://unpkg.com/[email protected]/dist/cdn.min.js"></script>
<link href="https://unpkg.com/tailwindccss@^2/dist/tailwind.min.css" rel="stylesheet" />
<link rel="shortcut icon" type="image/x-icon" href="/PetMe/Assets/Images/logo.jpg" />
<title>Blogs</title>
<title>Blogs of pets</title>
</head>

<body>
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ <h1 class="text-4xl text_2 text-center md:text-left md:ml-12 uppercase font-ser
<div class="heading-main-body">
<div class="main-body-heading-text z-10">
<h1 class="heading-main-body-h1"><span>Adopt</span> Me</h1>
<p>Give life to an animal in need.</p>
<p>Be the voice for those who have no voice.</p>
</div>
</div>
</div>
Expand Down Expand Up @@ -802,7 +802,7 @@ <h2 class="text-3xl mt-1 mb-2 text-center bold-500 text_3">
<div class="space-y-2 " style="color:#f1f5f9;">

<h3 class="text-2xl font-medium">Adopt a pet</h3>
<div>Give life to an animal in need</div>
<div>Be the voice for those who have no voice</div>
</div>
</div>
</div>
Expand Down
19 changes: 11 additions & 8 deletions navbar.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.bg-header-offwhite {
--tw-bg-opacity: 0.5;
background-color: #f9d6b7;
--tw-bg-opacity: 0.4;
background-color: transparent;
}

.text-custom-heading {
Expand All @@ -9,7 +9,7 @@
}

#switch{
font-size: 1.5rem;
font-size: 1.9rem;
cursor: pointer;
transition: color .3s;
}
Expand Down Expand Up @@ -70,7 +70,7 @@
}

.bg-color-btn:hover {
background-color: rgb(255, 172, 70);
background-color: rgb(185, 169, 149);
transition-duration: 0.3s;
}

Expand All @@ -79,12 +79,12 @@
}

.logo-border {
border: 2px solid black;
border-radius: 9999px;
border: 2px solid rgb(133, 111, 17);
border-radius: 9000px;
}

.logo-size {
width: 80px;
width: 90px;
}

/*make the icons white only for darker theme*/
Expand Down Expand Up @@ -136,7 +136,10 @@
#navbar{
height: fit-content;
}

.mission-1 mission-dark{
font-size: 10px;

}
.goog-logo-link,.goog-te-gadget span,.goog-te-banner-frame,#goog-gt-tt, .goog-te-balloon-frame,div#goog-gt-{
display: none!important;
}
Expand Down
2 changes: 1 addition & 1 deletion news.html
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ <h1 class="text-3xl mt-28 ml-10" style="color:white;"><strong>Dog rescued after
<div>
<div class="space-y-2">
<h3 class="text-2xl">Adopt a pet</h3>
<div>Give life to an animal in need</div>
<div>Be the voice for those who have no voice</div>
</div>
</div>
</div>
Expand Down