-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (28 loc) · 905 Bytes
/
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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<title> PAIR </title>
<link rel="stylesheet" href="./css/style.css">
</head>
</HTML>
<body>
<!-- Header -->
<div class="header">
<img src="./img/PairLogo.png" alt="Logo" id="logo" class="header">
<!-- Page Navigation -->
<hr>
<h3 class="pageTitle">
<a href="index.html" class="pageTitle">Home</a>
<a href="about.html" class="pageTitle">About</a>
<a href="contact.html" class="pageTitle">Contact</a>
</h3>
</div class="header">
<!-- Intro paragraph -->
<div class="paragraph-center">
<p>Hello, <br>Our names are Dylan Neve and Casey Colloty.
We are a pair of friends with a compined total of over 14 years
of computing experience. We want to use this knowledge to help you,
the small businesses that do not want a big company to come in and cost you big money.</p>
</div>
</body>
</html>