forked from icl/187A_ia
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathredesign.html
164 lines (142 loc) · 5.29 KB
/
redesign.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
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
154
155
156
157
158
159
160
161
162
163
164
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Redesign</title>
<meta name="Redesign" content="Redesign">
<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" >Competitive Analysis</a></li>
<li><a href="redesign.html" class="selected" >Redesign</a></li>
</ul>
</div>
<div class="container_unit">
<div class="sitemap">
<a href="index.html"><h2>HOME</h2></a>
<table>
<tr>
<td>
<a href="aboutus.html"><h3>About us</h3><br></a>
</td>
<td>
<a href="education.html"><h3>Education</h3><br></a>
</td>
<td>
<a href="lifeat.html"><h3>Life at Louisiana</h3><br></a>
</td>
<td>
<a href="research.html"><h3>Research</h3><br></a>
</td>
<td>
<a href="athletics.html"><h3>Athletics</h3><br></a>
</td>
<td>
<a href="prospective.html"><h3>Prospective students</h3><br></a>
</td>
<td>
<a href="current.html"><h3>Current students</h3><br></a>
</td>
<td>
<a href="alumni.html"><h3>Alumni</h3><br></a>
</td>
<td>
<a href="staff.html"><h3>Faculty and staff</h3><br></a>
</td>
</tr>
<td>
<p><a href="admin.html">Administration and leadership</a></p>
<p><a href="history.html">History</a></p>
<p>Mission</p>
<p>Visiting</p>
<p>Offices</p>
</td>
<td>
<p>Schools</p>
<p>Program</p>
<p>Catalog</p>
<p>Academic calendar</p>
</td>
<td>
<p>Events and activities</p>
<p>Housing</p>
<p>Work at campus</p>
<p>Clubs and organizations</p>
<p><a href="http://www.louisiana.edu/AboutUs/CampusMap.pdf">Campus map</a></p>
<p>Libraries</p>
<p>Bookstore</p>
<p>Campus services</p>
</td>
<td>
<p>News</p>
<p>Founding</p>
<p>Centers and laboratories</p>
<p>Forms</p>
</td>
<td>
<p><a href="http://www.ragincajuns.com/">Ragin' Cajuns</a></p>
<p><a href="sports.html">Recreation sports</a></p>
<p>Sport facilities</p>
</td>
<td>
<p>Undergraduate</p>
<p>Graduate</p>
<p>Financial costs</p>
<p>Continuing education</p>
<p>International students</p>
<p>Admission</p>
</td>
<td>
<p><a href="https://portal.louisiana.edu:8443/uPortal/">Ulink</a></p>
<p><a href="http://chardonnay.ucs.louisiana.edu:9080/EDBC/Newspaper/newspaper00.jsp">Course offerings</a></p>
<p>Academic support</p>
<p>Financial aid</p>
</td>
<td>
<p>Events</p>
<p>Membership and benefits</p>
<p>The walk of honor</p>
<p>Give</p>
<p>Volunteer</p>
</td>
<td>
<p><a href="https://webmail.zimbra.louisiana.edu/home/[email protected]/UL%20Administrative%20Calendar.html">Administrative calendar</a></p>
<p>Policies</p>
<p>Benefits</p>
<p>New faculty members</p>
<p>Scheduling and reservations</p>
<p>Health and wellness</p>
<p>Open positions</p>
</td>
</table>
</div>
</div>
<div class="footer">
<p class="footertext">© 2012: Ingrid Taroy and Maria Moller</p>
</div>
</div> <!-- end container -->
</body>
</html>