-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChapter10Project2.html
44 lines (39 loc) · 1.3 KB
/
Chapter10Project2.html
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
<head>
<link rel="stylesheet" type="text/css" href="Project2style.css">
</head>
<body>
<table>
<tr>
<th>Job Title</th>
<th>Employer Name/Address</th>
<th>Job Description</th>
<th>Experience/Education Requirements</th>
<th>Salary Range</th>
</tr>
<tr>
<td>Internet Technical Support</td>
<td>ISPN/ Lenexa, KS</td>
<td>Assist people in the U.S with a variety of internet related topics.</td>
<td>No experience/ no education</td>
<td>$11.00 starting, increase with experience</td>
</tr>
<tr>
<td>Web Application Developer</td>
<td>Midway USA/ Columbia, MO</td>
<td>Creating high performance websites</td>
<td>ASP, .NET, MVC, JavaScript, HTML5, CSS3/ No education</td>
<td>Salary not stated</td>
</tr>
<tr>
<td>Mid-Level Front-End Developer</td>
<td>Premier Tech/ Overland Park, KS</td>
<td>Prototyping UX/UI views, creating Single Page Applications that consume internal REST APIs, as well as work with the team on creating standards.</td>
<td>AngularJS - 1 year, Front End Development - 3 years, Web Development - 3 years</td>
<td>$85,000/year</td>
</tr>
</table>
<p><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
Clayton Bryant<br>
<a href="mailto:[email protected]">[email protected]</a>
</p>
</body>