-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
87 lines (83 loc) · 2.48 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Christian's Personal Site</title>
<link rel="stylesheet" href="index.css">
</head>
<img src="IMG_20220401_061719.jpg" alt="Christian Ruizo" width="300px" height="400px">
<body>
<h1>Christian Ruizo</h1>
<p> <b> <em>Secondary Teacher of </b> <strong> <a href="https://web.facebook.com/CNHSMatibayOfficial">CNHS
</a></strong></em>
</p>
<p>I am a <a>Professional Teacher</a> in Cajidiocan National High School. I teach Mathematics in Grade 7 for almost
4 years now. </p>
<hr>
<h3>Books and Teaching</h3>
<ul>
<li>Mathematics</li>
<ul>
<li> <a href="https://www.britannica.com/science/algebra">Algebra</a> </li>
<li>Geometry</li>
</ul>
<li>Esp</li>
<ul>
<li>Pagpapahalga</li>
<li>Values</li>
</ul>
<li>Ap</li>
<ul>
<li>Politics</li>
<li>History</li>
</ul>
</ul>
<h3> <a href="hobbies.html">Hobbies</a> </h3>
<ul>
<li>Cooking</li>
<li>Reading Manga</li>
<li> <a href="https://www.fender.com/pages/how-to-play-guitar"> Playing Guitar </a></li>
</ul>
<hr>
<h3>Work Experience</h3>
<table>
<thead>
<tr>
<th>Date</th>
<th>Work</th>
</tr>
</thead>
<tbody>
<tr>
<td>2020-Current</td>
<td>Mathematics 7 Teacher</td>
</tr>
<tr>
<td>2019-2020</td>
<td>AP and EsP Teacher </td>
</tr>
<tr>
<td>2018-2019</td>
<td>On Job Training at CNHS</td>
</tr>
</tbody>
</table>
<hr>
<h3>Skills</h3>
<table cellspacing="10">
<tr>
<td>Problem Solving ★★★★</td>
<td>Computer Literacy ★★★★</td>
</tr>
<tr>
<td>Communication ★★★★</td>
<td>People Skills ★★</td>
</tr>
</table>
<hr>
<p><a href="Contact.html"> Contact </a></p>
<button>Next Page</button>
</body>
</html>