-
Notifications
You must be signed in to change notification settings - Fork 191
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
background color changed #338
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,47 @@ | ||
<!DOCTYPE HTML> | ||
<html> | ||
<html lang="en"> | ||
<head> | ||
<title>Sitemap</title> | ||
<title>Sitemap | Algo-Phantoms</title> | ||
<meta name="description" content="Sitemap" /> | ||
<meta name="keywords" content="Sitemap" /> | ||
<meta name="generator" content="Mystemapgenerator.com HTML Sitemap" /> | ||
<meta charset="utf-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" /> | ||
<link rel="stylesheet" href="css/sitemapStyles.css"> | ||
|
||
<link rel="apple-touch-icon" sizes="180x180" href="favicon_package\apple-touch-icon.png"> | ||
<link rel="icon" type="image/png" sizes="32x32" href="favicon_package\favicon-32x32.png"> | ||
<link rel="icon" type="image/png" sizes="16x16" href="favicon_package\favicon-16x16.png"> | ||
<link rel="manifest" href="favicon_package\site.webmanifest"> | ||
<link rel="mask-icon" href="favicon_package\safari-pinned-tab.svg" color="#3caea3"> | ||
<meta name="msapplication-TileColor" content="#2b5797"> | ||
<meta name="theme-color" content="#ffffff"> | ||
|
||
<link rel="shortcut icon" href="images/icon.png" type="images/icon.png" /> | ||
</head> | ||
<body> | ||
<h1>Sitemap</h1> | ||
<!--======================= Header starts here =========================--> | ||
<div class="heading"> | ||
<a class="navbar-brand" href="index.html"><img src="images/icon.png" alt="Algo Phantoms" width="60px" | ||
height="60px"><span class="brand1"></a> | ||
<h1>Algo-Phantoms</h1> | ||
<h1 class="note">Sitemap</h1> | ||
</div> | ||
<!--========================= Site Map Tree ============================--> | ||
<div class="section"> | ||
<p><a href="https://algo-phantoms.github.io/Algo-Phantoms-Frontend/">Home page</a></p> | ||
<div><a href="https://algo-phantoms.github.io/Algo-Phantoms-Frontend/#about">About Page</a></div> | ||
|
||
<div><a href="https://algo-phantoms.github.io/Algo-Phantoms-Frontend/team.html">Teams Page</a></div> | ||
<div><a href="https://algo-phantoms.github.io/Algo-Phantoms-Frontend/#footer">Contact Page</a></div> | ||
<div><a href="https://www.codechef.com/ide">Code Editor</a></div> | ||
<div><a href="https://www.geeksforgeeks.org/data-structure-gq/">Quizes</a></div> | ||
<div><a href="https://github.com/Algo-Phantoms/Algo-Tree">DSA Guidance</a></div> | ||
<div><a href="https://github.com/Algo-Phantoms">GitHub</a></div> | ||
|
||
<!-- For new link just add anchor tag within the div tag --> | ||
<div class="main"> | ||
<div class="links"> | ||
<div class="pages"> | ||
<a href="https://algo-phantoms.github.io/Algo-Phantoms-Frontend/#about">About Page</a> | ||
<a href="https://algo-phantoms.github.io/Algo-Phantoms-Frontend/team.html">Teams Page</a> | ||
<a href="https://algo-phantoms.github.io/Algo-Phantoms-Frontend/#footer">Contact Page</a> | ||
</div> | ||
<div class="features"> | ||
<a href="https://www.codechef.com/ide">Code Editor</a> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. No need to keep third party links in the sitemap file. |
||
<a href="https://www.geeksforgeeks.org/data-structure-gq/">Quizes</a> | ||
</div> | ||
<div class="contact"> | ||
<a href="https://github.com/Algo-Phantoms/Algo-Tree">DSA Guidance</a> | ||
<a href="https://github.com/Algo-Phantoms">GitHub</a> | ||
</div> | ||
<!-- For new link just add anchor tag within the div tag --> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="footerinfo">Created by | ||
<a href="https://www.cratonik.com/" target="_blank">Chaitanya Shimpi</a> | ||
<!--========================== Footer starts here =========================--> | ||
<div class="footer">Copyright © 2021 <a href="#" style="color: #3caea3; text-decoration: none;" target="_blank"><span class="font-weight-bold">AlgoPhantoms.</span></a> All Rights Reserved</div> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Instead of inline styles use the stylesheet. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Point the link to |
||
</div> | ||
</body> | ||
</html> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Instead of hardcoding the links use dynamic links like
index.html
,index.html#about
.