-
Notifications
You must be signed in to change notification settings - Fork 0
/
aboutus.html
49 lines (36 loc) · 1.44 KB
/
aboutus.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
<!DOCTYPE html>
<html>
<head>
<title>About Us | XYZ Corporation</title>
<link rel="stylesheet" type="text/css" href="style.css">
<link href="https://fonts.googleapis.com/css?family=Lobster|Montserrat" rel="stylesheet">
</head>
<body>
<header>
<nav>
<h1>XYZ Corp.</h1>
<ul id="navli">
<li><a class="homeblack" href="index.html">HOME</a></li>
<li><a class="homered" href="aboutus.html">ABOUT US</a></li>
<li><a class="homeblack" href="contact.html">CONTACT</a></li>
<li><a class="homeblack" href="elogin.html">LOG IN</a></li>
</ul>
</nav>
</header>
<div class="divider"></div>
<p style="font-family: Montserrat ; text-align: center; font-size: 40px">Group Members</p>
<div style="float: left; width: 33%">
<p style="text-align: center;"><img src="process/images/no.jpg" alt="Avatar" style="width:250px"></p>
<h2 style="text-align: center; font-family:Montserrat ">Mehadi Hassan</h2>
</div>
<div style="float: left; width: 33%">
<p style="text-align: center;"><img src="process/images/test.jpg" alt="Avatar" style="width:250px"></p>
<h2 style="text-align: center; font-family:Montserrat ">Shoaib Ahmed Dipu</h2>
</div>
<div style="float: left; width: 33%">
<p style="text-align: center;"><img src="process/images/no.jpg" alt="Avatar" style="width:250px"></p>
<h2 style="text-align: center; font-family:Montserrat ">Shemonto Das</h2>
</div>
</div>
</body>
</html>