-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
74 lines (68 loc) · 2.36 KB
/
index.html
File metadata and controls
74 lines (68 loc) · 2.36 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
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
<!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 = "Open source website">
<!-- Style -->
<link rel = "stylesheet" type = "text/css" href = "css/style.css">
<!--Script-->
<script src = "src/base/scr/quote-generator.js"> </script>
<title>PolyWCube</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> Something about me?
<p> I'm a Asian coder want to discover new stuffs </p>
<p> And I also like to share my journey on creating these </p>
<br>
<p> And personally, remind that I not a professional at any of these topics, these projects are the result of my research </p>
<p> So, there will be mistakes and misunderstands about things </p>
</h1>
<br>
<h1> And about this site?
<p> My purpose on this website is to provide people who would like to join in with my journey, want to learn new knowledges about various topics, ... </p>
<p> I will try my best to create free, interactive and opensource projects to everyone who like to join </p>
</h1>
<br>
<h1> Finally, why PolyWCube?
<p> "Poly" are "many" </p>
<p> "W" is "web" </p>
<p> "Cube" is "stucture" </p>
<p> It's a combination of multiple ideas or aspects within a structured framework </p>
<p> Every node of aspections affect other and together, it creates a balanced and comprehensive approach </p>
</h1>
<br> </br>
<ul>
<li> <a href = "project.html"> PROJECT </a>
<p> Visit for some interesting projects from the basic to the complex </p>
</li>
<li> <a href = "resource.html"> RESOURCE </a>
<p> Check here for useful resource from many topic </p>
</li>
</ul>
<br>
<br>
<br>
</section>
<section class = "footer">
<p id = "quote"> quote </p>
</section>
</div>
</body>
</html>