-
Notifications
You must be signed in to change notification settings - Fork 1
/
team.html
66 lines (59 loc) · 2.21 KB
/
team.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
<!DOCTYPE html>
<html style="font-size: 16px;">
<head>
<title>TEAM SCOOKER</title>
</head>
<body>
<header>
<link rel="stylesheet" href="css/main.css">
</header>
<div style="text-align:center">
<img src="images/scooker_v3.png" alt="No Image Found" width="20%" onclick="location.href='index.html'">
<hr size="4px" color="darkcyan" width="90%">
<br>
<a class="team" style="font-size:32px" href="team.html"><b>- TEAM -</b></a>
<br><br><br>
<div align="center">
<table width="60%">
<tr>
<td align="center">
<font class="profile">PM</font><br><br>
<img src="images/person.png" alt="No Image Found" width="40%"><br>
<hr size="4px" color="darkcyan" width="60%">
<font class="profile">한주완</font>
</td>
<td align="center">
<font class="profile">Engineer</font><br><br>
<img src="images/person.png" alt="No Image Found" width="40%"><br>
<hr size="4px" color="darkcyan" width="60%">
<font class="profile">심채현</font>
</td>
<td align="center">
<font class="profile">Circuit Designer</font><br><br>
<img src="images/person.png" alt="No Image Found" width="40%"><br>
<hr size="4px" color="darkcyan" width="60%">
<font class="profile">김민준</font>
</td>
</tr>
</table>
<br><br>
<table width="40%">
<tr>
<td align="center">
<font class="profile">Programmer</font><br><br>
<img src="images/person.png" alt="No Image Found" width="40%"><br>
<hr size="4px" color="darkcyan" width="60%">
<font class="profile">황주원</font>
</td>
<td align="center">
<font class="profile">Programmer</font><br><br>
<img src="images/person.png" alt="No Image Found" width="40%"><br>
<hr size="4px" color="darkcyan" width="60%">
<font class="profile">박성현</font>
</td>
</tr>
</table>
</div>
</div>
</body>
</html>