-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtimeline-2.html
49 lines (37 loc) · 2.06 KB
/
timeline-2.html
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>IPS Snippet</title>
<meta name="description" content="IPS Design">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/css/bootstrap.min.css" integrity="sha384-9gVQ4dYFwwWSjIDZnLEWnxCjeSWFphJiwGPXr1jddIhOegiu1FwO5qRGvFXOdJZ4" crossorigin="anonymous">
<!--Only Fedra Serif Book Italic-->
<link rel="stylesheet" href="https://fonts.typotheque.com/WF-032818-010631.css" type="text/css" />
<!--Latin+Arabic Fedra Serif and Sans-->
<link rel="stylesheet" href="https://fonts.tptq-arabic.com/WF-000388-000087.css" type="text/css" />
<!--Icons Font-->
<link rel="stylesheet" href="https://cdn.linearicons.com/free/1.0.0/icon-font.min.css">
<!--Cheat Sheet for icons: https://linearicons.com/free#cheatsheet-->
<link rel="stylesheet" href="https://fonts.tptq-arabic.com/WF-000388-000087.css" type="text/css" />
<link rel="stylesheet" href="css/style2.css">
</head>
<body>
<!--Header-->
<div class="container-fluid white-box">
</div>
<!--End header-->
<div class="white-box" style="padding-top: 50px;">
<div class="container-fluid">
<div class="row">
<iframe width="100%" height="15431" frameborder="0"
src="https://observablehq.com/embed/@giorgiouboldi/horizontal-timeline-test?cells=viewof+timeframe%2Cviewof+sorting%2CcolorSwatches%2Cchart"></iframe>
</div>
</div>
</body>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.0/umd/popper.min.js" integrity="sha384-cs/chFZiN24E4KMATLdqdvsezGxaGsi4hLGOzlXwp5UZB1LY//20VyM2taTB4QvJ" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/js/bootstrap.min.js" integrity="sha384-uefMccjFJAIv6A+rW+L4AHf99KvxDjWSu1z9VI8SKNVmz4sk7buKt/6v9KI65qnm" crossorigin="anonymous"></script>
</body>
</html>