-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
95 lines (84 loc) · 5.51 KB
/
about.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
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="google-site-verification" content="YVQziU2giipRmVnFo3KKQVPvn5Agxs_DRj_-KALSNGY" />
<meta name="msvalidate.01" content="0F69F1C596AE5AAFA532288BCAF6AFAE" />
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<title>Web Summit 2019 Videos</title>
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<h1 class="navbar-brand mt-0 mb-0">Web Summit 2019 Videos</h1>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="index.html">Sessions</a>
</li>
<li class="nav-item">
<a class="nav-link" href="videos.html">Videos</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="about.html">About</a>
</li>
</ul>
</div>
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="https://github.com/janhapke/websummit-videos" target="_blank" aria-label="GitHub"><svg style="width: 1.5rem;" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 499.36" focusable="false"><title>GitHub</title><path d="M256 0C114.64 0 0 114.61 0 256c0 113.09 73.34 209 175.08 242.9 12.8 2.35 17.47-5.56 17.47-12.34 0-6.08-.22-22.18-.35-43.54-71.2 15.49-86.2-34.34-86.2-34.34-11.64-29.57-28.42-37.45-28.42-37.45-23.27-15.84 1.73-15.55 1.73-15.55 25.69 1.81 39.21 26.38 39.21 26.38 22.84 39.12 59.92 27.82 74.5 21.27 2.33-16.54 8.94-27.82 16.25-34.22-56.84-6.43-116.6-28.43-116.6-126.49 0-27.95 10-50.8 26.35-68.69-2.63-6.48-11.42-32.5 2.51-67.75 0 0 21.49-6.88 70.4 26.24a242.65 242.65 0 0 1 128.18 0c48.87-33.13 70.33-26.24 70.33-26.24 14 35.25 5.18 61.27 2.55 67.75 16.41 17.9 26.31 40.75 26.31 68.69 0 98.35-59.85 120-116.88 126.32 9.19 7.9 17.38 23.53 17.38 47.41 0 34.22-.31 61.83-.31 70.23 0 6.85 4.61 14.81 17.6 12.31C438.72 464.97 512 369.08 512 256.02 512 114.62 397.37 0 256 0z" fill="currentColor" fill-rule="evenodd"></path></svg></a>
</li>
</ul>
</nav>
<div class="container-fluid mt-3">
<h2>About this project</h2>
<p class="lead">
This project tries to make it easier to find videos of sessions at
<a href="https://websummit.com/" target="_blank">Web Summit 2019 in Lisbon</a>.
<br />
The metadata of all the sessions is pulled from the Web Summit website.
<br />
The videos are taken from the
<a href="https://vimeo.com/websummit" target="_blank">Web Summit Vimeo Account</a>.
<br />
For the AWS Developer Workshops, the slides from
<a href="https://emea-resources.awscloud.com/aws-developer-workshop-theater-websummit-2019" target="_blank">AWS Resource Hub</a>
are integrated as well.
<br />
A matching process brings the videos and the sessions together. The result is displayed on these pages.
<br />
The source code is available on <a href="https://github.com/janhapke/websummit-videos" target="_blank">Github</a>.
<br />
<br />
Note: This page is not affiliated with Web Summit.
</p>
<h2>Some Stats</h2>
<div class="card" style="width: 40em;">
<div class="card-body">
<dl class="row">
<dt class="col-sm-9">Last Update</dt>
<dd class="col-sm-3">2020-10-19</dd>
<dt class="col-sm-9">Total Number of Sessions</dt>
<dd class="col-sm-3">777</dd>
<dt class="col-sm-9">Number of Sessions matched with one or more Videos</dt>
<dd class="col-sm-3">731</dd>
<dt class="col-sm-9">Total Number of Videos</dt>
<dd class="col-sm-3">791</dd>
<dt class="col-sm-9">Number of Videos matched with a Session</dt>
<dd class="col-sm-3">763</dd>
<dt class="col-sm-9">Total Number of Slides</dt>
<dd class="col-sm-3">19</dd>
<dt class="col-sm-9">Number of Slides matched with a Session</dt>
<dd class="col-sm-3">19</dd>
</dl>
</div>
</div>
</div>
<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.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
</body>
</html>