-
Notifications
You must be signed in to change notification settings - Fork 0
/
companydesign.html
60 lines (52 loc) · 2.16 KB
/
companydesign.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Home Page</title>
<!--[if lt IE 9]>
<script src="/js/html5shiv.js"></script>
<![endif]-->
<script type="text/javascript" src="js/website.js"></script>
<link rel="stylesheet" type="text/css" href="css/website.css">
<link rel="stylesheet" href="css/normalize.css">
</head>
<div id= "header">
<header>
<a href="index.html">
<img src="WebsiteImages/companyimage.jpg" alt="logo" id="logo"></a>
</header>
</div>
<div id = "navBar">
<nav>
<ul>
<li><a href="index.html" accesskey= "H" title= "Website Homepage">Home</a> </li>
<li><a href="Academic.html" accesskey="A" title ="Academic information">Academic History</a> </li>
<li><a href="contact.html" accesskey="O" title= "Contact Information ">Contact me</a> </li>
<li><a href="portfolio.html" accesskey="P" title="Portfolio">Portfolio</a> </li>
</ul>
</nav>
</div>
<body>
<p class="portfolio1"> The HomePage</p>
<img class ="screenshot" src="WebsiteImages/HomePage.png" alt="logo" id="logo">
<br>
<p class="portfolio1"> Biography Page</p>
<img class ="screenshot" src="WebsiteImages/Bio Page.png" alt="logo" id="logo">
<br>
<p class="portfolio1"> Contact Page</p>
<img class ="screenshot" src="WebsiteImages/ContactPage.png" alt="logo" id="logo">
<img class ="screenshot" src="WebsiteImages/ContactPage1.png" alt="logo" id="logo">
<br>
<p class="portfolio1"> Demo Page</p>
<img class ="screenshot" src="WebsiteImages/DemoPage.png" alt="logo" id="logo">
<br>
<p class="portfolio1"> Accessibilty Page</p>
<img class ="screenshot" src="WebsiteImages/Accessibility.png" alt="logo" id="logo">
<p class="portfolio1"> News Page</p>
<img class ="screenshot" src="WebsiteImages/NewsPage.png" alt="logo" id="logo">
<img class ="screenshot" src="WebsiteImages/NewsPage1.png" alt="logo" id="logo">
</body>
<footer class="portfolio">
<p class="footer"> ©
OOI DESIGNS All Rights Reserved. <script>document.write(new Date().getFullYear())</script> </p><!--Gets current year-->
</footer>