-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathintroduction.html
More file actions
46 lines (43 loc) · 1.14 KB
/
Copy pathintroduction.html
File metadata and controls
46 lines (43 loc) · 1.14 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My Introduction</title>
<link rel="stylesheet" href="a1style.css">
</head>
<body>
<nav>
<ul class="top-menu">
<li><a href="index.html">Home</a></li>
<li><a href="introduction.html">Introduction</a></li>
</ul>
</nav>
<h1>Introduction to My Skills and Education</h1>
<table border="1">
<tr>
<th>Category</th>
<th>Details</th>
</tr>
<tr>
<td>Skills</td>
<td>JAVA, C++, Python, React Native</td>
</tr>
<tr>
<td>Abilities</td>
<td>Fast Learner, Teamwork, Critical Thinking</td>
</tr>
<tr>
<td>Education</td>
<td>Currently pursuing a B.S. Computer Science at NCAT</td>
</tr>
<tr>
<td>Training</td>
<td>Completed multiple semesters at NCAT, hands-on experience with computer repair</td>
</tr>
</table>
<img src="img/ncat.png" alt="Image 2" width="300">
<img src="img/repair.jpeg" alt="Image 3" width="300">
<p><a href="index.html">Back to Home</a></p>
</body>
</html>