-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (37 loc) · 3.01 KB
/
index.html
File metadata and controls
37 lines (37 loc) · 3.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./style.css">
<script src="./script.js" defer></script>
<title>Fancy Running</title>
</head>
<body>
<h1 id=heading>
<span class="word">RUN</span>
<span class="word">RINSE</span>
<span class="word">REPEAT</span>
<span class="word">RUN</span>
<span class="word">RINSE</span>
<span class="word">REPEAT</span>
<span class="word">RUN</span>
<span class="word">RINSE</span>
<span class="word">REPEAT</span>
<span class="word">RUN</span>
<span class="word">RINSE</span>
<span class="word">REPEAT</span>
</h1>
<div id="image-track" data-mouse-down-at="0" data-percent-scroll="-50">
<img class="image" draggable="false" src="https://images.unsplash.com/photo-1496506215679-08183da9667e?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxjb2xsZWN0aW9uLXBhZ2V8MTN8Wm9QNXEyQzdVNFV8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=600&q=60" alt="">
<img class="image" draggable="false" src="https://images.unsplash.com/photo-1528720208104-3d9bd03cc9d4?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxjb2xsZWN0aW9uLXBhZ2V8MTJ8Wm9QNXEyQzdVNFV8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=600&q=60" alt="">
<img class="image" draggable="false" src="https://images.unsplash.com/photo-1542638413-8e84d372f40e?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxjb2xsZWN0aW9uLXBhZ2V8Mnxab1A1cTJDN1U0VXx8ZW58MHx8fHx8&auto=format&fit=crop&w=600&q=60" alt="">
<img class="image" draggable="false" src="https://images.unsplash.com/16/unsplash_526360a842e20_1.JPG?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxjb2xsZWN0aW9uLXBhZ2V8Nnxab1A1cTJDN1U0VXx8ZW58MHx8fHx8&auto=format&fit=crop&w=600&q=60" alt="">
<img class="image" draggable="false" src="https://images.unsplash.com/photo-1517344884509-a0c97ec11bcc?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxjb2xsZWN0aW9uLXBhZ2V8N3xab1A1cTJDN1U0VXx8ZW58MHx8fHx8&auto=format&fit=crop&w=600&q=60" alt="">
<img class="image" draggable="false" src="https://images.unsplash.com/photo-1603297430336-03c3265b54f9?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxjb2xsZWN0aW9uLXBhZ2V8NXxab1A1cTJDN1U0VXx8ZW58MHx8fHx8&auto=format&fit=crop&w=600&q=60" alt="">
<img class="image" draggable="false" src="https://images.unsplash.com/photo-1574288763758-a17ce17c4088?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxjb2xsZWN0aW9uLXBhZ2V8OXxab1A1cTJDN1U0VXx8ZW58MHx8fHx8&auto=format&fit=crop&w=600&q=60" alt="">
<img class="image" draggable="false" src="https://images.unsplash.com/photo-1633394443693-8b930f9889bc?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxjb2xsZWN0aW9uLXBhZ2V8MTB8Wm9QNXEyQzdVNFV8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=600&q=60" alt="">
<img class="image" draggable="false" src="https://images.unsplash.com/photo-1641467158742-f723c4ec5584?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxjb2xsZWN0aW9uLXBhZ2V8OHxab1A1cTJDN1U0VXx8ZW58MHx8fHx8&auto=format&fit=crop&w=600&q=60" alt="">
</div>
</body>
</html>