-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
77 lines (71 loc) · 1.9 KB
/
index.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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Public Service Company</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div>
<!-- MASTHEAD -->
<div>
<table>
<tr>
<th><img src="src/header-image.png" alt="Public Service Company Logo" class="header-image"></th>
</tr>
</table>
</div>
<!-- NAVIGATION NAVIGATION NAVIGATION -->
<nav>
<br><br><br>
<table>
<tr>
<td><a href="index.html" class="navCell">HOME</a></td>
<td><a href="contact.html" class="navCell">CONTACT</a></td>
<td><a href="work.html" class="navCell">WORK</a></td>
</tr>
</table>
<br><br><br>
</nav>
</div>
<!-- Table Section -->
<div>
<table>
<tr>
<h2>WHO WE ARE</h2>
</tr>
<tr>
<td><p>Public Service Company was founded in 2012 to address the dearth of excellent ethical execution in the advertising, marketing, strategy, public performance and media content creation spaces.</p>
</td>
</tr>
<table>
<tr>
<!-- THIS IS A SPACER -->
<br><br>
</tr>
</table>
<table>
<tr>
<th>|<th>
<td> </td>
<td><img src="src/brands.gif" alt="Brands of Public Service" class="header-image"></td>
<td><img src="src/brands.gif" alt="Brands of Public Service" class="header-image"></td>
<td><img src="src/brands.gif" alt="Brands of Public Service" class="header-image"></td>
<td> </td>
<th>|</th>
</tr>
</table>
</div>
<!-- Footer Section -->
<footer>
<table>
<tr>
<td>
<p>© 2024 | PUBLIC SERVICE COMPANY LLC<br><br>- - -<br><br>publicservice.company</p>
</td>
</tr>
</table>
</footer>
</body>
</html>