-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.php
executable file
·219 lines (204 loc) · 12 KB
/
index.php
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
<?php require_once "services.php"; ?>
<!DOCTYPE html>
<!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]-->
<!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--><html lang="en"> <!--<![endif]-->
<head>
<!-- Basic Page Needs
================================================== -->
<meta charset="utf-8">
<title>University of Toronto Scarborough ARK ID Service</title>
<meta name="description" content="University of Toronto Scarborough ARK ID Service provided by Digital Scholarship Unit at University of Toronto Scarborough">
<meta name="keywords" content="University of Toronto Scarborough ARK ID Service provided by Digital Scholarship Unit at University of Toronto Scarborough">
<script src="https://www.google.com/recaptcha/api.js"></script>
<meta name="author" content="">
<!-- Mobile Specific Metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta http-equiv="x-ua-compatible" content="IE=9">
<!-- Font Awesome -->
<link href="front/stylesheets/font-awesome.css" rel="stylesheet">
<!-- HTML5 shim, for IE6-8 support of HTML5 elements. All other JS at the end of file. -->
<!--[if lt IE 9]>
<script src="js/html5shiv.js"></script>
<script src="js/respond.min.js"></script>
<![endif]-->
<!--headerIncludes-->
<!-- CSS
================================================== -->
<link rel="stylesheet" href="front/stylesheets/menu.css">
<link rel="stylesheet" href="front/stylesheets/flat-ui-slider.css">
<link rel="stylesheet" href="front/stylesheets/base.css">
<link rel="stylesheet" href="front/stylesheets/skeleton.css">
<link rel="stylesheet" href="front/stylesheets/landings.css">
<link rel="stylesheet" href="front/stylesheets/main.css">
<link rel="stylesheet" href="front/stylesheets/landings_layouts.css">
<link rel="stylesheet" href="front/stylesheets/lightbox.css">
<link rel="stylesheet" href="front/stylesheets/pixicon.css">
<link href="front/assets/css/animations.min.css" rel="stylesheet" type="text/css" media="all" />
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Favicons OLD
==================================================
<link rel="shortcut icon" href="front/images/favicon.ico">
<link rel="apple-touch-icon" href="front/images/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="front/images/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="front/images/apple-touch-icon-114x114.png">
-->
<link rel="apple-touch-icon" sizes="57x57" href="front/images/dsu-favicon/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="front/images/dsu-favicon/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="front/images/dsu-favicon/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="front/images/dsu-favicon/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="front/images/dsu-favicon/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="front/images/dsu-favicon/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="front/images/dsu-favicon/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="front/images/dsu-favicon/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="front/images/dsu-favicon/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="front/images/dsu-favicon/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="front/images/dsu-favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="front/images/dsu-favicon/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="front/images/dsu-favicon/favicon-16x16.png">
<link rel="manifest" href="front/images/dsu-favicon/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="front/images/dsu-favicon/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
</head>
<body>
<?php embedServices(); ?>
<div id="page" class="page">
<div class="pixfort_normal_1" id="section_header_1_dark">
<div class="header_style header_nav_1 dark pix_builder_bg">
<div class="container">
<div class="sixteen columns firas2">
<nav role="navigation" class="navbar navbar-white navbar-embossed navbar-lg pix_nav_1">
<div class="containerss">
<div class="navbar-header">
<img src="front/images/uploads/utsc-library-logo.png" class="pix_nav_logo" alt="" style="border-radius: 0px; border-color: rgb(255, 255, 255); border-style: none; border-width: 1px; width: 347px; height: 88px;">
</div>
</div><!-- /.container -->
</nav>
</div>
</div><!-- container -->
</div>
</div>
<div class="pixfort_normal_1 creative_video_header" id="section_pix_4">
<div class="has-video creative_header">
<div class="mask"></div>
<div class="pix_video_div section_video">
<video autoplay="" poster="front/images/video/video_bg.jpg" class="bgvid" loop="">
<!-- <source src="front/images/video/video_bg.webm" type="video/webm">
<source src="front/images/video/video_bg.mp4" type="video/mp4">
<source src="front/images/video/video_bg.ogv" type="video/ogv">
</video> -->
</div>
<div class="section_wrapper clearfix">
<div class="container">
<div class="sixteen columns context_style">
<div class="title_style">
<span class="editContent" style=""><span class="pix_text">UTSC LIBRARY ARK IDs</span></span>
</div>
<div class="subtitle_style">
<span class="creative_h_text">
<span class="editContent" style=""><span class="pix_text">You have landed on the home page for UTSC Library's ARK ID resolver</span></span>
</span>
<a href="https://collections.digital.utsc.utoronto.ca" class="pix_button btn_normal bold_text red_bg " name="fff" data-selector=".pix_button" style="">
<span data-selector="Footers" style="">Visit Digital Scholarship Collections</span></a>
</div>
</div>
</div><!-- container -->
</div>
</div>
</div>
<div class="section_pointer" pix-name="video"></div><div class="dark" id="section_features_2_dark">
<div class="big_padding pix_builder_bg" style="outline-offset: -3px;">
<div class="container">
<div class="sixteen columns">
<div class="four columns onethird_style alpha">
<div class="f1_box">
<div class="big_icon light_blue">
<span class="pi pixicon-video2"></span>
</div>
<div class="center_text">
<span class="small_title bold_text"><span class="editContent" style=""><span class="pix_text">Media Objects</span></span></span><br>
<span class="editContent light_gray" style=""><span class="pix_text"> </span></span>
</div>
</div>
</div>
<div class="four columns onethird_style alpha">
<div class="f1_box">
<div class="big_icon light_blue">
<span class="pi pixicon-map2"></span>
</div>
<div class="center_text">
<span class="small_title bold_text"><span class="editContent" style=""><span class="pix_text">Relevant to UTSC</span></span></span><br>
<span class="editContent light_gray" style=""><span class="pix_text"> </span></span>
</div>
</div>
</div>
<div class="four columns onethird_style alpha">
<div class="f1_box">
<div class="big_icon light_blue">
<span class="pi pixicon-layers2"></span>
</div>
<div class="center_text">
<span class="small_title bold_text"><span class="editContent" style=""><span class="pix_text">Organized Carefully</span></span></span><br>
<span class="editContent light_gray" style=""><span class="pix_text"> </span></span>
</div>
</div>
</div>
<div class="four columns onethird_style alpha">
<div class="f1_box">
<div class="big_icon light_blue">
<span class="pi pixicon-tools"></span>
</div>
<div class="center_text">
<span class="small_title bold_text"><span class="editContent" style=""><span class="pix_text">Continually Reviewed</span></span></span><br>
<span class="editContent light_gray" style=""><span class="pix_text"> </span></span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="normal_padding pix_builder_bg dark event_bg" id="section_normal_4_1" style="outline-offset: -3px;">
<div class="container ">
<div class="sixteen columns">
<div class="intro_div">
<p class="editContent" style="outline: none; cursor: default;">The University of Toronto Scarborough Library's Digital Scholarship Unit (DSU) provides UTSC-specific support for digital scholarship in the areas of data, the digital humanities, digital collections building, digital archiving, and scholarly communications.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- JavaScript
================================================== -->
<script src="front/js-files/jquery-3.3.1.min.js" type="text/javascript"></script>
<script type="text/javascript">
jQuery.browser = {};
(function () {
jQuery.browser.msie = false;
jQuery.browser.version = 0;
if (navigator.userAgent.match(/MSIE ([0-9]+)./)) {
jQuery.browser.msie = true;
jQuery.browser.version = RegExp.$1;
}
})();
</script>
<script src="front/js-files/jquery.easing.1.3.js" type="text/javascript"></script>
<script type="text/javascript" src="front/js-files/jquery.common.min.js"></script>
<script src="front/js-files/ticker.js" type="text/javascript"></script>
<script src="front/js-files/custom1.js" type="text/javascript"></script>
<script src="front/assets/js/appear.min.js" type="text/javascript"></script>
<script src="front/js-files/jquery.ui.touch-punch.min.js"></script>
<script src="front/js-files/bootstrap.min.js"></script>
<script src="front/js-files/bootstrap-switch.js"></script>
<script src="front/js-files/custom3.js" type="text/javascript"></script>
<script src="front/assets/js/appear.min.js" type="text/javascript"></script>
<script src="front/assets/js/animations.js" type="text/javascript"></script>
</body>
</html>