jekyll-linktree 0.1.0 → 0.1.1
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 +4 -29
- data/LICENSE.txt +0 -21
- data/README.md +0 -53
- data/_config.yml +0 -2
- data/_includes/footer.html +0 -3
- data/_includes/head.html +0 -7
- data/_includes/social.html +0 -157
- data/_layouts/default.html +0 -22
- data/_sass/social.scss +0 -138
- data/_sass/styles.scss +0 -168
- data/assets/css/style.scss +0 -6
- data/assets/img/orangecat.jpeg +0 -0
- data/assets/svg/discord.svg +0 -8
- data/assets/svg/facebook.svg +0 -17
- data/assets/svg/github.svg +0 -2
- data/assets/svg/instagram.svg +0 -1
- data/assets/svg/linkedin.svg +0 -13
- data/assets/svg/matrix.svg +0 -2
- data/assets/svg/reddit.svg +0 -5
- data/assets/svg/site.svg +0 -2
- data/assets/svg/sources.txt +0 -13
- data/assets/svg/telegram.svg +0 -17
- data/assets/svg/tiktok.svg +0 -6
- data/assets/svg/tree.svg +0 -3
- data/assets/svg/twitch.svg +0 -32
- data/assets/svg/twitter.svg +0 -5
- data/assets/svg/youtube.svg +0 -17
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ca5385acd919c4852d3c3abe0231287632b04690406eb578c41e3634ee22ce6e
|
4
|
+
data.tar.gz: f8c123dc075ef3469f6a674c4846aeb92e647a4eeccbf298c71e1575e7b3ce3a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 86462f6f64e4b027d57939430fa0f5448a70cbaa65128d656fac6b55bd8dabe355db93ddbdbc7659e8e868817971d0e9efac32391b66640d1025f14ab59005a6
|
7
|
+
data.tar.gz: e0ca3d3004a6b798dd858b0b3d813823c31ac2ef4376c306fe73c3e84f45583dc2ae00d9bf91c0acf1def5b05cc3b40ef0b1b0bfe7c609d8c8cc56d1caf90587
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-linktree
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- lazypwny751
|
@@ -29,37 +29,12 @@ email:
|
|
29
29
|
executables: []
|
30
30
|
extensions: []
|
31
31
|
extra_rdoc_files: []
|
32
|
-
files:
|
33
|
-
- LICENSE.txt
|
34
|
-
- README.md
|
35
|
-
- _config.yml
|
36
|
-
- _includes/footer.html
|
37
|
-
- _includes/head.html
|
38
|
-
- _includes/social.html
|
39
|
-
- _layouts/default.html
|
40
|
-
- _sass/social.scss
|
41
|
-
- _sass/styles.scss
|
42
|
-
- assets/css/style.scss
|
43
|
-
- assets/img/orangecat.jpeg
|
44
|
-
- assets/svg/discord.svg
|
45
|
-
- assets/svg/facebook.svg
|
46
|
-
- assets/svg/github.svg
|
47
|
-
- assets/svg/instagram.svg
|
48
|
-
- assets/svg/linkedin.svg
|
49
|
-
- assets/svg/matrix.svg
|
50
|
-
- assets/svg/reddit.svg
|
51
|
-
- assets/svg/site.svg
|
52
|
-
- assets/svg/sources.txt
|
53
|
-
- assets/svg/telegram.svg
|
54
|
-
- assets/svg/tiktok.svg
|
55
|
-
- assets/svg/tree.svg
|
56
|
-
- assets/svg/twitch.svg
|
57
|
-
- assets/svg/twitter.svg
|
58
|
-
- assets/svg/youtube.svg
|
32
|
+
files: []
|
59
33
|
homepage: https://github.com/lazypwny751/jekyll-linktree
|
60
34
|
licenses:
|
61
35
|
- MIT
|
62
|
-
metadata:
|
36
|
+
metadata:
|
37
|
+
source_code_uri: https://github.com/lazypwny751/jekyll-linktree
|
63
38
|
post_install_message:
|
64
39
|
rdoc_options: []
|
65
40
|
require_paths:
|
data/LICENSE.txt
DELETED
@@ -1,21 +0,0 @@
|
|
1
|
-
The MIT License (MIT)
|
2
|
-
|
3
|
-
Copyright (c) 2025 lazypwny751
|
4
|
-
|
5
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
6
|
-
of this software and associated documentation files (the "Software"), to deal
|
7
|
-
in the Software without restriction, including without limitation the rights
|
8
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
9
|
-
copies of the Software, and to permit persons to whom the Software is
|
10
|
-
furnished to do so, subject to the following conditions:
|
11
|
-
|
12
|
-
The above copyright notice and this permission notice shall be included in
|
13
|
-
all copies or substantial portions of the Software.
|
14
|
-
|
15
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
16
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
17
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
18
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
19
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
20
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
21
|
-
THE SOFTWARE.
|
data/README.md
DELETED
@@ -1,53 +0,0 @@
|
|
1
|
-
# jekyll-linktree
|
2
|
-
|
3
|
-

|
4
|
-
|
5
|
-
|
6
|
-
Welcome to your new Jekyll theme! In this directory, you'll find the files you need to be able to package up your theme into a gem. Put your layouts in `_layouts`, your includes in `_includes`, your sass files in `_sass` and any other assets in `assets`.
|
7
|
-
|
8
|
-
To experiment with this code, add some sample content and run `bundle exec jekyll serve` – this directory is setup just like a Jekyll site!
|
9
|
-
|
10
|
-
TODO: Delete this and the text above, and describe your gem
|
11
|
-
|
12
|
-
## Installation
|
13
|
-
|
14
|
-
Add this line to your Jekyll site's `Gemfile`:
|
15
|
-
|
16
|
-
```ruby
|
17
|
-
gem "jekyll-linktree"
|
18
|
-
```
|
19
|
-
|
20
|
-
And add this line to your Jekyll site's `_config.yml`:
|
21
|
-
|
22
|
-
```yaml
|
23
|
-
theme: jekyll-linktree
|
24
|
-
```
|
25
|
-
|
26
|
-
And then execute:
|
27
|
-
|
28
|
-
$ bundle
|
29
|
-
|
30
|
-
Or install it yourself as:
|
31
|
-
|
32
|
-
$ gem install jekyll-linktree
|
33
|
-
|
34
|
-
## Usage
|
35
|
-
|
36
|
-
TODO: Write usage instructions here. Describe your available layouts, includes, sass and/or assets.
|
37
|
-
|
38
|
-
## Contributing
|
39
|
-
|
40
|
-
Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/jekyll-linktree. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](https://www.contributor-covenant.org/) code of conduct.
|
41
|
-
|
42
|
-
## Development
|
43
|
-
|
44
|
-
To set up your environment to develop this theme, run `bundle install`.
|
45
|
-
|
46
|
-
Your theme is setup just like a normal Jekyll site! To test your theme, run `bundle exec jekyll serve` and open your browser at `http://localhost:4000`. This starts a Jekyll server using your theme. Add pages, documents, data, etc. like normal to test your theme's contents. As you make modifications to your theme and to your content, your site will regenerate and you should see the changes in the browser after a refresh, just like normal.
|
47
|
-
|
48
|
-
When your theme is released, only the files in `_layouts`, `_includes`, `_sass` and `assets` tracked with Git will be bundled.
|
49
|
-
To add a custom directory to your theme-gem, please edit the regexp in `jekyll-linktree.gemspec` accordingly.
|
50
|
-
|
51
|
-
## License
|
52
|
-
|
53
|
-
The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
|
data/_config.yml
DELETED
data/_includes/footer.html
DELETED
data/_includes/head.html
DELETED
@@ -1,7 +0,0 @@
|
|
1
|
-
<head>
|
2
|
-
<meta charset="UTF-8">
|
3
|
-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
4
|
-
<link rel="icon" href="{{ page.icon | default: '/assets/svg/tree.svg' | relative_url }}" type="image/svg+xml">
|
5
|
-
<link rel="stylesheet" href="{{ '/assets/css/style.css' | relative_url }}">
|
6
|
-
<title>{{ page.title | default: "Link Tree" }}</title>
|
7
|
-
</head>
|
data/_includes/social.html
DELETED
@@ -1,157 +0,0 @@
|
|
1
|
-
<div class="social-container">
|
2
|
-
{% if page.github %}
|
3
|
-
{% for i in page.github %}
|
4
|
-
<div class="social-icon github">
|
5
|
-
<div class="icon-container">
|
6
|
-
<img src="assets/svg/github.svg" alt="GitHub Icon" />
|
7
|
-
</div>
|
8
|
-
<div class="separator"></div>
|
9
|
-
<a href="https://github.com/{{ i }}" target="_blank">{{ i }}</a>
|
10
|
-
</div>
|
11
|
-
{% endfor %}
|
12
|
-
{% endif %}
|
13
|
-
|
14
|
-
{% if page.instagram %}
|
15
|
-
{% for i in page.instagram %}
|
16
|
-
<div class="social-icon instagram">
|
17
|
-
<div class="icon-container">
|
18
|
-
<img src="assets/svg/instagram.svg" alt="Instagram Icon" />
|
19
|
-
</div>
|
20
|
-
<div class="separator"></div>
|
21
|
-
<a href="https://www.instagram.com/{{ i }}" target="_blank">{{ i }}</a>
|
22
|
-
</div>
|
23
|
-
{% endfor %}
|
24
|
-
{% endif %}
|
25
|
-
|
26
|
-
{% if page.linkedin %}
|
27
|
-
{% for i in page.linkedin %}
|
28
|
-
<div class="social-icon linkedin">
|
29
|
-
<div class="icon-container">
|
30
|
-
<img src="assets/svg/linkedin.svg" alt="LinkedIn Icon" />
|
31
|
-
</div>
|
32
|
-
<div class="separator"></div>
|
33
|
-
<a href="https://www.linkedin.com/in/{{ i }}" target="_blank">{{ i }}</a>
|
34
|
-
</div>
|
35
|
-
{% endfor %}
|
36
|
-
{% endif %}
|
37
|
-
|
38
|
-
{% if page.facebook %}
|
39
|
-
{% for i in page.facebook %}
|
40
|
-
<div class="social-icon facebook">
|
41
|
-
<div class="icon-container">
|
42
|
-
<img src="assets/svg/facebook.svg" alt="Facebook Icon" />
|
43
|
-
</div>
|
44
|
-
<div class="separator"></div>
|
45
|
-
<a href="https://www.facebook.com/{{ i }}" target="_blank">{{ i }}</a>
|
46
|
-
</div>
|
47
|
-
{% endfor %}
|
48
|
-
{% endif %}
|
49
|
-
|
50
|
-
{% if page.telegram %}
|
51
|
-
{% for i in page.telegram %}
|
52
|
-
<div class="social-icon telegram">
|
53
|
-
<div class="icon-container">
|
54
|
-
<img src="assets/svg/telegram.svg" alt="Telegram Icon" />
|
55
|
-
</div>
|
56
|
-
<div class="separator"></div>
|
57
|
-
<a href="https://t.me/{{ i }}" target="_blank">{{ i }}</a>
|
58
|
-
</div>
|
59
|
-
{% endfor %}
|
60
|
-
{% endif %}
|
61
|
-
|
62
|
-
{% if page.discord %}
|
63
|
-
{% for i in page.discord %}
|
64
|
-
<div class="social-icon discord">
|
65
|
-
<div class="icon-container">
|
66
|
-
<img src="assets/svg/discord.svg" alt="Discord Icon" />
|
67
|
-
</div>
|
68
|
-
<div class="separator"></div>
|
69
|
-
<a href="https://discord.com/users/{{ i.id }}" target="_blank">{{ i.name }}</a>
|
70
|
-
</div>
|
71
|
-
{% endfor %}
|
72
|
-
{% endif %}
|
73
|
-
|
74
|
-
{% if page.twitter %}
|
75
|
-
{% for i in page.twitter %}
|
76
|
-
<div class="social-icon twitter">
|
77
|
-
<div class="icon-container">
|
78
|
-
<img src="assets/svg/twitter.svg" alt="Twitter Icon" />
|
79
|
-
</div>
|
80
|
-
<div class="separator"></div>
|
81
|
-
<a href="https://twitter.com/{{ i }}" target="_blank">{{ i }}</a>
|
82
|
-
</div>
|
83
|
-
{% endfor %}
|
84
|
-
{% endif %}
|
85
|
-
|
86
|
-
{% if page.youtube %}
|
87
|
-
{% for i in page.youtube %}
|
88
|
-
<div class="social-icon youtube">
|
89
|
-
<div class="icon-container">
|
90
|
-
<img src="assets/svg/youtube.svg" alt="YouTube Icon" />
|
91
|
-
</div>
|
92
|
-
<div class="separator"></div>
|
93
|
-
<a href="https://www.youtube.com/c/{{ i }}" target="_blank">{{ i }}</a>
|
94
|
-
</div>
|
95
|
-
{% endfor %}
|
96
|
-
{% endif %}
|
97
|
-
|
98
|
-
{% if page.twitch %}
|
99
|
-
{% for i in page.twitch %}
|
100
|
-
<div class="social-icon twitch">
|
101
|
-
<div class="icon-container">
|
102
|
-
<img src="assets/svg/twitch.svg" alt="Twitch Icon" />
|
103
|
-
</div>
|
104
|
-
<div class="separator"></div>
|
105
|
-
<a href="https://www.twitch.tv/{{ i }}" target="_blank">{{ i }}</a>
|
106
|
-
</div>
|
107
|
-
{% endfor %}
|
108
|
-
{% endif %}
|
109
|
-
|
110
|
-
{% if page.matrix %}
|
111
|
-
{% for i in page.matrix %}
|
112
|
-
<div class="social-icon matrix">
|
113
|
-
<div class="icon-container">
|
114
|
-
<img src="assets/svg/matrix.svg" alt="Matrix Icon" />
|
115
|
-
</div>
|
116
|
-
<div class="separator"></div>
|
117
|
-
<a href="https://matrix.to/#/{{ i }}" target="_blank">{{ i }}</a>
|
118
|
-
</div>
|
119
|
-
{% endfor %}
|
120
|
-
{% endif %}
|
121
|
-
|
122
|
-
{% if page.tiktok %}
|
123
|
-
{% for i in page.tiktok %}
|
124
|
-
<div class="social-icon tiktok">
|
125
|
-
<div class="icon-container">
|
126
|
-
<img src="assets/svg/tiktok.svg" alt="TikTok Icon" />
|
127
|
-
</div>
|
128
|
-
<div class="separator"></div>
|
129
|
-
<a href="https://www.tiktok.com/@{{ i }}" target="_blank">{{ i }}</a>
|
130
|
-
</div>
|
131
|
-
{% endfor %}
|
132
|
-
{% endif %}
|
133
|
-
|
134
|
-
{% if page.reddit %}
|
135
|
-
{% for i in page.reddit %}
|
136
|
-
<div class="social-icon reddit">
|
137
|
-
<div class="icon-container">
|
138
|
-
<img src="assets/svg/reddit.svg" alt="Reddit Icon" />
|
139
|
-
</div>
|
140
|
-
<div class="separator"></div>
|
141
|
-
<a href="https://www.reddit.com/user/{{ i }}" target="_blank">{{ i }}</a>
|
142
|
-
</div>
|
143
|
-
{% endfor %}
|
144
|
-
{% endif %}
|
145
|
-
|
146
|
-
{% if page.site %}
|
147
|
-
{% for i in page.site %}
|
148
|
-
<div class="social-icon site">
|
149
|
-
<div class="icon-container">
|
150
|
-
<img src="assets/svg/site.svg" alt="Site Icon" />
|
151
|
-
</div>
|
152
|
-
<div class="separator"></div>
|
153
|
-
<a href="{{ i }}" target="_blank">{{ i }}</a>
|
154
|
-
</div>
|
155
|
-
{% endfor %}
|
156
|
-
{% endif %}
|
157
|
-
</div>
|
data/_layouts/default.html
DELETED
@@ -1,22 +0,0 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
<html lang="{{ page.lang | default: "en" }}>
|
3
|
-
{%- include head.html -%}
|
4
|
-
<body>
|
5
|
-
<div class="container">
|
6
|
-
<div class="profile-wrapper">
|
7
|
-
{% if page.avatar %}
|
8
|
-
<img src="{{ page.avatar }}" alt="Avatar">
|
9
|
-
{% else %}
|
10
|
-
<img src="/assets/img/orangecat.jpeg" alt="Default Avatar">
|
11
|
-
{% endif %}
|
12
|
-
</div>
|
13
|
-
|
14
|
-
<h1>{{ page.mahlas | default: "Orange Car" }}</h1>
|
15
|
-
<p>{{ content }}</p>
|
16
|
-
|
17
|
-
{%- include social.html -%}
|
18
|
-
</div>
|
19
|
-
|
20
|
-
{%- include footer.html -%}
|
21
|
-
</body>
|
22
|
-
</html>
|
data/_sass/social.scss
DELETED
@@ -1,138 +0,0 @@
|
|
1
|
-
.social-container {
|
2
|
-
display: flex;
|
3
|
-
flex-direction: column;
|
4
|
-
align-items: center;
|
5
|
-
gap: 15px;
|
6
|
-
width: 100%;
|
7
|
-
font-family: 'Segoe UI', Tahoma, Geneva, sans-serif;
|
8
|
-
}
|
9
|
-
|
10
|
-
.social-icon {
|
11
|
-
display: flex;
|
12
|
-
align-items: center;
|
13
|
-
justify-content: flex-start;
|
14
|
-
border-radius: 8px;
|
15
|
-
padding: 10px 15px;
|
16
|
-
width: 280px;
|
17
|
-
height: 50px;
|
18
|
-
color: white;
|
19
|
-
font-size: 1em;
|
20
|
-
cursor: pointer;
|
21
|
-
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
|
22
|
-
overflow: hidden;
|
23
|
-
transition: transform 0.3s ease, box-shadow 0.3s ease;
|
24
|
-
position: relative;
|
25
|
-
margin: 5px 0;
|
26
|
-
background: linear-gradient(to right, rgba(255, 255, 0, 0.8), rgba(255, 0, 0, 0.8));
|
27
|
-
|
28
|
-
&:hover {
|
29
|
-
transform: scale(1.05);
|
30
|
-
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
|
31
|
-
}
|
32
|
-
|
33
|
-
.icon-container {
|
34
|
-
display: flex;
|
35
|
-
align-items: center;
|
36
|
-
justify-content: center;
|
37
|
-
width: 35px;
|
38
|
-
height: 35px;
|
39
|
-
margin-right: 10px;
|
40
|
-
background-color: rgba(0, 0, 0, 0.2);
|
41
|
-
border-radius: 50%;
|
42
|
-
padding: 4px;
|
43
|
-
border: 2px solid white;
|
44
|
-
}
|
45
|
-
|
46
|
-
.icon-container img {
|
47
|
-
width: 100%;
|
48
|
-
height: 100%;
|
49
|
-
object-fit: contain;
|
50
|
-
filter: brightness(1.5);
|
51
|
-
}
|
52
|
-
|
53
|
-
.separator {
|
54
|
-
width: 1px;
|
55
|
-
height: 50%;
|
56
|
-
background-color: rgba(255, 255, 255, 0.5);
|
57
|
-
margin-left: 10px;
|
58
|
-
margin-right: 10px;
|
59
|
-
}
|
60
|
-
|
61
|
-
a {
|
62
|
-
display: block;
|
63
|
-
color: white;
|
64
|
-
text-decoration: none;
|
65
|
-
font-weight: bold;
|
66
|
-
white-space: nowrap;
|
67
|
-
text-overflow: ellipsis;
|
68
|
-
overflow: hidden;
|
69
|
-
text-align: center;
|
70
|
-
max-width: calc(100% - 60px);
|
71
|
-
}
|
72
|
-
|
73
|
-
&.github {
|
74
|
-
background: linear-gradient(to right, #444444, #333333);
|
75
|
-
}
|
76
|
-
|
77
|
-
&.instagram {
|
78
|
-
background: linear-gradient(to right, #F58529, #E4405F);
|
79
|
-
}
|
80
|
-
|
81
|
-
&.linkedin {
|
82
|
-
background: linear-gradient(to right, #006B71, #0077B5);
|
83
|
-
}
|
84
|
-
|
85
|
-
&.facebook {
|
86
|
-
background: linear-gradient(to right, #4B87D1, #1877F2);
|
87
|
-
}
|
88
|
-
|
89
|
-
&.telegram {
|
90
|
-
background: linear-gradient(to right, #1F8EC1, #0088cc);
|
91
|
-
}
|
92
|
-
|
93
|
-
&.discord {
|
94
|
-
background: linear-gradient(to right, #5D4F8A, #7289DA);
|
95
|
-
}
|
96
|
-
|
97
|
-
&.twitter {
|
98
|
-
background: linear-gradient(to right, #00ACEE, #1DA1F2);
|
99
|
-
}
|
100
|
-
|
101
|
-
&.youtube {
|
102
|
-
background: linear-gradient(to right, #FF3D00, #FF0000);
|
103
|
-
}
|
104
|
-
|
105
|
-
&.twitch {
|
106
|
-
background: linear-gradient(to right, #6A2D91, #9146FF);
|
107
|
-
}
|
108
|
-
|
109
|
-
&.matrix {
|
110
|
-
background: linear-gradient(to right, #5F99F7, #00FF00);
|
111
|
-
}
|
112
|
-
|
113
|
-
&.tiktok {
|
114
|
-
background: linear-gradient(to right, #28A2B6, #69C9D0);
|
115
|
-
}
|
116
|
-
|
117
|
-
&.reddit {
|
118
|
-
background: linear-gradient(to right, #FF7300, #FF4500);
|
119
|
-
}
|
120
|
-
|
121
|
-
&.site {
|
122
|
-
background: linear-gradient(to right, #5F99F7, #2F80ED);
|
123
|
-
}
|
124
|
-
|
125
|
-
@media (max-width: 768px) {
|
126
|
-
.social-icon {
|
127
|
-
width: 250px;
|
128
|
-
height: 45px;
|
129
|
-
}
|
130
|
-
}
|
131
|
-
|
132
|
-
@media (max-width: 480px) {
|
133
|
-
.social-icon {
|
134
|
-
width: 230px;
|
135
|
-
height: 40px;
|
136
|
-
}
|
137
|
-
}
|
138
|
-
}
|
data/_sass/styles.scss
DELETED
@@ -1,168 +0,0 @@
|
|
1
|
-
$dark-blue: #1a1a40;
|
2
|
-
$soft-blue: #24244d;
|
3
|
-
$light-gray: #f2f2f2;
|
4
|
-
$cream-gray: #e6e6e6;
|
5
|
-
$accent-color: #c4c4d9;
|
6
|
-
$font-family: 'Roboto Slab', serif;
|
7
|
-
$paragraph-font: 'Lora', serif;
|
8
|
-
|
9
|
-
body {
|
10
|
-
font-family: $font-family;
|
11
|
-
font-size: 16px;
|
12
|
-
margin: 0;
|
13
|
-
padding: 0;
|
14
|
-
background: linear-gradient(120deg, $dark-blue, $soft-blue, $light-gray);
|
15
|
-
background-size: 300% 300%;
|
16
|
-
animation: background-slide 15s infinite ease-in-out;
|
17
|
-
color: $cream-gray;
|
18
|
-
display: flex;
|
19
|
-
flex-direction: column;
|
20
|
-
align-items: center;
|
21
|
-
justify-content: space-between;
|
22
|
-
min-height: 100vh;
|
23
|
-
text-align: center;
|
24
|
-
}
|
25
|
-
|
26
|
-
.container {
|
27
|
-
max-width: 800px;
|
28
|
-
padding: 20px;
|
29
|
-
margin: 20px;
|
30
|
-
background-color: rgba(255, 255, 255, 0.1);
|
31
|
-
border-radius: 8px;
|
32
|
-
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
|
33
|
-
color: $light-gray;
|
34
|
-
font-size: 1.1em;
|
35
|
-
line-height: 1.6;
|
36
|
-
text-align: center;
|
37
|
-
}
|
38
|
-
|
39
|
-
.container p {
|
40
|
-
font-family: $paragraph-font;
|
41
|
-
font-size: 1.1em;
|
42
|
-
line-height: 1.8;
|
43
|
-
color: $light-gray;
|
44
|
-
word-wrap: break-word;
|
45
|
-
}
|
46
|
-
|
47
|
-
.profile-wrapper {
|
48
|
-
width: 150px;
|
49
|
-
height: 150px;
|
50
|
-
border-radius: 50%;
|
51
|
-
overflow: hidden;
|
52
|
-
margin: 20px auto;
|
53
|
-
position: relative;
|
54
|
-
transition: transform 0.3s ease;
|
55
|
-
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
|
56
|
-
|
57
|
-
&:hover {
|
58
|
-
transform: scale(1.1);
|
59
|
-
}
|
60
|
-
|
61
|
-
img {
|
62
|
-
width: 100%;
|
63
|
-
height: 100%;
|
64
|
-
object-fit: cover;
|
65
|
-
}
|
66
|
-
|
67
|
-
&:hover::before {
|
68
|
-
content: "";
|
69
|
-
position: absolute;
|
70
|
-
top: -50%;
|
71
|
-
left: -50%;
|
72
|
-
width: 200%;
|
73
|
-
height: 200%;
|
74
|
-
background: rgba(255, 172, 102, 0.4);
|
75
|
-
border-radius: 50%;
|
76
|
-
animation: meteor 0.8s forwards;
|
77
|
-
}
|
78
|
-
}
|
79
|
-
|
80
|
-
footer {
|
81
|
-
width: 100%;
|
82
|
-
background-color: $soft-blue;
|
83
|
-
color: $accent-color;
|
84
|
-
text-align: center;
|
85
|
-
padding: 15px 0;
|
86
|
-
font-size: 0.9em;
|
87
|
-
border-top: 1px solid rgba(255, 255, 255, 0.2);
|
88
|
-
|
89
|
-
a {
|
90
|
-
color: $light-gray;
|
91
|
-
text-decoration: none;
|
92
|
-
font-weight: bold;
|
93
|
-
transition: all 0.3s ease;
|
94
|
-
|
95
|
-
&:hover {
|
96
|
-
color: $accent-color;
|
97
|
-
text-decoration: underline;
|
98
|
-
transform: scale(1.1);
|
99
|
-
}
|
100
|
-
}
|
101
|
-
}
|
102
|
-
|
103
|
-
@media (max-width: 768px) {
|
104
|
-
body {
|
105
|
-
font-size: 14px;
|
106
|
-
}
|
107
|
-
|
108
|
-
.container {
|
109
|
-
max-width: 90%;
|
110
|
-
padding: 15px;
|
111
|
-
}
|
112
|
-
|
113
|
-
footer {
|
114
|
-
font-size: 0.8em;
|
115
|
-
}
|
116
|
-
|
117
|
-
.profile-wrapper {
|
118
|
-
width: 120px;
|
119
|
-
height: 120px;
|
120
|
-
}
|
121
|
-
}
|
122
|
-
|
123
|
-
@media (max-width: 480px) {
|
124
|
-
body {
|
125
|
-
font-size: 12px;
|
126
|
-
}
|
127
|
-
|
128
|
-
.container {
|
129
|
-
max-width: 100%;
|
130
|
-
padding: 10px;
|
131
|
-
}
|
132
|
-
|
133
|
-
footer {
|
134
|
-
font-size: 0.75em;
|
135
|
-
}
|
136
|
-
|
137
|
-
.profile-wrapper {
|
138
|
-
width: 100px;
|
139
|
-
height: 100px;
|
140
|
-
}
|
141
|
-
}
|
142
|
-
|
143
|
-
@keyframes background-slide {
|
144
|
-
0% {
|
145
|
-
background-position: 0% 50%;
|
146
|
-
}
|
147
|
-
50% {
|
148
|
-
background-position: 100% 50%;
|
149
|
-
}
|
150
|
-
100% {
|
151
|
-
background-position: 0% 50%;
|
152
|
-
}
|
153
|
-
}
|
154
|
-
|
155
|
-
@keyframes meteor {
|
156
|
-
0% {
|
157
|
-
transform: scale(0);
|
158
|
-
opacity: 1;
|
159
|
-
}
|
160
|
-
50% {
|
161
|
-
transform: scale(1.2);
|
162
|
-
opacity: 0.6;
|
163
|
-
}
|
164
|
-
100% {
|
165
|
-
transform: scale(1.5);
|
166
|
-
opacity: 0;
|
167
|
-
}
|
168
|
-
}
|
data/assets/css/style.scss
DELETED
data/assets/img/orangecat.jpeg
DELETED
Binary file
|
data/assets/svg/discord.svg
DELETED
@@ -1,8 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
|
3
|
-
<svg width="800px" height="800px" viewBox="0 -28.5 256 256" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" preserveAspectRatio="xMidYMid">
|
4
|
-
<g>
|
5
|
-
<path d="M216.856339,16.5966031 C200.285002,8.84328665 182.566144,3.2084988 164.041564,0 C161.766523,4.11318106 159.108624,9.64549908 157.276099,14.0464379 C137.583995,11.0849896 118.072967,11.0849896 98.7430163,14.0464379 C96.9108417,9.64549908 94.1925838,4.11318106 91.8971895,0 C73.3526068,3.2084988 55.6133949,8.86399117 39.0420583,16.6376612 C5.61752293,67.146514 -3.4433191,116.400813 1.08711069,164.955721 C23.2560196,181.510915 44.7403634,191.567697 65.8621325,198.148576 C71.0772151,190.971126 75.7283628,183.341335 79.7352139,175.300261 C72.104019,172.400575 64.7949724,168.822202 57.8887866,164.667963 C59.7209612,163.310589 61.5131304,161.891452 63.2445898,160.431257 C105.36741,180.133187 151.134928,180.133187 192.754523,160.431257 C194.506336,161.891452 196.298154,163.310589 198.110326,164.667963 C191.183787,168.842556 183.854737,172.420929 176.223542,175.320965 C180.230393,183.341335 184.861538,190.991831 190.096624,198.16893 C211.238746,191.588051 232.743023,181.531619 254.911949,164.955721 C260.227747,108.668201 245.831087,59.8662432 216.856339,16.5966031 Z M85.4738752,135.09489 C72.8290281,135.09489 62.4592217,123.290155 62.4592217,108.914901 C62.4592217,94.5396472 72.607595,82.7145587 85.4738752,82.7145587 C98.3405064,82.7145587 108.709962,94.5189427 108.488529,108.914901 C108.508531,123.290155 98.3405064,135.09489 85.4738752,135.09489 Z M170.525237,135.09489 C157.88039,135.09489 147.510584,123.290155 147.510584,108.914901 C147.510584,94.5396472 157.658606,82.7145587 170.525237,82.7145587 C183.391518,82.7145587 193.761324,94.5189427 193.539891,108.914901 C193.539891,123.290155 183.391518,135.09489 170.525237,135.09489 Z" fill="#5865F2" fill-rule="nonzero">
|
6
|
-
|
7
|
-
</g>
|
8
|
-
</svg>
|
data/assets/svg/facebook.svg
DELETED
@@ -1,17 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
2
|
-
<!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
|
3
|
-
<svg width="800px" height="800px" viewBox="0 0 48 48" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
4
|
-
|
5
|
-
<title>Facebook-color</title>
|
6
|
-
<desc>Created with Sketch.</desc>
|
7
|
-
<defs>
|
8
|
-
|
9
|
-
</defs>
|
10
|
-
<g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
11
|
-
<g id="Color-" transform="translate(-200.000000, -160.000000)" fill="#4460A0">
|
12
|
-
<path d="M225.638355,208 L202.649232,208 C201.185673,208 200,206.813592 200,205.350603 L200,162.649211 C200,161.18585 201.185859,160 202.649232,160 L245.350955,160 C246.813955,160 248,161.18585 248,162.649211 L248,205.350603 C248,206.813778 246.813769,208 245.350955,208 L233.119305,208 L233.119305,189.411755 L239.358521,189.411755 L240.292755,182.167586 L233.119305,182.167586 L233.119305,177.542641 C233.119305,175.445287 233.701712,174.01601 236.70929,174.01601 L240.545311,174.014333 L240.545311,167.535091 C239.881886,167.446808 237.604784,167.24957 234.955552,167.24957 C229.424834,167.24957 225.638355,170.625526 225.638355,176.825209 L225.638355,182.167586 L219.383122,182.167586 L219.383122,189.411755 L225.638355,189.411755 L225.638355,208 L225.638355,208 Z" id="Facebook">
|
13
|
-
|
14
|
-
</path>
|
15
|
-
</g>
|
16
|
-
</g>
|
17
|
-
</svg>
|
data/assets/svg/github.svg
DELETED
@@ -1,2 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
|
2
|
-
<svg width="800px" height="800px" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="none"><path fill="#000000" fill-rule="evenodd" d="M8 1C4.133 1 1 4.13 1 7.993c0 3.09 2.006 5.71 4.787 6.635.35.064.478-.152.478-.337 0-.166-.006-.606-.01-1.19-1.947.423-2.357-.937-2.357-.937-.319-.808-.778-1.023-.778-1.023-.635-.434.048-.425.048-.425.703.05 1.073.72 1.073.72.624 1.07 1.638.76 2.037.582.063-.452.244-.76.444-.935-1.554-.176-3.188-.776-3.188-3.456 0-.763.273-1.388.72-1.876-.072-.177-.312-.888.07-1.85 0 0 .586-.189 1.924.716A6.711 6.711 0 018 4.381c.595.003 1.194.08 1.753.236 1.336-.905 1.923-.717 1.923-.717.382.963.142 1.674.07 1.85.448.49.72 1.114.72 1.877 0 2.686-1.638 3.278-3.197 3.45.251.216.475.643.475 1.296 0 .934-.009 1.688-.009 1.918 0 .187.127.404.482.336A6.996 6.996 0 0015 7.993 6.997 6.997 0 008 1z" clip-rule="evenodd"/></svg>
|
data/assets/svg/instagram.svg
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" width="1000" height="1000" viewBox="0 0 264.5833 264.5833" inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)" sodipodi:docname="Instagram_(2022).svg"><defs><radialGradient id="f" cx="158.429" cy="578.088" r="52.3515" xlink:href="#a" gradientUnits="userSpaceOnUse" gradientTransform="matrix(0 -4.03418 4.28018 0 -2332.2273 942.2356)" fx="158.429" fy="578.088"/><radialGradient inkscape:collect="always" xlink:href="#b" id="g" gradientUnits="userSpaceOnUse" gradientTransform="matrix(.67441 -1.16203 1.51283 .87801 -814.3657 -47.8354)" cx="172.6149" cy="600.6924" fx="172.6149" fy="600.6924" r="65"/><radialGradient inkscape:collect="always" xlink:href="#c" id="h" cx="144.012" cy="51.3367" fx="144.012" fy="51.3367" r="67.081" gradientTransform="matrix(-2.3989 .67549 -.23008 -.81732 464.9957 -26.4035)" gradientUnits="userSpaceOnUse"/><radialGradient inkscape:collect="always" xlink:href="#d" id="e" gradientUnits="userSpaceOnUse" gradientTransform="matrix(-3.10797 .87652 -.6315 -2.23914 1345.6503 1374.1983)" cx="199.7884" cy="628.4379" fx="199.7884" fy="628.4379" r="52.3515"/><linearGradient inkscape:collect="always" id="d"><stop offset="0" stop-color="#ff005f"/><stop offset="1" stop-color="#fc01d8"/></linearGradient><linearGradient id="c"><stop offset="0" stop-color="#780cff"/><stop stop-color="#820bff" offset="1" stop-opacity="0"/></linearGradient><linearGradient inkscape:collect="always" id="b"><stop offset="0" stop-color="#fc0"/><stop offset="1" stop-color="#fc0" stop-opacity="0"/></linearGradient><linearGradient id="a"><stop offset="0" stop-color="#fc0"/><stop offset=".1242" stop-color="#fc0"/><stop offset=".5672" stop-color="#fe4a05"/><stop offset=".6942" stop-color="#ff0f3f"/><stop offset="1" stop-color="#fe0657" stop-opacity="0"/></linearGradient></defs><sodipodi:namedview pagecolor="#ffffff" bordercolor="#666666" borderopacity="1" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:zoom=".515" inkscape:cx="500" inkscape:cy="500" inkscape:document-units="mm" inkscape:current-layer="layer1" inkscape:document-rotation="0" showgrid="false" inkscape:window-width="1366" inkscape:window-height="705" inkscape:window-x="-8" inkscape:window-y="-8" inkscape:window-maximized="1"/><g inkscape:label="Layer 1" inkscape:groupmode="layer"><path d="M204.1503 18.1429c-55.2305 0-71.3834.057-74.5232.3175-11.3342.9424-18.387 2.7275-26.0708 6.554-5.9214 2.9413-10.5915 6.3506-15.2005 11.1298-8.3938 8.7157-13.481 19.4383-15.3226 32.1842-.8953 6.1877-1.1558 7.4496-1.2087 39.0558-.0203 10.5354 0 24.4007 0 42.9984 0 55.2008.061 71.3418.3256 74.4764.9157 11.032 2.6453 17.9728 6.3081 25.565 7 14.5329 20.369 25.4428 36.119 29.5137 5.4535 1.4044 11.4767 2.1779 19.2092 2.5442 3.2762.1425 36.6684.2443 70.081.2443 33.4127 0 66.8253-.0407 70.02-.2035 8.9535-.4214 14.1526-1.1195 19.9011-2.6054 15.8517-4.0912 28.9767-14.8383 36.119-29.5748 3.5916-7.409 5.4128-14.6144 6.237-25.0704.179-2.2796.2543-38.6263.2543-74.924 0-36.304-.0814-72.5835-.2605-74.8632-.8343-10.6249-2.6555-17.7692-6.363-25.3207-3.0421-6.1816-6.42-10.798-11.324-15.518-8.752-8.3616-19.4555-13.4502-32.2101-15.2902-6.18-.8936-7.411-1.1582-39.033-1.2131z" inkscape:connector-curvature="0" fill="url(#e)" transform="translate(-71.8155 -18.1429)"/><path d="M204.1503 18.1429c-55.2305 0-71.3834.057-74.5232.3175-11.3342.9424-18.387 2.7275-26.0708 6.554-5.9214 2.9413-10.5915 6.3506-15.2005 11.1298-8.3938 8.7157-13.481 19.4383-15.3226 32.1842-.8953 6.1877-1.1558 7.4496-1.2087 39.0558-.0203 10.5354 0 24.4007 0 42.9984 0 55.2008.061 71.3418.3256 74.4764.9157 11.032 2.6453 17.9728 6.3081 25.565 7 14.5329 20.369 25.4428 36.119 29.5137 5.4535 1.4044 11.4767 2.1779 19.2092 2.5442 3.2762.1425 36.6684.2443 70.081.2443 33.4127 0 66.8253-.0407 70.02-.2035 8.9535-.4214 14.1526-1.1195 19.9011-2.6054 15.8517-4.0912 28.9767-14.8383 36.119-29.5748 3.5916-7.409 5.4128-14.6144 6.237-25.0704.179-2.2796.2543-38.6263.2543-74.924 0-36.304-.0814-72.5835-.2605-74.8632-.8343-10.6249-2.6555-17.7692-6.363-25.3207-3.0421-6.1816-6.42-10.798-11.324-15.518-8.752-8.3616-19.4555-13.4502-32.2101-15.2902-6.18-.8936-7.411-1.1582-39.033-1.2131z" inkscape:connector-curvature="0" fill="url(#f)" transform="translate(-71.8155 -18.1429)"/><path d="M204.1503 18.1429c-55.2305 0-71.3834.057-74.5232.3175-11.3342.9424-18.387 2.7275-26.0708 6.554-5.9214 2.9413-10.5915 6.3506-15.2005 11.1298-8.3938 8.7157-13.481 19.4383-15.3226 32.1842-.8953 6.1877-1.1558 7.4496-1.2087 39.0558-.0203 10.5354 0 24.4007 0 42.9984 0 55.2008.061 71.3418.3256 74.4764.9157 11.032 2.6453 17.9728 6.3081 25.565 7 14.5329 20.369 25.4428 36.119 29.5137 5.4535 1.4044 11.4767 2.1779 19.2092 2.5442 3.2762.1425 36.6684.2443 70.081.2443 33.4127 0 66.8253-.0407 70.02-.2035 8.9535-.4214 14.1526-1.1195 19.9011-2.6054 15.8517-4.0912 28.9767-14.8383 36.119-29.5748 3.5916-7.409 5.4128-14.6144 6.237-25.0704.179-2.2796.2543-38.6263.2543-74.924 0-36.304-.0814-72.5835-.2605-74.8632-.8343-10.6249-2.6555-17.7692-6.363-25.3207-3.0421-6.1816-6.42-10.798-11.324-15.518-8.752-8.3616-19.4555-13.4502-32.2101-15.2902-6.18-.8936-7.411-1.1582-39.033-1.2131z" inkscape:connector-curvature="0" fill="url(#g)" transform="translate(-71.8155 -18.1429)"/><path d="M204.1503 18.1429c-55.2305 0-71.3834.057-74.5232.3175-11.3342.9424-18.387 2.7275-26.0708 6.554-5.9214 2.9413-10.5915 6.3506-15.2005 11.1298-8.3938 8.7157-13.481 19.4383-15.3226 32.1842-.8953 6.1877-1.1558 7.4496-1.2087 39.0558-.0203 10.5354 0 24.4007 0 42.9984 0 55.2008.061 71.3418.3256 74.4764.9157 11.032 2.6453 17.9728 6.3081 25.565 7 14.5329 20.369 25.4428 36.119 29.5137 5.4535 1.4044 11.4767 2.1779 19.2092 2.5442 3.2762.1425 36.6684.2443 70.081.2443 33.4127 0 66.8253-.0407 70.02-.2035 8.9535-.4214 14.1526-1.1195 19.9011-2.6054 15.8517-4.0912 28.9767-14.8383 36.119-29.5748 3.5916-7.409 5.4128-14.6144 6.237-25.0704.179-2.2796.2543-38.6263.2543-74.924 0-36.304-.0814-72.5835-.2605-74.8632-.8343-10.6249-2.6555-17.7692-6.363-25.3207-3.0421-6.1816-6.42-10.798-11.324-15.518-8.752-8.3616-19.4555-13.4502-32.2101-15.2902-6.18-.8936-7.411-1.1582-39.033-1.2131z" inkscape:connector-curvature="0" fill="url(#h)" transform="translate(-71.8155 -18.1429)"/><path d="M132.3452 33.973c-26.7167 0-30.0696.1167-40.5629.5939-10.4727.4792-17.6212 2.136-23.8762 4.567-6.4701 2.5107-11.9586 5.8693-17.4265 11.3352-5.472 5.464-8.8332 10.9483-11.354 17.4116-2.4389 6.2524-4.099 13.3976-4.5703 23.8585-.4693 10.4854-.5923 13.8379-.5923 40.5348 0 26.697.1189 30.0371.5943 40.5225.4817 10.465 2.1397 17.6082 4.5703 23.8585 2.5147 6.4654 5.8758 11.9497 11.3458 17.4136 5.466 5.468 10.9544 8.8349 17.4204 11.3456 6.259 2.4309 13.4097 4.0877 23.8803 4.567 10.4933.477 13.8441.5938 40.5588.5938 26.7188 0 30.0615-.1167 40.5547-.5939 10.4728-.4792 17.6295-2.136 23.8885-4.567 6.4681-2.5106 11.9484-5.8775 17.4143-11.3455 5.472-5.4639 8.8332-10.9482 11.354-17.4115 2.4183-6.2524 4.0784-13.3976 4.5703-23.8585.4713-10.4854.5943-13.8277.5943-40.5246 0-26.697-.123-30.0473-.5943-40.5328-.4919-10.465-2.152-17.6081-4.5703-23.8584-2.5208-6.4654-5.882-11.9498-11.354-17.4137-5.4721-5.468-10.9442-8.8266-17.4204-11.3353-6.2714-2.4309-13.424-4.0877-23.8967-4.5669-10.4933-.4772-13.8339-.5939-40.5588-.5939zm-8.825 17.7147c2.6193-.0041 5.5418 0 8.825 0 26.2659 0 29.379.0942 39.7513.5652 9.5915.4383 14.7971 2.0397 18.2648 3.3852 4.5908 1.7817 7.8638 3.9116 11.3048 7.3521 3.4431 3.4406 5.5745 6.7173 7.3617 11.3046 1.3465 3.461 2.9512 8.6628 3.3877 18.2472.4714 10.3625.5739 13.4754.5739 39.7095 0 26.234-.1025 29.347-.5739 39.7095-.4386 9.5843-2.0412 14.7861-3.3877 18.2471-1.783 4.5874-3.9186 7.8539-7.3617 11.2923-3.443 3.4406-6.712 5.5704-11.3048 7.3521-3.4636 1.3517-8.6733 2.949-18.2648 3.3873-10.3702.471-13.4854.5734-39.7513.5734-26.2679 0-29.381-.1024-39.7513-.5734-9.5914-.4423-14.797-2.0438-18.2668-3.3893-4.5908-1.7817-7.87-3.9116-11.313-7.3521-3.4431-3.4405-5.5745-6.709-7.3617-11.2985-1.3465-3.461-2.9512-8.6628-3.3877-18.2471-.4714-10.3626-.5657-13.4754-.5657-39.7259 0-26.2504.0943-29.347.5657-39.7095.4386-9.5844 2.0412-14.7861 3.3877-18.2512 1.783-4.5874 3.9186-7.8641 7.3617-11.3046 3.443-3.4406 6.7222-5.5704 11.313-7.3562 3.4677-1.3517 8.6754-2.949 18.2668-3.3894 9.075-.4096 12.5919-.5324 30.9264-.553zm61.3363 16.322c-6.5173 0-11.805 5.2776-11.805 11.792 0 6.5125 5.2877 11.7962 11.805 11.7962 6.5172 0 11.8049-5.2837 11.8049-11.7962 0-6.5124-5.2877-11.796-11.805-11.796zm-52.5113 13.7826c-27.8993 0-50.5191 22.6031-50.5191 50.4817 0 27.8786 22.6198 50.4714 50.5191 50.4714s50.511-22.5928 50.511-50.4714c0-27.8786-22.6137-50.4817-50.513-50.4817zm0 17.7147c18.109 0 32.7914 14.6694 32.7914 32.767 0 18.0956-14.6824 32.767-32.7914 32.767-18.111 0-32.7913-14.6714-32.7913-32.767 0-18.0976 14.6803-32.767 32.7913-32.767z" inkscape:connector-curvature="0" fill="#fff"/></g></svg>
|
data/assets/svg/linkedin.svg
DELETED
@@ -1,13 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="iso-8859-1"?>
|
2
|
-
<!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
|
3
|
-
<svg height="800px" width="800px" version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
|
4
|
-
viewBox="0 0 291.319 291.319" xml:space="preserve">
|
5
|
-
<g>
|
6
|
-
<path style="fill:#0E76A8;" d="M145.659,0c80.45,0,145.66,65.219,145.66,145.66s-65.21,145.659-145.66,145.659S0,226.1,0,145.66
|
7
|
-
S65.21,0,145.659,0z"/>
|
8
|
-
<path style="fill:#FFFFFF;" d="M82.079,200.136h27.275v-90.91H82.079V200.136z M188.338,106.077
|
9
|
-
c-13.237,0-25.081,4.834-33.483,15.504v-12.654H127.48v91.21h27.375v-49.324c0-10.424,9.55-20.593,21.512-20.593
|
10
|
-
s14.912,10.169,14.912,20.338v49.57h27.275v-51.6C218.553,112.686,201.584,106.077,188.338,106.077z M95.589,100.141
|
11
|
-
c7.538,0,13.656-6.118,13.656-13.656S103.127,72.83,95.589,72.83s-13.656,6.118-13.656,13.656S88.051,100.141,95.589,100.141z"/>
|
12
|
-
</g>
|
13
|
-
</svg>
|
data/assets/svg/matrix.svg
DELETED
@@ -1,2 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
|
2
|
-
<svg fill="#000000" width="800px" height="800px" viewBox="0 0 24 24" role="img" xmlns="http://www.w3.org/2000/svg"><path d="M.632.55v22.9H2.28V24H0V0h2.28v.55zm7.043 7.26v1.157h.033a3.312 3.312 0 0 1 1.117-1.024c.433-.245.936-.365 1.5-.365.54 0 1.033.107 1.481.314.448.208.785.582 1.02 1.108.254-.374.6-.706 1.034-.992.434-.287.95-.43 1.546-.43.453 0 .872.056 1.26.167.388.11.716.286.993.53.276.245.489.559.646.951.152.392.23.863.23 1.417v5.728h-2.349V11.52c0-.286-.01-.559-.032-.812a1.755 1.755 0 0 0-.18-.66 1.106 1.106 0 0 0-.438-.448c-.194-.11-.457-.166-.785-.166-.332 0-.6.064-.803.189a1.38 1.38 0 0 0-.48.499 1.946 1.946 0 0 0-.231.696 5.56 5.56 0 0 0-.06.785v4.768h-2.35v-4.8c0-.254-.004-.503-.018-.752a2.074 2.074 0 0 0-.143-.688 1.052 1.052 0 0 0-.415-.503c-.194-.125-.476-.19-.854-.19-.111 0-.259.024-.439.074-.18.051-.36.143-.53.282a1.637 1.637 0 0 0-.439.595c-.12.259-.18.6-.18 1.02v4.966H5.46V7.81zm15.693 15.64V.55H21.72V0H24v24h-2.28v-.55z"/></svg>
|
data/assets/svg/reddit.svg
DELETED
@@ -1,5 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
|
2
|
-
<svg width="800px" height="800px" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
3
|
-
<path d="M16 2C8.27812 2 2 8.27812 2 16C2 23.7219 8.27812 30 16 30C23.7219 30 30 23.7219 30 16C30 8.27812 23.7219 2 16 2Z" fill="#FC471E"/>
|
4
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M20.0193 8.90951C20.0066 8.98984 20 9.07226 20 9.15626C20 10.0043 20.6716 10.6918 21.5 10.6918C22.3284 10.6918 23 10.0043 23 9.15626C23 8.30819 22.3284 7.6207 21.5 7.6207C21.1309 7.6207 20.7929 7.7572 20.5315 7.98359L16.6362 7L15.2283 12.7651C13.3554 12.8913 11.671 13.4719 10.4003 14.3485C10.0395 13.9863 9.54524 13.7629 9 13.7629C7.89543 13.7629 7 14.6796 7 15.8103C7 16.5973 7.43366 17.2805 8.06967 17.6232C8.02372 17.8674 8 18.1166 8 18.3696C8 21.4792 11.5817 24 16 24C20.4183 24 24 21.4792 24 18.3696C24 18.1166 23.9763 17.8674 23.9303 17.6232C24.5663 17.2805 25 16.5973 25 15.8103C25 14.6796 24.1046 13.7629 23 13.7629C22.4548 13.7629 21.9605 13.9863 21.5997 14.3485C20.2153 13.3935 18.3399 12.7897 16.2647 12.7423L17.3638 8.24143L20.0193 8.90951ZM12.5 18.8815C13.3284 18.8815 14 18.194 14 17.3459C14 16.4978 13.3284 15.8103 12.5 15.8103C11.6716 15.8103 11 16.4978 11 17.3459C11 18.194 11.6716 18.8815 12.5 18.8815ZM19.5 18.8815C20.3284 18.8815 21 18.194 21 17.3459C21 16.4978 20.3284 15.8103 19.5 15.8103C18.6716 15.8103 18 16.4978 18 17.3459C18 18.194 18.6716 18.8815 19.5 18.8815ZM12.7773 20.503C12.5476 20.3462 12.2372 20.4097 12.084 20.6449C11.9308 20.8802 11.9929 21.198 12.2226 21.3548C13.3107 22.0973 14.6554 22.4686 16 22.4686C17.3446 22.4686 18.6893 22.0973 19.7773 21.3548C20.0071 21.198 20.0692 20.8802 19.916 20.6449C19.7628 20.4097 19.4524 20.3462 19.2226 20.503C18.3025 21.1309 17.1513 21.4449 16 21.4449C15.3173 21.4449 14.6345 21.3345 14 21.1137C13.5646 20.9621 13.1518 20.7585 12.7773 20.503Z" fill="white"/>
|
5
|
-
</svg>
|
data/assets/svg/site.svg
DELETED
@@ -1,2 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
|
2
|
-
<svg width="800px" height="800px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M14.982 19.61c.454-.7.909-1.6 1.236-2.755.755.29 1.273.636 1.591.909a8.182 8.182 0 0 1-2.864 1.845h.037v.001zm-8.8-1.855c.336-.273.845-.61 1.6-.91.336 1.164.773 2.064 1.236 2.764A8.2 8.2 0 0 1 6.2 17.755h-.018zm10.636-6.664c-.028-.81-.11-1.619-.245-2.418 1-.364 1.727-.8 2.236-1.2a8.136 8.136 0 0 1 1.282 3.618h-3.273zm-8.973-4.2a5.936 5.936 0 0 1-1.481-.8 8.2 8.2 0 0 1 2.654-1.7c-.427.636-.845 1.454-1.182 2.5h.01-.001zm7.137-2.5a8.145 8.145 0 0 1 2.654 1.7 6.01 6.01 0 0 1-1.481.8 9.58 9.58 0 0 0-1.182-2.5h.009zM14.8 9.118c.09.6.182 1.246.2 1.973H9c.027-.727.09-1.382.182-1.973 1.855.334 3.754.334 5.609 0h.009zM12 7.545c-.91 0-1.71-.072-2.39-.181.726-2.237 1.854-3.137 2.39-3.455.518.318 1.655 1.227 2.382 3.455A15.04 15.04 0 0 1 12 7.545zm-6.818-.072a8.03 8.03 0 0 0 2.245 1.2 18.368 18.368 0 0 0-.245 2.418h-3.31a8.13 8.13 0 0 1 1.319-3.618h-.01.001zm-1.3 5.436h3.3c.036.782.09 1.5.2 2.155a7.682 7.682 0 0 0-2.31 1.272 8.11 8.11 0 0 1-1.2-3.427h.01zM12 14.364c-1.09 0-2.027.09-2.845.236A16.91 16.91 0 0 1 9 12.91h6c-.027.608-.073 1.18-.145 1.69A15.388 15.388 0 0 0 12 14.355v.009zm0 5.727c-.545-.327-1.745-1.3-2.473-3.727A14.095 14.095 0 0 1 12 16.182c.955 0 1.773.063 2.482.182-.727 2.454-1.927 3.4-2.473 3.727H12zm6.927-3.764a7.634 7.634 0 0 0-2.309-1.272 17.95 17.95 0 0 0 .2-2.146h3.31a8.11 8.11 0 0 1-1.2 3.418h-.001zM12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2z" fill="#000000"/></svg>
|
data/assets/svg/sources.txt
DELETED
@@ -1,13 +0,0 @@
|
|
1
|
-
discord.svg => https://www.svgrepo.com/download/353655/discord-icon.svg
|
2
|
-
instagram.svg => https://upload.wikimedia.org/wikipedia/commons/9/95/Instagram_logo_2022.svg
|
3
|
-
linkedin.svg => https://www.svgrepo.com/download/110195/linkedin.svg
|
4
|
-
facebook.svg => https://www.svgrepo.com/download/475647/facebook-color.svg
|
5
|
-
telegram.svg => https://www.svgrepo.com/download/299513/telegram.svg
|
6
|
-
twitter.svg => https://www.svgrepo.com/download/452123/twitter.svg
|
7
|
-
youtube.svg => https://www.svgrepo.com/download/475700/youtube-color.svg
|
8
|
-
github.svg => https://www.svgrepo.com/download/448447/github.svg
|
9
|
-
twitch.svg => https://www.svgrepo.com/download/109411/twitch.svg
|
10
|
-
matrix.svg => https://www.svgrepo.com/download/330901/matrix.svg
|
11
|
-
tiktok.svg => https://www.svgrepo.com/download/349530/tiktok.svg
|
12
|
-
reddit.svg => https://www.svgrepo.com/download/452094/reddit.svg
|
13
|
-
site.svg => https://www.svgrepo.com/download/503094/site.svg
|
data/assets/svg/telegram.svg
DELETED
@@ -1,17 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="iso-8859-1"?>
|
2
|
-
<!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
|
3
|
-
<svg height="800px" width="800px" version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
|
4
|
-
viewBox="0 0 512 512" xml:space="preserve">
|
5
|
-
<circle style="fill:#47B0D3;" cx="256" cy="256" r="256"/>
|
6
|
-
<path style="fill:#3298BA;" d="M34.133,256c0-135.648,105.508-246.636,238.933-255.421C267.424,0.208,261.737,0,256,0
|
7
|
-
C114.615,0,0,114.615,0,256s114.615,256,256,256c5.737,0,11.424-0.208,17.067-0.579C139.642,502.636,34.133,391.648,34.133,256z"/>
|
8
|
-
<path style="fill:#E5E5E5;" d="M380.263,109.054c-2.486-1.69-5.676-1.946-8.399-0.679L96.777,236.433
|
9
|
-
c-4.833,2.251-7.887,7.172-7.766,12.501c0.117,5.226,3.28,9.92,8.065,12.015l253.613,110.457c8.468,3.849,18.439-2.21,18.983-11.453
|
10
|
-
l14.314-243.341C384.161,113.614,382.748,110.742,380.263,109.054z"/>
|
11
|
-
<polygon style="fill:#CCCCCC;" points="171.631,293.421 188.772,408 379.168,108.432 "/>
|
12
|
-
<path style="fill:#FFFFFF;" d="M371.866,108.375L96.777,236.433c-4.737,2.205-7.826,7.121-7.769,12.345
|
13
|
-
c0.058,5.233,3.276,10.074,8.067,12.171l74.557,32.471l207.536-184.988C376.882,107.33,374.203,107.287,371.866,108.375z"/>
|
14
|
-
<polygon style="fill:#E5E5E5;" points="211.418,310.749 188.772,408 379.168,108.432 "/>
|
15
|
-
<path style="fill:#FFFFFF;" d="M380.263,109.054c-0.351-0.239-0.72-0.442-1.095-0.622l-167.75,202.317l139.27,60.657
|
16
|
-
c8.468,3.849,18.439-2.21,18.983-11.453l14.314-243.341C384.161,113.614,382.748,110.742,380.263,109.054z"/>
|
17
|
-
</svg>
|
data/assets/svg/tiktok.svg
DELETED
@@ -1,6 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
|
2
|
-
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
|
3
|
-
aria-label="TikTok" role="img"
|
4
|
-
viewBox="0 0 512 512"><rect
|
5
|
-
rx="15%" height="512" width="512"
|
6
|
-
fill="#ffffff"/><defs><path id="t" d="M219 200a117 117 0 1 0 101 115v-128a150 150 0 0 0 88 28v-63a88 88 0 0 1-88-88h-64v252a54 54 0 1 1-37-51z" style="mix-blend-mode:multiply"/></defs><use href="#t" fill="#f05" x="18" y="15"/><use href="#t" fill="#0ee"/></svg>
|
data/assets/svg/tree.svg
DELETED
@@ -1,3 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
2
|
-
<!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
|
3
|
-
<svg width="800px" height="800px" viewBox="0 -19 1062 1062" class="icon" version="1.1" xmlns="http://www.w3.org/2000/svg"><path d="M405.411403 950.337654A24.515202 24.515202 0 0 1 382.273721 933.912469c-0.607043-1.739412-1.167391-3.502172-1.716064-5.299954-10.623254-35.488674-7.097735-79.277495 11.066863-137.752089 13.424992-43.193452 33.44574-90.367705 56.606769-142.421651-52.27575-29.184765-85.126122-64.895243-122.505968-105.450392-48.831948-52.976185-109.594628-118.910405-241.089504-200.63942a24.515202 24.515202 0 0 1 12.923014-45.364798c107.59839 0.151761 204.293352 55.882987 282.064914 100.652416 58.194421 33.527458 113.166843 65.18709 139.398109 51.260121 0.665413-0.350217 1.821129-1.167391 2.930151-1.856151 1.669369-1.109021 3.747324-2.486542 6.140474-3.817367 3.023542-1.681042 5.253258-3.011868 7.401257-4.284324l1.038977-0.618717a4.342693 4.342693 0 0 0 1.856151-2.24139C591.633549 289.512865 598.801327 180.116693 560.977872 91.908661A24.515202 24.515202 0 0 1 602.291825 66.541263c43.800495 52.252403 67.288393 110.808714 73.94252 184.295952 5.778583 63.809569-1.937868 131.413158-10.097929 202.985875-2.218042 19.425379-4.459432 39.15428-6.490692 59.186703 12.514427-11.113558 24.947137-19.647184 37.193064-28.017374C738.783132 456.087828 782.151692 426.307694 838.069701 270.834616a24.515202 24.515202 0 0 1 47.501123 10.238015C869.542552 482.972833 805.499504 557.440679 737.627415 636.227869c-26.51144 30.819111-53.886749 62.630505-79.814494 103.827719a686.647469 686.647469 0 0 0 45.60995 176.52113 24.515202 24.515202 0 1 1-45.458189 18.386402 735.87633 735.87633 0 0 1-49.859252-197.86103 24.515202 24.515202 0 0 1 3.432128-15.444578C640.897432 673.584368 671.156195 638.35252 700.434351 604.299737c37.356499-43.333539 71.689456-83.26997 97.04518-144.347846-26.009462 33.153893-50.197795 49.765861-72.868521 65.373873-26.698223 18.339706-49.765861 34.181196-74.222693 78.647103a24.515202 24.515202 0 0 1-45.960167-13.004731c2.428172-49.940969 7.809843-97.115223 13.016405-142.736847 6.875931-60.319072 13.144818-115.233125 11.673906-165.921224-6.9343 51.04999-21.620074 107.073065-44.65269 170.509069a53.513184 53.513184 0 0 1-22.869182 27.643809l-0.992282 0.59537c-2.24139 1.330825-5.01978 3.000194-8.720408 5.054801-0.68876 0.385239-1.727738 1.073999-2.813411 1.797781a82.055884 82.055884 0 0 1-7.004343 4.307672c-31.869763 16.91549-66.821437 6.887604-90.344358-2.112977-29.184765-11.183602-61.871701-30.025286-96.519854-49.964317C309.358505 413.723224 259.84947 385.238893 207.188481 366.560644c73.930846 55.672857 117.556232 102.998871 154.574188 143.168781 41.944344 45.528233 72.249803 78.390278 128.856572 105.438718a24.515202 24.515202 0 0 1 11.790645 32.161611c-43.555343 97.010158-92.912617 206.955003-74.89978 267.192357 0.326869 1.073999 0.677087 2.159673 1.038978 3.221998a24.515202 24.515202 0 0 1-23.149355 32.593545z" fill="#203529" /><path d="M840.521222 1023.94163H250.988976a24.515202 24.515202 0 0 1-14.965947-43.928907c2.661651-2.042934 66.331133-50.431273 174.454849-74.712998a568.834411 568.834411 0 0 1 194.767445-9.199038c82.125928 10.086255 165.185768 37.613325 246.879761 81.822407a24.515202 24.515202 0 0 1-11.673906 46.076906z m-490.58422-49.030404H726.116944c-102.48522-36.515978-203.861418-44.057321-302.505922-22.320508a493.000718 493.000718 0 0 0-73.73239 22.320508zM487.362222 871.585485a12.257601 12.257601 0 0 1-12.234254-11.020167c-8.381864-82.359406 39.177628-153.103275 41.208888-156.068447a12.257601 12.257601 0 0 1 20.242553 13.821904c-0.677087 1.003956-44.512603 66.704698-37.064651 139.771675a12.257601 12.257601 0 0 1-10.950124 13.436666 12.467731 12.467731 0 0 1-1.202412 0.058369zM538.085343 860.06334a12.257601 12.257601 0 0 1-12.175884-10.950124c-3.723976-34.753218 8.276799-66.774741 8.790451-68.11724a12.257601 12.257601 0 0 1 22.915877 8.708733c-0.186782 0.501978-10.40145 28.157461-7.331213 56.793552a12.257601 12.257601 0 0 1-10.88008 13.495036 12.397688 12.397688 0 0 1-1.319151 0.070043z" fill="#203529" /><path d="M514.527401 213.037108a77.234561 77.234561 0 0 1-137.285133 70.825587c-19.553792-37.916846-6.082105-180.268454-6.082105-180.268454S494.973608 175.108588 514.527401 213.037108z" fill="#178E3B" /><path d="M416.36084 292.169353m-20.07479 10.356935a22.589008 22.589008 0 1 0 40.149579-20.71387 22.589008 22.589008 0 1 0-40.149579 20.71387Z" fill="#2FA65B" /><path d="M445.943204 350.217176a102.041611 102.041611 0 0 1-90.542814-55.159205c-6.420648-12.549449-14.82586-38.232042-13.039753-116.108668 0.933912-40.730258 4.260976-76.172236 4.401063-77.666496a24.515202 24.515202 0 0 1 36.667738-18.911727c1.295804 0.74713 32.103241 18.584858 65.840829 41.430692 64.510004 43.69543 80.54995 65.443916 87.052316 77.993365A101.843155 101.843155 0 0 1 445.943204 350.217176z m-53.279707-204.947092c-3.011868 55.32264-1.716064 111.684257 6.362279 127.338966a52.719359 52.719359 0 0 0 93.718116-48.341645c-8.078343-15.654708-53.256359-49.380622-100.080395-78.997321z" fill="#203529" /><path d="M476.295359 319.748281a12.257601 12.257601 0 0 1-10.903428-6.642452l-89.585554-173.754415a12.257601 12.257601 0 1 1 21.783509-11.241971l89.643923 173.766089A12.257601 12.257601 0 0 1 476.295359 319.748281z" fill="#203529" /><path d="M431.934517 245.070306a12.245927 12.245927 0 0 1-3.770672-0.59537l-60.55255-19.588814a12.257601 12.257601 0 0 1 7.541344-23.347811l60.552549 19.588814a12.257601 12.257601 0 0 1-3.770671 23.943181zM454.792024 269.387052a12.269275 12.269275 0 0 1-11.673906-15.946556l19.145206-60.70431a12.257601 12.257601 0 1 1 23.347812 7.377908l-19.145206 60.704311a12.269275 12.269275 0 0 1-11.673906 8.568647z" fill="#203529" /><path d="M180.945541 148.690539a67.615263 67.615263 0 1 1-74.000889 113.236887C75.693606 241.451395 24.515202 127.245574 24.515202 127.245574s125.179292 1.01563 156.430339 21.444965z" fill="#178E3B" /><path d="M140.34448 251.328968m-10.819723 16.553181a19.775597 19.775597 0 1 0 21.639447-33.106362 19.775597 19.775597 0 1 0-21.639447 33.106362Z" fill="#2FA65B" /><path d="M143.799172 297.404426a91.593465 91.593465 0 0 1-50.267838-14.989296C82.884732 275.504178 65.000308 259.16071 32.406763 198.4564c-16.91549-31.519546-29.733438-60.027224-30.270438-61.217963A24.515202 24.515202 0 0 1 24.515202 102.730372h0.210131c1.319151 0 32.581871 0.303522 68.245653 3.151954 68.689262 5.49841 90.764618 15.374534 101.399547 22.320508a92.118791 92.118791 0 0 1-50.559687 169.271635zM64.089743 153.079927c3.502172 7.004344 7.482974 14.685774 11.673906 22.448921 28.892917 53.781684 42.236191 64.276526 44.617668 65.840829a43.10006 43.10006 0 0 0 47.174254-72.156412c-2.334781-1.564303-17.39412-9.595951-78.483669-14.487317-8.708734-0.68876-17.183989-1.22576-24.982159-1.646021z" fill="#203529" /><path d="M192.619447 249.377977a12.199232 12.199232 0 0 1-6.700822-1.996238L42.656452 153.721992A12.257601 12.257601 0 1 1 56.034748 133.199266l143.273847 93.659747a12.257601 12.257601 0 0 1-6.689148 22.518964z" fill="#203529" /><path d="M71.981304 222.889885a12.257601 12.257601 0 0 1-2.451521-24.270051l54.57551-11.218623a12.257601 12.257601 0 1 1 4.938062 24.013224l-54.57551 11.218624a12.315971 12.315971 0 0 1-2.486541 0.256826zM154.457448 220.321625a12.257601 12.257601 0 0 1-11.977427-9.701016l-11.673906-54.493792a12.257601 12.257601 0 0 1 23.978203-5.113171l11.673906 54.493793a12.269275 12.269275 0 0 1-12.000776 14.814186z" fill="#203529" /><path d="M254.491148 561.923458a77.234561 77.234561 0 0 1 9.630972 154.177275c-42.574735 2.661651-167.485527-66.926502-167.485527-66.926502s115.291494-84.589122 157.854555-87.250773z" fill="#178E3B" /><path d="M287.454529 683.657618m-22.545173 1.406571a22.589008 22.589008 0 1 0 45.090346-2.813142 22.589008 22.589008 0 1 0-45.090346 2.813142Z" fill="#2FA65B" /><path d="M261.390426 740.709327c-15.176078 0-43.275169-4.938062-107.399934-34.858283-36.924564-17.242359-68.035523-34.531414-69.343001-35.255196a24.515202 24.515202 0 0 1-2.568259-41.18554c1.167391-0.887217 29.920221-21.911921 64.416613-43.613712 65.945894-41.489061 92.317248-47.454427 106.419325-48.341644a101.749763 101.749763 0 0 1 12.689536 203.125962c-1.249108 0.070043-2.661651 0.128413-4.21428 0.128413z m-117.906449-94.453573c48.224905 24.386789 99.006396 45.423168 117.78971 45.423168h1.354173a52.719359 52.719359 0 1 0-6.572409-105.240261c-17.60425 1.050652-66.658002 28.857895-112.606496 59.817093z" fill="#203529" /><path d="M130.479246 659.318855a12.257601 12.257601 0 0 1-0.74713-24.515202l195.14101-12.187558a12.257601 12.257601 0 0 1 1.529282 24.515202l-195.152684 12.16421z" fill="#203529" /><path d="M197.102226 705.337392a12.257601 12.257601 0 0 1-9.152342-20.405988L230.232771 637.39526a12.257601 12.257601 0 0 1 18.328032 16.343468l-42.282887 47.571166a12.234253 12.234253 0 0 1-9.17569 4.027498zM270.834616 646.617645a12.210906 12.210906 0 0 1-8.078343-3.035215l-47.863014-41.93267a12.257601 12.257601 0 1 1 16.156686-18.444771l47.863014 41.93267a12.257601 12.257601 0 0 1-8.078343 21.479986z" fill="#203529" /><path d="M867.371205 204.456787a77.234561 77.234561 0 0 1-134.740221-75.553519c20.86127-37.204738 147.091214-104.388066 147.091214-104.388066s8.463582 142.736847-12.350993 179.941585z" fill="#178E3B" /><path d="M747.190061 166.152963m-11.047787 19.703038a22.589008 22.589008 0 1 0 22.095574-39.406075 22.589008 22.589008 0 1 0-22.095574 39.406075Z" fill="#2FA65B" /><path d="M799.802638 268.499835a101.796459 101.796459 0 0 1-88.604945-151.56232c6.910952-12.339318 23.733051-33.515784 89.713966-74.911454 34.508066-21.666769 65.910872-38.418824 67.230024-39.119258a24.515202 24.515202 0 0 1 36.002326 20.149161c0.093391 1.49426 2.18302 37.029629 1.692716 77.771561-0.922239 77.911648-10.214668 103.302393-17.12562 115.571668a101.084351 101.084351 0 0 1-61.182941 48.189883 102.240067 102.240067 0 0 1-27.725526 3.910759z m56.933639-203.125962c-47.863014 28.017374-94.150051 60.108941-102.730372 75.471801a52.719359 52.719359 0 1 0 91.978705 51.575316c8.545299-15.316164 11.837341-71.607739 10.751667-127.047117z" fill="#203529" /><path d="M767.454245 236.898572a12.257601 12.257601 0 0 1-10.681624-18.257989L852.393584 48.096492a12.257601 12.257601 0 1 1 21.386595 11.989101l-95.620962 170.544091a12.257601 12.257601 0 0 1-10.704972 6.268888z" fill="#203529" /><path d="M805.301048 158.683402a12.257601 12.257601 0 0 1-11.802319-8.977233L776.478174 88.371467a12.257601 12.257601 0 1 1 23.616312-6.560735L817.17341 143.145434a12.269275 12.269275 0 0 1-11.813993 15.537968zM797.619618 191.148534a12.257601 12.257601 0 0 1-3.362085-24.048246l61.194614-17.510858a12.257601 12.257601 0 0 1 6.72417 23.569616l-61.194614 17.510858a12.269275 12.269275 0 0 1-3.362085 0.47863z" fill="#203529" /><path d="M913.296351 718.890797a77.234561 77.234561 0 0 1-54.925727-144.382868c39.866388-15.176078 179.77815 14.242165 179.77815 14.242165s-84.974361 114.976299-124.852423 130.140703z" fill="#178E3B" /><path d="M845.701654 612.419452m-21.112582 8.03257a22.589008 22.589008 0 1 0 42.225164-16.065139 22.589008 22.589008 0 1 0-42.225164 16.065139Z" fill="#2FA65B" /><path d="M885.956063 748.4608a101.761437 101.761437 0 0 1-36.294173-196.868748c13.203188-5.01978 39.69128-10.506515 116.890819 0 40.368366 5.510084 75.214975 12.841296 76.674214 13.109796a24.515202 24.515202 0 0 1 14.6741 38.523889c-0.887217 1.167391-22.075356 29.803482-48.575123 60.704311-50.676425 59.186703-74.082607 72.705086-87.297468 77.724865a101.282807 101.282807 0 0 1-36.072369 6.805887z m27.351962-29.570003z m-21.083074-124.24538c-11.323689 0-20.090792 0.852195-25.13392 2.778389a52.719359 52.719359 0 0 0 37.496586 98.562787c16.460207-6.268887 55.065814-47.361036 89.760662-90.554487-37.893498-6.3973-76.510779-10.786689-102.123328-10.786689z" fill="#203529" /><path d="M823.745819 682.584949a12.257601 12.257601 0 0 1-4.366041-23.721376l182.743322-69.51811a12.257601 12.257601 0 0 1 8.720408 22.915877L828.100186 681.756102a12.222579 12.222579 0 0 1-4.354367 0.828847z" fill="#203529" /><path d="M902.929922 646.851123a12.269275 12.269275 0 0 1-11.160254-17.324076l26.266289-57.972616a12.257601 12.257601 0 1 1 22.332181 10.121276L914.066829 639.648324a12.257601 12.257601 0 0 1-11.136907 7.202799zM934.367751 692.682878a12.210906 12.210906 0 0 1-4.973084-1.062326l-58.159399-25.846027a12.257601 12.257601 0 0 1 9.957842-22.402225l58.159399 25.846027a12.257601 12.257601 0 0 1-4.984758 23.464551zM486.463331 587.664421a12.280949 12.280949 0 0 1-2.848433-0.338543c-41.39567-9.841103-83.713579-69.541457-88.394815-76.312323a12.257601 12.257601 0 1 1 20.160835-14.008687c11.276993 16.273425 46.543863 59.910485 73.907498 66.41285a12.257601 12.257601 0 0 1-2.825085 24.188333zM310.082287 977.58455A12.257601 12.257601 0 0 1 298.85199 970.101577l-45.178016-105.999066a12.257601 12.257601 0 0 1 22.507291-9.572602l25.110571 58.906529 1.961216-29.184765a12.257601 12.257601 0 0 1 24.515203 1.646021l-5.393345 80.293124a12.269275 12.269275 0 0 1-12.234253 11.440428zM738.701415 963.248994a12.257601 12.257601 0 0 1-12.257601-12.257601V813.787977a12.257601 12.257601 0 0 1 24.515202 0v91.570118l14.008687-24.129964a12.257601 12.257601 0 1 1 21.211487 12.280949L749.348017 957.143541a12.257601 12.257601 0 0 1-10.646602 6.105453z" fill="#203529" /></svg>
|
data/assets/svg/twitch.svg
DELETED
@@ -1,32 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="iso-8859-1"?>
|
2
|
-
<!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
|
3
|
-
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
|
4
|
-
viewBox="0 0 470 470" xml:space="preserve">
|
5
|
-
<g>
|
6
|
-
<g id="XMLID_40_">
|
7
|
-
<g>
|
8
|
-
<rect x="265" y="132.5" style="fill:#7D3DAF;" width="40" height="100"/>
|
9
|
-
<rect x="165" y="132.5" style="fill:#7D3DAF;" width="40" height="100"/>
|
10
|
-
<path style="fill:#FFFFFF;" d="M405,67.5v190l-55,55h-95l-80,55v-55H85v-245H405z M305,232.5v-100h-40v100H305z M205,232.5v-100
|
11
|
-
h-40v100H205z"/>
|
12
|
-
<path style="fill:#7D3DAF;" d="M460,230v97.5l-60,60H250l-60,65h-55v-90H10v-290l50-55h400V230z M405,257.5v-190H85v245h90v55
|
13
|
-
l80-55h95L405,257.5z"/>
|
14
|
-
</g>
|
15
|
-
<g>
|
16
|
-
<path style="fill:#231F20;" d="M460,7.5H60c-2.817,0-5.504,1.189-7.399,3.273l-50,55C0.927,67.614,0,70.013,0,72.5v290
|
17
|
-
c0,5.522,4.477,10,10,10h115v80c0,5.522,4.477,10,10,10h55c2.791,0,5.455-1.166,7.348-3.217l57.03-61.783H400
|
18
|
-
c2.652,0,5.196-1.054,7.071-2.929l60-60c1.875-1.876,2.929-4.419,2.929-7.071v-310C470,11.977,465.523,7.5,460,7.5z M450,323.357
|
19
|
-
L395.858,377.5H250c-2.791,0-5.455,1.166-7.348,3.217l-57.03,61.783H145v-80c0-5.522-4.477-10-10-10H20V76.366L64.424,27.5H450
|
20
|
-
V323.357z"/>
|
21
|
-
<path style="fill:#231F20;" d="M85,322.5h80v45c0,3.714,2.058,7.121,5.345,8.851c1.462,0.769,3.061,1.149,4.654,1.149
|
22
|
-
c1.988,0,3.968-0.592,5.666-1.76l77.441-53.24H350c2.652,0,5.196-1.054,7.071-2.929l55-55c1.875-1.876,2.929-4.419,2.929-7.071
|
23
|
-
v-190c0-5.522-4.477-10-10-10H85c-5.523,0-10,4.478-10,10v245C75,318.022,79.477,322.5,85,322.5z M95,77.5h300v175.857
|
24
|
-
L345.858,302.5H255c-2.023,0-3.999,0.613-5.665,1.76L185,348.489V312.5c0-5.522-4.477-10-10-10H95V77.5z"/>
|
25
|
-
<path style="fill:#231F20;" d="M215,232.5v-100c0-5.522-4.477-10-10-10h-40c-5.523,0-10,4.478-10,10v100c0,5.523,4.477,10,10,10
|
26
|
-
h40C210.523,242.5,215,238.023,215,232.5z M195,222.5h-20v-80h20V222.5z"/>
|
27
|
-
<path style="fill:#231F20;" d="M265,242.5h40c5.523,0,10-4.477,10-10v-100c0-5.522-4.477-10-10-10h-40c-5.523,0-10,4.478-10,10
|
28
|
-
v100C255,238.023,259.477,242.5,265,242.5z M275,142.5h20v80h-20V142.5z"/>
|
29
|
-
</g>
|
30
|
-
</g>
|
31
|
-
</g>
|
32
|
-
</svg>
|
data/assets/svg/twitter.svg
DELETED
@@ -1,5 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
|
2
|
-
<svg width="800px" height="800px" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
|
3
|
-
<circle cx="24" cy="24" r="20" fill="#1DA1F2"/>
|
4
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M36 16.3086C35.1177 16.7006 34.1681 16.9646 33.1722 17.0838C34.1889 16.4742 34.9697 15.5095 35.3368 14.36C34.3865 14.9247 33.3314 15.3335 32.2107 15.5551C31.3123 14.5984 30.0316 14 28.6165 14C25.8975 14 23.6928 16.2047 23.6928 18.9237C23.6928 19.3092 23.7368 19.6852 23.8208 20.046C19.7283 19.8412 16.1005 17.8805 13.6719 14.9015C13.2479 15.6287 13.0055 16.4742 13.0055 17.3766C13.0055 19.0845 13.8735 20.5916 15.1958 21.4747C14.3878 21.4491 13.6295 21.2275 12.9647 20.8587V20.9203C12.9647 23.3066 14.663 25.296 16.9141 25.7496C16.5013 25.8616 16.0661 25.9224 15.6174 25.9224C15.2998 25.9224 14.991 25.8912 14.6902 25.8336C15.3166 27.7895 17.1357 29.2134 19.2899 29.2534C17.6052 30.5733 15.4822 31.3612 13.1751 31.3612C12.7767 31.3612 12.3848 31.338 12 31.2916C14.1791 32.6884 16.7669 33.5043 19.5475 33.5043C28.6037 33.5043 33.5562 26.0016 33.5562 19.4956C33.5562 19.282 33.5522 19.0693 33.5418 18.8589C34.5049 18.1629 35.34 17.2958 36 16.3086Z" fill="white"/>
|
5
|
-
</svg>
|
data/assets/svg/youtube.svg
DELETED
@@ -1,17 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
2
|
-
<!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
|
3
|
-
<svg width="800px" height="800px" viewBox="0 -7 48 48" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
4
|
-
|
5
|
-
<title>Youtube-color</title>
|
6
|
-
<desc>Created with Sketch.</desc>
|
7
|
-
<defs>
|
8
|
-
|
9
|
-
</defs>
|
10
|
-
<g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
11
|
-
<g id="Color-" transform="translate(-200.000000, -368.000000)" fill="#CE1312">
|
12
|
-
<path d="M219.044,391.269916 L219.0425,377.687742 L232.0115,384.502244 L219.044,391.269916 Z M247.52,375.334163 C247.52,375.334163 247.0505,372.003199 245.612,370.536366 C243.7865,368.610299 241.7405,368.601235 240.803,368.489448 C234.086,368 224.0105,368 224.0105,368 L223.9895,368 C223.9895,368 213.914,368 207.197,368.489448 C206.258,368.601235 204.2135,368.610299 202.3865,370.536366 C200.948,372.003199 200.48,375.334163 200.48,375.334163 C200.48,375.334163 200,379.246723 200,383.157773 L200,386.82561 C200,390.73817 200.48,394.64922 200.48,394.64922 C200.48,394.64922 200.948,397.980184 202.3865,399.447016 C204.2135,401.373084 206.612,401.312658 207.68,401.513574 C211.52,401.885191 224,402 224,402 C224,402 234.086,401.984894 240.803,401.495446 C241.7405,401.382148 243.7865,401.373084 245.612,399.447016 C247.0505,397.980184 247.52,394.64922 247.52,394.64922 C247.52,394.64922 248,390.73817 248,386.82561 L248,383.157773 C248,379.246723 247.52,375.334163 247.52,375.334163 L247.52,375.334163 Z" id="Youtube">
|
13
|
-
|
14
|
-
</path>
|
15
|
-
</g>
|
16
|
-
</g>
|
17
|
-
</svg>
|