-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
61 lines (56 loc) · 1.72 KB
/
about.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
<!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="main.css" rel="stylesheet" />
<link href="navbar.css" rel="stylesheet" />
<link href="aboutus.css" rel="stylesheet" />
<title>About Us</title>
</head>
<body>
<header>
<div class="maintext">
<h1>LibraBot</h1>
</div>
<nav id="navbar">
<ul class="navmenu">
<li><a href="index.html">Home</a></li>
<li><a style="color:gray" href="about.html">About Us</a></li>
</ul>
</nav>
</header>
<section class="mainbody">
<h1>About Us</h1>
<div id="cutepics">
<div>
<img src="images/aboutuslong.jpeg" alt="Longcutepic">
<h2>Long Pham</h2>
Computer Engineering '27
</div>
<div>
<img src="images/aboutuschau.jpeg" alt="Chaucutepic">
<h2>Chau Nguyen</h2>
Computer Science '27
</div>
<div>
<img src="images/aboutusprateek.jpeg" alt="Prateekcutepic">
<h2>Prateek Kharangate</h2>
Computer Science '25
</div>
</div>
<div id="aboutusforreal">
Hi! We are WOOOP NGX ENERGY! We are looking for jobs! <br><br>
Prateek is available Spring 2023 <br>
Long is available Summer 2023 <br>
Chau is available Summer 2023 <br>
</div>
</section>
<footer>
<h1>LibraBot</h1>
<div>
</div>
</footer>
</body>
</html>