clean-jekyll 0.0.2 → 0.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- metadata +2 -20
- data/_includes/disqus-comment.html +0 -21
- data/_includes/head.html +0 -9
- data/_includes/meta.html +0 -49
- data/_includes/nav.html +0 -9
- data/_includes/social-share.html +0 -11
- data/_layouts/default.html +0 -14
- data/_layouts/page.html +0 -10
- data/_layouts/post.html +0 -30
- data/assets/css/main.css +0 -233
- data/assets/css/monokai.css +0 -70
- data/assets/css/timeline.css +0 -103
- data/assets/img/icons/email.svg +0 -63
- data/assets/img/icons/facebook.svg +0 -38
- data/assets/img/icons/googleplus.svg +0 -42
- data/assets/img/icons/linkedin.svg +0 -51
- data/assets/img/icons/twitter.svg +0 -46
- data/assets/img/me.png +0 -0
- data/assets/js/main.js +0 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 306cede6120ca7a6c981dd2803d7e85a1dfeab05
|
4
|
+
data.tar.gz: b9e1752ebfa3b59ebb01d23d6ab275ffb945112b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d2de7ce92543ad482729ea58c9f0f4bfa85f3d6fe4d1edbcad5d31f5d53fff02c724657bd32a03ee8599f827376882d67b33a7cb3c3b80a4f5ff05503428be46
|
7
|
+
data.tar.gz: 520af4294e0491df4bc89baed1868c4ad8179692c79efe1e5813d3de9e73d9458f7e553f98dc441dba17145d68f0609b7226329cc2279d05167f5485eadf9bb8
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: clean-jekyll
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Abdus Samad Azad
|
@@ -58,25 +58,7 @@ email:
|
|
58
58
|
executables: []
|
59
59
|
extensions: []
|
60
60
|
extra_rdoc_files: []
|
61
|
-
files:
|
62
|
-
- _includes/disqus-comment.html
|
63
|
-
- _includes/head.html
|
64
|
-
- _includes/meta.html
|
65
|
-
- _includes/nav.html
|
66
|
-
- _includes/social-share.html
|
67
|
-
- _layouts/default.html
|
68
|
-
- _layouts/page.html
|
69
|
-
- _layouts/post.html
|
70
|
-
- assets/css/main.css
|
71
|
-
- assets/css/monokai.css
|
72
|
-
- assets/css/timeline.css
|
73
|
-
- assets/img/icons/email.svg
|
74
|
-
- assets/img/icons/facebook.svg
|
75
|
-
- assets/img/icons/googleplus.svg
|
76
|
-
- assets/img/icons/linkedin.svg
|
77
|
-
- assets/img/icons/twitter.svg
|
78
|
-
- assets/img/me.png
|
79
|
-
- assets/js/main.js
|
61
|
+
files: []
|
80
62
|
homepage: https://abdusdev.me/theme
|
81
63
|
licenses:
|
82
64
|
- MIT
|
@@ -1,21 +0,0 @@
|
|
1
|
-
<div id="disqus_thread"></div>
|
2
|
-
<script>
|
3
|
-
|
4
|
-
/**
|
5
|
-
* RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS.
|
6
|
-
* LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables*/
|
7
|
-
|
8
|
-
var disqus_config = function () {
|
9
|
-
this.page.url = "{{ page.url | absolute_url }}"; // Replace PAGE_URL with your page's canonical URL variable
|
10
|
-
this.page.identifier = "{{ page.url | absolute_url }}"; // Replace PAGE_IDENTIFIER with your page's unique identifier variable
|
11
|
-
};
|
12
|
-
|
13
|
-
(function() { // DON'T EDIT BELOW THIS LINE
|
14
|
-
var d = document, s = d.createElement('script');
|
15
|
-
s.src = 'https://blog-abdus.disqus.com/embed.js';
|
16
|
-
s.setAttribute('data-timestamp', +new Date());
|
17
|
-
(d.head || d.body).appendChild(s);
|
18
|
-
})();
|
19
|
-
</script>
|
20
|
-
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
|
21
|
-
|
data/_includes/head.html
DELETED
@@ -1,9 +0,0 @@
|
|
1
|
-
<head>
|
2
|
-
{% include meta.html %}
|
3
|
-
|
4
|
-
<link href="https://fonts.googleapis.com/css?family=Thasadith:700" rel="stylesheet">
|
5
|
-
<link rel="stylesheet" href="../assets/css/timeline.css">
|
6
|
-
<link rel="stylesheet" href="{{ '/assets/css/main.css' | relative_url }}">
|
7
|
-
<link rel="stylesheet" href="{{ '/assets/css/monokai.css' | relative_url }}">
|
8
|
-
<title>{{ page.title | default: site.title }}</title>
|
9
|
-
</head>
|
data/_includes/meta.html
DELETED
@@ -1,49 +0,0 @@
|
|
1
|
-
{% if page.title %}
|
2
|
-
{% if page.layout == 'page' %}
|
3
|
-
{% assign title = page.title | append: ' - Abdus Samad Azad' %}
|
4
|
-
{% else %}
|
5
|
-
{% assign title = page.title %}
|
6
|
-
{% endif %}
|
7
|
-
{% else %}
|
8
|
-
{% assign title = site.title %}
|
9
|
-
{% endif %}
|
10
|
-
|
11
|
-
<meta charset="UTF-8">
|
12
|
-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
13
|
-
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
14
|
-
<meta name="keywords" content="{{ page.tags }}"/>
|
15
|
-
<meta name="description" content="{{ page.excerpt | strip_html }}"/>
|
16
|
-
<meta name="copyright"content="Abdus Samad Azad">
|
17
|
-
<meta name="robots" content="index,follow" />
|
18
|
-
<meta name="summary" content="{{ page.excerpt | strip_html }}">
|
19
|
-
<meta name="Classification" content="Business">
|
20
|
-
<meta name="author" content="{{ site.author }}, {{ site.email }}">
|
21
|
-
<meta name="copyright" content="© Abdus Samad Azad">
|
22
|
-
<meta name="reply-to" content="{{ site.email }}">
|
23
|
-
<meta name="category" content="{{ page.categories }}">
|
24
|
-
<meta name="revisit-after" content="7 days">
|
25
|
-
<meta http-equiv="Expires" content="0">
|
26
|
-
<meta http-equiv="Pragma" content="no-cache">
|
27
|
-
<meta http-equiv="Cache-Control" content="no-cache">
|
28
|
-
|
29
|
-
<!-- OG -->
|
30
|
-
{% assign url = page.url | absolute_url %}
|
31
|
-
{% assign metaimg = 'https://i.imgur.com/LQyk6Bz.png' %}
|
32
|
-
{% if page.meta_image %}
|
33
|
-
{{ metaimg = page.meta_img }}
|
34
|
-
{% endif %}
|
35
|
-
|
36
|
-
|
37
|
-
<meta property="og:title" content="{{ title }}"/>
|
38
|
-
<meta property="og:url" content="{{ url }}"/>
|
39
|
-
<meta property="og:image" content="{{ metaimg }}"/>
|
40
|
-
<meta property="og:site_name" content="{{ title }}"/>
|
41
|
-
<meta property="og:description" content="{{ page.excerpt | strip_html }}"/>
|
42
|
-
|
43
|
-
<!-- Twitter -->
|
44
|
-
<meta name="twitter:site" content="@{{ site.twitter_username }}">
|
45
|
-
<meta name="twitter:card" content="summary_large_image">
|
46
|
-
<meta name="twitter:creator" content="@{{ site.twitter_username }}">
|
47
|
-
<meta name="twitter:text:title" content="{{ title }}">
|
48
|
-
|
49
|
-
<meta name="google-site-verification" content="6Mm25Nn9QBbeX0-_W0wplUu1cJBz_sTKoSdymeV_PwQ" />
|
data/_includes/nav.html
DELETED
data/_includes/social-share.html
DELETED
@@ -1,11 +0,0 @@
|
|
1
|
-
<div style="margin: 50px 0" class="social-search">
|
2
|
-
<a href="https://www.facebook.com/sharer/sharer.php?u={{ page.url | absolute_url }}"><img class="icon" src="{{ '/assets/img/icons/facebook.svg' | relative_url }}" alt="facebook share"></a>
|
3
|
-
|
4
|
-
<a href="https://twitter.com/home?status={{ page.excerpt | strip_html | truncate: 120, '...' }} - {{ page.url | absolute_url }}"><img src="{{ '/assets/img/icons/twitter.svg' | relative_url }}" alt="" class="icon"></a>
|
5
|
-
|
6
|
-
<a href="https://plus.google.com/share?url={{ page.url | absolute_url }}"><img src="{{ '/assets/img/icons/googleplus.svg' | relative_url }}" alt="" class="icon"></a>
|
7
|
-
|
8
|
-
<a href="https://www.linkedin.com/shareArticle?mini=true&url={{ page.url | absolute_url }}&title={{ page.title }}&summary={{ page.excerpt | strip_html }}&source="><img src="{{ '/assets/img/icons/linkedin.svg' | relative_url }}" alt="" class="icon"></a>
|
9
|
-
|
10
|
-
<a href="mailto:?&bcc=azad3652@gmail.com&subject={{ page.title }}&body={{ page.excerpt | strip_html }}"><img src="{{ '/assets/img/icons/email.svg' | relative_url }}" alt="" class="icon"></a>
|
11
|
-
</div>
|
data/_layouts/default.html
DELETED
@@ -1,14 +0,0 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
<html lang="en" class="light-theme">
|
3
|
-
{%- include head.html -%}
|
4
|
-
<body>
|
5
|
-
{% include nav.html %}
|
6
|
-
{{ content }}
|
7
|
-
</body>
|
8
|
-
|
9
|
-
<footer class="main">
|
10
|
-
©2019, All Right Reserved. Built using <a href="https://jekyllrb.com">Jekyll</a>, hosted on <a href="https://pages.github.io">gh-pages</a>.
|
11
|
-
</footer>
|
12
|
-
|
13
|
-
<script src="/assets/js/main.js"></script>
|
14
|
-
</html>
|
data/_layouts/page.html
DELETED
data/_layouts/post.html
DELETED
@@ -1,30 +0,0 @@
|
|
1
|
-
---
|
2
|
-
layout: default
|
3
|
-
---
|
4
|
-
|
5
|
-
<div class="main">
|
6
|
-
<div class="post-page">
|
7
|
-
<h1 class="post-page-title">{{ page.title }}</h1>
|
8
|
-
<h4>
|
9
|
-
<span class="gray-text">Posted on</span> {{ page.date | date: ' %b %d, %Y' }} ∣
|
10
|
-
|
11
|
-
{% assign wordcount = page.content | number_of_words %}
|
12
|
-
{% if wordcount < 256 %}
|
13
|
-
<span class="gray-text">1 min read</span>
|
14
|
-
{% else %}
|
15
|
-
<span class="gray-text">{{ wordcount | divided_by: 256 }} min read</span>
|
16
|
-
{% endif%} ∣
|
17
|
-
|
18
|
-
<span class="gray-text">
|
19
|
-
{% for category in page.categories %}
|
20
|
-
<a href="{{ '/categories/' | absolute_url }}#{{ category }}">{{ category }}</a>
|
21
|
-
{% endfor %}
|
22
|
-
</span>
|
23
|
-
</h4>
|
24
|
-
{{ content }}
|
25
|
-
|
26
|
-
{% include social-share.html %}
|
27
|
-
|
28
|
-
{% include disqus-comment.html %}
|
29
|
-
</div>
|
30
|
-
</div>
|
data/assets/css/main.css
DELETED
@@ -1,233 +0,0 @@
|
|
1
|
-
html {
|
2
|
-
--main-text-color: #b3b3b3;
|
3
|
-
--h-color: #fff;
|
4
|
-
background: #1d2330;
|
5
|
-
transition: .5s ease-in-out background-color;
|
6
|
-
}
|
7
|
-
.light-theme {
|
8
|
-
--main-text-color: #4b4b4b;
|
9
|
-
--h-color: #000000;
|
10
|
-
background: #ffffff;
|
11
|
-
}
|
12
|
-
.light-theme a {
|
13
|
-
color: #2c942c;
|
14
|
-
text-decoration: none;
|
15
|
-
}
|
16
|
-
.light-theme strong {
|
17
|
-
color: #000000;
|
18
|
-
}
|
19
|
-
* {
|
20
|
-
font-weight: 100;
|
21
|
-
color: var(--main-text-color);
|
22
|
-
box-sizing: border-box;
|
23
|
-
font-family: 'Thasadith', sans-serif;
|
24
|
-
background: inherit;
|
25
|
-
}
|
26
|
-
body {
|
27
|
-
background: inherit;
|
28
|
-
margin: 0;
|
29
|
-
font-size: 1.2rem;
|
30
|
-
text-transform: lowercase;
|
31
|
-
}
|
32
|
-
nav {
|
33
|
-
width: 80%;
|
34
|
-
display: flex;
|
35
|
-
align-items: center;
|
36
|
-
justify-content: space-between;
|
37
|
-
margin: auto;
|
38
|
-
padding: 20px 10px;
|
39
|
-
/* border-bottom: 1px solid var(--main-text-color); */
|
40
|
-
box-shadow: 0 8px 6px -6px var(--main-text-color);
|
41
|
-
}
|
42
|
-
nav .logo a {
|
43
|
-
font-weight: 700;
|
44
|
-
color: var(--h-color);
|
45
|
-
}
|
46
|
-
h1, h2, h3,
|
47
|
-
h4, h5, h6 {
|
48
|
-
font-weight: 700;
|
49
|
-
margin: 1.8rem inherit;
|
50
|
-
}
|
51
|
-
pre.highlight {
|
52
|
-
background: #141414;
|
53
|
-
border-radius: 4px;
|
54
|
-
overflow: auto;
|
55
|
-
padding: 14px;
|
56
|
-
}
|
57
|
-
.highlighter-rouge {
|
58
|
-
color: #b9003e;
|
59
|
-
}
|
60
|
-
img {
|
61
|
-
width: 100%;
|
62
|
-
}
|
63
|
-
a {
|
64
|
-
text-decoration: underline;
|
65
|
-
color: var(--main-text-color);
|
66
|
-
transition: .2s cubic-bezier(.68,-0.55,.27,1.55) all;
|
67
|
-
}
|
68
|
-
a:hover {
|
69
|
-
color: #313131;
|
70
|
-
}
|
71
|
-
.social {
|
72
|
-
font-size: 1rem;
|
73
|
-
margin-top: 1.8rem;
|
74
|
-
}
|
75
|
-
|
76
|
-
.social a {
|
77
|
-
padding: 2px;
|
78
|
-
text-decoration: none;
|
79
|
-
color: #2c942c;
|
80
|
-
/* border: 1px solid red; */
|
81
|
-
}
|
82
|
-
section .section-header {
|
83
|
-
color: var(--h-color);
|
84
|
-
margin-top: 2.6rem;
|
85
|
-
}
|
86
|
-
section > div {
|
87
|
-
width: 95%;
|
88
|
-
margin: auto;
|
89
|
-
}
|
90
|
-
.main {
|
91
|
-
width: 60%;
|
92
|
-
margin: auto;
|
93
|
-
}
|
94
|
-
.title {
|
95
|
-
color: var(--h-color);
|
96
|
-
display: flex;
|
97
|
-
align-items: center;
|
98
|
-
}
|
99
|
-
|
100
|
-
.title small {
|
101
|
-
margin: 0 10px;
|
102
|
-
}
|
103
|
-
|
104
|
-
.intro {
|
105
|
-
color: var(--main-text-color);
|
106
|
-
}
|
107
|
-
|
108
|
-
.blog-posts .post {
|
109
|
-
padding: 11px 0;
|
110
|
-
border-bottom: 1px solid #a3a3a371;
|
111
|
-
}
|
112
|
-
.blog-posts .post .blog-title {
|
113
|
-
display: flex;
|
114
|
-
justify-content: space-between;
|
115
|
-
}
|
116
|
-
.blog-posts .post .blog-title a:hover {
|
117
|
-
text-indent: 10px;
|
118
|
-
color: teal;
|
119
|
-
|
120
|
-
}
|
121
|
-
.blog-posts .post a {
|
122
|
-
color: var(--main-text-color);
|
123
|
-
text-decoration: none;
|
124
|
-
}
|
125
|
-
.blog-posts .post span {
|
126
|
-
color: #2c942ca9;
|
127
|
-
}
|
128
|
-
|
129
|
-
.pagination {
|
130
|
-
margin: 1.8rem 0;
|
131
|
-
display: flex;
|
132
|
-
justify-content: space-around;
|
133
|
-
}
|
134
|
-
.pagination .previous {
|
135
|
-
color: var(--main-text-color);
|
136
|
-
}
|
137
|
-
.pagination a.previous {
|
138
|
-
color: #a3a3a3;
|
139
|
-
}
|
140
|
-
.pagination .next {
|
141
|
-
color: var(--main-text-color);
|
142
|
-
}
|
143
|
-
.pagination a.next {
|
144
|
-
color: #a3a3a3;
|
145
|
-
}
|
146
|
-
.pagination .page_number {
|
147
|
-
color: var(--main-text-color);
|
148
|
-
}
|
149
|
-
|
150
|
-
.post-page {
|
151
|
-
color: var(--main-text-color);
|
152
|
-
}
|
153
|
-
.post-page h1, .post-page h2,
|
154
|
-
.post-page h3, .post-page h4,
|
155
|
-
.post-page h5, .post-page h6 {
|
156
|
-
color: var(--h-color);
|
157
|
-
}
|
158
|
-
|
159
|
-
@media (max-width: 800px) {
|
160
|
-
nav {
|
161
|
-
text-align: center;
|
162
|
-
width: 100%;
|
163
|
-
padding: 20px 4px;
|
164
|
-
display: block;
|
165
|
-
}
|
166
|
-
.main {
|
167
|
-
width: 95%;
|
168
|
-
}
|
169
|
-
.title {
|
170
|
-
display: block;
|
171
|
-
}
|
172
|
-
.title small {
|
173
|
-
display: block;
|
174
|
-
margin: 0;
|
175
|
-
}
|
176
|
-
.blog-posts .post .blog-title {
|
177
|
-
display: block;
|
178
|
-
}
|
179
|
-
}
|
180
|
-
|
181
|
-
.project {
|
182
|
-
margin-top: 3rem;
|
183
|
-
}
|
184
|
-
.project h2 {
|
185
|
-
margin: 1rem 0;
|
186
|
-
}
|
187
|
-
footer {
|
188
|
-
padding: 4rem 0;
|
189
|
-
}
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
|
195
|
-
|
196
|
-
.small-text {
|
197
|
-
font-size: 1.2rem;
|
198
|
-
}
|
199
|
-
.gray-text {
|
200
|
-
color: #a3a3a3;
|
201
|
-
}
|
202
|
-
strong {
|
203
|
-
color: #fff;
|
204
|
-
}
|
205
|
-
.message {
|
206
|
-
background: #c0ffff;
|
207
|
-
margin: 10px auto;
|
208
|
-
padding: 10px;
|
209
|
-
border-radius: 4px;
|
210
|
-
}
|
211
|
-
|
212
|
-
@media (max-width: 800px) {
|
213
|
-
.message {
|
214
|
-
width: 105%;
|
215
|
-
border-radius: 0;
|
216
|
-
margin-left: -2.3%;
|
217
|
-
padding: 10px 25px;
|
218
|
-
}
|
219
|
-
}
|
220
|
-
.icon {
|
221
|
-
height: 30px;
|
222
|
-
width: 30px;
|
223
|
-
margin: 0 2px;
|
224
|
-
}
|
225
|
-
|
226
|
-
.profile-image {
|
227
|
-
height: 160px;
|
228
|
-
width: 160px;
|
229
|
-
text-align: center;
|
230
|
-
margin: 50px auto;
|
231
|
-
border-radius: 50%;
|
232
|
-
overflow: hidden;
|
233
|
-
}
|
data/assets/css/monokai.css
DELETED
@@ -1,70 +0,0 @@
|
|
1
|
-
.highlight .hll { background-color: #49483e }
|
2
|
-
.highlight { background: #272822; color: #f8f8f2 }
|
3
|
-
.highlight .c { color: #75715e } /* Comment */
|
4
|
-
.highlight .err { color: #960050; background-color: #1e0010 } /* Error */
|
5
|
-
.highlight .k { color: #66d9ef } /* Keyword */
|
6
|
-
.highlight .l { color: #ae81ff } /* Literal */
|
7
|
-
.highlight .n { color: #f8f8f2 } /* Name */
|
8
|
-
.highlight .o { color: #f92672 } /* Operator */
|
9
|
-
.highlight .p { color: #f8f8f2 } /* Punctuation */
|
10
|
-
.highlight .ch { color: #75715e } /* Comment.Hashbang */
|
11
|
-
.highlight .cm { color: #75715e } /* Comment.Multiline */
|
12
|
-
.highlight .cp { color: #75715e } /* Comment.Preproc */
|
13
|
-
.highlight .cpf { color: #75715e } /* Comment.PreprocFile */
|
14
|
-
.highlight .c1 { color: #75715e } /* Comment.Single */
|
15
|
-
.highlight .cs { color: #75715e } /* Comment.Special */
|
16
|
-
.highlight .gd { color: #f92672 } /* Generic.Deleted */
|
17
|
-
.highlight .ge { font-style: italic } /* Generic.Emph */
|
18
|
-
.highlight .gi { color: #a6e22e } /* Generic.Inserted */
|
19
|
-
.highlight .gs { font-weight: bold } /* Generic.Strong */
|
20
|
-
.highlight .gu { color: #75715e } /* Generic.Subheading */
|
21
|
-
.highlight .kc { color: #66d9ef } /* Keyword.Constant */
|
22
|
-
.highlight .kd { color: #66d9ef } /* Keyword.Declaration */
|
23
|
-
.highlight .kn { color: #f92672 } /* Keyword.Namespace */
|
24
|
-
.highlight .kp { color: #66d9ef } /* Keyword.Pseudo */
|
25
|
-
.highlight .kr { color: #66d9ef } /* Keyword.Reserved */
|
26
|
-
.highlight .kt { color: #66d9ef } /* Keyword.Type */
|
27
|
-
.highlight .ld { color: #e6db74 } /* Literal.Date */
|
28
|
-
.highlight .m { color: #ae81ff } /* Literal.Number */
|
29
|
-
.highlight .s { color: #e6db74 } /* Literal.String */
|
30
|
-
.highlight .na { color: #a6e22e } /* Name.Attribute */
|
31
|
-
.highlight .nb { color: #f8f8f2 } /* Name.Builtin */
|
32
|
-
.highlight .nc { color: #a6e22e } /* Name.Class */
|
33
|
-
.highlight .no { color: #66d9ef } /* Name.Constant */
|
34
|
-
.highlight .nd { color: #a6e22e } /* Name.Decorator */
|
35
|
-
.highlight .ni { color: #f8f8f2 } /* Name.Entity */
|
36
|
-
.highlight .ne { color: #a6e22e } /* Name.Exception */
|
37
|
-
.highlight .nf { color: #a6e22e } /* Name.Function */
|
38
|
-
.highlight .nl { color: #f8f8f2 } /* Name.Label */
|
39
|
-
.highlight .nn { color: #f8f8f2 } /* Name.Namespace */
|
40
|
-
.highlight .nx { color: #a6e22e } /* Name.Other */
|
41
|
-
.highlight .py { color: #f8f8f2 } /* Name.Property */
|
42
|
-
.highlight .nt { color: #f92672 } /* Name.Tag */
|
43
|
-
.highlight .nv { color: #f8f8f2 } /* Name.Variable */
|
44
|
-
.highlight .ow { color: #f92672 } /* Operator.Word */
|
45
|
-
.highlight .w { color: #f8f8f2 } /* Text.Whitespace */
|
46
|
-
.highlight .mb { color: #ae81ff } /* Literal.Number.Bin */
|
47
|
-
.highlight .mf { color: #ae81ff } /* Literal.Number.Float */
|
48
|
-
.highlight .mh { color: #ae81ff } /* Literal.Number.Hex */
|
49
|
-
.highlight .mi { color: #ae81ff } /* Literal.Number.Integer */
|
50
|
-
.highlight .mo { color: #ae81ff } /* Literal.Number.Oct */
|
51
|
-
.highlight .sa { color: #e6db74 } /* Literal.String.Affix */
|
52
|
-
.highlight .sb { color: #e6db74 } /* Literal.String.Backtick */
|
53
|
-
.highlight .sc { color: #e6db74 } /* Literal.String.Char */
|
54
|
-
.highlight .dl { color: #e6db74 } /* Literal.String.Delimiter */
|
55
|
-
.highlight .sd { color: #e6db74 } /* Literal.String.Doc */
|
56
|
-
.highlight .s2 { color: #e6db74 } /* Literal.String.Double */
|
57
|
-
.highlight .se { color: #ae81ff } /* Literal.String.Escape */
|
58
|
-
.highlight .sh { color: #e6db74 } /* Literal.String.Heredoc */
|
59
|
-
.highlight .si { color: #e6db74 } /* Literal.String.Interpol */
|
60
|
-
.highlight .sx { color: #e6db74 } /* Literal.String.Other */
|
61
|
-
.highlight .sr { color: #e6db74 } /* Literal.String.Regex */
|
62
|
-
.highlight .s1 { color: #e6db74 } /* Literal.String.Single */
|
63
|
-
.highlight .ss { color: #e6db74 } /* Literal.String.Symbol */
|
64
|
-
.highlight .bp { color: #f8f8f2 } /* Name.Builtin.Pseudo */
|
65
|
-
.highlight .fm { color: #a6e22e } /* Name.Function.Magic */
|
66
|
-
.highlight .vc { color: #f8f8f2 } /* Name.Variable.Class */
|
67
|
-
.highlight .vg { color: #f8f8f2 } /* Name.Variable.Global */
|
68
|
-
.highlight .vi { color: #f8f8f2 } /* Name.Variable.Instance */
|
69
|
-
.highlight .vm { color: #f8f8f2 } /* Name.Variable.Magic */
|
70
|
-
.highlight .il { color: #ae81ff } /* Literal.Number.Integer.Long */
|
data/assets/css/timeline.css
DELETED
@@ -1,103 +0,0 @@
|
|
1
|
-
* {
|
2
|
-
box-sizing: border-box;
|
3
|
-
}
|
4
|
-
/* The actual timeline (the vertical ruler) */
|
5
|
-
.timeline {
|
6
|
-
position: relative;
|
7
|
-
max-width: 1200px;
|
8
|
-
margin: 0 auto;
|
9
|
-
}
|
10
|
-
|
11
|
-
/* The actual timeline (the vertical ruler) */
|
12
|
-
.timeline::after {
|
13
|
-
content: '';
|
14
|
-
position: absolute;
|
15
|
-
width: 6px;
|
16
|
-
background-color: lightgray;
|
17
|
-
top: 0;
|
18
|
-
bottom: 0;
|
19
|
-
left: 50%;
|
20
|
-
margin-left: -3px;
|
21
|
-
}
|
22
|
-
|
23
|
-
/* Container around content */
|
24
|
-
.container {
|
25
|
-
padding: 5px 30px;
|
26
|
-
position: relative;
|
27
|
-
background-color: inherit;
|
28
|
-
width: 50%;
|
29
|
-
}
|
30
|
-
|
31
|
-
/* The circles on the timeline */
|
32
|
-
.container::after {
|
33
|
-
content: '';
|
34
|
-
position: absolute;
|
35
|
-
width: 25px;
|
36
|
-
height: 25px;
|
37
|
-
right: -17px;
|
38
|
-
background-color: white;
|
39
|
-
border: 4px solid palegreen;
|
40
|
-
top: 15px;
|
41
|
-
border-radius: 50%;
|
42
|
-
z-index: 1;
|
43
|
-
}
|
44
|
-
|
45
|
-
/* Place the container to the left */
|
46
|
-
.container:nth-child(odd) {
|
47
|
-
left: 0;
|
48
|
-
}
|
49
|
-
|
50
|
-
/* Place the container to the right */
|
51
|
-
.container:nth-child(even) {
|
52
|
-
left: 50%;
|
53
|
-
}
|
54
|
-
|
55
|
-
/* Fix the circle for containers on the right side */
|
56
|
-
.container:nth-child(even)::after {
|
57
|
-
left: -16px;
|
58
|
-
}
|
59
|
-
|
60
|
-
/* The actual content */
|
61
|
-
.content {
|
62
|
-
padding: 15px;
|
63
|
-
position: relative;
|
64
|
-
border-radius: 6px;
|
65
|
-
box-shadow: 0 0 10px 0 lightgray;
|
66
|
-
}
|
67
|
-
.content h3 {
|
68
|
-
margin-top: 0;
|
69
|
-
margin-bottom: 5px;
|
70
|
-
}
|
71
|
-
|
72
|
-
/* Media queries - Responsive timeline on screens less than 600px wide */
|
73
|
-
@media screen and (max-width: 800px) {
|
74
|
-
/* Place the timelime to the left */
|
75
|
-
.timeline::after {
|
76
|
-
left: 31px;
|
77
|
-
}
|
78
|
-
|
79
|
-
/* Full-width containers */
|
80
|
-
.container {
|
81
|
-
width: 100%;
|
82
|
-
padding-left: 70px;
|
83
|
-
padding-right: 25px;
|
84
|
-
}
|
85
|
-
|
86
|
-
/* Make sure that all arrows are pointing leftwards */
|
87
|
-
.container::before {
|
88
|
-
left: 60px;
|
89
|
-
border: medium solid white;
|
90
|
-
border-width: 10px 10px 10px 0;
|
91
|
-
border-color: transparent white transparent transparent;
|
92
|
-
}
|
93
|
-
|
94
|
-
/* Make sure all circles are at the same spot */
|
95
|
-
.container:nth-child(odd)::after, .container:nth-child(even)::after {
|
96
|
-
left: 15px;
|
97
|
-
}
|
98
|
-
|
99
|
-
/* Make all right containers behave like the left ones */
|
100
|
-
.container:nth-child(even) {
|
101
|
-
left: 0%;
|
102
|
-
}
|
103
|
-
}
|
data/assets/img/icons/email.svg
DELETED
@@ -1,63 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="iso-8859-1"?>
|
2
|
-
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
3
|
-
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
4
|
-
viewBox="0 0 502.073 502.073" style="enable-background:new 0 0 502.073 502.073;" xml:space="preserve">
|
5
|
-
<path style="fill:#FFD15C;" d="M501.812,481.176c0,6.269-2.09,11.494-6.269,15.673c-4.18,3.135-8.359,5.224-14.629,5.224H21.159
|
6
|
-
c-5.224,0-10.449-2.09-14.629-5.224c-4.18-4.18-6.269-9.404-6.269-15.673V175.02h501.551V481.176z"/>
|
7
|
-
<path style="fill:#F8B64C;" d="M495.543,496.849c-4.18,3.135-8.359,5.224-14.629,5.224H21.159c-5.224,0-10.449-2.09-14.629-5.224
|
8
|
-
l244.506-210.024L495.543,496.849z"/>
|
9
|
-
<path style="fill:#40596B;" d="M501.812,175.02l-71.053,51.2L264.62,345.339c-8.359,6.269-19.853,6.269-28.212,0L71.314,226.22
|
10
|
-
l-71.053-51.2l71.053-51.2L225.959,13.061l11.494-8.359c8.359-6.269,19.853-6.269,28.212,0l11.494,8.359l74.188,53.29l36.571,26.122
|
11
|
-
l42.841,31.347L501.812,175.02z"/>
|
12
|
-
<path style="fill:#F2F2F2;" d="M430.759,77.845V226.22L264.62,345.339c-8.359,6.269-19.853,6.269-28.212,0L71.314,226.22V33.959
|
13
|
-
c0-11.494,9.404-20.898,20.898-20.898h272.718L430.759,77.845z"/>
|
14
|
-
<path style="fill:#CDD6E0;" d="M365.975,61.127c0,9.404,7.314,16.718,16.718,16.718h48.065l-64.784-64.784L365.975,61.127
|
15
|
-
L365.975,61.127z"/>
|
16
|
-
<path style="fill:#FF7058;" d="M312.686,223.086h16.718c-5.224,11.494-13.584,19.853-25.078,26.122
|
17
|
-
c-12.539,7.314-28.212,10.449-47.02,10.449c-17.763,0-33.437-3.135-45.976-9.404c-12.539-6.269-22.988-14.629-29.257-27.167
|
18
|
-
c-6.269-11.494-9.404-25.078-9.404-38.661c0-15.673,3.135-29.257,10.449-42.841c7.314-13.584,16.718-22.988,29.257-29.257
|
19
|
-
c12.539-6.269,27.167-9.404,42.841-9.404c13.584,0,26.122,3.135,36.571,8.359c10.449,5.224,18.808,12.539,24.033,22.988
|
20
|
-
c5.224,9.404,8.359,20.898,8.359,32.392c0,13.584-4.18,26.122-12.539,37.616c-10.449,14.629-24.033,20.898-40.751,20.898
|
21
|
-
c-4.18,0-8.359-1.045-10.449-2.09c-2.09-2.09-4.18-4.18-4.18-7.314c-6.269,6.269-13.584,9.404-21.943,9.404
|
22
|
-
c-9.404,0-16.718-3.135-21.943-9.404c-6.269-6.269-9.404-14.629-9.404-25.078c0-12.539,3.135-24.033,10.449-35.527
|
23
|
-
c8.359-12.539,19.853-18.808,33.437-18.808c9.404,0,16.718,4.18,21.943,11.494l2.09-9.404h21.943l-12.539,58.514
|
24
|
-
c-1.045,4.18-1.045,6.269-1.045,7.314s0,2.09,1.045,3.135s1.045,1.045,2.09,1.045c2.09,0,6.269-2.09,10.449-5.224
|
25
|
-
c5.224-4.18,10.449-9.404,13.584-16.718c3.135-7.314,5.224-14.629,5.224-21.943c0-13.584-5.224-25.078-14.629-33.437
|
26
|
-
c-9.404-9.404-22.988-13.584-40.751-13.584c-14.629,0-27.167,3.135-37.616,9.404c-10.449,6.269-17.763,14.629-22.988,25.078
|
27
|
-
s-7.314,21.943-7.314,34.482c0,11.494,3.135,21.943,8.359,31.347c6.269,9.404,13.584,16.718,24.033,20.898
|
28
|
-
c10.449,4.18,21.943,6.269,35.527,6.269c12.539,0,24.033-2.09,33.437-5.224C299.102,235.624,306.416,230.4,312.686,223.086z
|
29
|
-
M223.869,189.649c0,7.314,1.045,11.494,4.18,15.673c3.135,3.135,6.269,5.224,10.449,5.224c3.135,0,6.269-1.045,8.359-2.09
|
30
|
-
c2.09-1.045,4.18-3.135,6.269-5.224c3.135-3.135,5.225-8.359,7.314-14.629c2.09-6.269,3.135-12.539,3.135-17.763
|
31
|
-
c0-6.269-1.045-10.449-4.18-14.629c-3.135-3.135-6.269-5.224-10.449-5.224c-4.18,0-9.404,2.09-12.539,5.224
|
32
|
-
c-4.18,3.135-7.314,8.359-9.404,15.673C224.914,178.155,223.869,184.424,223.869,189.649z"/>
|
33
|
-
<g>
|
34
|
-
</g>
|
35
|
-
<g>
|
36
|
-
</g>
|
37
|
-
<g>
|
38
|
-
</g>
|
39
|
-
<g>
|
40
|
-
</g>
|
41
|
-
<g>
|
42
|
-
</g>
|
43
|
-
<g>
|
44
|
-
</g>
|
45
|
-
<g>
|
46
|
-
</g>
|
47
|
-
<g>
|
48
|
-
</g>
|
49
|
-
<g>
|
50
|
-
</g>
|
51
|
-
<g>
|
52
|
-
</g>
|
53
|
-
<g>
|
54
|
-
</g>
|
55
|
-
<g>
|
56
|
-
</g>
|
57
|
-
<g>
|
58
|
-
</g>
|
59
|
-
<g>
|
60
|
-
</g>
|
61
|
-
<g>
|
62
|
-
</g>
|
63
|
-
</svg>
|
@@ -1,38 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="iso-8859-1"?>
|
2
|
-
<!-- Generator: Adobe Illustrator 18.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
3
|
-
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
4
|
-
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
5
|
-
viewBox="0 0 455.73 455.73" style="enable-background:new 0 0 455.73 455.73;" xml:space="preserve">
|
6
|
-
<path style="fill:#3A559F;" d="M0,0v455.73h242.704V279.691h-59.33v-71.864h59.33v-60.353c0-43.893,35.582-79.475,79.475-79.475
|
7
|
-
h62.025v64.622h-44.382c-13.947,0-25.254,11.307-25.254,25.254v49.953h68.521l-9.47,71.864h-59.051V455.73H455.73V0H0z"/>
|
8
|
-
<g>
|
9
|
-
</g>
|
10
|
-
<g>
|
11
|
-
</g>
|
12
|
-
<g>
|
13
|
-
</g>
|
14
|
-
<g>
|
15
|
-
</g>
|
16
|
-
<g>
|
17
|
-
</g>
|
18
|
-
<g>
|
19
|
-
</g>
|
20
|
-
<g>
|
21
|
-
</g>
|
22
|
-
<g>
|
23
|
-
</g>
|
24
|
-
<g>
|
25
|
-
</g>
|
26
|
-
<g>
|
27
|
-
</g>
|
28
|
-
<g>
|
29
|
-
</g>
|
30
|
-
<g>
|
31
|
-
</g>
|
32
|
-
<g>
|
33
|
-
</g>
|
34
|
-
<g>
|
35
|
-
</g>
|
36
|
-
<g>
|
37
|
-
</g>
|
38
|
-
</svg>
|
@@ -1,42 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="iso-8859-1"?>
|
2
|
-
<!-- Generator: Adobe Illustrator 18.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
3
|
-
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
4
|
-
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
5
|
-
viewBox="0 0 455.73 455.73" style="enable-background:new 0 0 455.73 455.73;" xml:space="preserve">
|
6
|
-
<path style="fill:#DD4B39;" d="M0,0v455.73h455.73V0H0z M265.67,247.037c-7.793,51.194-45.961,80.543-95.376,80.543
|
7
|
-
c-55.531,0-100.552-45.021-100.552-100.552c0-55.517,45.021-100.538,100.552-100.538c26.862,0,50.399,9.586,67.531,26.226
|
8
|
-
l-28.857,28.857c-9.773-9.846-23.147-15.094-38.674-15.094c-32.688,0-59.189,27.874-59.189,60.548
|
9
|
-
c0,32.703,26.501,59.768,59.189,59.768c27.397,0,48.144-13.243,54.129-39.758h-54.129v-40.38h95.131
|
10
|
-
c1.142,6.506,1.72,13.315,1.72,20.37C267.144,234.025,266.638,240.69,265.67,247.037z M386.419,234.517h-35.233v35.218H326.16
|
11
|
-
v-35.218h-35.233v-25.041h35.233v-35.233h25.026v35.233h35.233V234.517z"/>
|
12
|
-
<g>
|
13
|
-
</g>
|
14
|
-
<g>
|
15
|
-
</g>
|
16
|
-
<g>
|
17
|
-
</g>
|
18
|
-
<g>
|
19
|
-
</g>
|
20
|
-
<g>
|
21
|
-
</g>
|
22
|
-
<g>
|
23
|
-
</g>
|
24
|
-
<g>
|
25
|
-
</g>
|
26
|
-
<g>
|
27
|
-
</g>
|
28
|
-
<g>
|
29
|
-
</g>
|
30
|
-
<g>
|
31
|
-
</g>
|
32
|
-
<g>
|
33
|
-
</g>
|
34
|
-
<g>
|
35
|
-
</g>
|
36
|
-
<g>
|
37
|
-
</g>
|
38
|
-
<g>
|
39
|
-
</g>
|
40
|
-
<g>
|
41
|
-
</g>
|
42
|
-
</svg>
|
@@ -1,51 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="iso-8859-1"?>
|
2
|
-
<!-- Generator: Adobe Illustrator 18.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
3
|
-
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
4
|
-
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
5
|
-
viewBox="0 0 455.731 455.731" style="enable-background:new 0 0 455.731 455.731;" xml:space="preserve">
|
6
|
-
<g>
|
7
|
-
<rect x="0" y="0" style="fill:#0084B1;" width="455.731" height="455.731"/>
|
8
|
-
<g>
|
9
|
-
<path style="fill:#FFFFFF;" d="M107.255,69.215c20.873,0.017,38.088,17.257,38.043,38.234c-0.05,21.965-18.278,38.52-38.3,38.043
|
10
|
-
c-20.308,0.411-38.155-16.551-38.151-38.188C68.847,86.319,86.129,69.199,107.255,69.215z"/>
|
11
|
-
<path style="fill:#FFFFFF;" d="M129.431,386.471H84.71c-5.804,0-10.509-4.705-10.509-10.509V185.18
|
12
|
-
c0-5.804,4.705-10.509,10.509-10.509h44.721c5.804,0,10.509,4.705,10.509,10.509v190.783
|
13
|
-
C139.939,381.766,135.235,386.471,129.431,386.471z"/>
|
14
|
-
<path style="fill:#FFFFFF;" d="M386.884,241.682c0-39.996-32.423-72.42-72.42-72.42h-11.47c-21.882,0-41.214,10.918-52.842,27.606
|
15
|
-
c-1.268,1.819-2.442,3.708-3.52,5.658c-0.373-0.056-0.594-0.085-0.599-0.075v-23.418c0-2.409-1.953-4.363-4.363-4.363h-55.795
|
16
|
-
c-2.409,0-4.363,1.953-4.363,4.363V382.11c0,2.409,1.952,4.362,4.361,4.363l57.011,0.014c2.41,0.001,4.364-1.953,4.364-4.363
|
17
|
-
V264.801c0-20.28,16.175-37.119,36.454-37.348c10.352-0.117,19.737,4.031,26.501,10.799c6.675,6.671,10.802,15.895,10.802,26.079
|
18
|
-
v117.808c0,2.409,1.953,4.362,4.361,4.363l57.152,0.014c2.41,0.001,4.364-1.953,4.364-4.363V241.682z"/>
|
19
|
-
</g>
|
20
|
-
</g>
|
21
|
-
<g>
|
22
|
-
</g>
|
23
|
-
<g>
|
24
|
-
</g>
|
25
|
-
<g>
|
26
|
-
</g>
|
27
|
-
<g>
|
28
|
-
</g>
|
29
|
-
<g>
|
30
|
-
</g>
|
31
|
-
<g>
|
32
|
-
</g>
|
33
|
-
<g>
|
34
|
-
</g>
|
35
|
-
<g>
|
36
|
-
</g>
|
37
|
-
<g>
|
38
|
-
</g>
|
39
|
-
<g>
|
40
|
-
</g>
|
41
|
-
<g>
|
42
|
-
</g>
|
43
|
-
<g>
|
44
|
-
</g>
|
45
|
-
<g>
|
46
|
-
</g>
|
47
|
-
<g>
|
48
|
-
</g>
|
49
|
-
<g>
|
50
|
-
</g>
|
51
|
-
</svg>
|
@@ -1,46 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="iso-8859-1"?>
|
2
|
-
<!-- Generator: Adobe Illustrator 18.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
3
|
-
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
4
|
-
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
5
|
-
viewBox="0 0 455.731 455.731" style="enable-background:new 0 0 455.731 455.731;" xml:space="preserve">
|
6
|
-
<g>
|
7
|
-
<rect x="0" y="0" style="fill:#50ABF1;" width="455.731" height="455.731"/>
|
8
|
-
<path style="fill:#FFFFFF;" d="M60.377,337.822c30.33,19.236,66.308,30.368,104.875,30.368c108.349,0,196.18-87.841,196.18-196.18
|
9
|
-
c0-2.705-0.057-5.39-0.161-8.067c3.919-3.084,28.157-22.511,34.098-35c0,0-19.683,8.18-38.947,10.107
|
10
|
-
c-0.038,0-0.085,0.009-0.123,0.009c0,0,0.038-0.019,0.104-0.066c1.775-1.186,26.591-18.079,29.951-38.207
|
11
|
-
c0,0-13.922,7.431-33.415,13.932c-3.227,1.072-6.605,2.126-10.088,3.103c-12.565-13.41-30.425-21.78-50.25-21.78
|
12
|
-
c-38.027,0-68.841,30.805-68.841,68.803c0,5.362,0.617,10.581,1.784,15.592c-5.314-0.218-86.237-4.755-141.289-71.423
|
13
|
-
c0,0-32.902,44.917,19.607,91.105c0,0-15.962-0.636-29.733-8.864c0,0-5.058,54.416,54.407,68.329c0,0-11.701,4.432-30.368,1.272
|
14
|
-
c0,0,10.439,43.968,63.271,48.077c0,0-41.777,37.74-101.081,28.885L60.377,337.822z"/>
|
15
|
-
</g>
|
16
|
-
<g>
|
17
|
-
</g>
|
18
|
-
<g>
|
19
|
-
</g>
|
20
|
-
<g>
|
21
|
-
</g>
|
22
|
-
<g>
|
23
|
-
</g>
|
24
|
-
<g>
|
25
|
-
</g>
|
26
|
-
<g>
|
27
|
-
</g>
|
28
|
-
<g>
|
29
|
-
</g>
|
30
|
-
<g>
|
31
|
-
</g>
|
32
|
-
<g>
|
33
|
-
</g>
|
34
|
-
<g>
|
35
|
-
</g>
|
36
|
-
<g>
|
37
|
-
</g>
|
38
|
-
<g>
|
39
|
-
</g>
|
40
|
-
<g>
|
41
|
-
</g>
|
42
|
-
<g>
|
43
|
-
</g>
|
44
|
-
<g>
|
45
|
-
</g>
|
46
|
-
</svg>
|
data/assets/img/me.png
DELETED
Binary file
|