-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDeveloper.html
52 lines (51 loc) · 1.79 KB
/
Developer.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
<!DOCTYPE html>
<html>
<head>
<title>Developer</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.0a4.1/jquery.mobile-1.0a4.1.min.css" />
<script src="http://code.jquery.com/jquery-1.5.2.min.js"></script>
<script src="http://code.jquery.com/mobile/1.0a4.1/jquery.mobile-1.0a4.1.min.js"></script>
#table {padding:10px; margin:10px; }
</head>
<body>
<body class="ui-mobile-viewport">
<div id="home" data-role="page" is="page" data-theme="a">
<!-- Loading Theme Selection -->
<div data-role="header" data-position="fixed">
<h3>Developer</h3>
</div>
<center>
<table id="table">
<tr align="center">
<th><img style="width:50%;" src="image/jack.jpg" is="image"></th>
<th><img style="width:50%;" src="image/timothy.jpg" is="image"></th>
</tr>
<tr align="center" is="gk-text">
<td is="gk-text">Name: Jack Chen (Code)</td>
<td is="gk-text">Name: Timothy Choy (UI)</td>
</tr>
<tr align="center" is="gk-text">
<td is="gk-text">Student ID: 213288813</td>
<td is="gk-text">Student ID: 213288831</td>
</tr>
<tr align="center">
<th><img style="width:50%;" src="image/colin.jpg" is="image"></th>
<th><img style="width:50%;" src="image/daniel.jpg" is="image"></th>
</tr>
<tr align="center" is="gk-text">
<td is="gk-text">Name: Colin Yang (Code)</td>
<td is="gk-text">Name: Daniel Guo (UI)</td>
</tr>
<tr align="center" is="gk-text">
<td is="gk-text">Student ID: 212544563</td>
<td is="gk-text">Student ID: 213289079</td>
</tr>
</table>
<br></br>
<h3 align="center" is="gk-text">Video Description</h3>
<iframe id="widget6" src="http://www.youtube.com/embed/rgWsD4fS0CU?%20feature=player_detailpage&wmode=transparent&enablejsapi=1" allowfullscreen="" frameborder="0" width="100%" height="360px"></iframe>
</center>
</center>
</body>
</html>