-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
103 lines (100 loc) · 4.48 KB
/
index.html
File metadata and controls
103 lines (100 loc) · 4.48 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>pranshu</title>
<link rel="stylesheet" href="https://unpkg.com/sheryjs/dist/Shery.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/locomotive-scroll@3.5.4/dist/locomotive-scroll.css">
<link href="https://cdn.jsdelivr.net/npm/remixicon@3.5.0/fonts/remixicon.css" rel="stylesheet">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="main">
<div id="home">
<div id="nav">
<div id="nleft">
<a class="nlink" href="#">home</a>
<a class="nlink" href="#">price</a>
<a class="nlink" href="">products</a>
</div>
<a class="nlink" id="centre" href="#">pranshu</a>
<div id="nright">
<a class="nlink" href="#">our journey</a>
</div>
</div>
<div id="hero">
<div class="anim2" id="sustain">
<h5>01.</h5>
<h2>Sustainibility</h2>
<p>Lorem ipsum dolor sit amet dfdf cing elit. similique? Vel!</p>
<div class="imgeff" id="susimagewrapper">
<img src="pinkgreenplant.jpg">
</div>
</div>
<div class="anim2" id="ephemeral">
<div id="headings">
<h1>Ephemeral</h1>
<h1>Equilibrium.</h1>
</div>
<div id="imgntext">
<img src="pinkplant.jpg" alt="pinkplant">
<p>Commited to Sustainibility and Eco-friendly choices for a better tomarrow. </p>
</div>
</div>
<div class="anim2" id="visit">
<div id="circlev"><i class="ri-arrow-down-line"></i> </div>
<h3>visit our gallery.</h3>
</div>
</div>
</div>
<div id="motive">
<h3>our motive</h3>
<p> At Supprotive Soul , we are deeply commited to sustainability . We belive in a greener , more sustainable future , <span id="onespan"></span>and it's is the place at the core of everything we do. our practices are designed with environmental <span id="twospan"></span> responsibility in mind, from sourcing eco-friendly <span id="threespan"></span> materials to reducing our carbon football</p>
</div>
<div id="pictures">
<div id="firstpic">
<div class="imgeff" id="picimg">
<img src="sea.jpg" alt="sea image">
</div>
<h1>Synergy</h1>
<p>Commited to Sustainibility, eco-friendly choices for a better tomorro.</p>
</div>
<div id="secpic">
<div class="imgeff" id="picimg">
<img src="cloud.jpg" alt="sea image">
</div>
<h1>Hormony.</h1>
<p>Commited to Sustainibility , eco-friendly choices for a better tomorro.</p>
</div>
</div>
<div id="banner">
<div id="bimg">
<img src="bottle.jpg" alt="bottle">
<img src="bottle2.jpg" alt="bottle2">
</div>
<div id="btext">
<h1>Biodegradable</h1>
<h1>Packaging</h1>
<p>Commited to Sustainibility , eco-friendly choices for a better tomorro.</p>
</div>
</div>
<div id="future">
<video src="back.mp4" autoplay muted loop></video>
<div id="ftext">
<h1>think of future</h1>
<button>join the movement</button>
</div>
</div>
</div>
<!--these top four links are taken from sherey js from github-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.2/gsap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.2/ScrollTrigger.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/0.155.0/three.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/automat/controlkit.js@master/bin/controlKit.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.2/gsap.min.js" integrity="sha512-16esztaSRplJROstbIIdwX3N97V1+pZvV33ABoG1H2OyTttBxEGkTsoIVsiP1iaTtM8b3+hu2kB6pQ4Clr5yug==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="https://cdn.jsdelivr.net/npm/locomotive-scroll@3.5.4/dist/locomotive-scroll.min.js"></script>
<script type="text/javascript" src="https://unpkg.com/sheryjs/dist/Shery.js"></script>
<script src="script.js"></script>
</body>
</html>