-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathEducation.html
More file actions
47 lines (40 loc) · 1.6 KB
/
Copy pathEducation.html
File metadata and controls
47 lines (40 loc) · 1.6 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
<!DOCTYPE html>
<html>
<head>
<title>Education</title>
<meta charset="UTF-8" />
<link rel="shortcut icon" href="image/faviconn.ico" type="image/x-icon">
<link rel="stylesheet" href="style.css">
<link href="https://fonts.cdnfonts.com/css/sf-pro-display" rel="stylesheet">
</head>
<body>
<nav>
<a class="green" href="index.html" target="_blank">Home</a>
<a class="green" href="Contact.html" target="_blank">Contact Me</a>
<a class="green" href="Education.html" target="_blank">Education</a>
<a class="green" href="Digital Business Card.html" target="_blank">Digital-Card</a>
<a class="green" href="images.html" target="_blank">Gallery</a>
<a class="green" href="https://github.com/NijatShv" target="_blank">GitHub Account</a>
<a class="green" href="https://nijatshv.github.io/nijat/" target="_blank">GitHub Page</a>
<a class="green" href="weather.html" target="_blank">Weather App</a>
</nav>
<h1 class="glar">Education</h2>
<table class="edu" border="3px" cellspacing="10">
<tr>
<th>Education Type</th>
<th> Education Place</th>
<th> Education Years</th>
</tr>
<tr>
<td>Primary and secondary school</td>
<td>Zangilan School</td>
<td>2008-2019</td>
</tr>
<tr>
<td>Undergraduate</td>
<td>ADA University</td>
<td>2019-2024</td>
</tr>
</table>
</body>
</html>