-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
71 lines (56 loc) · 1.52 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Nhat Personal Site</title>
</head>
<body>
<table cellspacing="20">
<tr>
<td><img src="https://media-exp1.licdn.com/dms/image/C4E03AQHjF3vRKEYY9w/profile-displayphoto-shrink_800_800/0/1517552399068?e=1646265600&v=beta&t=U6Tj6wPJlJMgwjCE3PZUs1jyKmEJZSAoi1-L1gwCOL4" alt="Nhat Ho Profile Pic"></td>
<td>
<h1>Nhat Ho</h1>
<p><em></em>Software Dev and <strong><a href="www.corgi.com">Corgi Breeder</a></strong></p>
<p>Fullstack developer with a computer science degree from SDSU 2021. I enjoy
learning new skills and creating new technologolical services for the web.</p>
</td>
</tr>
</table>
<hr>
</body>
<h3>Education</h3>
<ul>
<li><a href="https://www.sdsu.edu/">Computer Science B.S. San Diego State</a></li>
<li><a href="https://www.udemy.com/course/the-complete-web-development-bootcamp/">The Complete 2022 Web Development Bootcamp</a></li>
<li>Rady School of Management Business Courses From UCSD</li>
</ul>
<hr>
<h3>Work Experiance and Projects</h3>
<table>
<thead>
<th>Dates</th>
<th>Work</th>
</thead>
<tr>
<td>2013-2013</td>
<td>Intern at SCEDC</td>
</tr>
<tr>
<td>2021</td>
<td>Learning</td>
</tr>
</table>
<h3>Skills</h3>
<table>
<tr>
<td>C++</td>
<td>⭐️⭐️⭐️</td>
</tr>
<td>Java</td>
<td>⭐️⭐️⭐️</td>
</table>
<hr>
<a href="hobbies.html">My Hobbies</a>
<br>
<a href="contact.html">Contacts</a>
</html>