forked from Beyond-2022/Beyond-2022.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
135 lines (103 loc) · 4.85 KB
/
about.html
File metadata and controls
135 lines (103 loc) · 4.85 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
<!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">
</head>
<body>
<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">About Us</h1>
<ul class="entry-breadcrumb">
</ul>
</div>
<div class="container">
<div class="row">
<div class="page1-who-we-are-text">
<h2>What is Beyond Timeline?</h2>
<p>
Beyond Timeline is an Open-Source project which helps users learn more about the Irish History in an interactive way using Graphs, Filters and other features.
</p>
<p>
</p>
<br><br>
<h2>What can I do with Beyond Timeline?</h2>
<p>
Click on the "Start with something fun" button above. Try out the functions on
our example timeline.
</p>
<br><br>
<h2>Collaborate With Us</h2>
<p>
Beyond Timeline application is an open-source & free application and may be modified to the needs of the user as long as the user adheres to MIT license.
Any one can contribute towards this project or build upon the existing project. You can find us on GitHub.
</p>
<br>
</div>
</div>
</div>
</div>
<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/jquery-3.2.1.min.js"></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>
</body>
</html>