-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathredux.html
More file actions
225 lines (192 loc) · 8.89 KB
/
redux.html
File metadata and controls
225 lines (192 loc) · 8.89 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
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
<!DOCTYPE html>
<html dir="ltr" lang="en-US">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0" />
<title>ATEC Home</title>
<link rel="stylesheet" type="text/css" href="css/flexslider.css" />
<link rel="stylesheet" type="text/css" href="css/jquery.fancybox-1.3.4.css"/>
<link rel="stylesheet" type="text/css" href="css/epicfullscreen.css" />
<link rel="stylesheet" type="text/css" href="css/style.css" />
<link rel="stylesheet" type="text/css" href="css/udt_shortcodes.css" />
<link rel="stylesheet" type="text/css" href="css/udt_media_queries.css" />
<!--font-->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!--js-->
<script type="text/javascript" src="http://use.typekit.net/vsc6kcv.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
<script type="text/javascript" src="js/iOS-timer.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.9/jquery-ui.min.js"></script>
<script type="text/javascript" src="js/jquery.fancybox-1.3.4.pack.js"></script>
<script type="text/javascript" src="js/common.js"></script>
<script type="text/javascript" src="js/typingtext.js"></script>
<script type="text/javascript" src="js/jquery.epicHover-fadeZoom.js"></script>
<script type="text/javascript" src="js/jquery.epicfullscreen.js"></script>
<script type="text/javascript" src="js/jquery.masonry.js"></script>
<script type="text/javascript" src="js/jquery.tweet.js"></script>
<script type="text/javascript" src="js/jquery.flexslider-min.js"></script>
<script type="text/javascript">
/*device check
---------------------*/
var isMobile = false;
if( navigator.userAgent.match(/Android/i) ||
navigator.userAgent.match(/webOS/i) ||
navigator.userAgent.match(/iPhone/i) ||
navigator.userAgent.match(/iPad/i)||
navigator.userAgent.match(/iPod/i) ||
navigator.userAgent.match(/BlackBerry/i)){
isMobile = true;
}
/*grid
---------------------*/
/*init*/
$(function(){
var cols = 3
var masonry = $('#grid');
calculateCols();
// initialize masonry
masonry.imagesLoaded(function(){
masonry.masonry({
itemSelector: '.thumb',
isResizable: true,
columnWidth:Math.floor((masonry.width()/ cols))
});
});
/*resize*/
$(window).resize(function(){
calculateCols();
masonry.imagesLoaded(function(){
masonry.masonry({
itemSelector: '.thumb',
isResizable: false,
isAnimated: false,
columnWidth:Math.floor((masonry.width() / cols))
});
});
});
function calculateCols (){
if(masonry.width() <= 426){
cols=2;
}else{
cols=3;
}
}
});
</script>
</head>
<body>
<!--background image
<div class="epicFullscreen">
<img class="epicImg" src="images/fullscreen-bkg.jpg" alt=""/>
</div>-->
<!--start header-->
<div id="header-wrapper">
<div id="header-inner">
<header>
<div id="logo"> <a href="index.html">Branding logos</a> </div>
<!--mobileMenu toggle-->
<div class="mobileMenuToggle"><a href=""></a></div>
<nav>
<ul class="navigation">
<li><a href="about.html">About</a>
<ul class="sub-menu">
<li><a href="#">Building</a></li>
<li><a href="#">FAQ</a></li>
<li><a href="#">Mission and history</a></li>
<li><a href="#">Achievements</a></li>
</ul>
</li>
<li><a href="#">Research</a></li>
<li><a href="#">Sponsors</a></li>
<li><a href="#">Portfolio</a></li>
<li><a href="#">News and Events</a> </li>
<li><a href="#">Contact</a></li>
</ul>
</nav>
</header>
</div>
</div>
<!--start content-->
<div id="content-wrapper">
<section class="homepage">
<!--start section title-->
<div id="section-title">
<p class="fact"><small>ATEC Fact #4</small></p>
<h4 id="typeme">ATEC encourages the productive convergence of disparate fields and modes of thinking.</h4>
</div>
<script type="text/javascript">new TypingText(document.getElementById("typeme"), 40, function(i){ var ar = new Array("_", " "); return " " + ar[i.length % ar.length]; }); TypingText.runAll(); </script>
<!--start grid-->
<div id="grid" class="clearfix">
<div class="thumb thumb-type-2"> <a href="folio/project-1.html" title="Project-1" data-caption="caption"> <img src="x/img/home/research.jpg" alt="project 1"/>
<figcaption>Research</figcaption>
</a> </div>
<div class="thumb thumb-type-1"> <a href="folio/project-2.html" data-caption="caption"> <img src="x/img/home/academics.jpg" alt="project 1"/>
<figcaption>Academics</figcaption>
</a> </div>
<div class="thumb thumb-type-1"> <a href="folio/project-3.html" data-caption="caption"> <img src="x/img/home/colloquia.jpg" alt="project 1"/>
<figcaption>Colloquia Series</figcaption>
</a> </div>
<div class="thumb thumb-type-2"> <a href="folio/project-8.html" data-caption="caption"> <img src="x/img/home/building.jpg" alt="project 1"/>
<figcaption>Our New Home</figcaption>
</a> </div>
<div class="thumb thumb-type-1"> <a href="folio/project-9.html" data-caption="caption"> <img src="x/img/home/portfolio.jpg" alt="project 1"/>
<figcaption>Portfolio</figcaption></a>
</div>
<div class="thumb thumb-type-1"> <a href="folio/project-7.html" data-caption="caption"> <img src="x/img/home/about.jpg" alt="project 1"/>
<figcaption>About ATEC</figcaption></a>
</div>
<div class="thumb thumb-type-3"> <a href="folio/project-5.html" data-caption="caption"> <img src="images/project-7.jpg" alt="project 1"/> </a> </div>
<div class="thumb thumb-type-4"> <a href="folio/project-11.html" data-caption="caption"> <img src="images/project-8.jpg" alt="project 1"/> </a> </div>
<div class="thumb thumb-type-1"> <a href="folio/project-4.html" data-caption="caption"> <img src="x/img/home/quisquam.jpg" alt="project 1"/>
<figcaption>Quisquam</figcaption></a> </div>
<div class="thumb thumb-type-1"> <a href="folio/project-10.html" data-caption="caption"> <img src="images/project-10.jpg" alt="project 1"/> </a> </div>
<div class="thumb thumb-type-1"> <a href="folio/project-7.html" data-caption="caption"> <img src="images/project-11.jpg" alt="project 1"/> </a> </div>
<div class="thumb thumb-type-1"> <a href="folio/project-4.html" data-caption="caption"> <img src="images/project-12.jpg" alt="project 1"/> </a> </div>
<div class="thumb thumb-type-1"> <a href="folio/project-4.html" data-caption="caption"> <img src="images/project-13.jpg" alt="project 1"/> </a> </div>
<div class="thumb thumb-type-2"> <a href="folio/project-2.html" data-caption="caption"> <img src="images/project-14.jpg" alt="project 1"/> </a> </div>
<div class="thumb thumb-type-1"> <a href="folio/project-3.html" data-caption="caption"> <img src="images/project-17.jpg" alt="project 1"/> </a> </div>
<div class="thumb thumb-type-1"> <a href="folio/project-4.html" data-caption="caption"> <img src="images/project-6.jpg" alt="project 1"/> </a> </div>
<div class="thumb thumb-type-1"> <a href="folio/project-5.html" data-caption="caption"> <img src="images/project-16.jpg" alt="project 1"/> </a> </div>
</div>
</section>
</div>
<!--start footer-->
<div id="footer-wrapper">
<div id="footer-top" class="clearfix">
<footer>
<div class="column_one_third column-footer-widget">
<div class="widget_text">
<div id="footer-logo">
<h6 class="widgettitle">Title</h6>
</div>
<p>Neque porro quisquam est qui dolorem ipsum quia dolor sit amet, consectetur, ... Lorem Ipsum is simply dummy text of the printing and typesetting industry.<a href="">Read More.</a></p>
</div>
</div>
<div class="column_one_third column-footer-widget">
<div class="widget_twitter">
<h6 class="widgettitle">Title</h6>
<div id='filter' class="query"></div>
</div>
</div>
<div class="column_one_third column-footer-widget last">
<div class="widget_text">
<h6 class="widgettitle">Title</h6>
<p>Neque porro quisquam est qui dolorem ipsum quia dolor sit amet,</p>
<p>Tel: 972-883-ATEC
Mail: <a href="">atec@utdallas.edu</a></p>
</div>
</div>
</footer>
</div>
<div id="footer-bottom">
<footer>
<!--social networks-->
<p class="footer-copyright">© copyright 2013. The University of Texas at Dallas. All Rights Reserved.</p>
</footer>
</div>
</div>
</body>
</html>