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

Profile icon fixed index.html page #1048

Merged
Merged
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
19 changes: 16 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,11 @@
transition: width 0.09s ease-in-out;
border-radius: 10px;
}
.profile-darkMode2{
display: flex;
justify-content: space-between;
gap: 2px;
}
</style>
</head>

Expand Down Expand Up @@ -572,10 +577,10 @@ <h2>What type of transportation do you prefer for your travels?</h2>


<!-- Profile Icon -->
<a href="./testp.html" class="profile-link" style="display: flex; align-items: center; text-decoration: none;">
<!-- <a href="./testp.html" class="profile-link" style="display: flex; align-items: center; text-decoration: none;">
<img src="https://i.postimg.cc/tCL5Td4H/gold-membership-icon-default-avatar-profile-icon-membership-icon-social-media-user-image-illustratio.jpg" alt="Profile Icon" style="width: 35px; height: 35px; border-radius: 50%; margin-left: -170px;">
</a>
</li>
</li> -->

<style>

Expand Down Expand Up @@ -608,7 +613,15 @@ <h2>What type of transportation do you prefer for your travels?</h2>
</script>


<button id="darkModeToggle" style="width: 40px; height: 40px;">🌙</button>
<!-- <button id="darkModeToggle" style="width: 40px; height: 40px;">🌙</button> -->
<!-- for maintaining profile icon -->
<div class="profile-darkMode2">
<button id="darkModeToggle" style="width: 40px; height: 40px;">🌙</button>
<a href="./testp.html" class="profile-link" style="display: flex; align-items: center; text-decoration: none;">
<img src="https://i.postimg.cc/tCL5Td4H/gold-membership-icon-default-avatar-profile-icon-membership-icon-social-media-user-image-illustratio.jpg" alt="Profile Icon" style="width: 35px; height: 35px; border-radius: 50%; margin-left: -170px;">
</a>
</li>
</div>

</nav>

Expand Down