-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
20 lines (20 loc) · 1.26 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./index.css">
<title>pageScroll</title>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script>!window.jQuery && document.write('<script src="./static/jquery.js"><\/script>')</script>
</head>
<body>
<section class="sec sec0"><div class="container"><div>A fresh way to handle sections in your html: pageScroll</div><div>A project by Suhail Ahmed <a href="https://github.com/SuhailAhmedVelorum/pageScroll" style="display: inline;"><img class="linkto" src="./assets/github.png"></a></div></div></section>
<section class="sec sec1">A perfect looking scroll that changes color based on contrast.</section>
<section class="sec sec2">Some interesting text.</section>
<section class="sec sec3">Some not so interesting text.</section>
<section class="sec sec4">Try clicking one of those circles on the right.<br>I call them stops.</section>
<script src="./pageScroll.js"></script>
</body>
</html>