-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
61 lines (56 loc) · 2.24 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="css/index.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="content1">
<div class="aboutPetri-Net">
<h1>PETRI-NET MODELING</h1>
<p>Petri nets are a powerful modeling formalism in computer science, system engineering, and many other disciplines. </p>
<p>Petri nets combine a well-defined mathematical theory with a graphical representation of the dynamic behavior of systems, the theoretic aspect of Petri nets allow precise modeling and analysis of system behavior, while the graphical representation
of Petri nets enable visualization of the modeled system state changes.</p>
</div>
<img src="Image/Profile/Pnets.gif" alt="">
</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>