-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
80 lines (76 loc) · 1.87 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>♥ Nita's Personal Site ♥</title>
</head>
<body>
<table cellspacing=15>
<tr>
<td><img src="images/circle-cropped.png" alt="Nita Lo Profile Picture"></td>
<td><h1>Nita Loyelty Lo</h1>
<p><em>Software Engineer <strong>Student</strong></p>
<p>I am excited to code, again! ♥ This is my Bookcamp Journey ♥</p></em>
<hr>
</td>
</tr>
</table>
<h3>My Learning Path</h3>
<ul>
<li>Reference given so far</li>
<ol>
<li><a href="https://unicode-table.com/en/2665/"> UNIVERSAL UNICODE: Icons and Symbol</a></li>
<li><a href="https://developer.mozilla.org/en-US/"> MDM Web Docs </a></li>
<li> Good readings: <a href="https://www.google.com/books/edition/Joel_on_Software/5qx2S47hnnEC?hl=en&gbpv=1&printsec=frontcover">Joel on Software book </a></li>
<li><a href="crop-circle.imageonline.co"> To edit crop Images online </a></li>
</ol>
</ul>
<hr>
<h3>Work Experience</h3>
<table>
<thead>
<tr>
<th>Dates</th>
<th>Work</th>
</tr>
</thead>
<tbody>
<tr>
<td>2005-2021</td>
<td>Assistant Creative Director</td>
</tr>
<tr>
<td>2004</td>
<td>Casheer at Dosirak, Korean Restaurant</td>
</tr>
</tbody>
</table>
<table>
<thead>
<tr>
<hr>
<h3>Skills</h3>
</tr>
</thead>
<tbody>
<tr>
<td>Photo Editing</td>
<td>⭐⭐⭐⭐</td>
</tr>
<td>Textile Design </td>
<td>⭐⭐⭐⭐</td>
<tr>
<td>Photography</td>
<td>⭐⭐</td>
<tr>
<td>Event Planning</td>
<td>⭐⭐⭐</td>
</tr>
</tr>
</tbody>
</table>
<hr>
<p><a href="hobbies.html"> <strong>Example of things that I enjoy in between breaks from my bootcamp Journey</strong></a></p>
<p><a href="Contact.html"> <strong>Contact Me</strong></a></p>
</body>
</html>