-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
98 lines (97 loc) · 3.41 KB
/
index.html
File metadata and controls
98 lines (97 loc) · 3.41 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>My Site</title>
</head>
<body>
<table cellspacing="20">
<tr>
<td><img src="education.png" alt="Education is a key" width="300"></td>
<td><h1>Live a Life</h1>
<p>
<em>Hardworking and focus is a<strong><a href="https://leverageedu.com/blog/importance-of-education/"> KEY for education</a></strong></em>
</p>
<p>"Compassion is a spontaneous movement of wholeness. It is not a studied decision to help the poor, to be kind to the
unfortunate. Compassion has a tremendous momentum that naturally, choicelessly moves us to worthy action. It has the
force of intelligence, creativity, and the strength of love.</p>
</td>
</tr>
</table>
<hr>
<h3>Education</h3>
<ul>
<li><a href="https://www.educationcorner.com/education-important-purpose.html"> Necessary</a></li>
<li><a href="https://www.countryliving.com/life/g40684410/inspiring-educational-quotes/"> Requirement</a></li>
<li><a href="https://mgiep.unesco.org/article/the-future-of-education"> Future of next gen</a></li>
</ul>
<hr>
<h3>Raise in literacy levels</h3>
<table border="1">
<thead>
<tr>
<th>Timeline</th>
<th>Percentage change</th>
</tr>
</thead>
<tbody>
<tr>
<td>1980-1990</td>
<td>48% increase in literacy level</td>
</tr>
<tr>
<td>1990-2000</td>
<td>60% increase in literacy level</td>
</tr>
<tr>
<td>2000-2015</td>
<td>72% increase in literacy level</td>
</tr>
</tbody>
<tfoot>
</tfoot>
</table>
<hr>
<h3>Skills</h3>
<table cellspacing="15">
<tr>
<td>
<table>
<tr>
<td>Focus</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Goal</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Concentration</td>
<td>⭐⭐⭐⭐</td>
</tr>
</table>
</td>
<td>
<table>
<tr>
<td>Research</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Memorizing</td>
<td>⭐⭐</td>
</tr>
<tr>
<td>Blindly Following</td>
<td>⭐</td>
</tr>
</table>
</td>
</tr>
</table>
<hr>
<a href="hobbies.html">Hobbies</a>
<br>
<a href="quest.html">Inspirational quests</a>
</body>
</html>