-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
118 lines (105 loc) · 5.07 KB
/
index.html
File metadata and controls
118 lines (105 loc) · 5.07 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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="https://unpkg.com/sheryjs/dist/Shery.css" /> <!-- Recommended -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/locomotive-scroll@3.5.4/dist/locomotive-scroll.min.css">
<link href="https://cdn.jsdelivr.net/npm/remixicon@4.5.0/fonts/remixicon.css"
rel="stylesheet"/>
<link rel="stylesheet" href="https://unpkg.com/lenis@1.3.4/dist/lenis.css">
<link rel="stylesheet" href="./style.css">
</head>
<body>
<div id="main" data-scroll>
<div id="home">
<div id="nav">
<div id="nleft">
<a class="navlink" href="#">Home</a>
<a class="navlink" href="#">Pricing</a>
<a class="navlink" href="#">Product</a>
</div>
<a class="navlink" id="centeratag">Yatharth</a>
<div id="nright">
<a class="navlink" href="#">Our Journey</a>
</div>
</div>
<div id="hero">
<div class="anime2" id="sustain">
<h5>01.</h5>
<h2>Sustainabiliy</h2>
<div><p>Lorem ipsum dolor sit amet. kush bhi kikh do for the content</p></div>
<div class="imgeff" id="image1">
<img src="./images/pinkgreenplant.jpg" alt="">
</div>
</div>
<div class="anime2" id="ephemeral">
<div id="heading">
<h1>Ephemeral</h1>
<h1>Equilibrium.</h1>
</div>
<div id="imageandtext">
<img src="./images/pinkplant.jpg" alt="plant">
<p>Lorem ipsum dolor, sit amet consectetur adipisicing elit. Unde, lorem vero!</p>
</div>
</div>
<div class="anime2" id="visit">
<div id="circlev">
<i class="ri-arrow-down-line"></i>
</div>
<h3 >Visit the gallery</h3>
</div>
</div>
</div>
<div id="motive">
<h3>Our motive</h3>
<p >In project I am deeply concerned with sustainability. We should believe in green and sustainable future <span id="onespan"></span> and it's important that we all should make step to protect the environment by simply planting the tree ! <span id="twospan"></span> so it is urge
that all should come and take a participate in this step and make the world and the coming future green <span id="threespan"></span>Lorem ipsum dolor sit, amet consectetur adipisicing elit. Dolore numquam quidem porro!</p>
</div>
<div id="picture">
<div id="firstpic">
<div class="imgeff" id="picfirst">
<img src="./images/sea.jpg" alt="">
</div>
<h1>Synergy</h1>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit.</p>
</div>
<div id="secondpic">
<div class="imgeff" id="secimg">
<img src="./images/cloud.jpg" alt="cloud image">
</div>
<h1>Harmony</h1>
<p>Commited to sustainability , eco friendly choices for a better tomorrow.</p>
</div>
</div>
<div id="banner">
<div id="bimg">
<img src="./images/bottle.jpg" alt="">
<img src="./images/bottle2.jpg" alt="">
<img src="./images/bottle3.jpg" alt="">
</div>
<div id="btext">
<h1>Biodegradable</h1>
<h1>Packaging</h1>
<p>Commited to sustainability , eco friendly choices for a better tomorrow.</p>
</div>
</div>
<div id="future">
<video src="./images/back.mp4" autoplay muted loop></video>
<div id="ftext">
<h1>Think of future</h1>
<button>join the movement</button>
</div>
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.13.0/gsap.min.js" integrity="sha512-NcZdtrT77bJr4STcmsGAESr06BYGE8woZdSdEgqnpyqac7sugNO+Tr4bGwGF3MsnEkGKhU2KL2xh6Ec+BqsaHA==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<!-- sheryjs github -->
<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 type="text/javascript" src="https://unpkg.com/sheryjs/dist/Shery.js"></script> <!-- Recommended -->
<script src="https://cdn.jsdelivr.net/npm/locomotive-scroll@3.5.4/dist/locomotive-scroll.min.js"></script>
<script src="script.js"></script>
</body>
</html>