forked from icl/187A_ia
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathanalysis.html
67 lines (45 loc) · 1.94 KB
/
analysis.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
63
64
65
66
67
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Competitive Analysis</title>
<meta name="Competitive Analysis" content="Competitive Analysis">
<meta name="Maria Moller" content="Maria Moller">
<!-- Le HTML5 shim, for IE6-8 support of HTML elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Base Stylsheets http://twitter.github.com/bootstrap/ -->
<link rel="stylesheet" href="stylesheets/lib/bootstrap.css" >
<link rel="stylesheet" href="stylesheets/lib/jquery.fancybox.css" >
<!-- Your Stylesheets -->
<link rel="stylesheet" href="stylesheets/ia.css" >
<!-- jQuery http://jquery.com/ -->
<script src="javascripts/lib/jquery-1.7.1.min.js"></script>
<!-- Bootstrap Javascripts http://twitter.github.com/bootstrap/javascript.html -->
<script src="javascripts/lib/bootstrap.js"></script>
<!-- Fancybox Lightbox http://fancyapps.com/fancybox/#examples -->
<script src="javascripts/lib/jquery.fancybox.js"></script>
<!-- Your Javascripts -->
<script src="javascripts/main.js"></script>
</head>
<body>
<div class="container">
<div class=header>
<h1>Information Achitecture</h1>
<ul class="nav">
<li><a href="info_architecture.html">Home</a></li>
<li><a href="personas.html" >Personas & Scenarios</a></li>
<li><a href="analysis.html" class="selected">Competitive Analysis</a></li>
<li><a href="redesign.html">Redesign</a></li>
</ul>
</div>
<div class="container_unit">
<embed class="analysis" src="competitiveanalysis(google_generated).html">
</div>
<div class="footer">
<p class="footertext">© 2012: Ingrid Taroy and Maria Moller</p>
</div>
</div> <!-- end container -->
</body>
</html>