updated WS content

main
Frank Homburg 3 years ago
parent 57920b34ce
commit 3d609f4174

@ -1,21 +1,10 @@
# Welcome To The no-JS.club Project # Welcome To The no-JS.club Project
The Internet as we find it today is, unfortunately, a completely bloated mess. The Internet as we find it today is unfortunately a completely **bloated disaster** including **lush JavaScript libraries**.
For this reason I much welcome projects like the [1MB.club,](https://1MB.club) [512KB.club,](https://512KB.club) [250KB.club](https://250KB.club) and noJS.club! But we can make a difference if we just take a moment to think about whether the use of JavaScript is really necessary, or if the desired result can be achieved **without its use**.
These clubs are provided lists of websites that meet certain criteria. Everybody can **free of charge** submit requests for the listing of homepages and as soon as this requests has been checked and confirmed, the respective list will be extended by them. The **no-JS.club** is a collection of websites that avoid the use of JavaScript and was inspired by projects like [**250KB.club**](https://250kb.club/), [**512KB.club**](https://512kb.club/), [**1MB.club**](https://1mb.club/) and the former **noJS.club**. If you want to join us please have a look at the [**FAQ**](/faq) to learn how.
Inspired by these projects and driven by the fact that the [GitHub repository](https://github.com/karan/nojs.club) of the **noJS.club** has been archived by its founder [Karan Goel](https://goel.io/nojs-club) and thus unfortunately no new membership application can be submitted, I am succeeding him with the [no-JS.club.](https://no-JS.club) ## List Of Proud Club Members
## The Official Logo Of The noJS.club
{{< rawhtml >}}
<figure>
<img src="/no-JS.club_logo_bright.svg" width="600" alt="Keychron K6">
</figure>
{{< /rawhtml >}}
A [logo for websites with bright layout](no-JS.club_logo_dark.svg) is also available!
[##](##) List Of Proud Club Members
{{< csv-table >}} {{< csv-table >}}

@ -47,10 +47,18 @@ Note: I reserve the right to not add sites based on whether I think they're suit
[Example ticket showcasing a denied request 😢](https://todo.sr.ht/~hmbrg/no-JS.club/2) [Example ticket showcasing a denied request 😢](https://todo.sr.ht/~hmbrg/no-JS.club/2)
{{< /detail-tag >}} {{< /detail-tag >}}
{{< detail-tag "Wasn't the project as well as the website called noJS.club before?" >}} {{< detail-tag "Is there any way I can show that I am a no-JS club member?" >}}
Yes, you are right! But sadly because of reasons [Karan Goel](https://goel.io), the founder of the [noJS.club](https://noJS.club) project, archived the corresponding [GitHub repository](https://github.com/karan/nojs.club) which means that nobody is able to request for membership.
So the [no-JS.club](https://no-JS.club) is the successor to Karan's project and anyone interested in becoming a member can open a [ticket](https://todo.sr.ht/~hmbrg/no-JS) and apply for membership. ![no-JS Club Logo for websites w/ dark layout](/images/no-JS.club_logo_bright.svg)
HTML code to integrate the bright logo:
`<a href="https://no-js.club"><img src="no-js.cluno-js.clubbhttps://no-js.club/images/no-JS.club_logo_dark.svg" /></a>`
![no-JS Club Logo for websites w/ bright layout](/images/no-JS.club_logo_dark.svg)
Above you should see the different logos!
{{< /detail-tag >}} {{< /detail-tag >}}
{{< detail-tag "When will I become a member?" >}} {{< detail-tag "When will I become a member?" >}}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 181 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 154 KiB

@ -58,10 +58,10 @@
<section class="footer"><p class="copyright"></p> <section class="footer"><p class="copyright"></p>
Copyright:&#09;© 2022 Frank Homburg Copyright:&#09;© 2022 Frank Homburg
<pre> <p>
License:&#09;<a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/deed.en" rel="noopener">CC BY-SA 4.0</a><br> License:&#09;<a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/deed.en" rel="noopener">CC BY-SA 4.0</a><br>
Git:&#09;&#09;<a href="https://git.sr.ht/~hmbrg/no-js.club" rel="noopener">SourceHut</a> Git:&#09;&#09;<a href="https://git.sr.ht/~hmbrg/no-js.club" rel="noopener">SourceHut</a>
</pre> </p>
<p> <p>
The <b>no-JS Club</b> was created by Frank Homburg and is the successor of <a href="https://goel.io" rel="noopener">Karan Goel's</a> now archived project, <a href="https://github.com/karan/nojs.club" rel="noopener">The noJS Club</a>. The <b>no-JS Club</b> was created by Frank Homburg and is the successor of <a href="https://goel.io" rel="noopener">Karan Goel's</a> now archived project, <a href="https://github.com/karan/nojs.club" rel="noopener">The noJS Club</a>.

@ -9,21 +9,8 @@
--white: #ebdbb2; --white: #ebdbb2;
--bright-white: #fbf1c7; --bright-white: #fbf1c7;
--tviolet: #8A2BE2
--torange: #e28a2b
--tgreen: #2BE28A
--red: #cc241d; --red: #cc241d;
--green: #98971a;
--yellow: #d3869b;
--blue: #458588;
--magenta: #b16286;
--cyan: #689d6a;
--orange: #d65d0e;
--gray: #928374;
--bright-red: #fb4934;
--bright-green: #b8bb26;
--bright-yellow: #fabd2f;
--bright-blue: #83a598;
--bright-magenta: #d3869b;
--bright-cyan: #8ec07c;
--bright-orange: #fe8019;
--bright-gray: #a89984;
} }

@ -1 +1,41 @@
/* Override this file to customise the theme's CSS for your site */ /* Override this file to customise the theme's CSS for your site */
/* Format the accordion */
details {
padding: .6rem 1rem;
background: var(--accent);
border: 1px solid;
border-radius: 5px;
margin-bottom: 1rem;
}
details.red-notice {
background: var(--notice-red-bg);
border-color: var(--notice-red-border);
}
.red-notice h2 {
margin: 0;
}
summary {
cursor: pointer;
font-weight: bold;
}
details[open] {
padding-bottom: .75rem;
}
details[open] summary {
margin-bottom: .5rem;
}
details[open]>*:last-child {
margin-bottom: 0;
}
img {
max-width: 100%;
display: block;
margin: 0 auto;
}

@ -38,6 +38,18 @@
</header> </header>
<div class="content__body"> <div class="content__body">
<p>Below you find commonly asked question regarding the no-JS.club project and membership:</p> <p>Below you find commonly asked question regarding the no-JS.club project and membership:</p>
<details>
<summary>Terms and conditions</summary>
<ul>
<li>no pornographic or other offensive content</li>
<li>no fanaticism, racism, sexism</li>
<li>no illegal contents</li>
<li>must be SFW</li>
<li>must be accessible via HTTPS</li>
</ul>
</details>
<details> <details>
<summary>How to join the no-JS club?</summary> <summary>How to join the no-JS club?</summary>
<h2 id="instructions">Instructions</h2> <h2 id="instructions">Instructions</h2>
@ -73,9 +85,12 @@
</details> </details>
<details> <details>
<summary>Wasn&rsquo;t the project as well as the website called noJS.club before?</summary> <summary>Is there any way I can show that I am a no-JS club member?</summary>
<pre><code> &lt;p&gt;&lt;img src=&quot;/assets/images/no-JS.club_logo_bright.svg&quot; width=&quot;600&quot; alt=&quot;no-JS Club Logo for websites w/ dark layout&quot;&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;/assets/images/no-JS.club_logo_dark.svg&quot; width=&quot;600&quot; alt=&quot;no-JS Club Logo for websites w/ bright layout&quot;&gt;&lt;/p&gt;
</code></pre>
<p>Yes, you are right! But sadly because of reasons <a href="https://goel.io">Karan Goel</a>, the founder of the <a href="https://noJS.club">noJS.club</a> project, archived the corresponding <a href="https://github.com/karan/nojs.club">GitHub repository</a> which means that nobody is able to request for membership.</p> <p>Yes, you are right! But sadly because of reasons <a href="https://goel.io">Karan Goel</a>, the founder of the <a href="https://noJS.club">noJS.club</a> project, archived the corresponding <a href="https://github.com/karan/nojs.club">GitHub repository</a> which means that nobody is able to request for membership.</p>
<p>So the <a href="https://no-JS.club">no-JS.club</a> is the successor to Karan&rsquo;s project and anyone interested in becoming a member can open a <a href="https://todo.sr.ht/~hmbrg/no-JS">ticket</a> and apply for membership.</p>
</details> </details>
@ -124,10 +139,10 @@
<section class="footer"><p class="copyright"></p> <section class="footer"><p class="copyright"></p>
Copyright:&#09;© 2022 Frank Homburg Copyright:&#09;© 2022 Frank Homburg
<pre> <p>
License:&#09;<a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/deed.en" rel="noopener">CC BY-SA 4.0</a><br> License:&#09;<a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/deed.en" rel="noopener">CC BY-SA 4.0</a><br>
Git:&#09;&#09;<a href="https://git.sr.ht/~hmbrg/no-js.club" rel="noopener">SourceHut</a> Git:&#09;&#09;<a href="https://git.sr.ht/~hmbrg/no-js.club" rel="noopener">SourceHut</a>
</pre> </p>
<p> <p>
The <b>no-JS Club</b> was created by Frank Homburg and is the successor of <a href="https://goel.io" rel="noopener">Karan Goel's</a> now archived project, <a href="https://github.com/karan/nojs.club" rel="noopener">The noJS Club</a>. The <b>no-JS Club</b> was created by Frank Homburg and is the successor of <a href="https://goel.io" rel="noopener">Karan Goel's</a> now archived project, <a href="https://github.com/karan/nojs.club" rel="noopener">The noJS Club</a>.

Before

Width:  |  Height:  |  Size: 33 KiB

After

Width:  |  Height:  |  Size: 33 KiB

Before

Width:  |  Height:  |  Size: 34 KiB

After

Width:  |  Height:  |  Size: 34 KiB

@ -34,11 +34,10 @@
<section class="page__body"> <section class="page__body">
<h1 id="welcome-to-the-no-jsclub-project">Welcome To The no-JS.club Project</h1> <h1 id="welcome-to-the-no-jsclub-project">Welcome To The no-JS.club Project</h1>
<p>The Internet as we find it today is, unfortunately, a completely bloated mess.</p> <p>The Internet as we find it today is unfortunately a completely <strong>bloated disaster</strong> including <strong>lush JavaScript libraries</strong>.</p>
<p>For this reason I much welcome projects like the <a href="https://1MB.club">1MB.club,</a> <a href="https://512KB.club">512KB.club,</a> <a href="https://250KB.club">250KB.club</a> and noJS.club!</p> <p>But we can make a difference if we just take a moment to think about whether the use of JavaScript is really necessary, or if the desired result can be achieved <strong>without its use</strong>.</p>
<p>These clubs are provided lists of websites that meet certain criteria. Everybody can <strong>free of charge</strong> submit a request for the listing of his homepage and as soon as the request has been checked and confirmed, the respective list will be extended by the website.</p> <p>The <strong>no-JS.club</strong> is a collection of websites that avoid the use of JavaScript and was inspired by projects like <a href="https://250kb.club/"><strong>250KB.club</strong></a>, <a href="https://512kb.club/"><strong>512KB.club</strong></a>, <a href="https://1mb.club/"><strong>1MB.club</strong></a> and the former <strong>noJS.club</strong>. If you want to join us please have a look at the <a href="/faq"><strong>FAQ</strong></a> to learn how.</p>
<p>Inspired by these projects and driven by the fact that the <a href="https://github.com/karan/nojs.club">GitHub repository</a> of the <strong>noJS.club</strong> has been archived by its founder <a href="https://goel.io/nojs-club">Karan Goel</a> and thus unfortunately no new membership application can be submitted, I am succeeding him with the <a href="https://no-JS.club">no-JS.club.</a></p> <h2 id="list-of-proud-club-members">List Of Proud Club Members</h2>
<p><a href="##">##</a> List Of Proud Club Members
<style> <style>
#no-js { #no-js {
border-collapse: collapse; border-collapse: collapse;
@ -338,7 +337,7 @@
</tbody> </tbody>
</table> </table>
</p>
</section> </section>
@ -357,10 +356,10 @@
<section class="footer"><p class="copyright"></p> <section class="footer"><p class="copyright"></p>
Copyright:&#09;© 2022 Frank Homburg Copyright:&#09;© 2022 Frank Homburg
<pre> <p>
License:&#09;<a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/deed.en" rel="noopener">CC BY-SA 4.0</a><br> License:&#09;<a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/deed.en" rel="noopener">CC BY-SA 4.0</a><br>
Git:&#09;&#09;<a href="https://git.sr.ht/~hmbrg/no-js.club" rel="noopener">SourceHut</a> Git:&#09;&#09;<a href="https://git.sr.ht/~hmbrg/no-js.club" rel="noopener">SourceHut</a>
</pre> </p>
<p> <p>
The <b>no-JS Club</b> was created by Frank Homburg and is the successor of <a href="https://goel.io" rel="noopener">Karan Goel's</a> now archived project, <a href="https://github.com/karan/nojs.club" rel="noopener">The noJS Club</a>. The <b>no-JS Club</b> was created by Frank Homburg and is the successor of <a href="https://goel.io" rel="noopener">Karan Goel's</a> now archived project, <a href="https://github.com/karan/nojs.club" rel="noopener">The noJS Club</a>.

@ -13,10 +13,7 @@
<guid>https://no-js.club/faq/</guid> <guid>https://no-js.club/faq/</guid>
<description>Below you find commonly asked question regarding the no-JS.club project and membership: <description>Below you find commonly asked question regarding the no-JS.club project and membership:
How to join the no-JS club? Instructions If you&amp;rsquo;re interested in getting your site added to the no-JS club, all you need to do is to follow this step-by-step guide: Terms and conditions no pornographic or other offensive content no fanaticism, racism, sexism no illegal contents must be SFW must be accessible via HTTPS How to join the no-JS club? Instructions If you&amp;rsquo;re interested in getting your site added to the no-JS club, all you need to do is to follow this step-by-step guide:</description>
🤞 Use GTMetrix to analyse your website 🤞
Once complete, click on &amp;ldquo;Waterfall&amp;rdquo; and note 📝 the uncompressed size of transfered data
Next click on the &amp;ldquo;JS&amp;rdquo; tab to make sure your homepage doesn&amp;rsquo;t contain JS code 🙌 Example Result Where No JavaScript Detected 🙌 😞 Example Result Where JavaScript Was Detected!</description>
</item> </item>
</channel> </channel>

@ -3,7 +3,7 @@
xmlns:xhtml="http://www.w3.org/1999/xhtml"> xmlns:xhtml="http://www.w3.org/1999/xhtml">
<url> <url>
<loc>https://no-js.club/faq/</loc> <loc>https://no-js.club/faq/</loc>
<lastmod>2022-04-24T08:34:56+02:00</lastmod> <lastmod>2022-04-24T19:47:03+02:00</lastmod>
</url><url> </url><url>
<loc>https://no-js.club/</loc> <loc>https://no-js.club/</loc>
<priority>0</priority> <priority>0</priority>

@ -58,10 +58,10 @@
<section class="footer"><p class="copyright"></p> <section class="footer"><p class="copyright"></p>
Copyright:&#09;© 2022 Frank Homburg Copyright:&#09;© 2022 Frank Homburg
<pre> <p>
License:&#09;<a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/deed.en" rel="noopener">CC BY-SA 4.0</a><br> License:&#09;<a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/deed.en" rel="noopener">CC BY-SA 4.0</a><br>
Git:&#09;&#09;<a href="https://git.sr.ht/~hmbrg/no-js.club" rel="noopener">SourceHut</a> Git:&#09;&#09;<a href="https://git.sr.ht/~hmbrg/no-js.club" rel="noopener">SourceHut</a>
</pre> </p>
<p> <p>
The <b>no-JS Club</b> was created by Frank Homburg and is the successor of <a href="https://goel.io" rel="noopener">Karan Goel's</a> now archived project, <a href="https://github.com/karan/nojs.club" rel="noopener">The noJS Club</a>. The <b>no-JS Club</b> was created by Frank Homburg and is the successor of <a href="https://goel.io" rel="noopener">Karan Goel's</a> now archived project, <a href="https://github.com/karan/nojs.club" rel="noopener">The noJS Club</a>.

@ -9,21 +9,8 @@
--white: #ebdbb2; --white: #ebdbb2;
--bright-white: #fbf1c7; --bright-white: #fbf1c7;
--tviolet: #8A2BE2
--torange: #e28a2b
--tgreen: #2BE28A
--red: #cc241d; --red: #cc241d;
--green: #98971a;
--yellow: #d3869b;
--blue: #458588;
--magenta: #b16286;
--cyan: #689d6a;
--orange: #d65d0e;
--gray: #928374;
--bright-red: #fb4934;
--bright-green: #b8bb26;
--bright-yellow: #fabd2f;
--bright-blue: #83a598;
--bright-magenta: #d3869b;
--bright-cyan: #8ec07c;
--bright-orange: #fe8019;
--bright-gray: #a89984;
} }

@ -1 +1,41 @@
/* Override this file to customise the theme's CSS for your site */ /* Override this file to customise the theme's CSS for your site */
/* Format the accordion */
details {
padding: .6rem 1rem;
background: var(--accent);
border: 1px solid;
border-radius: 5px;
margin-bottom: 1rem;
}
details.red-notice {
background: var(--notice-red-bg);
border-color: var(--notice-red-border);
}
.red-notice h2 {
margin: 0;
}
summary {
cursor: pointer;
font-weight: bold;
}
details[open] {
padding-bottom: .75rem;
}
details[open] summary {
margin-bottom: .5rem;
}
details[open]>*:last-child {
margin-bottom: 0;
}
img {
max-width: 100%;
display: block;
margin: 0 auto;
}

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 33 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 34 KiB

@ -1 +0,0 @@
<svg height='100px' width='100px' fill="#000000" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" viewBox="0 0 100 80.944" enable-background="new 0 0 100 80.944" xml:space="preserve"><path d="M49.674,40.911c-2.018-6.836,8.971-10.963,8.841-4.075c1.016,3.678,1.302,5.808-2.448,6.511 C52.754,43.964,50.684,44.329,49.674,40.911z"></path><path d="M57.63,18.274c-1.094,3.718,4.311,4.251,2.91,8.359c2.819,0,1.999-2.246,3.054-4.095c1.523-2.656,5.052-3.301,4.792-6.96 c0.267,6.726,4.004-0.495,6.523-0.762c0.137-1.256-0.449-2.819-0.586-3.665c-1.237-2.656-1.127-5.248-4.531-3.379 c-2.429,1.321-5.547,3.88-2.507,6.185C64.206,14.407,58.763,14.381,57.63,18.274z"></path><path d="M49.74,8.586c-1.4,0.794-2.129,3.861-2.448,5.312c-0.586,2.689-0.41,11.211,4.108,9.824 c2.558-0.774,2.103-4.674,3.092-6.719c0.671-1.36,1.634-1.139,1.992-2.584c0.261-1.061-0.345-2.721-0.508-3.802 c1.719,4.427,8.366,2.429,6.731-2.031c-1.341-1.224-3.965-1.985-5.696-1.074c-2.52,1.335-0.222,2.793-2.148,2.865 C53.542,10.416,52.487,7.037,49.74,8.586z"></path><path d="M57.012,27.454c-1.843-6.126-12.884,2.767-10.768,6.576c1.543,2.793,4.056-1.959,5.612-2.76 C53.991,30.175,57.474,31.158,57.012,27.454z"></path><path d="M61.179,4.993c1.692,0.697,3.633,0.599,3.053-1.907C61.726,1.061,54.7,0.5,54.929,5.117 C56.888,4.869,59.258,4.192,61.179,4.993z"></path><path d="M65.925,28.938c1.861-1.282,4.961-1.087,4.466-4.192c-3.093-7.058-8.854,6.973-9.343,9.381 C63.269,33.176,63.913,30.312,65.925,28.938z"></path><path d="M79.069,38.092c1.061,2.057,5.67,0.749,7.994-0.41c3.041-1.498,3.75-3.529,3.034-6.934 C88.008,22.115,76.165,32.467,79.069,38.092z"></path><path d="M71.973,41.536c2.571-2.161,1.96-9.167,1.536-12.024c-2.682-0.423-5.924,0.749-7.832,2.682 c-1.38,1.419-5.286,8.08-3.73,10.04C62.995,43.554,71.042,42.331,71.973,41.536z"></path><path d="M86.979,24.596c2.076-0.423,1.295-3.691,0.95-5.586c-0.163-5.026-5.527-0.996-4.577,2.617 C83.73,23.04,85.247,24.947,86.979,24.596z"></path><path d="M72.949,24.622c0.808,1.511,2.864,1.523,3.405,4.193c0.618,3.014-0.71,6.198-0.312,9.264 c1.939-1.582,1.621-7.285,3.326-9.941c0.99-1.556,2.155-1.784,2.188-3.613c0.026-1.276-1.224-2.942-1.861-3.991 c1.973-0.091,3.965-7.135,1.172-6.999c-1.433-2.097-3.054-2.422-3.764-0.137c-0.742,2.396,2.155,4.713,2.891,6.712 C76.556,18.15,70.319,19.674,72.949,24.622z"></path><path d="M31.172,23.834c1.374-0.072,1.152,1.224,2.506,0.651c1.374-0.573,2.331-3.079,3.21-4.225 c1.432-6.348-11.517-5.365-10.404,2.142C26.927,25.383,28.229,24.01,31.172,23.834z"></path><path d="M25.319,16.438c-0.352-2.656-4.29-3.405-5.391-0.833C19.121,17.486,24.844,22.779,25.319,16.438z"></path><path d="M23.945,31.992c-0.866,1.797-1.185,4.017-1.029,6.002c0.28,3.502,0.684,2.715,3.171,3.516 c1.354,0.423,3.613,1.705,5.039,1.484c2.91-0.476,1.569-1.322,1.022-3.354c-0.449-1.686-1.517-3.47-1.498-5.254 c0.026-2.454,2.097-4.127,1.855-6.647C30.586,22.167,25.02,29.726,23.945,31.992z"></path><path d="M13.366,25.019c1.302,0.553,1.784,2.786,3.027,3.105c1.087,0.267,2.312-1.309,4.102-1.022 c1.537,0.254,1.816,3.119,3.418,0.677c0.964-1.484,0.664-3.119,0.104-4.727c-3.281-3.197-7.409-4.844-11.589-2.708 c-0.872,0.449-4.453,1.445-2.799,2.956C11.367,24.882,11.881,24.387,13.366,25.019z"></path><path d="M52.259,2.773C50.13-1.082,39.557-1.368,41.595,4.804C42.91,8.782,52.969,7.675,52.259,2.773z"></path><path d="M12.845,26.803c-2.396,1.348-4.876,3.607-3.503,6.712c2.461,5.54,3.379,2.493,4.902-0.996 c0.417,2.317-0.091,4.739,2.351,5.898c2.649,1.243,3.737-0.078,4.017-2.78c0.189-1.784,1.387-6.289-0.957-6.862 c-1.673-0.397-3.561,2.467-5.137,2.904c0.267-0.794,0.41-1.758,0.833-2.48C14.876,28.04,13.854,27.454,12.845,26.803z"></path><path d="M40.176,17.089c0.508,2.454-2.838,5.963-4.037,7.793c0.97-0.449,0.931-0.098,1.693-0.859 c0.098,1.25,0.195,2.493,0.299,3.743c3.425-0.475,4.316,3.19,6.999-1.159c2.513-4.056-0.072-5.924-4.193-5.377 c0.794-2.331,2.956-0.163,3.49-2.708c0.527-2.494,0.514-5.039,1.028-7.533c-1.048-1.23-3.574-2.891-5.149-2.428 c-1.12,0.345-3.809,3.705-3.659,4.688C36.947,15.195,39.72,14.921,40.176,17.089z"></path><path d="M34.023,34.211c-2.474,3.418,0.912,3.457,2.201,4.916c1.341,1.51,0.866,3.62,2.624,3.939 c1.302,0.228,4.049,1.36,5.326,0.403c2.604-1.946-0.697-7.35-1.953-9.557C40.566,31.542,35.729,31.868,34.023,34.211z"></path><path d="M100,34.075c0-3.613-2.07-6.973-5.605-9.974c-1.491,0.983-3.093,1.842-4.739,2.532c2.291,1.719,3.574,3.613,3.574,5.612 c0,7.806-19.355,14.128-43.229,14.128c-23.874,0-43.229-6.322-43.229-14.128c0-2.201,1.614-4.291,4.388-6.152l-4.492-2.891 C2.455,26.406,0,30.11,0,34.075c0,0.215,0.013,0.437,0.026,0.651H0c0.326,8.444,2.943,17.298,7.259,25.579 c0,0,10.462,20.639,42.741,20.639c32.278,0,42.565-20.814,42.565-20.814c4.303-8.242,7.109-17.174,7.422-25.403h-0.014 C99.987,34.511,100,34.29,100,34.075z"></path><path d="M38.027,7.122c1.68-5.872-12.305-0.124-9.863,5.99C29.948,17.564,36.706,9.205,38.027,7.122z"></path></svg>

Before

Width:  |  Height:  |  Size: 4.8 KiB

Loading…
Cancel
Save