-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
188 lines (169 loc) · 7.25 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
175
176
177
178
179
180
181
182
183
184
185
186
187
188
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
<link rel ="stylesheet" type="text/css" href="style.css">
<link rel ="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css">
<title>Assignment webpage</title>
</head>
<body>
<header>
<nav>
<div class="logo">
Pics<span>lab</span>
</div>
<div class="menu" id="menuList">
<a href="#">Home</a>
<a href="#about1">About</a>
<a href="#gallery1">Gallery</a>
<a href="#contact1">Contact</a>
</div>
<div class="icon">
<i class="fa fa-bars"></i>
<a href="login.html">Login</a>
</div>
</nav>
<section class="h-text">
<i class="fa fa-camera" id="camera"></i>
<h1 data-aos="fade-up">Capturing the moments that captivate your heart.</h1>
<input type="text" name="" placeholder="Search here...">
<button><i class="fa fa-search"></i></button>
</section>
</header>
<section id="gallery1" class="filter-gallery">
<div class="portfolio-menu">
<ul>
<li class="active" data-filter="*">All</li>
<li data-filter=".nature">Nature</li>
<li data-filter=".fashion">Fashion</li>
<li data-filter=".wedding">Wedding</li>
</ul>
</div>
<div class="portfolio-item">
<div class="item nature" data-aos="flip-left" data-aoa-offset="100" data-aos-delay="100">
<img src="img/p1.jpg" width="100" height="100">
</div>
<div class="item fashion" data-aos="flip-left" data-aoa-offset="100" data-aos-delay="200">
<img src="img/p2.jpg" width="100" height="100">
</div>
<div class="item wedding" data-aos="flip-left" data-aoa-offset="100" data-aos-delay="300">
<img src="img/p3.jpg" width="100" height="100">
</div>
<div class="item nature">
<img src="img/p4.jpg" width="100" height="100">
</div>
<div class="item fashion">
<img src="img/p5.jpg" width="100" height="100">
</div>
<div class="item wedding">
<img src="img/p6.jpg" width="100" height="100">
</div>
<div class="item nature">
<img src="img/p7.jpg" width="100" height="100">
</div>
<div class="item fashion">
<img src="img/p8.jpg" width="100" height="100">
</div>
<div class="item wedding">
<img src="img/p9.jpg" width="100" height="100">
</div>
</div>
</section>
<section id="about1" class="member">
<div class="member-info" data-aos="zoom-in-up" data-aoa-offset="100" data-aos-delay="100">
<h1>Our <span>Informations</span></h1>
<p>What our member says</p>
</div>
<div class="member-card">
<img src="img/parthib2.png" width="20%" height="20%">
<p>I am Parthib Mitra a web devoloper. I currently in my forth semister of my bsc Computer science degree at Sammilani mahavidyalaya.Web development is a fast-paced, challenging career centered on creative problem-solving and continuous innovation, that's why i love to create different webpages. My dream is to become a full fledge freelance web devoloper.
</p>
<h2>Parthib Mitra</h2>
<a href="https://www.facebook.com/parthib.mitra1278" target="_blank"><img src="img/icon1.png" width="100"></a>
<a href="https://www.instagram.com/parthibmitra.jpg/" target="_blank"><img src="img/icon2.png" width="100"></a>
<a href="https://media.makeameme.org/created/you-got-pranked-632b2cb181.jpg" target="_blank"><img src="img/icon3.png" width="100"></a>
<a href="https://twitter.com/elonmusk?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor" target="_blank"><img src="img/icon4.png" width="100"></a>
</div>
<div class="m-images">
<img src="img/s1.jpg">
<img src="img/s2.jpg">
<img src="img/s3.jpg">
<img src="img/s4.jpg">
<img src="img/s5.jpg">
<img src="img/s6.jpg">
</div>
</section>
<footer>
<div class="newsletter">
<div>
<h2>Subscribe our newsletter</h2>
<p>We're a team of non-cynics who truly care for our work.</p>
</div>
<div class="ntext">
<label>
<input type="text" name="" placeholder="Enter your email">
<button>Subscribe</button>
</label>
</div>
</div>
<div class="f-contact">
<div id="contact1">
<h1> Contacts</h1>
<p>Phone : +919876543210</p>
<p>parthibmitra1278@gmail.com</p>
<p>Dakshun Barasat , South 24 pgs , West Bengal</p>
<p>Post Office : Dakshin Barasat</p>
</div>
<div>
<h1> Useful links</h1>
<p>About</p>
<p>gallery</p>
<p>Blog posts</p>
<p>Pricing plansS</p>
<p>Customer care</p>
</div>
<div>
<h1> Details</h1>
<p>Photographers</p>
<p>gallery</p>
<p>Blog posts</p>
<p>Pricing plansS</p>
<p>Customer care</p>
</div>
<div>
<h1>Help & Support</h1>
<p>Privacy policy</p>
<p>Terms & conditions</p>
<p>Technical support</p>
<p>Ligal lisence</p>
<p>Customer care</p>
</div>
</div>
</footer>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<script src="https://unpkg.com/isotope-layout@3/dist/isotope.pkgd.min.js"></script>
<script type="text/javascript">
$('.portfolio-item').isotope({
// options
itemSelector: '.item',
layoutMode: 'fitRows'
});
$('.portfolio-menu ul li').click(function(){
$('.portfolio-menu ul li').removeClass('active');
$(this).addClass('active');
var selector = $(this).attr('data-filter');
$('.portfolio-item').isotope({
filter:selector
});
return false;
});
</script>
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<script>
AOS.init();
</script>
</body>
</html>