-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnetworking.php
More file actions
65 lines (63 loc) · 1.4 KB
/
networking.php
File metadata and controls
65 lines (63 loc) · 1.4 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<!doctype html>
<html>
<head>
<title>My First Web Page</title>
</head>
<body>
<Div class="container">
<table border=”1” align=center width="auto" height="350px">
<h3 align=center>CATEGORIES OF NETWORKING</h3>
<tr>
<th>KIND OF NETWORK SERVICES</th>
<th>TYPES</th>
<th>FRAMWORKS / TECHNOLOGIES</th>
<th>Airport Code</th>
</tr>
<tr align=center>
<td>Trobleshooting</td>
<td>Windows / Linux</td>
<td>=========</td>
<td>Central Wisconsin Airport</td>
</tr>
<tr align=center>
<td>Deployment</td>
<td>Windows</td>
<td>=========</td>
<td>Chicago O’Hare</td>
</tr>
<tr align=center>
<td>Network Infrastructure Management</td>
<td>Windows / Linux</td>
<td>==========</td>
<td>Chicago O’Hare</td>
</tr>
<tr align=center>
<td>Trainings</td>
<td>Networking security</td>
<td>===========</td>
<td>London Heathrow</td>
</tr>
<tr align=center>
<td>Database</td>
<td>Relational Database Management System</td>
<td>MySql, Oracle 11g & 12c, Sql Server 2016, Derby,Sybase</td>
<td>London Heathrow</td>
</tr>
<tr align=center>
<td>Scripting Technology</td>
<td>Server-Side</td>
<td>Apacha, Glass fish, Php, Asp, Sql, Asp.net</td>
<td>London Heathrow</td>
</tr>
<tr align=center>
<td>LHR</td>
<td>LHR</td>
<td>LHR</td>
<td>London Heathrow</td>
</tr>
</table>
<?php
include('newContactForm.php');
?>
</body>
</html>