-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
239 lines (200 loc) · 9.15 KB
/
index.html
File metadata and controls
239 lines (200 loc) · 9.15 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
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
<!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: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="styles.css" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/fullPage.js/3.0.4/fullpage.extensions.min.js"></script>
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<script src="https://www.gstatic.com/firebasejs/5.7.0/firebase.js"></script>
<script src="config.js"></script>
<script src="app.js"></script>
<script type="text/javascript">
if ( /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent) ) {
window.alert("Currently, this site only works on desktop :(");
document.getElementsByTagName("BODY")[0].style.display = "none";
}
</script>
</head>
<body>
<div id="overlay"></div>
<div class="spinner" id="spinner" style="display: none">
<div class="double-bounce1"></div>
<div class="double-bounce2"></div>
</div>
<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="fullpage">
<div class="section" id="hero">
<p id="title">
Your 2018 <br />
<span>Wrapped()</span>
</p>
<p id="subtitle">
Take a look at how you've coded. <br />
Because no one else coded exactly like you.
</p>
<button id="auth-button">CONNECT WITH GITHUB</button>
</div>
<div id="prepare" class="section" style="display: none;">
<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<br />
<span class="message-span" id="total-devs-span">31M+</span> <br />developers
</p>
<p class="prepare-message" id="total-orgs">
who are a part of<br />
<span class="message-span" id="total-orgs-span">2.1M+</span> <br />
organisations
</p>
<p class="prepare-message" id="total-repos">
that have created<br />
<span class="message-span" id="total-repos-span">96M+</span> <br />
repositories
</p>
</div>
</div>
<div id="screen2" class="section" style="display: none;">
<div id="background-title2">
<p>FIRST</p>
</div>
<div id="main-text2">
<p class="subtitle2">There's a first time for everything...</p>
<p class="subtitle2">Let's take a look back at some of your first times</p>
<div id="scroller-content2">
<p id="first-repo2" class="description-text2"> <span id="first-repo-title" class="bold-span2 code2"> </span> <br />
was the title of your first repository this year</p>
<!-- <p id="first-commit-date2" class="description-text2"><span class="bold-span"> 19th Jan </span> <br />
was the date of your first commit</p> -->
</div>
</div>
</div>
<div id="screen3" style="display: none" class="section">
<div id="background3"> </div>
<div id="question-content3">
<p id="question3">How many repositories do you estimate you've made this year?</p>
<div id="question-buttons3">
</div>
</div>
<div id="main-content3" style="display: none">
<i class="fa fa-star" id="background-star3"></i>
<div id="container3">
<div id="num-repos3"><p><span id="num-repos-main"></span>repositories</p></div>
<!-- <p id="first-line" style="display: none; font-size: 50px; text-align: center;">That's right - you made <span id="num-repose-span">103</span> repositories this year!</p>
<div id="main-data" style="display: none">
<p id="most-starred" class="data-flex-items">Out of all your repositories, your most <i class="fa fa-star" style="color: orange"></i> repository is<br />
<span id="most-starred-repo-span"><q>python-dataset-guide</q></span><br />
with a total of <span id="num-stars-span">125</span> stars!
</p>
<ol id="repo-list" class="data-flex-items">
Let's take a quick trip down memory lane - here are 5 repositories you made this year:
<li>Lol</li>
</ol>
</div> -->
<p id="text3">Out of all those repositories <br />
<span id="most-starred-span3"></span> <br />
was your most <i class="fa fa-star" style="color: orange"></i> repository, with a total of <br />
<span id="num-stars3"></span> stars!</p>
</div>
</div>
</div>
<div id="screen4" style="display: none" class="section">
<div id="background4">
<img id="language-img4"/>
<div id="main-content4">
<div id="content-heading4"><p id="subtitle4">Favourite Langauge</p>
<p id="fav-lang4"></p></div>
<div id="rest-content4">
<p><span id="language-span4"></span> was by far your preferred programming language, amongst others, like:</p>
<ol id="list-languages4">
</ol>
</div>
</div>
</div>
</div>
<div id="screen5" style="display: none" class="section">
<div id="background5"> </div>
<div id="container5">
<p id="title5">Repositories</p>
<div id="content5">
<p class="subtitle5">Repositories are at the heart of GitHub. They allow for better organisation, collaboration, and a chance to learn.</p>
<p class="subtitle5">We have compiled a list of recommended repositories to look through or contribute to. Happy coding!</p>
<div id="lists5">
<ul id="recommended-repo5">
<p>Recommended Repositories For You</p>
</ul>
<ul id="recommended-contrib-repo5">
<p>Recommended Repositories To Contribute To</p>
</ul>
</div>
</div>
</div>
</div>
<div id="screen6" style="display:none" class="section">
<div id="background6"> </div>
<div id="container6">
<p id="title6">Tastebreakers</p>
<p id="subtitle6">Start your 2019 by broadening your horizons. Here's a list of repositories in the languages you don't normally use:</p>
<ul id="tastebreakers-list6">
</ul>
</div>
</div>
<div id="screen7" style="display:none" class="section">
<div id="background7"> </div>
<div id="container7">
<p id="title7">Best Starred Repositories</p>
<p id="subtitle7">Revisiting some of your favourite repositories - your interests, down below:</p>
<ul id="best-starred-list7">
</ul>
<a href="https://github.com/explore" target="_blank"><button id="discover-repos-btn7">Discover More</button></a>
</div>
</div>
<div id="wrap-screen" style="display:none" class="section">
<div id="background8"><p id="wrap8"></2018></p></div>
<div id="share-buttons8">
<p id="share-subtitle8">Share this project:</p>
<div id="flex-btn-container8">
<!-- Twitter -->
<a id="twitter-share-link" target="_blank"><div class="share-btns8" style="background-image: url('images/share-logos/twitter.png')"></div></a>
<!-- Facebook -->
<a href="http://www.facebook.com/sharer.php?u=https://yearincode.github.io/" target="_blank"><div class="share-btns8" style="background-image: url('images/share-logos/facebook.png')"></div></a>
<!-- LinkedIn -->
<a href="http://www.linkedin.com/shareArticle?mini=true&url=https://yearincode.github.io/" target="_blank"><div class="share-btns8" style="background-image: url('images/share-logos/linkedin.png')"></div></a>
<!-- Reddit -->
<a href="http://reddit.com/submit?url=https://yearincode.github.io/&title=Your 2018 In Code" target="_blank"><div class="share-btns8" style="background-image: url('images/share-logos/reddit.png')"></div></a>
</div>
</div>
</div>
</div>
<div id="footer">
<p>
Made with <i class="fas fa-heart"></i> by
<a href="https://twitter.com/malharkamat">Malhar Kamat</a> and
<a href="https://twitter.com/sarvasvkulpati">Sarvasv Kulpati</a>
</p>
</div>
</body>
</html>