Skip to content

Commit

Permalink
remove empty lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Muskan-creator committed Apr 26, 2021
2 parents c1e4983 + 953d461 commit 1c4273a
Show file tree
Hide file tree
Showing 11 changed files with 344 additions and 298 deletions.
80 changes: 76 additions & 4 deletions DSA.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@
<!-- style.css For Custom Styling -->
<link rel="stylesheet" href="css/style.css">

<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"
integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"
integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
crossorigin="anonymous"></script>
<script src="https://kit.fontawesome.com/bd43ee06c8.js" crossorigin="anonymous"></script>

<title>Complete RoadMap to DSA</title>
Expand All @@ -40,12 +46,78 @@
</head>

<body>
<section>
<nav class="navbar navbar-expand-lg navbar-dark fixed-top nav-col top">
<a class="navbar-brand" href="index.html"><img src="images/icon.png" alt="Algo Phantoms" width="50"
height="50"><span class="brand1">Algo</span>Phantoms
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>

<iframe title="DSA" style="border:none" width="1400" height="635"
src="https://whimsical.com/embed/L7xNuV2ZRSsLd6vrVtyvrQ"></iframe>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link font-weight-bold nav-items" href="index.html">Home </a>
</li>
<li class="nav-item">
<a class="nav-link font-weight-bold nav-items" href="index.html#about">About</a>
</li>

<button class="button1"><a href="index.html">Go Back </a></button>

<li class="nav-item">
<a class="nav-link font-weight-bold nav-items" href="team.html">Team<span
class="sr-only">(current)</span></a>
</li>

<li class="nav-item dropdown">
<a class="nav-link font-weight-bold nav-items dropdown-toggle" href="#" id="navbarDropdown"
role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
More
</a>
<div class="dropdown-menu dropdown-menu-center" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="DSA.html">RoadMap to your DSA</a>

<a class="dropdown-item" href="https://github.com/Algo-Phantoms" target="_blank">Contribute
to Project</a>

<a class="dropdown-item" href="practicedsa.html">DSA Problems</a>

</div>
<li class="nav-item">
<a class="nav-link font-weight-bold nav-items" href="#footer">Contact</a>
</li>
</ul>
</div>
</nav>
<script>
const navbar = document.getElementsByTagName("nav")[0];
let scrolled=false;
window.onscroll=function(){
if(window.pageYOffset>100)
{
navbar.classList.remove("top");
if(!scrolled)
{
navbar.style.transform="translateY(-70px)";
}
setTimeout(function(){
navbar.style.transform = 'translateY(0)';
scrolled = true;
},200);
}
else{
navbar.classList.add("top");
scrolled=false;
}
};
</script>
</section>



<iframe title="DSA" style="border:none" width="100%" height="600vh"
src="https://whimsical.com/embed/L7xNuV2ZRSsLd6vrVtyvrQ"></iframe>
<!--footer starts-->
<footer id="footer">
<div class="container">
Expand Down
75 changes: 44 additions & 31 deletions booklist.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,18 +54,19 @@ <h2 class="list--link__header"><span>Algorithms by Robert Sedgewick & Kevin Wayn
</li>
</ol>
</section>
<footer id="footer">
<!--Footer starts-->
<footer id="footer">
<div class="container">
<div class="row subscribe-box py-5">
<div class="col-lg-4 col-md-4 col-sm-12 col-12 offset-lg-1">
<h2 class="text-white font-weight-bold py-2">Contact Us</h2>
</div>
<div class="col-lg-6 col-md-6 col-sm-12 col-12">
<form action="">
<form action="mailto:[email protected]">
<div class="input-group">
<input type="email" class="form-control py-3" placeholder="Enter your Email">
<input type="email" class="form-control py-3" placeholder="Enter your Email" required>
<div class="input-group-append">
<button class="input-group-text subscribe-button text-white px-5 font-weight-bold">
<button type="submit" class="input-group-text subscribe-button text-white px-5 font-weight-bold">
Contact Us
</button>
</div>
Expand All @@ -78,55 +79,67 @@ <h2 class="text-white font-weight-bold py-2">Contact Us</h2>
<div class="row">
<div class="col-md-3 col-sm-6 col-lg-3 col-12">
<div class="">
<img src="./images/icon.png" alt="" class="img-fluid mb-lg-4" width="100px" height="100px">
<img src="./images/icon.png" alt="" class="img-fluid mb-lg-4" width="100" height="100">

</div>
<p class="text-white">An Open Source organization focuses on Data Structure and Algorithms.</p>
</div>
<div class="col-lg-2 col-md-2 col-sm-6 col-12 offset-lg-1">
<h5 class="font-weight-bold text-white mb-lg-4 pb-2 margin-top-mobile">Useful Links</h5>
<ul>
<a class="text-white mb-lg-3" href="#about">About</a><br>
<a class="text-white mb-lg-3" href="./team.html">Our Team</a><br>
<a class="text-white mb-lg-3" href="#footer">Contact</a><br>
<a class="text-white mb-lg-3" href="./sitemap.html">SiteMap</a>
<li>
<a class="text-white mb-lg-3" href="#about">About</a>
</li>
<li>
<a class="text-white mb-lg-3" href="./team.html">Our Team</a>
</li>
<li>
<a class="text-white mb-lg-3" href="#footer">Contact</a>
</li>
<li>
<a class="text-white mb-lg-3" href="./sitemap.html">SiteMap</a>
</li>
</ul>
</div>

<div class="col-lg-3 col-md-3 col-sm-6 col-12">
<h5 class="font-weight-bold text-white mb-lg-4 pb-2 margin-top-mobile">Features</h5>
<ul>

<ul>
<a class="text-white mb-lg-3" href="https://www.codechef.com/ide" target="_blank">Code Editor</a><br>
<a class="text-white mb-lg-3" href="https://www.geeksforgeeks.org/data-structure-gq/" target="_blank">Quizzes</a><br>
<a class="text-white mb-lg-3" href="https://github.com/Algo-Phantoms/Algo-Tree" target="_blank">DSA Guidance</a><br>
<a class="text-white mb-lg-3" href="https://dare2compete.com/" target="_blank">Opportunities</a>
<a class="text-white mb-lg-3" href="https://dare2compete.com/" target="_blank">Opportunities</a><br>


<a class="text-white mb-lg-3" href="https://www.geeksforgeeks.org/computer-science-projects/?ref=shm" target="_blank">Project Ideas</a><br>
<a class="text-white mb-lg-3" href="DSA.html" >RoadMap to your DSA</a><br>
<a class="text-white mb-lg-3" href="practicedsa.html" >DSA Problems</a><br>

</ul>
</div>
<div class="col-lg-3 col-md-3 col-sm-6 col-12">
<h5 class="font-weight-bold text-white mb-lg-4 pb-2 margin-top-mobile">Follow Us</h5>

<a href="https://github.com/Algo-Phantoms"><i class="fa fa-github p-2 text-white" aria-hidden="true"
style="background:#3caea3; border-radius: 50%;"></i>


<div class="col-lg-3 col-md-3 col-sm-6 col-12 socialicons">
<h5 class="font-weight-bold text-white mb-lg-4 pb-2 margin-top-mobile">Follow Us</h5>
<a href="https://github.com/Algo-Phantoms" target="_blank"><i class="fa fa-github p-2 socialicon" aria-hidden="true"
></i>
</a>
<a href="#" target="_blank"><i class="fa fa-instagram p-2 socialicon" aria-hidden="true"
></i>
</a>
<a href="#" target="_blank"><i class="fa fa-linkedin p-2 socialicon" aria-hidden="true"
></i>
</a>
<a href="#" target="_blank"><i class="fa fa-twitter p-2 socialicon " aria-hidden="true"
></i>
</a>
<a href="#" target="_blank"><i class="fa fa-instagram p-2 text-white" aria-hidden="true"
style="background:#3caea3; border-radius: 50%;"></i>
</a>
<a href="#" target="_blank"><i class="fa fa-linkedin p-2 text-white" aria-hidden="true"
style="background:#3caea3; border-radius: 50%;"></i>
</a>
<a href="#" target="_blank"><i class="fa fa-twitter p-2 text-white" aria-hidden="true"
style="background:#3caea3; border-radius: 50%;"></i>
</a>
</div>
</div>
<hr style="background: white;" class="mt-5">
<div class="text-center text-white mt-lg-4 pt-lg-2 copyright-text">
2021 Copyright&copy; <span class="font-weight-bold">AlgoPhantoms</span> . ALL RIGHTS RESERVED
</div>

Copyright &copy; 2021 <a href="#" style="color: #3caea3; text-decoration: none;" target="_blank"><span
class="font-weight-bold">AlgoPhantoms.</span></a> All Rights Reserved</div>
</div>
</footer>

<!--Footer Ends-->
</body>
</html>
Loading

0 comments on commit 1c4273a

Please sign in to comment.