-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpage1.html
60 lines (60 loc) · 1.95 KB
/
page1.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>
<head>
<title>MYM About</title>
<link rel="stylesheet" href="stylesheet.css">
</head>
<body>
<div class="wrapper">
<header>
<h1>MYM</h1>
<nav id="nav">
<ul>
<li><a href="index.html"><img src="images/house.png"></i>Home</a></li>
<li><a href="page2.html"><img src="images/shopping.png"></i>Shop</a>
<ul>
<li><a href="shop-website.html">Website</a></li>
<li><a href="shop-gifts.html">Gifts</a></li>
</ul>
</li>
<li><a href="page1.html" class="active"><img src="images/info.png"></i>About Us</a></li>
<li><a href="Contact"><img src="images/contact.png"></i>Contact</a>
<ul>
<li><a href="mailto:">E-Mail</a></li>
<li><a href="#">Facebook</a></li>
<li><a href="#">Twitter</a></li>
</ul>
</li>
<form action="#">
<button>Search</button>
<input type="search" name="search" placeholder="Search..."/>
</form>
</ul>
</nav>
</header>
<section class="courses" style="width80%;">
<article style="margin-top:1em">
<figure>
<img src="images/MYM%20logo.png" alt="Bok Choi" />
<figcaption>Our Logo</figcaption>
</figure>
<hgroup>
<h2>Organisation</h2>
<h3>Who are we?</h3>
</hgroup>
<p>We are three students who like to program and design things for other people.</p>
<aside>
<section class="box1">
<h2>Website Fonts</h2>
<a href="">Amateur</a>
<a href="">Semi-Professional</a>
<a href="">Professional</a>
</section>
</aside>
</article>
</section>
<footer> © 2016 MYM
</footer>
</div>
</body>
</html>