-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresource.html
More file actions
74 lines (69 loc) · 2.53 KB
/
resource.html
File metadata and controls
74 lines (69 loc) · 2.53 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 = "Resource">
<!-- 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>
<div class = "directory">
<p> <a>Resource</a> </p>
</div>
</section>
<section class = "content">
<h1> RESOURCE </h1>
<p> Provide a standard and general about some topics. </p>
<p> For a more advance or deeper concept, there will be link and keyword throught out the topic, feel free to explore. </p>
<p> DISCLAIMER: Be aware because there might exist mistakes as well as unclear infomation. If you could spot any, I'm realy appreciate if you could try to contact me so that I could update the project. </p>
<br>
<h1> Topic </h1>
<ul>
<li>
<a href = "resource/biology.html"> BIOLOGY </a>
<p> Study about living organisms and their vital processes. </p>
<p> Learn how living thing interact together to create such a complex system allow organism to thrive and evolute. </p>
</li>
<li>
<a href = "resource/math.html"> MATH </a>
<p> Study about mathematical objects, logics, patterns, structures and their relations. </p>
<p> Provide a framwork to analyzing problem, develop solution, make prediction and apply understanding. </p>
</li>
<li>
<a href = "resource/chemistry.html"> CHEMISTRY </a>
<p> Study about the property, structure and behaviour of matter. </p>
<p> Learn about element, reaction of different level of arrangement. </p>
</li>
<li>
<a href = "resource/computer-science.html"> COMPUTER SCIENCE </a>
<p> Study about the data structure, computation, algorithm and it's application. </p>
</li>
</ul>
<br>
<br>
<br>
</section>
<section class = "footer">
<p id = "quote"> quote </p>
</section>
</div>
</body>
</html>