forked from Letiler/Company-Website
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathWebsiteHTML.html
More file actions
35 lines (30 loc) · 1015 Bytes
/
Copy pathWebsiteHTML.html
File metadata and controls
35 lines (30 loc) · 1015 Bytes
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
<!DOCTYPE html>
<html>
<link rel="stylesheet" type="text/css" href="layout.css">
<link rel="stylesheet" type="text/css" ref="style.css">
<script src="script.js"></script>
<title>After-Coding</title>
<body>
<div class="header">
<img src="RD.png" alt="RubberCow" >
<h1>After~Coding, Wack</h1>
</div>
<div class="topnav">
<a href="WebsiteHTML.html">Home</a>
<a href="Project.html">Project</a>
<a href="memes.html">Memes</a>
<a href="employees.html" style="float:right">Employees</a>
</div>
<hr class="new1"style="background-color: yellow; margin-top: 0.5px; margin-bottom:0px; padding-bottom: 0px; padding-top: 1px;">
<hr class="new2">
<hr class="new3" style="background-color: black; padding-bottom: 4px; margin-top: 0px; margin-bottom: 0px;">
<div class="row">
<div class="leftcolumn">
<div class="card">
<h2 style="font-size:250%;">What we do!</h2>
<h5 style="font-size:125%;">This is what our company, After~Coding, does! </h5>
</div>
</div>
</div>
</body>
</html>