-
Notifications
You must be signed in to change notification settings - Fork 0
/
About.html
156 lines (145 loc) · 5.74 KB
/
About.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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="css/index.css">
<link rel="stylesheet" href="css/profile.css">
<link rel="stylesheet" href="reset.css">
<title>Petri-Net Model</title>
</head>
<body>
<header class="navbar">
<img src="Image/bklogo.png" class="bku-symbol">
<div class="navbar--wrapper--text">
<h2 style="font-family: 'Comic Sans MS', cursive, sans-serif;color: white;font-weight: bold;">RENAME</h2>
</div>
<div class="navbar--wrapper">
<a href="About.html">Team</a>
</div>
<div class="navbar--wrapper">
<a href="Theory.html">Theory</a>
</div>
<div class="navbar--wrapper">
<a href="Model.html">Model</a>
</div>
<div class="navbar--wrapper">
<a class="activated" href="index.html">Intro</a>
</div>
</header>
<div class="container">
<div class="card">
<div class="background_header"></div>
<img src="Image/Profile/Phu_2.jpg" alt="">
<div class="description">
<h2>Nguyễn Đắc Hoàng Phú</h2>
<h3>2010514 - Leader</h3>
</div>
<div class="contact">
<a href="https://www.facebook.com/HP7122002/" class="facebook">
<p class="caption">
Facebook
</p>
</a>
<a href="https://mail.google.com/mail/u/0/?fs=1&to=phu.nguyen7122002hp@hcmut.edu.vn&tf=cm" class="gmail">
<!-- <img class="logo" src="../Image/Profile/gg.png"> -->
<p class="caption">Gmail</p>
</a>
</div>
</div>
<div class="card">
<div class="background_header"></div>
<img src="Image/Profile/Dat.jpg" alt="">
<div class="description">
<h2>Du Thành Đạt</h2>
<h3>2010206 - Teammate</h3>
</div>
<div class="contact">
<a href="https://www.facebook.com/thanhdat2707" class="facebook">
<p class="caption">
Facebook
</p>
</a>
<a href="https://mail.google.com/mail/u/0/?fs=1&to=dat.duthanhcse@hcmut.edu.vn&tf=cm" class="gmail">
<!-- <img class="logo" src="../Image/Profile/gg.png"> -->
<p class="caption">Gmail</p>
</a>
</div>
</div>
<div class="card">
<div class="background_header"></div>
<img src="Image/Profile/Tri_2.jpg" alt="">
<div class="description">
<h2>Đoàn Trần Cao Trí</h2>
<h3>2010733 - Teammate</h3>
</div>
<div class="contact">
<a href="https://www.facebook.com/profile.php?id=100013449046092" class="facebook">
<p class="caption">
Facebook
</p>
</a>
<a href="https://mail.google.com/mail/u/0/?fs=1&to=tri.doan218138@hcmut.edu.vn&tf=cm" class="gmail">
<!-- <img class="logo" src="../Image/Profile/gg.png"> -->
<p class="caption">Gmail</p>
</a>
</div>
</div>
<div class="card">
<div class="background_header"></div>
<img src="Image/Profile/Huy.jpg" alt="">
<div class="description">
<h2>Lý Gia Huy</h2>
<h3>2010289 - Teammate</h3>
</div>
<div class="contact">
<a href="https://www.facebook.com/huy2002vn" class="facebook">
<p class="caption">
Facebook
</p>
</a>
<a href="https://mail.google.com/mail/u/0/?fs=1&to=huy.ly2109@hcmut.edu.vn&tf=cm" class="gmail">
<!-- <img class="logo" src="../Image/Profile/gg.png"> -->
<p class="caption">Gmail</p>
</a>
</div>
</div>
<div class="card">
<div class="background_header"></div>
<img src="Image/Profile/Tan.jpg" alt="">
<div class="description">
<h2>Lâm Nhật Tân</h2>
<h3>2010597 - Teammate</h3>
</div>
<div class="contact">
<a href="https://www.facebook.com/nhattan1001" class="facebook">
<p class="caption">
Facebook
</p>
</a>
<a href="https://mail.google.com/mail/u/0/?fs=1&to=tan.lamcs1001@hcmut.edu.vn&tf=cm" class="gmail">
<!-- <img class="logo" src="../Image/Profile/gg.png"> -->
<p class="caption">Gmail</p>
</a>
</div>
</div>
</div>
<footer>
<div class="address">
<h1>Ho Chi Minh City University of Technology</h1>
<h3>Vietnam National University, Ho Chi Minh City</h3>
<h3>Copyright © 2021</h3>
</div>
<div class="description">
<h1>Faculty of Computer Science and Engineering</h1>
<h3 class="teacher">Instructor: Nguyen An Khuong</h1>
<h3 class="teacher">Instructor: Nguyen Tien Thinh</h1>
</div>
<div class="contact">
<h1>Contact us!</h1>
<h3>Team Rename</h3>
<a href="About.html">
<h1>Here</h1>
</a>
</div>
</footer>
</body>
</html>