-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAbout Us.html
68 lines (64 loc) · 2.23 KB
/
About Us.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Introduction</title>
<link rel="stylesheet" href="About Us.css" />
<link rel="stylesheet" href="Buttons.css" />
</head>
<body>
<button class="back-button" onclick="window.history.back()">Go Back</button>
<div class="row team-row">
<div class="column">
<div class="card">
<img src="andraaey.jpg" alt="Description" class="aligned-image" />
<div class="container">
<h2>Dylle Andraa B. Gabornes</h2>
<p class="title">Coder</p>
<p>Pinaka Cute han tanan na members.</p>
<p><a href="mailto:[email protected]" class="button">Contact</a></p>
</div>
</div>
</div>
<div class="column">
<div class="card">
<img src="panot.jpg" alt="Description" class="aligned-image" />
<div class="container">
<h2>Stephanie Magpili</h2>
<p class="title">Designer</p>
<p>Panot ang nickname ko.</p>
<p>[email protected]</p>
<p><button class="button">Contact</button></p>
</div>
</div>
</div>
</div>
<div class="row team-row">
<div class="column">
<div class="card">
<img src="andres.webp" alt="Description" class="aligned-image" />
<div class="container">
<h2>Dylle Andree B. Gabornes</h2>
<p class="title">Designer</p>
<p>Painting is my hobby.</p>
<p>[email protected]</p>
<p><button class="button">Contact</button></p>
</div>
</div>
</div>
<div class="column">
<div class="card">
<img src="orit.webp" alt="Description" class="aligned-image" />
<div class="container">
<h2>Adonis F. Orit II</h2>
<p class="title">Designer</p>
<p>Gwapings ako</p>
<p>[email protected]</p>
<p><button class="button">Contact</button></p>
</div>
</div>
</div>
</div>
</body>
</html>