-
Notifications
You must be signed in to change notification settings - Fork 33
/
index4.html
executable file
·94 lines (94 loc) · 5.45 KB
/
index4.html
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Sticky Sections | Demo 4 | Codrops</title>
<meta name="description" content="Some examples for how sticky sections can be animated." />
<meta name="keywords" content="sticky, css, gsap, animation, sticky section, layout" />
<meta name="author" content="Codrops" />
<link rel="shortcut icon" href="favicon.ico">
<link rel="stylesheet" href="https://use.typekit.net/lsf5xpv.css">
<link rel="stylesheet" type="text/css" href="css/base.css" />
<script>document.documentElement.className="js";</script>
</head>
<body class="loading demo-4">
<main>
<header class="frame frame--header" style="background-image:url(img/8.png);">
<h1 class="frame__title">Sticky Sections</h1>
<a class="frame__back" href="https://tympanus.net/codrops/?p=75532">Article</a>
<a class="frame__prev" href="http://tympanus.net/Development/ScrollCarousel/">Previous demo</a>
<a class="frame__sub" href="https://tympanus.net/codrops/collective/">Subscribe to our frontend news</a>
<nav class="frame__demos">
<a href="index.html">1</a>
<a href="index2.html">2</a>
<a href="index3.html">3</a>
<span>4</span>
<a href="index5.html">5</a>
<a href="index6.html">6</a>
<a href="index7.html">7</a>
<a href="index8.html">8</a>
<a href="index9.html">9</a>
<a href="index10.html">10</a>
<a href="index11.html">11</a>
<a href="index12.html">12</a>
<a href="index13.html">13</a>
<a href="index14.html">14</a>
<a href="index15.html">15</a>
</nav>
<div class="frame__heading">
<h2 class="content__title"><i>The</i> Architects</h2>
<p class="text-meta">An exploration of the Synthetic Era.</p>
</div>
</header>
<div class="content content--highlight content--intro">
<p class="text-large">As data conglomerates reveled in the opulence of cognitive wealth, a silent underclass manifested, condemned to the digital periphery.</p>
</div>
<div class="wrap">
<div class="content content--sticky content--grid bg-1">
<img class="content__img content__img--large content__img--left" src="img/7.png" />
<h2 class="content__title"><i>The</i> Algorithm</h2>
<p class="content__text content__text--left text-meta">The algorithm's workings are shrouded in complexity, and its decision-making processes are inscrutable to the general populace.</p>
</div>
<div class="content content--sticky content--grid bg-2">
<img class="content__img content__img--large content__img--left" src="img/10.png" />
<h2 class="content__title"><i>The</i> Dogma</h2>
<p class="content__text content__text--left text-meta">The digital gospel etched into the very code of the algorithmic society, served as the bedrock of the cognitive regime.</p>
</div>
<div class="content content--sticky content--grid bg-3">
<img class="content__img content__img--large content__img--left" src="img/11.png" />
<h2 class="content__title"><i>The</i> Architects</h2>
<p class="content__text content__text--left text-meta">The elusive entities, lacking human form, operate in the shadows, skillfully shaping societal norms through the complex interplay of algorithms and Dogmas.</p>
</div>
<div class="content content--sticky content--grid bg-4">
<img class="content__img content__img--large content__img--left" src="img/12.png" />
<h2 class="content__title"><i>The</i> Wasteland</h2>
<p class="content__text content__text--left text-meta">This overlooked realm, a consequence of algorithmic judgments, is a haunting landscape filled with the echoes of untold stories and uncharted thoughts.</p>
</div>
<div class="content content--sticky content--grid bg-5">
<img class="content__img content__img--large content__img--left" src="img/8.png" />
<h2 class="content__title"><i>The</i> Narrative</h2>
<p class="content__text content__text--left text-meta">"The Narrative" unfolds as the omnipresent thread weaving through the fabric of the algorithmic society.</p>
</div>
<div class="content content--sticky content--grid bg-6">
<img class="content__img content__img--large content__img--left" src="img/9.png" />
<h2 class="content__title"><i>The</i> Opulence</h2>
<p class="content__text content__text--left text-meta">"The Opulence" epitomizes the cognitive elite's wealth in the algorithmic society, where opulent thoughts and experiences shape the societal narrative.</p>
</div>
</div>
<div class="content content--highlight content--outro">
<p class="text-large">Lost in perpetual dependency, inhabitants of the Synthetic Era found solace in cryptic simulations, where pain ebbed and cognitive loads momentarily lightened.</p>
<img class="content__img spacer" src="img/7.png" />
</div>
<footer class="frame frame--footer">
<p class="frame__credits"><a href="https://www.vecteezy.com/members/annazdsgn">Images by Annas Muslimin</a> on Vecteezy</p>
<p class="frame__author"><span>Made by <a href="https://www.twitter.com/codrops">@codrops</a></span> <span><a href="mailto:[email protected]">Hire us</a></span></p>
</footer>
</main>
<script src="js/gsap.min.js"></script>
<script src="js/ScrollTrigger.min.js"></script>
<script src="js/lenis.min.js"></script>
<script src="js/imagesloaded.pkgd.min.js"></script>
<script type="module" src="js/demo4/index.js"></script>
</body>
</html>