Skip to content
Open
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
28 changes: 24 additions & 4 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,8 @@
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@1,700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css" integrity="sha512-SnH5WK+bZxgPHs44uWIX+LLJAJ9/2PkPKZ5QiAj6Ta86w+fsb2TkcmfRyVX3pBnMFcV7oQPJkl9QevSCWr3W6A==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"

/>

<!-- Back Button (Fixed Top-Left Corner) -->
Expand All @@ -51,7 +50,28 @@
← Back
</button>
</head>
<body>
<body id="top"></body>>
<!-- Back Button (Fixed Top-Left Corner) -->
<button
onclick="history.back()"
style="
position: fixed;
top: 70px;
left: 20px;
z-index: 1000;
background-color: #800000;
color: white;
border: none;
padding: 10px 16px;
border-radius: 6px;
cursor: pointer;
font-weight: bold;
box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
"
>
← Back
</button>

<!-- Circles -->
<div class="circle"></div>
<div class="circle"></div>
Expand Down Expand Up @@ -420,7 +440,7 @@ <h2>Makhan Malai</h2>

<!-- Footer -->
<footer class="site-footer" id="footer" >
<a class="back-to-top" href="#">
<a class="back-to-top" href="#top">
<i class="fa-solid fa-chevron-up"></i>
</a>
<div class="footer-top" >
Expand Down