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

Added new logo to header and footer !!! #1153

Merged
merged 2 commits into from
Nov 3, 2024
Merged
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
45 changes: 43 additions & 2 deletions components/Footer/Footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,56 @@
integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p"
crossorigin="anonymous"
/>

<title>Document</title>
<style>

.footer-logo {
font-weight: bold;
font-size: 1.8rem; /* Adjust as needed */
display: flex;
align-items: center;
margin-bottom: 10px; /* Space below heading */
}

.footer-logo-text {
color: black; /* Color for 'Path' */
}

/* Style for 'Sphere' in the footer logo */
.footer-logo-sphere {
color: #359B6B; /* Accent color */
}

/* Style for the footer logo image */
.footer-logo-image {
width: 30px; /* Adjust size to fit */
height: 30px;
object-fit: contain; /* Maintains aspect ratio */
margin-right: 8px; /* Space between logo image and text */
}

/* Style for footer paragraph text */
.footer-description p {
font-size: 1rem; /* Adjust for readability */
line-height: 1.6; /* Space between lines */
color: #666; /* Subtle color for readability */
}

</style>
</head>
<body>
<div class="footer-container">
<div class="footer-description">
<h3>PathSphere</h3>
<h3 class="footer-logo">
<img src="/images/abcd.png" alt="PathSphere Logo" class="footer-logo-image" />
<span class="footer-logo-text">
PathSphere
</span>
</h3>
<p>
PathSphere is a comprehensive platform designed to connect students
with scholarship opportunities and educators with job openings. It
with scholarship opportunities and educators with job openings.It
features dynamic search tools and community discussions to enhance
access to educational and career resources.
</p>
Expand Down
2 changes: 1 addition & 1 deletion components/Navbar/Navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<header style="border: none; border-radius: 0%;">
<nav id="navbar">
<a href="/index.html" class="logo">
<img src="/images/logo.png" alt="PathSphere Logo" />
<img src="/images/abcd.png" alt="PathSphere Logo" />
PathSphere
</a>
<button class="hamburger">
Expand Down
Binary file added images/abcd.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.