-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
134 lines (106 loc) · 4.81 KB
/
index.html
File metadata and controls
134 lines (106 loc) · 4.81 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, inital-scale=1.0">
<title>Beyond Timeline</title>
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="style.css">
<link rel="wikidata icon" href="pic/logo.png">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta3/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-eOJMYsd53ii+scO/bJGFsiCZc+5NDVN2yr8+0RDqr0Ql0h+rP48ckxlpbzKgwra6" crossorigin="anonymous">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link
href="https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i"
rel="stylesheet">
<link rel="stylesheet" href="css/stylesheet.css">
<link rel="stylesheet" href="css/searchButton.css">
</head>
<header class="site-header site2-header site3-header header-default header-sticky animated">
<div class="container-fluid">
<div class="site2-header1">
<div class="row">
<div class="col-md-2 fix-logo">
<div class="wrapper-logo">
<a href="index.html" class="logo-default"><img src="pic/beyondLogo-1.png" alt="beyondLogo-1" /></a>
</div>
</div>
<div class="col-md-4 col-md-push-6 fix-social">
<a href="https://github.com/Beyond-2022/Beyond-2022.github.io.git" class="buy-ticket"><img
src="pic/GitHub-Logo.png" alt="AYF" /></a>
</div>
<div class="col-md-6 col-md-pull-4 fix-menu">
<div class="row">
<nav class="main-menu">
<ul class="nav-bar">
<li><a href="index.html">home</a>
</li>
<li><a href="about.html">About</a>
</li>
<li><a href="contributor.html">Team</a>
</li>
<li><a href="something_fun.html">Find by Century</a>
</li>
<li><a href="slider.html">Find by Years</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
</div>
</div>
</header>
<div class="page-heading">
<h1 class="entry-title">Beyond Timelines</h1>
<h5 style="color: white;">Explore Irish Records dating back to the time of the Normans</h5>
<h5 style="color: white;">which was destroyed in the opening engagement of the Civil War on June 30th, 1922.</h5>
<ul class="entry-breadcrumb">
</ul>
</div>
<div id="homepage">
<div id="Home" class="panel" >
<body>
<div class="container">
<div class="col">
</div>
<div class="row">
<!-- Search bar -->
<div class="searchbar">
<br> </br>
<!-- <sub href="Submit_Button" input type="button" class="sub" id="btn" value="Submit"
onClick="javascript: window.open('search.html?subj=http://virtuoso.adaptcentre.ie/sparql/', '_self');">
Explore
</sub> -->
<sub href="Submit_Button" input type="button" class="sub" id="btn" value="Submit"
onClick="javascript: window.open('slider.html', '_self');">
Explore
</sub>
</div>
</div>
</body>
</div>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<link rel="stylesheet"
href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.3/themes/smoothness/jquery-ui.css" />
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.3/jquery-ui.min.js"></script>
<script src="assets/js/Nav.js"></script>
<script src="assets/js/Search.js"></script>
<script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script>
<script src="https://cdn.jsdelivr.net/npm/d3-sparql@2.0.0/build/d3-sparql.min.js"></script>
<script src="https://d3js.org/d3.v5.min.js"></script>
<script src="https://d3js.org/d3-collection.v1.min.js"></script>
<script src="https://d3js.org/d3-dispatch.v1.min.js"></script>
<script src="https://d3js.org/d3-request.v1.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-JEW9xMcG8R+pH31jmWH6WWP0WintQrMb4s7ZOdauHnUtxwoG2vI5DkLtS3qm9Ekf" crossorigin="anonymous"></script>
<script type="text/javascript" src="assets/js/bootstrap.min.js"></script>
<script type="text/javascript" src="assets/js/lightgallery.min.js"></script>
<script type="text/javascript" src="assets/js/parallax.min.js"></script>
<script type="text/javascript" src="assets/js/main.js"></script>
</html>