-
Notifications
You must be signed in to change notification settings - Fork 0
/
aboutus.html
51 lines (49 loc) · 1.53 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
50
51
<!DOCTYPE html>
<html>
<head>
<title>TechnoMotive | Home</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Inconsolata|Kanit">
<link rel="stylesheet" type="text/css" href="styles.css"/>
<style>
p {
font-family: 'Inconsolata', sans-serif;
font-size: 20px;
}
h1 {
font-family: 'Kanit', sans-serif;
font-size: 50px;
}
table {
border-spacing: 60px;
}
</style>
</head>
<body background="Image/Berita_BG.gif">
<h1 align="center">Meet Our Team!</h1>
<hr width="800px">
<table align="center" cellpadding>
<tr>
<td>
<img src="Image/Usayd.webp" width="200px" height="200px">
</td>
<td>
<img src="Image/Zidane.jpg" width="200px" height="200px">
</td>
<td>
<img src="Image/Fathi.jpeg" width="200px" height="200px">
</td>
</tr>
<tr>
<td>
<h1 align="center">Usayd</h1>
</td>
<td>
<h1 align="center">Zidane</h1>
</td>
<td>
<H1 align="center">Fathi</H1>
</td>
</tr>
</table>
</body>
</html>