-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
38 lines (34 loc) · 1.4 KB
/
Copy pathabout.html
File metadata and controls
38 lines (34 loc) · 1.4 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
<!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">
<title>About</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="top" class="fullscreen nopadding">
<div id="header">
<img src="https://cdn.discordapp.com/attachments/918652617444442134/1046981074569400350/Screenshot_2022-11-02_194612.png" width="50px" />
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
</ul>
</div>
<div class="header">
<h1>About Us</h1>
</div>
</div>
<div class="white">
<h1>Billy Martinez. My Website <a href="billy.html">here</a></h1>
<p> Hello my name is Billy! I am the group leader for our team! Please check out my website on the link to know a little bit more about me! </p>
<h1>Ashley Monterroso My Website <a href="Ashley.html">here</a></h1>
<p> text </p>
<h1>Rhett Marcelo, you can find me on this <a href="rhett.html">link</a></h1>
<p> Greetings! My name is Rhett, and I am enthusiastic in learning about all of the technologies the world has, one by one! </p>
<h1>Teamate 4 My Website <a href="#">here</a></h1>
<p> text</p>
</div>
</body>
</html>