-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #136 from Preeti8021/scrolltop
Scroll to top button
- Loading branch information
Showing
3 changed files
with
72 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,51 +1,60 @@ | ||
<head> | ||
<link rel="stylesheet" href="style.css"> | ||
<link rel="stylesheet" href="BannerStyle.css"> | ||
<link rel="stylesheet" href="Footer.css"> | ||
<link rel="shortcut icon" type="image/x-icon" href="https://www.computerhope.com/jargon/j/javascript.png"/> | ||
<meta name="theme-color" content="#daa37f"> | ||
<link rel="stylesheet" href="style.css" /> | ||
<link rel="stylesheet" href="BannerStyle.css" /> | ||
<link rel="stylesheet" href="Footer.css" /> | ||
<link rel="shortcut icon" type="image/x-icon" href="https://www.computerhope.com/jargon/j/javascript.png" /> | ||
<meta name="theme-color" content="#daa37f" /> | ||
<meta content="width=device-width, initial-scale=1" name="viewport" /> | ||
<title>JavaScript Projects</title> | ||
</head> | ||
|
||
<body> | ||
<title>JavaScript Projects</title> | ||
<script src="https://kit.fontawesome.com/32ceed9cc4.js"></script> | ||
</head> | ||
|
||
<body> | ||
<div class="banner"> | ||
<div class="banner__overlay"> | ||
<div class="banner__container"> | ||
<h1 class="banner__title">JavaScript Projects</h1> | ||
<p class="banner__text">Find best mini projects using Html CSS JavaScript</p> | ||
<p class="banner__text"> | ||
Find best mini projects using Html CSS JavaScript | ||
</p> | ||
<a href="#Bottom" class="btnBanner btn--opacity">Projects</a> | ||
</div> | ||
<img class="banner__scroll-down" src="data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMjkgMTI5IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMjkgMTI5IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4Ij4KICA8Zz4KICAgIDxwYXRoIGQ9Im0xMjEuMywzNC42Yy0xLjYtMS42LTQuMi0xLjYtNS44LDBsLTUxLDUxLjEtNTEuMS01MS4xYy0xLjYtMS42LTQuMi0xLjYtNS44LDAtMS42LDEuNi0xLjYsNC4yIDAsNS44bDUzLjksNTMuOWMwLjgsMC44IDEuOCwxLjIgMi45LDEuMiAxLDAgMi4xLTAuNCAyLjktMS4ybDUzLjktNTMuOWMxLjctMS42IDEuNy00LjIgMC4xLTUuOHoiIGZpbGw9IiNGRkZGRkYiLz4KICA8L2c+Cjwvc3ZnPgo=" /> | ||
<a href="#Bottom"> | ||
<img class="banner__scroll-down" | ||
src="data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMjkgMTI5IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMjkgMTI5IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4Ij4KICA8Zz4KICAgIDxwYXRoIGQ9Im0xMjEuMywzNC42Yy0xLjYtMS42LTQuMi0xLjYtNS44LDBsLTUxLDUxLjEtNTEuMS01MS4xYy0xLjYtMS42LTQuMi0xLjYtNS44LDAtMS42LDEuNi0xLjYsNC4yIDAsNS44bDUzLjksNTMuOWMwLjgsMC44IDEuOCwxLjIgMi45LDEuMiAxLDAgMi4xLTAuNCAyLjktMS4ybDUzLjktNTMuOWMxLjctMS42IDEuNy00LjIgMC4xLTUuOHoiIGZpbGw9IiNGRkZGRkYiLz4KICA8L2c+Cjwvc3ZnPgo=" /> | ||
</a> | ||
</div> | ||
</div> | ||
|
||
<div class="projects"> | ||
<a id="Bottom"></a> | ||
<h1 class="heading">Projects</h1> | ||
|
||
|
||
|
||
<ul class="cards"> | ||
|
||
</ul> | ||
<ul class="cards"></ul> | ||
<script src="script.js"></script> | ||
</div> | ||
|
||
<div class="footer"> | ||
<div class="col social"> | ||
<h1>Creator: </h1> | ||
<h1>Creator:</h1> | ||
<a target="_blank" class="a" href="https://github.com/shrey141102">Shreyansh Khaitan</a> | ||
</div> | ||
<div class="col social"> | ||
<h1>Website by:</h1> | ||
<a target="_blank" class="a" href="https://github.com/Infinite-Null">Ankit Kumar Shah</a> | ||
</div> | ||
<div class="col social"> | ||
<h1>Repository: </h1> | ||
<h1>Repository:</h1> | ||
<a target="_blank" class="a" href="https://github.com/shrey141102/Javascript-projects">Github</a> | ||
</div> | ||
<h1 class="footerTitle">@JavaScript Projects</h1> | ||
<div class="clearfix"></div> | ||
<div class="clearfix"></div> | ||
</div> | ||
</div> | ||
|
||
</body> | ||
|
||
<!-- Scroll to top button --> | ||
<button id="top" title="Go to top"> | ||
<i class="fa-solid fa-arrow-up"></i> | ||
</button> | ||
|
||
|
||
</body> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters