generated from Code-Institute-Org/gitpod-full-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (44 loc) · 2.03 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>the Kennedy Designs § Web & Graphic Design for Start-Up Entrepreneurs</title>
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
</head>
<body>
<nav>
<ul>
<li><a href="index.html">About</a></li>
<li><a href="offerings.html">Offerings</a></li>
<li><a href="portfolio.html">Portfolio</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
<h1>About</h1>
<div class="instagram_logo">
<a href="https://www.instagram.com/thekennedydesigns/" target="_blank">
<img src="https://www.instagram.com/p/B-KfAR5nR5r/" alt="the Kennedy Design company logo">
</a>
</div> <br>
<h3>What are the Kennedy Designs?</h3>
<p>It is a collection of design services offered to new and start-up entrepreneurs
who know the importance of building their company on a firm creative and inspiring
foundation that will guide all future business decisions to fall productively within
their vision and mission for most effective operation and abundance.</p>
<footer>
<div class="instagram_account">
<a href="https://www.instagram.com/thekennedydesigns/" target="_blank">
See more of us on Instagram
</a>
</div>
<div class="facebook_account">
<a href="" target="_blank">
Check out our Facebook page for events and promotion discounts
</a>
</div>
</footer>
</body>
</html>