-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaboutus.html
More file actions
50 lines (44 loc) · 1.32 KB
/
aboutus.html
File metadata and controls
50 lines (44 loc) · 1.32 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
<!DOCTYPE HTML>
<head>
<title>About us</title>
<meta name="viewport" content="width=device-width, initial-scale=1px">
<meta charset="UTF-8">
<link rel="stylesheet" href="aboutus.css">
</head>
<body>
<header>MEET OUR TEAM</header>
<p>We are all very different. We were born in different cities, at different times,</p>
<p> we love different music, food, movies. But we have something that unites us all.</p>
<p>It is our Project. We are its heart.</p>
<P>We are not just a team, We are a family.</p>
<div class="father">
<!-- Vishal -->
<div class="son">
<div class="eg">
<img src="mane.jpg" alt="person" width="100%">
</div>
<h3>VISHAL</h3>
<p class="heading">Frontend Developer</p>
<P class="desc">I spent too many sleepless nights to complete this project</p>
</div>
<!--Jenis -->
<div class="son">
<div class="eg">
<img src="jenis.jpg" alt="person" width="100%">
</div>
<h3>JENIS</h3>
<p class="heading">Designer</p>
<P class="desc">I logically designed the layout for this project</p>
</div>
<!--Neil-->
<div class="son">
<div class="eg">
<img src="neil.jpg" alt="person" width="100%">
</div>
<h3>NEIL</h3>
<p class="heading">Backend Developer</p>
<P class="desc">I have done something which others can't see in this project</p>
</div>
</div>
</body>
</html>