forked from axewal/axelwalden.github.io
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathscroll.html
More file actions
76 lines (59 loc) · 3.8 KB
/
Copy pathscroll.html
File metadata and controls
76 lines (59 loc) · 3.8 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="./favicon.png" />
<link href="https://fonts.cdnfonts.com/css/adlam-display" rel="stylesheet">
<link href='https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css' rel='stylesheet'>
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.min.js"></script>
<meta name="viewport" content="width=device-width" />
<meta http-equiv="content-security-policy" content="">
<link href="./_app/immutable/assets/_layout-17342c39.css" rel="stylesheet">
<link href="./_app/immutable/assets/_page-1258dfd5.css" rel="stylesheet">
<link rel="modulepreload" href="./_app/immutable/start-41596f37.js">
<link rel="modulepreload" href="./_app/immutable/chunks/index-925108f7.js">
<link rel="modulepreload" href="./_app/immutable/chunks/singletons-0fadeaa6.js">
<link rel="modulepreload" href="./_app/immutable/chunks/index-d3a7ac17.js">
<link rel="modulepreload" href="./_app/immutable/chunks/preload-helper-41c905a7.js">
<link rel="modulepreload" href="./_app/immutable/chunks/control-f5b05b5f.js">
<link rel="modulepreload" href="./_app/immutable/chunks/uneval-cfffe2f6.js">
<link rel="modulepreload" href="./_app/immutable/components/pages/_layout.svelte-b60fcbe3.js">
<link rel="modulepreload" href="./_app/immutable/components/pages/(navbar)/_layout.svelte-45611b98.js">
<link rel="modulepreload" href="./_app/immutable/modules/pages/(navbar)/_layout.js-e992bf42.js">
<link rel="modulepreload" href="./_app/immutable/chunks/_layout-da46b06b.js">
<link rel="modulepreload" href="./_app/immutable/components/pages/(navbar)/scroll/_page.svelte-986349aa.js">
<link rel="modulepreload" href="./_app/immutable/chunks/index-e1b77acf.js">
</head>
<body style="margin: 0; align-items: center;">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script>
<div style="display: contents">
<nav class="navbar svelte-e8p4hz" id="navbar"><a href="/Searcher" class="svelte-e8p4hz">search</a>
<a href="/memory" class="svelte-e8p4hz">Memory</a>
<a href="/ToDo" class="svelte-e8p4hz">To Do</a>
<a href="/PhotoApp" class="svelte-e8p4hz">Photo App</a>
<a href="/Register" class="svelte-e8p4hz">Register</a>
<a href="/chat" class="svelte-e8p4hz">Chat bot</a>
<a target="_blank" rel="noreferrer" href="https://github.com/lisaviktorsson/lisaviktorsson.github.com" class="svelte-e8p4hz">GitHub</a></nav>
<main class="svelte-1fk8y27">
<div class="container svelte-1fk8y27"><img style="transform: translate(0, 0px)" src="https://www.devsamples.com/parallax-layer0.png" alt="parallax layer 0" class="svelte-1fk8y27"><img style="transform: translate(0, 0px)" src="https://www.devsamples.com/parallax-layer1.png" alt="parallax layer 1" class="svelte-1fk8y27"><img style="transform: translate(0, 0px)" src="https://www.devsamples.com/parallax-layer2.png" alt="parallax layer 2" class="svelte-1fk8y27"><img style="transform: translate(0, 0px)" src="https://www.devsamples.com/parallax-layer3.png" alt="parallax layer 3" class="svelte-1fk8y27"></div>
<div class="text svelte-1fk8y27"><p>You have scrolled 0 pixels</p>
<p>Keep scrolling...</p></div>
</main>
<script type="module" data-sveltekit-hydrate="8nl2eo">
import { start } from "./_app/immutable/start-41596f37.js";
start({
env: {},
paths: {"base":"","assets":""},
target: document.querySelector('[data-sveltekit-hydrate="8nl2eo"]').parentNode,
version: "1710497132425",
hydrate: {
node_ids: [0, 2, 10],
data: [null,null,null],
form: null
}
});
</script>
</div>
</body>
</html>