-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathintroduction.html
More file actions
50 lines (42 loc) · 1.08 KB
/
introduction.html
File metadata and controls
50 lines (42 loc) · 1.08 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
48
49
50
<!DOCTYPE html>
<html>
<body>
<table border="1" bordercolor = "yellow">
<tr bgcolor = "blue">
<th width = "60"> Skills</th>
<th width = "60">Abilities</th>
<th width = "60">Education</th>
<th width = "60">Training</th>
</tr>
<tr align = "center">
<td>Problem Solving</td>
<td>Presenting</td>
<td>Pershing East</td>
<td>AWS Training</td>
</tr>
<tr align = "center">
<td>Teamwork/Collaboration</td>
<td>Design Thinking</td>
<td>Kenwood Academy</td>
<td>Azure Training</td>
</tr>
<tr align = "center">
<td>Coding</td>
<td>Situational Awareness</td>
<td>North Carolina A&T State University</td>
<td>Lean Six Sigma</td>
</tr>
</table>
<div>
<img src = "./img/img2.jpg" alt = "Picture of teamwork and collaboration" width="200px">
</div>
<div>
<img src = "./img/img3.jpg" alt = "Picture of Lean Six Sigma" width="200px">
</div>
<br>
<div>
<a href = "index.html">Head back to first page</a>
</div>
</br>
</body>
</html>