-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
82 lines (65 loc) · 2.72 KB
/
index.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
---
layout: base
---
<section class="c-Section">
<div class="c-MarkdownText">
{% capture section %}{% include copy/intro.md %}{% endcapture %}
{{ section | markdownify }}
</div>
<div class="c-Screenshot">
<img class="c-Screenshot__image" src="/assets/images/screenshot1.png" style="margin-bottom: -20%">
</div>
</section>
<section class="c-Section c-Section--tint u-padding-bottom-larger">
<div class="c-MarkdownText">
{% capture section %}{% include copy/infrastructure.md %}{% endcapture %}
{{ section | markdownify }}
{% capture section %}{% include copy/budgets.md %}{% endcapture %}
{{ section | markdownify }}
</div>
<div class="c-Screenshot c-Screenshot--narrow">
<img class="c-Screenshot__image" src="/assets/images/screenshot2.png" style="margin-bottom: -100%; margin-top: 20px">
</div>
</section>
<section class="c-Section">
<div class="c-Companies">
<p>Tracking web performance for these organisations and <a href="https://github.com/speedtracker/speedtracker/network/members">many others</a>:</p>
<div class="c-Companies__logos">
<a href="https://bbc.github.io/iplayer-web-speedtracker/">
<img class="c-Companies__logo" src="/assets/images/logos/bbc.png">
</a>
<a href="https://rbna.github.io/speedtracker/">
<img class="c-Companies__logo" src="/assets/images/logos/redbulltv.png">
</a>
<a href="https://etalab.github.io/speedtracker/">
<img class="c-Companies__logo" src="/assets/images/logos/datagouvfr.png">
</a>
<a href="https://tidal-engineering.github.io/speedtracker/">
<img class="c-Companies__logo" src="/assets/images/logos/tidal.png">
</a>
<a href="https://cul.github.io/cdrs-speedtracker/">
<img class="c-Companies__logo" src="/assets/images/logos/columbiauniversity.png">
</a>
<a href="https://uconn.github.io/speedtracker/">
<img class="c-Companies__logo" src="/assets/images/logos/uconn.png">
</a>
<a href="https://commonsense-org.github.io/speedtracker/">
<img class="c-Companies__logo" src="/assets/images/logos/commonsense.png">
</a>
<a href="https://20minutes.github.io/speedtracker/">
<img class="c-Companies__logo" src="/assets/images/logos/20minutes.png">
</a>
<a href="https://yummly.github.io/speedtracker/">
<img class="c-Companies__logo" src="/assets/images/logos/yummly.png">
</a>
</div>
</div>
<div class="c-Companies">
<p>Public instance kindly hosted by:</p>
<div class="c-Companies__logos">
<a href="https://dadi.tech">
<img class="c-Companies__logo c-Companies__logo--small" src="/assets/images/logos/dadi.png">
</a>
</div>
</div>
</section>