-
Notifications
You must be signed in to change notification settings - Fork 0
/
wireframes.html
62 lines (55 loc) · 1.82 KB
/
wireframes.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
61
62
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title> Wireframes</title>
<link rel="stylesheet" href="bemcss.css">
</head>
<style>
.container{
display:-webkit-flex;
display:flex;
-webkit-flex-direction:row;
flex-direction:row;
justify-container: flex end;
}
.cell{
order:<integer>;
border:solid blue .5em;
padding:.5em;}
h1{border-bottom:none;}
</style>
<body>
<header>
<div class="brand">
<img src="workingcoffee.png" height=100px; /></a>
</div>
<div class="navigation">
<ul class="nav-bar">
<li><a href="BEM.html">Back to BEM homepage</a></li>
<li><a href="Components.html">To Components Section</a></li>
</ul>
</div>
</div>
</div>
</div>
</header>
<h1 align="center"> Wireframes</h1>
</head>
<body class= "container">
<div class="cell">
<a href="homewire.jpg"><img src="homewire.jpg" alt="wireframe of homepage" height="400px;" width="600px;" class="responsive-image"/>
</div>
<div class="cell">
<a href="faqwire.jpg"><img src="faqwire.jpg" alt="wireframe of faqpage" height="400px;" width="600px;" class="responsive-image"/>
</div>
<div class="cell">
<a href="imagegallerywire.jpg"><img src="imagegallerywire.jpg" alt="wireframe of imagegallerypage" height="400px;" width="600px;" class="responsive-image"/>
</div>
<div class="cell">
<a href="menuwire.jpg"><img src="menuwire.jpg" alt="wireframe of menupage" height="400px;" width="600px;"class="responsive-image"/>
</div>
<div class="cell">
<a href="calendarwire.jpg"><img src="calendarwire.jpg" alt="wireframe of calendarpage" height="400px;" width="600px;" class="responsive-image"/>
</div>
</body>
</html>