forked from icl/187A_portfolio
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject3.html
More file actions
153 lines (123 loc) · 5.39 KB
/
Copy pathProject3.html
File metadata and controls
153 lines (123 loc) · 5.39 KB
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>A Generic Page</title>
<meta name="description" content="something good should go here">
<meta name="author" content="your name should go here">
<!-- 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/main.css" >
<!-- Base Javascripts -->
<script src="javascripts/lib/base.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="topbar">
<div class="fill">
<div class="container">
<a class="brand span4" href="index.html">ASK Designs</a>
<ul class="secondary-nav">
<li class="dropdown" data-dropdown="dropdown" >
<a href="#" class="dropdown-toggle">Projects</a>
<ul class="dropdown-menu">
<li><a href="project1.html">Apple</a></li>
<li class="divider"></li>
<li><a href="project2.html">ASK Designs</a></li>
<li class="divider"></li>
<li><a href="project3.html">IDEO</a></li>
</ul>
</li>
<li>
<a href="contact.html">Contact</a>
</li>
</ul>
</div>
</div>
</div>
<div class="container">
<div class="hero-unit" style="background-image: url('images/homepagebanner.jpg'); background-position:bottom; ">
<h2>One of the world's finest design companies</h2></br>
<h1>IDEO</h1>
<p>"Learn from everyone. Follow no one. Watch for patterns. Work like hell!" </br>- Scott McCLoud, IDEO</p>
</div>
<ul class="breadcrumb">
<li><a href="index.html">Home</a> <span class="divider">/</span></li>
<li class="active">IDEO</li>
</ul>
<div class="row">
<div class="span8">
<h2 class="centered">Unique Top Bar Navigation</h2>
<a class="fancybox" href="images/ideotopbar.jpg" data-fancybox-group="gallery" title="IDEO Top Bar: IDEO's navigation bar
features a news RSS feed, top links/stories, a search box, and typical menu items under the
navigation header. It's extremely clear and looks pretty slick too."><img class ="span8" src="images/ideotopbar.jpg" alt=
"IDEO Navigation Top Bar" /></a>
</div>
<div class="span8">
<h2 class="centered">Efficient Image Gallery</h2>
<a class="fancybox" href="images/ideoimageslider.jpg" data-fancybox-group="gallery" title="IDEO's Image Gallery: IDEO's
image gallery is a really slick slider that features some of it's prominent values, projects, and goals."><img
class ="span8" src="images/ideoimageslider.jpg" alt=
"IDEO Image Gallery" /></a>
</div>
<div class="span8">
<h2 class="centered">Employee Showcase</h2>
<a class="fancybox" href="images/ideoourpeople.jpg" data-fancybox-group="gallery" title="IDEO's Employee Showcase: IDEO
proudly showcases each and every one of its employees and has a page dedicated to each person."><img class ="span8" src="images/ideoourpeople.jpg" alt=
"IDEO's Employees" /></a>
</div>
<div class="span8">
<h2 class="centered">IDEO's Video Player</h2>
<a class="fancybox" href="images/ideovideo.jpg" data-fancybox-group="gallery" title="IDEO's Video Player is an easy-to-use
video player that sends you into the world of IDEO and reveals what goes on behind the scenes of a project."><img class ="span8" src="images/ideovideo.jpg" alt=
"IDEO's Video Player" /></a>
</div>
</div>
</br>
<div class="footer"><b>
<a href="">Terms of Use</a>
|
<a href="">Privacy Policy</a>
|
<a href="contact.html">Contact</a>
|
<a href="https://www.facebook.com/thekingofcards">Facebook</a>
|
<a href="http://twitter.com/themagicofask">Twitter</a>
|
<a href="">ASKdesigns@gmail.com</a>
|
<a href="">Feedback</a>
| © 2012 ASK Designs
</b></div>
</div>
<!--Three Rows, 2 fancyboxes examples
<div class="row">
<div class="span2">
PUT
</div>
<div class="span2">
STUFF
</div>
<div class="span2">
HERE
</div>
<div class="span10">
<h2>Example Image Gallery</h2>
<a class="fancybox" href="images/187.jpg" data-fancybox-group="gallery" title="COGS 187"><img src="images/187.jpg"
alt="COGS187" /></a>
<a class="fancybox" href="images/187.jpg" data-fancybox-group="gallery" title="COGS 187"><img src="images/187.jpg"
alt="COGS187" /></a>
</div>
-->
</body>
</html>