-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathIntroduction.html
More file actions
45 lines (44 loc) · 1.49 KB
/
Introduction.html
File metadata and controls
45 lines (44 loc) · 1.49 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Introduction</title>
<link rel="stylesheet" href="A1Style.css">
</head>
<body>
<ul>
<li class="menu"><a href="Introduction.html" >Introduction</a></li>
<li class="menu"><a href="index.html" >Index</a></li>
<li class="menu"><h3 style="text-align: right; padding-left: 20px; color: bisque;">All About Chyenne Ross</h3></li>
</ul>
<div class="container2">
<h1 style = "color: goldenrod;">Introduction of Chyenne</h1>
<table border="2" class="table">
<tr>
<th>Skills</th>
<th>Education</th>
<th>Experience</th>
<th>Qualities</th>
</tr>
<tr>
<td>Java</td>
<td>Propel Braddock Highschool: Completed</td>
<td>Carnegie Mellon University: Intern</td>
<td>High Achiever</td>
</tr>
<tr>
<td>Python</td>
<td>North Carolina A&T State BS: In Progress</td>
<td>NCAT Undergrad Researcher</td>
<td>Perseveres</td>
</tr>
<tr>
<td>Mysql</td>
<td>North Carolina A&T State MS: Not Started</td>
<td>Sandia National Laboratory: Summer Intern </td>
<td>Consistent</td>
</tr>
</table>
</div>
</body>
</html>