-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheducation.html
47 lines (42 loc) · 1.1 KB
/
education.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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Education</title>
<link rel="stylesheet" href="assets/styles.css">
</head>
<body>
<table>
<tr>
<td><img class="ProfilePic" src="images/DSC_1668.jpg" alt="Nino Chavez profile Picture"></td>
<td><h1>Nino Chavez</h1></td>
</tr>
</table>
<hr>
<h3>Education</h3>
<p>
<ul>
<li>Devry University</li>
<li>Brooklyn College</li>
</ul>
</p>
<hr>
<h3>Courses</h3>
<p>
<ul>
<li>Business and Technology Introduction to WAN Technologies</li>
<li>Network Operating Systems Using UNIX</li>
<li>Network Operating Systems Using Windows</li>
<li>Networking</li>
<li>PC Hardware and Software Principles of Information Systems Security</li>
<li>Routing Switching Voice/VoIP Administration</li>
<li>Office 365 Security</li>
<li>VMWare</li>
</ul>
</p>
<a href="index.html">Home</a>
<a href="experience.html">Work Experienc</a>
<a href="hobbies.html">Hobbies</a>
<a href="contact.html">Contact</a>
</body>
</html>