-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
107 lines (101 loc) · 4.67 KB
/
index.html
File metadata and controls
107 lines (101 loc) · 4.67 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
<!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" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/locomotive-scroll@4.1.4/dist/locomotive-scroll.min.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="#">Pricing</a>
<a class="nlink" href="#">Products</a>
</div>
<a class="nlink" id="centertag" href="#">Nischay</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>Sustainability.</h2>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit.</p>
<div id="susimagewrapper">
<img src="./images//pinkgreenplant.jpg" alt="">
</div>
</div>
<div class="anim2" id="ephemeral">
<div id="heading">
<h1>Ephemeral.</h1>
<h1>Equilibrium.</h1>
</div>
<div id="imgtext"> <img src="./images/pinkplant.jpg" alt="">
<p>Commited to Sustainability and Eco-friendly choice for a better tomorrow.</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 Nischay, we are deeply committed to sustainability. We believe in a greener, more sustainable
future, <span id="one"></span> it's
at the core of everything we do. Our practices are designed with environmental <span id="two"></span>
responsibility in
mind, from sourcing eco-friendly <span id="three"></span> to reducing our carbon footprint.</p>
</div>
<div id="pictures">
<div id="firstpic">
<div id="picimg">
<img src="./images/sea.jpg" alt="sea">
</div>
<h1>Synergy.</h1>
<p>Committed to sustainability, eco-friendly choices for a better tomorrow.</p>
</div>
<div id="secondpic">
<div id="picimg">
<img src="./images/cloud.jpg" alt="cloud">
</div>
<h1>Harmony.</h1>
<p>Committed to sustainability, eco-friendly choices for a better tomorrow.</p>
</div>
</div>
<div id="banner">
<div id="bimg"><img src="./images/bottle.jpg" alt=""></div>
<div id="btext">
<h1>Biodegradable</h1>
<h1>Packaging</h1>
<p>Committed 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.12.2/gsap.min.js"
integrity="sha512-16esztaSRplJROstbIIdwX3N97V1+pZvV33ABoG1H2OyTttBxEGkTsoIVsiP1iaTtM8b3+hu2kB6pQ4Clr5yug=="
crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script type="text/javascript" src="https://unpkg.com/sheryjs/dist/Shery.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.2/gsap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/0.155.0/three.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.2/ScrollTrigger.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/automat/controlkit.js@master/bin/controlKit.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/locomotive-scroll@4.1.4/dist/locomotive-scroll.min.js"></script>
<script src="script.js"></script>
</body>
</html>