-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathintroduction.html
More file actions
38 lines (31 loc) · 1.08 KB
/
introduction.html
File metadata and controls
38 lines (31 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
<!DOCTYPE html>
<html>
<head>
<link href="details.css" type="text/css" rel="stylesheet">
<title>Introduction</title>
<meta name="author" content="Malia Cherry">
</head>
<body style="background: #375950">
<h1 style="color:white">More Information</h1>
<img src="img/image2.jpg" width="500" height="380">
<img src="img/image3.jpg" width="290" height="380">
<hr />
<table border=1px bordercolor="white">
<tr align="center" bgcolor="28423b" style="color:white">
<th>Skills & Abilities</th>
<th>Education</th>
<th>Training</th>
</tr>
<tr style="color:white" bgcolor="28423b">
<td>Experience with Java, C++, Python, and HTML</td>
<td>Completing a Bachelor's of Science in Computer Science at NC A&T</td>
<td>Security+, Studying for CySA+</td>
</tr>
</table>
<hr />
<ul id="links">
<li><a href="index.html">Home</a></li>
<li><a href="little_prince.html">Little Prince</a></li>
</ul>
</body>
</html>