-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathdisplay.html
More file actions
57 lines (54 loc) · 1.91 KB
/
Copy pathdisplay.html
File metadata and controls
57 lines (54 loc) · 1.91 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>2018 Wrapped()</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="shortcut icon" href="images/favicon.ico" type="images/x-icon" />
<link rel="icon" href="images/favicon.ico" type="image/x-icon" />
<link
href="https://fonts.googleapis.com/css?family=Montserrat:500,600,700|Source+Code+Pro:700|Raleway:600"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://use.fontawesome.com/releases/v5.5.0/css/all.css"
integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU"
crossorigin="anonymous"
/>
<link rel="stylesheet" type="text/css" media="screen" href="display.css" />
<script src="display.js"></script>
</head>
<body>
<div id="header">
<div id="logo">
<a href="https://github.com" target="blank_"
><img src="images/GitHub-Mark/PNG/GitHub-Mark-64px.png" alt="logo"
/></a>
</div>
</div>
<div id="prepare">
<p id="title">
Before we get into your GitHub 2018, let's take a moment to appreciate
code culture!
</p>
<div id="prepare-scroller">
<p class="prepare-message" id="total-devs">
You're part of a community of more than <br />
<span class="message-span" id="total-devs-span">31M</span> developers
</p>
<p class="prepare-message" id="total-orgs">
who are a part of more than <br />
<span class="message-span" id="total-orgs-span">2.1M</span>
organisations
</p>
<p class="prepare-message" id="total-repos">
that have created more than <br />
<span class="message-span" id="total-repos-span">96M</span>
repositories
</p>
</div>
</div>
</body>
</html>