-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
62 lines (58 loc) · 3.58 KB
/
index.html
File metadata and controls
62 lines (58 loc) · 3.58 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="icon" type="image/png" href="images/press-favicon.png">
<title>Search: Open Square: NYU Press </title>
<link href="https://fonts.googleapis.com/css?family=Raleway:400,400i,500,600,700,900" rel="stylesheet">
</head>
<body class="search-page">
<div class="hold-all">
<header class="page-header">
<div id="skipnav"><a href="#main-content">Skip navigation</a></div>
<div class="top-hold mdc-layout-grid">
<div class="mdc-layout-grid__inner">
<div class="mdc-layout-grid__cell mdc-layout-grid__cell--span-9-desktop mdc-layout-grid__cell--span-3-tablet mdc-layout-grid__cell--span-2-phone">
<div class="osq-logo site-title"><a href="/"><img src="/images/OpenSquareLogo.png" alt="Open Square:Knowledge without Boundaries"></a></div>
</div>
<div class="nyup-logo mdc-layout-grid__cell mdc-layout-grid__cell--span-3-desktop mdc-layout-grid__cell--span-9-tablet mdc-layout-grid__cell--span-4-phone"><a href="https://nyupress.org"><img src="/images/NYUPress_short_color.svg" alt="NYU Press"></a></div>
</div>
</div>
<div class="navhold">
<div class="inner">
<nav class="nav-links">
<ul>
<li><a href="/books">Books</a></li>
<li><a href="/aboutopensquare/">About</a></li>
<li><a href="/search/">Search</a></li>
</ul>
</nav>
</div>
</div>
</header>
<div class="contain-main">
<main id="main-content">
<h1 class="page-title sr-only">Search for Open Access Books from NYU Press</h1>
<div id="app"></div>
<script type="module" src="/src/main.jsx"></script>
</main>
</div>
<footer class="page-footer">
<nav class="nav-links">
<ul>
<li><a href="/books">Books</a></li>
<li><a href="/aboutopensquare/">About</a></li>
<li><a href="/search/">Search</a></li>
<li><a href="https://www.nyu.edu/footer/accessibility.html" target="_blank" class="external">Accessibility <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#57068c" width="15" height="15" viewBox="0 0 32 32" aria-label="External Link">
<path d="M25.152 16.576v5.696q0 2.144-1.504 3.648t-3.648 1.504h-14.848q-2.144 0-3.648-1.504t-1.504-3.648v-14.848q0-2.112 1.504-3.616t3.648-1.536h12.576q0.224 0 0.384 0.16t0.16 0.416v1.152q0 0.256-0.16 0.416t-0.384 0.16h-12.576q-1.184 0-2.016 0.832t-0.864 2.016v14.848q0 1.184 0.864 2.016t2.016 0.864h14.848q1.184 0 2.016-0.864t0.832-2.016v-5.696q0-0.256 0.16-0.416t0.416-0.16h1.152q0.256 0 0.416 0.16t0.16 0.416zM32 1.152v9.12q0 0.48-0.352 0.8t-0.8 0.352-0.8-0.352l-3.136-3.136-11.648 11.648q-0.16 0.192-0.416 0.192t-0.384-0.192l-2.048-2.048q-0.192-0.16-0.192-0.384t0.192-0.416l11.648-11.648-3.136-3.136q-0.352-0.352-0.352-0.8t0.352-0.8 0.8-0.352h9.12q0.48 0 0.8 0.352t0.352 0.8z"></path>
</svg>
</a></li>
</ul>
</nav>
</footer>
</section>
</div>
</body>
</html>