-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.html
More file actions
47 lines (43 loc) · 1.48 KB
/
project.html
File metadata and controls
47 lines (43 loc) · 1.48 KB
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
<!DOCTYLE html>
<html lang = "en">
<head>
<!-- Meta -->
<meta charset = "UTF-8">
<meta name = "viewport" content = "width = device-width, initial-scale = 1.0">
<meta name = "description" content = "Projects">
<!-- Style -->
<link rel = "stylesheet" type = "text/css" href = "css/style.css">
<title>PolyWCube - Projects</title>
</head>
<body>
<div class = "main">
<section class = "icon">
<h2 class = "logo"> < C U S T O M > </h2>
</section>
<section class = "nav_bar">
<div class = "menu">
<ul>
<li> <a href = "project.html"> PROJECT </a> </li>
<li> <a href = "resource.html"> RESOURCE </a> </li>
<li> <a href = "index.html"> HOME </a> </li>
<li> <a href = "contact.html"> CONTACT </a> </li>
<ul>
</div>
</section>
<section class = "content">
<h1> Project </h1>
<ul>
<li> <a href = "project/logging-system.html"> LOGGING SYSTEM </a>
<p> A custom logging component for log, debug and personal use purpose, allow user to create logger with custom format and file directory. </p>
</li>
<li> <a href = "project/integrative-ai.html"> INTEGRATIVE ARTIFICIAL INTELLIGENT </a>
<p> A integrative program of speech recognizer/generator, chat bot and voice generator,... </p>
</li>
<li> <a href = "project/resource-visualizer.html"> RESOURCE VISUALIZER </a>
<p> The visualizer for better management of my custom database. </p>
</li>
</ul>
</section>
</div>
</body>
</html>