-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
174 lines (147 loc) · 5.27 KB
/
index.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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link href="https://fonts.googleapis.com/css?family=Odibee+Sans&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.1/css/all.min.css">
<link href="https://fonts.googleapis.com/css?family=Righteous&display=swap" rel="stylesheet">
<title>Mazaak inc.</title>
<link rel="shortcut icon" href="sp1.png" type="image/x-icon">
<link rel="stylesheet" href="hur.css">
<link rel="stylesheet" type="text/css" href="styles.css">
<link rel="stylesheet" type="text/css" href="guu.css">
<link href="https://fonts.googleapis.com/css?family=Oswald&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
<link rel="stylesheet" type="text/css" href="aos.css">
</head>
<body>
<div class="loader">
<div>
<p style="margin: 0;
font-family: 'Odibee Sans';
font-size: 250%;
position: absolute;
top: 42%;
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%); }">
Debaprasad
<span2 style="font-size: 50%">Paul</span2>
</p>
</div>
<div class="gooey">
<span class="dot"></span>
<div class="dots">
<span></span>
<span></span>
<span></span>
</div>
</div>
</div>
<header>
<div class="containerx">
<nav class="nav1">
<a href="index.html" class="logo">
Mazaak inc.
</a>
<label for="toggle">☰</label>
<input type="checkbox" id="toggle"/>
<ul class="nav1-list">
<li>
<a href="index.html" class="nav1-link" style="font-family: 'Righteous'">Resume</a>
</li>
</ul>
<a href="#" id="nav1-cta">Buy Artworks</a>
</nav>
</div>
</header>
<section class="hero"></section>
<section class="demo-content">
<main class="containerz">
<section class="card3" data-aos="fade-right">
<img src="qt.png">
<div>
<h3>Once upon a time in hollywood</h3>
<p>Rick, a washed-out actor, and Cliff, his stunt double, struggle to recapture fame and success in 1960s Los Angeles. Meanwhile, living next door to Rick is Sharon Tate and her husband Roman Polanski.</p>
<a href="" class="btn">Know More</a>
</div>
</section>
</main>
</section>
<section class="demo-content2">
<main class="containerz">
<section class="card4" data-aos="fade-right">
<img src="gf1.png">
<div>
<h3>Godfather</h3>
<p>Don Vito Corleone, head of a mafia family, decides to handover his empire to his youngest son Michael. However, his decision unintentionally puts the lives of his loved ones in grave danger.</p>
<a href="" class="btn">Know More</a>
</div>
</section>
</main>
</section>
<section class="demo-content3">
<main class="containerz">
<section class="card5" data-aos="fade-right">
<img src="got.png">
<div>
<h3>Game of Thrones</h3>
<p>Nine noble families wage war against each other in order to gain control over the mythical land of Westeros. Meanwhile, a force is rising after millenniums and threatens the existence of living men.</p>
<a href="" class="btn">Know More</a>
</div>
</section>
</main>
</section>
<section>
</section>
<footer>
<div class="container2">
<nav class="nav">
<div class="social-media-cta">
<h1>Get in Touch</h1>
</div>
<div class="separator-line"></div>
<ul class="nav-list">
<li class="nav-item">
<a href="https://www.facebook.com/debaprasad.paul.16" class="nav-link"><i class="fab fa-facebook-f"></i></a>
</li>
<li class="nav-item">
<a href="https://twitter.com/paul_debaprasad" class="nav-link"><i class="fab fa-twitter"></i></a>
</li>
<li class="nav-item">
<a href="https://www.behance.net/debaprasadpaul" class="nav-link"><i class="fab fa-behance-square"></i></a>
</li>
<li class="nav-item">
<a href="https://github.com/Debaprasad-dez" class="nav-link"><i class="fab fa-github-square"></i></a>
</li>
<li class="nav-item">
<a href="https://www.linkedin.com/in/debaprasad-paul-a03421138/" class="nav-link"><i class="fab fa-linkedin-in"></i></a>
</li>
</ul>
</nav>
<div>
<a href="#" id="Buy">Buy Artworks</a>
</div>
</div>
</footer>
<script>
window.addEventListener('scroll',function() {
let header=document.querySelector('header');
let windowPosition= window.scrollY>0;
header.classList.toggle('scrolling-active',windowPosition);
})
</script>
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
AOS.init(
{
offset:400,
duration:1000
});
</script>
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
</body>
</html>