jekyll dirs
@@ -1,6 +0,0 @@
|
||||
---
|
||||
title: Page 404
|
||||
layout: error
|
||||
---
|
||||
|
||||
{% include page-error.html error="error-404" %}
|
||||
@@ -1,110 +0,0 @@
|
||||
---
|
||||
layout: default
|
||||
title: Buttons
|
||||
---
|
||||
|
||||
{% assign states = 'secondary dropdown-toggle,secondary,primary,danger' | split: ',' %}
|
||||
{% assign states-outlined = 'primary,danger,success' | split: ',' %}
|
||||
|
||||
<div class="container">
|
||||
<div class="row row-cards">
|
||||
<div class="col-6">
|
||||
<div class="card">
|
||||
<div class="card-body">
|
||||
<h3 class="card-title">Default buttons</h3>
|
||||
<div class="row mb-3 sm-gutters">
|
||||
<div class="col-auto">
|
||||
{% for state in states %}
|
||||
<button class="btn btn-{{ state }}">Button</button>
|
||||
{% endfor %}
|
||||
</div>
|
||||
<div class="col">
|
||||
<input class="form-control d-inline-block w-auto">
|
||||
</div>
|
||||
</div>
|
||||
<div class="row mb-3 sm-gutters">
|
||||
<div class="col-auto">
|
||||
{% for state in states %}
|
||||
<button class="btn btn-sm btn-{{ state }}">Button</button>
|
||||
{% endfor %}
|
||||
</div>
|
||||
<div class="col">
|
||||
<input class="form-control form-control-sm d-inline-block w-auto">
|
||||
</div>
|
||||
</div>
|
||||
<div class="row mb-3 sm-gutters">
|
||||
<div class="col-auto">
|
||||
{% for state in states %}
|
||||
<button class="btn btn-lg btn-{{ state }}">Button</button>
|
||||
{% endfor %}
|
||||
</div>
|
||||
<div class="col">
|
||||
<input class="form-control form-control-lg d-inline-block w-auto">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<p>
|
||||
{% for state in states %}
|
||||
<button class="btn btn-{{ state }}"><i class="fe fe-star mr-2"></i>Button</button>
|
||||
{% endfor %}
|
||||
</p>
|
||||
<p>
|
||||
{% for state in states %}
|
||||
<button class="btn btn-{{ state }} btn-icon"><i class="fe fe-star"></i></button>
|
||||
{% endfor %}
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-6">
|
||||
<div class="card">
|
||||
<div class="card-body">
|
||||
<h3 class="card-title">
|
||||
Outlined buttons
|
||||
</h3>
|
||||
<p>
|
||||
{% for state in states-outlined %}
|
||||
<button class="btn btn-outline-{{ state }}">Button</button>
|
||||
{% endfor %}
|
||||
</p>
|
||||
<p>
|
||||
{% for state in states-outlined %}
|
||||
<button class="btn btn-outline-{{ state }} btn-icon"><i class="fe fe-star mr-2"></i>Button</button>
|
||||
{% endfor %}
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-6">
|
||||
<div class="card">
|
||||
<div class="card-body">
|
||||
<p>
|
||||
<button type="button" class="btn btn-facebook"><i class="fa fa-facebook"></i></button>
|
||||
<button type="button" class="btn btn-twitter"><i class="fa fa-twitter"></i></button>
|
||||
<button type="button" class="btn btn-google"><i class="fa fa-google-plus"></i></button>
|
||||
<button type="button" class="btn btn-youtube"><i class="fa fa-youtube"></i></button>
|
||||
<button type="button" class="btn btn-vimeo"><i class="fa fa-vimeo-square"></i></button>
|
||||
<button type="button" class="btn btn-dribbble"><i class="fa fa-dribbble"></i></button>
|
||||
<button type="button" class="btn btn-github"><i class="fa fa-github"></i></button>
|
||||
<button type="button" class="btn btn-instagram"><i class="fa fa-instagram"></i></button>
|
||||
<button type="button" class="btn btn-pinterest"><i class="fa fa-pinterest"></i></button>
|
||||
<button type="button" class="btn btn-vk"><i class="fa fa-vk"></i></button>
|
||||
<button type="button" class="btn btn-rss"><i class="fa fa-rss"></i></button>
|
||||
<button type="button" class="btn btn-flickr"><i class="fa fa-flickr"></i></button>
|
||||
<button type="button" class="btn btn-bitbucket"><i class="fa fa-bitbucket"></i></button>
|
||||
</p>
|
||||
<p>
|
||||
<button type="button" class="btn btn-facebook"><i class="fa fa-facebook mr-2"></i> Facebook</button>
|
||||
<button type="button" class="btn btn-twitter"><i class="fa fa-twitter mr-2"></i> Twitter</button>
|
||||
<button type="button" class="btn btn-google"><i class="fa fa-google-plus mr-2"></i> Google Plus</button>
|
||||
</p>
|
||||
<p>
|
||||
<button type="button" class="btn btn-sm btn-facebook"><i class="fa fa-facebook mr-2"></i> Facebook</button>
|
||||
<button type="button" class="btn btn-sm btn-twitter"><i class="fa fa-twitter mr-2"></i> Twitter</button>
|
||||
<button type="button" class="btn btn-sm btn-google"><i class="fa fa-google-plus mr-2"></i> Google Plus</button>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -1,9 +0,0 @@
|
||||
---
|
||||
layout: default
|
||||
title: Calendar
|
||||
page-title: Calendar
|
||||
---
|
||||
|
||||
<div class="container">
|
||||
{% include cards/fullcalendar.html %}
|
||||
</div>
|
||||
187
src/_cards.html
@@ -1,187 +0,0 @@
|
||||
---
|
||||
layout: default
|
||||
title: Homepage
|
||||
menu: cards
|
||||
---
|
||||
|
||||
|
||||
<!--<div class="container">-->
|
||||
<!--<nav class="breadcrumb breadcrumb-content">-->
|
||||
<!--<a class="breadcrumb-item" href="javascript:void(0)">Library</a>-->
|
||||
<!--<span class="breadcrumb-item active">Cards</span>-->
|
||||
<!--</nav>-->
|
||||
<!--</div>-->
|
||||
|
||||
<div class="container">
|
||||
<div class="page-header">
|
||||
<div>
|
||||
<h1 class="page-title">Dashboard</h1>
|
||||
<div class="page-description">
|
||||
<ul class="list-inline list-inline-dots m-0">
|
||||
<li class="list-inline-item">Section 500</li>
|
||||
<li class="list-inline-item">English learning French</li>
|
||||
<li class="list-inline-item">
|
||||
<a href="javascript:void(0)">United states</a>
|
||||
</li>
|
||||
<li class="list-inline-item">7 students</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="row row-cards">
|
||||
|
||||
<div class="col-lg-6">
|
||||
{% include cards/twitter.html %}
|
||||
{% include cards/twitter.html %}
|
||||
</div>
|
||||
<div class="col-lg-6">
|
||||
{% include cards/twitter.html show-image=true %}
|
||||
</div>
|
||||
|
||||
<div class="col-lg-8">
|
||||
{% include cards/http-request.html %}
|
||||
</div>
|
||||
|
||||
<div class="col-12"></div>
|
||||
|
||||
<div class="col-md-3">
|
||||
{% include cards/icon-box.html color="blue" icon="fa fa-eur" value="132" description="Sales" subtitle="12 waiting payments" %}
|
||||
</div>
|
||||
<div class="col-md-3">
|
||||
{% include cards/icon-box.html color="green" icon="fa fa-shopping-bag" value="78" description="Orders" subtitle="32 shipped" %}
|
||||
</div>
|
||||
<div class="col-md-3">
|
||||
{% include cards/icon-box.html color="red" icon="fa fa-user" value="1,352" description="Members" subtitle="163 registered today" %}
|
||||
</div>
|
||||
<div class="col-md-3">
|
||||
{% include cards/icon-box.html color="yellow" icon="fa fa-comments" value="132" description="Comments" subtitle="16 waiting" %}
|
||||
</div>
|
||||
|
||||
<div class="col-md-3">
|
||||
{% include cards/price-box.html color="green" change=4 %}
|
||||
</div>
|
||||
<div class="col-md-3">
|
||||
{% include cards/price-box.html title="Order status" subtitle="New order" color="red" value="738" change=-10 %}
|
||||
</div>
|
||||
<div class="col-md-3">
|
||||
{% include cards/price-box.html title="Income status" subtitle="New income" color="blue" change=0 value="$3,205" %}
|
||||
</div>
|
||||
<div class="col-md-3">
|
||||
{% include cards/price-box.html title="Customer status" subtitle="New users" color="yellow" value="118" change=3 %}
|
||||
</div>
|
||||
|
||||
<div class="col-md-4">
|
||||
{% include cards/map-metro.html %}
|
||||
</div>
|
||||
<div class="col-lg-8">{% include cards/profile-edit-big.html %}</div>
|
||||
|
||||
<div class="col-md-6 col-lg-3">{% include cards/icon-card.html icon="si si-drawer" icon-color="yellow" title="Capacity" value="105GB" %}</div>
|
||||
<div class="col-md-6 col-lg-3">{% include cards/icon-card.html icon="si si-diamond" icon-color="green" title="Revenue" value="$1,345" %}</div>
|
||||
<div class="col-md-6 col-lg-3">{% include cards/icon-card.html icon="si si-exclamation" icon-color="red" title="Errors" value="23" %}</div>
|
||||
<div class="col-md-6 col-lg-3">{% include cards/icon-card.html icon="si si-social-tumblr" icon-color="blue" title="Followers" value="1685" %}</div>
|
||||
|
||||
<div class="col-md-6 col-lg-4">
|
||||
{% include cards/subcards.html %}
|
||||
</div>
|
||||
<div class="col-lg-8">
|
||||
{% include cards/classroom.html %}
|
||||
</div>
|
||||
<div class="col-md-6 col-lg-4">
|
||||
{% include cards/colors.html %}
|
||||
{% include cards/calendar.html %}
|
||||
</div>
|
||||
<div class="col-md-6 col-lg-4">
|
||||
{% include cards/chart-browsers.html %}
|
||||
</div>
|
||||
<div class="col-md-6 col-lg-4">
|
||||
{% include cards/email-stats.html %}
|
||||
</div>
|
||||
<div class="col-12">
|
||||
{% include cards/invoices.html %}
|
||||
{% include cards/chart-visitors.html %}
|
||||
</div>
|
||||
<div class="col-lg-4 col-md-6">
|
||||
{% include cards/chips.html %}
|
||||
{% include cards/progress-circle.html %}
|
||||
{% include cards/statuses.html %}
|
||||
{% include cards/loader.html %}
|
||||
{% include cards/progress.html %}
|
||||
{% include cards/image-info.html %}
|
||||
{% include cards/packages.html %}
|
||||
{% include cards/map-germany.html %}
|
||||
{% include cards/stock.html %}
|
||||
{% include cards/match.html %}
|
||||
{% include cards/profile-edit.html %}
|
||||
{% include cards/sparkline.html type="bar" limit="16" %}
|
||||
{% include cards/sparkline.html type="line" color="red" offset="60" limit="16" %}
|
||||
{% include cards/options.html %}
|
||||
{% include cards/chart-bg.html id="chart-bg-users" %}
|
||||
{% include cards/avatars.html %}
|
||||
{% include cards/media.html title="1530" color="primary" description="Total Leads" rate="20%" progress="20%" %}
|
||||
{% include cards/media.html title="$8,530" color="warning" description="Total Payment" rate="0%" %}
|
||||
{% include cards/photos.html %}
|
||||
{% include cards/media.html title="16°C" color="warning" description="Warsaw, Poland" rate='<i class="wi wi-day-cloudy"></i>' %}
|
||||
{% include cards/aside.html %}
|
||||
{% include cards/links.html %}
|
||||
{% include cards/store-product.html %}
|
||||
{% include cards/color.html color="success" %}
|
||||
{% include cards/follow.html %}
|
||||
{% include cards/profile.html %}
|
||||
{% include cards/centered.html %}
|
||||
{% include cards/pills.html %}
|
||||
{% include cards/color.html color="danger" %}
|
||||
</div>
|
||||
<div class="col-lg-8 col-md-6">
|
||||
{% include cards/tasks.html %}
|
||||
{% include cards/map-world.html %}
|
||||
{% include cards/tickets.html %}
|
||||
|
||||
<div class="row">
|
||||
<div class="col-lg-6">
|
||||
{% include cards/profile-2.html %}
|
||||
{% include cards/client.html %}
|
||||
{% include cards/digit.html %}
|
||||
<div class="row row-deck">
|
||||
<div class="col-6">{% include cards/digit.html color="red" title="New fedbacks" digit="62" width="34%" %}</div>
|
||||
<div class="col-6">{% include cards/digit.html color="green" title="Users online" digit="76" width="32%" %}</div>
|
||||
</div>
|
||||
{% include cards/digit.html color="yellow" title="Profit for this month" digit="$65,256" width="85%" %}
|
||||
{% include cards/chart-bg.html id="chart-bg-revenue" description="Revenue" title="$5255" offset=60 rate="-3%" color="yellow" %}
|
||||
{% include cards/server.html %}
|
||||
{% include cards/media.html title="935" color="danger" description="Total Sales" rate="-1%" progress="75%" %}
|
||||
{% include cards/media-inverse.html title="5324" color="success" description="New Orders" rate="60%" %}
|
||||
{% include cards/image.html %}
|
||||
{% include cards/header.html %}
|
||||
{% include cards/border.html color="danger" %}
|
||||
{% include cards/empty.html %}
|
||||
{% include cards/color.html color="warning" %}
|
||||
{% include cards/countries.html %}
|
||||
{% include cards/all.html %}
|
||||
{% include cards/register.html %}
|
||||
{% include cards/search-custom.html %}
|
||||
</div>
|
||||
<div class="col-lg-6">
|
||||
{% include cards/alert.html %}
|
||||
{% include cards/finance.html %}
|
||||
{% include cards/sales.html %}
|
||||
{% include cards/chart-pie.html %}
|
||||
{% include cards/chart-radar.html %}
|
||||
{% include cards/message.html %}
|
||||
{% include cards/image-bg.html %}
|
||||
{% include cards/browsers.html %}
|
||||
{% include cards/color.html color="dark" %}
|
||||
{% include cards/footer.html %}
|
||||
{% include cards/feed.html %}
|
||||
{% include cards/list.html %}
|
||||
{% include cards/tabs.html %}
|
||||
{% include cards/color.html color="primary" %}
|
||||
{% include cards/login.html %}
|
||||
{% include cards/forgot.html %}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -1,4 +0,0 @@
|
||||
---
|
||||
layout: default
|
||||
body-class: aside-opened
|
||||
---
|
||||
@@ -1,555 +0,0 @@
|
||||
---
|
||||
title: All elements
|
||||
layout: default
|
||||
---
|
||||
<div class="container">
|
||||
<div class="card">
|
||||
<div class="card-body">
|
||||
<h1>h1. Bootstrap heading</h1>
|
||||
<h2>h2. Bootstrap heading</h2>
|
||||
<h3>h3. Bootstrap heading</h3>
|
||||
<h4>h4. Bootstrap heading</h4>
|
||||
<h5>h5. Bootstrap heading</h5>
|
||||
<h6>h6. Bootstrap heading</h6>
|
||||
|
||||
<h3>
|
||||
Fancy display heading
|
||||
<small class="text-muted">With faded secondary text</small>
|
||||
</h3>
|
||||
|
||||
<h1 class="display-1">Display 1</h1>
|
||||
<h1 class="display-2">Display 2</h1>
|
||||
<h1 class="display-3">Display 3</h1>
|
||||
<h1 class="display-4">Display 4</h1>
|
||||
|
||||
<p class="lead">
|
||||
Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Duis mollis, est non commodo luctus.
|
||||
</p>
|
||||
|
||||
<p>You can use the mark tag to
|
||||
<mark>highlight</mark>
|
||||
text.
|
||||
</p>
|
||||
<p>
|
||||
<del>This line of text is meant to be treated as deleted text.</del>
|
||||
</p>
|
||||
<p><s>This line of text is meant to be treated as no longer accurate.</s></p>
|
||||
<p>
|
||||
<ins>This line of text is meant to be treated as an addition to the document.</ins>
|
||||
</p>
|
||||
<p><u>This line of text will render as underlined</u></p>
|
||||
<p>
|
||||
<small>This line of text is meant to be treated as fine print.</small>
|
||||
</p>
|
||||
<p><strong>This line rendered as bold text.</strong></p>
|
||||
<p><em>This line rendered as italicized text.</em></p>
|
||||
|
||||
<blockquote class="blockquote">
|
||||
<p class="mb-0">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p>
|
||||
</blockquote>
|
||||
|
||||
<blockquote class="blockquote">
|
||||
<p class="mb-0">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p>
|
||||
<footer class="blockquote-footer">Someone famous in <cite title="Source Title">Source Title</cite></footer>
|
||||
</blockquote>
|
||||
|
||||
|
||||
<ul class="list-unstyled">
|
||||
<li>Lorem ipsum dolor sit amet</li>
|
||||
<li>Consectetur adipiscing elit</li>
|
||||
<li>Integer molestie lorem at massa</li>
|
||||
<li>Facilisis in pretium nisl aliquet</li>
|
||||
<li>Nulla volutpat aliquam velit
|
||||
<ul>
|
||||
<li>Phasellus iaculis neque</li>
|
||||
<li>Purus sodales ultricies</li>
|
||||
<li>Vestibulum laoreet porttitor sem</li>
|
||||
<li>Ac tristique libero volutpat at</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Faucibus porta lacus fringilla vel</li>
|
||||
<li>Aenean sit amet erat nunc</li>
|
||||
<li>Eget porttitor lorem</li>
|
||||
</ul>
|
||||
|
||||
<dl class="row">
|
||||
<dt class="col-sm-3">Description lists</dt>
|
||||
<dd class="col-sm-9">A description list is perfect for defining terms.</dd>
|
||||
|
||||
<dt class="col-sm-3">Euismod</dt>
|
||||
<dd class="col-sm-9">
|
||||
<p>Vestibulum id ligula porta felis euismod semper eget lacinia odio sem nec elit.</p>
|
||||
<p>Donec id elit non mi porta gravida at eget metus.</p>
|
||||
</dd>
|
||||
|
||||
<dt class="col-sm-3">Malesuada porta</dt>
|
||||
<dd class="col-sm-9">Etiam porta sem malesuada magna mollis euismod.</dd>
|
||||
|
||||
<dt class="col-sm-3 text-truncate">Truncated term is truncated</dt>
|
||||
<dd class="col-sm-9">Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.</dd>
|
||||
|
||||
<dt class="col-sm-3">Nesting</dt>
|
||||
<dd class="col-sm-9">
|
||||
<dl class="row">
|
||||
<dt class="col-sm-4">Nested definition list</dt>
|
||||
<dd class="col-sm-8">Aenean posuere, tortor sed cursus feugiat, nunc augue blandit nunc.</dd>
|
||||
</dl>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<p>For example, <code><section></code> should be wrapped as inline.</p>
|
||||
|
||||
<pre><code><p>Sample text here...</p>
|
||||
<p>And another line of sample text here...</p>
|
||||
</code></pre>
|
||||
|
||||
<p>
|
||||
<var>y</var> = <var>m</var><var>x</var> + <var>b</var>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
To switch directories, type <kbd>cd</kbd> followed by the name of the directory.<br>
|
||||
To edit settings, press <kbd><kbd>ctrl</kbd> + <kbd>,</kbd></kbd>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<samp>This text is meant to be treated as sample output from a computer program.</samp>
|
||||
</p>
|
||||
|
||||
<table class="table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>#</th>
|
||||
<th>First Name</th>
|
||||
<th>Last Name</th>
|
||||
<th>Username</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<th scope="row">1</th>
|
||||
<td>Mark</td>
|
||||
<td>Otto</td>
|
||||
<td>@mdo</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">2</th>
|
||||
<td>Jacob</td>
|
||||
<td>Thornton</td>
|
||||
<td>@fat</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">3</th>
|
||||
<td>Larry</td>
|
||||
<td>the Bird</td>
|
||||
<td>@twitter</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<table class="table table-striped">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>#</th>
|
||||
<th>First Name</th>
|
||||
<th>Last Name</th>
|
||||
<th>Username</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<th scope="row">1</th>
|
||||
<td>Mark</td>
|
||||
<td>Otto</td>
|
||||
<td>@mdo</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">2</th>
|
||||
<td>Jacob</td>
|
||||
<td>Thornton</td>
|
||||
<td>@fat</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">3</th>
|
||||
<td>Larry</td>
|
||||
<td>the Bird</td>
|
||||
<td>@twitter</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<figure class="figure">
|
||||
<img src="https://placehold.it/400x300" class="figure-img img-fluid rounded" alt="A generic square placeholder image with rounded corners in a figure.">
|
||||
<figcaption class="figure-caption">A caption for the above image.</figcaption>
|
||||
</figure>
|
||||
|
||||
<div class="alert alert-primary" role="alert">
|
||||
This is a primary alert with <a href="javascript:void(0)" class="alert-link">an example link</a>. Give it a click if you like.
|
||||
</div>
|
||||
<div class="alert alert-secondary" role="alert">
|
||||
This is a secondary alert with <a href="javascript:void(0)" class="alert-link">an example link</a>. Give it a click if you like.
|
||||
</div>
|
||||
<div class="alert alert-success" role="alert">
|
||||
This is a success alert with <a href="javascript:void(0)" class="alert-link">an example link</a>. Give it a click if you like.
|
||||
</div>
|
||||
<div class="alert alert-danger" role="alert">
|
||||
This is a danger alert with <a href="javascript:void(0)" class="alert-link">an example link</a>. Give it a click if you like.
|
||||
</div>
|
||||
<div class="alert alert-warning" role="alert">
|
||||
This is a warning alert with <a href="javascript:void(0)" class="alert-link">an example link</a>. Give it a click if you like.
|
||||
</div>
|
||||
<div class="alert alert-info" role="alert">
|
||||
This is a info alert with <a href="javascript:void(0)" class="alert-link">an example link</a>. Give it a click if you like.
|
||||
</div>
|
||||
<div class="alert alert-light" role="alert">
|
||||
This is a light alert with <a href="javascript:void(0)" class="alert-link">an example link</a>. Give it a click if you like.
|
||||
</div>
|
||||
<div class="alert alert-dark" role="alert">
|
||||
This is a dark alert with <a href="javascript:void(0)" class="alert-link">an example link</a>. Give it a click if you like.
|
||||
</div>
|
||||
|
||||
<div class="alert alert-warning alert-dismissible fade show" role="alert">
|
||||
<button type="button" class="close" data-dismiss="alert" aria-label="Close">
|
||||
<span aria-hidden="true">×</span>
|
||||
</button>
|
||||
<strong>Holy guacamole!</strong> You should check in on some of those fields below.
|
||||
</div>
|
||||
|
||||
<h1>Example heading <span class="badge badge-default">New</span></h1>
|
||||
<h2>Example heading <span class="badge badge-default">New</span></h2>
|
||||
<h3>Example heading <span class="badge badge-default">New</span></h3>
|
||||
<h4>Example heading <span class="badge badge-default">New</span></h4>
|
||||
<h5>Example heading <span class="badge badge-default">New</span></h5>
|
||||
<h6>Example heading <span class="badge badge-default">New</span></h6>
|
||||
|
||||
<p>
|
||||
<button class="btn">
|
||||
Profile <span class="badge badge-default">9</span>
|
||||
<span class="sr-only">unread messages</span>
|
||||
</button>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<span class="badge badge-primary">Primary</span>
|
||||
<span class="badge badge-default">Secondary</span>
|
||||
<span class="badge badge-success">Success</span>
|
||||
<span class="badge badge-danger">Danger</span>
|
||||
<span class="badge badge-warning">Warning</span>
|
||||
<span class="badge badge-info">Info</span>
|
||||
<span class="badge badge-light">Light</span>
|
||||
<span class="badge badge-dark">Dark</span>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<span class="badge badge-pill badge-primary">Primary</span>
|
||||
<span class="badge badge-pill badge-default">Secondary</span>
|
||||
<span class="badge badge-pill badge-success">Success</span>
|
||||
<span class="badge badge-pill badge-danger">Danger</span>
|
||||
<span class="badge badge-pill badge-warning">Warning</span>
|
||||
<span class="badge badge-pill badge-info">Info</span>
|
||||
<span class="badge badge-pill badge-light">Light</span>
|
||||
<span class="badge badge-pill badge-dark">Dark</span>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<a href="javascript:void(0)" class="badge badge-primary">Primary</a>
|
||||
<a href="javascript:void(0)" class="badge badge-default">Secondary</a>
|
||||
<a href="javascript:void(0)" class="badge badge-success">Success</a>
|
||||
<a href="javascript:void(0)" class="badge badge-danger">Danger</a>
|
||||
<a href="javascript:void(0)" class="badge badge-warning">Warning</a>
|
||||
<a href="javascript:void(0)" class="badge badge-info">Info</a>
|
||||
<a href="javascript:void(0)" class="badge badge-light">Light</a>
|
||||
<a href="javascript:void(0)" class="badge badge-dark">Dark</a>
|
||||
</p>
|
||||
|
||||
<ol class="breadcrumb">
|
||||
<li class="breadcrumb-item active">Home</li>
|
||||
</ol>
|
||||
<ol class="breadcrumb">
|
||||
<li class="breadcrumb-item"><a href="javascript:void(0)">Home</a></li>
|
||||
<li class="breadcrumb-item active">Library</li>
|
||||
</ol>
|
||||
<ol class="breadcrumb">
|
||||
<li class="breadcrumb-item"><a href="javascript:void(0)">Home</a></li>
|
||||
<li class="breadcrumb-item"><a href="javascript:void(0)">Library</a></li>
|
||||
<li class="breadcrumb-item active">Data</li>
|
||||
</ol>
|
||||
|
||||
<nav class="breadcrumb">
|
||||
<a class="breadcrumb-item" href="javascript:void(0)">Home</a>
|
||||
<a class="breadcrumb-item" href="javascript:void(0)">Library</a>
|
||||
<a class="breadcrumb-item" href="javascript:void(0)">Data</a>
|
||||
<span class="breadcrumb-item active">Bootstrap</span>
|
||||
</nav>
|
||||
|
||||
<p>
|
||||
<button type="button" class="btn btn-primary">Primary</button>
|
||||
<button type="button" class="btn btn-secondary">Secondary</button>
|
||||
<button type="button" class="btn btn-success">Success</button>
|
||||
<button type="button" class="btn btn-danger">Danger</button>
|
||||
<button type="button" class="btn btn-warning">Warning</button>
|
||||
<button type="button" class="btn btn-info">Info</button>
|
||||
<button type="button" class="btn btn-light">Light</button>
|
||||
<button type="button" class="btn btn-dark">Dark</button>
|
||||
|
||||
<button type="button" class="btn btn-link">Link</button>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<a class="btn btn-primary" href="javascript:void(0)" role="button">Link</a>
|
||||
<button class="btn btn-primary" type="submit">Button</button>
|
||||
<input class="btn btn-primary" type="button" value="Input">
|
||||
<input class="btn btn-primary" type="submit" value="Submit">
|
||||
<input class="btn btn-primary" type="reset" value="Reset">
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<button type="button" class="btn btn-outline-primary">Primary</button>
|
||||
<button type="button" class="btn btn-outline-secondary">Secondary</button>
|
||||
<button type="button" class="btn btn-outline-success">Success</button>
|
||||
<button type="button" class="btn btn-outline-danger">Danger</button>
|
||||
<button type="button" class="btn btn-outline-warning">Warning</button>
|
||||
<button type="button" class="btn btn-outline-info">Info</button>
|
||||
<button type="button" class="btn btn-outline-light">Light</button>
|
||||
<button type="button" class="btn btn-outline-dark">Dark</button>
|
||||
</p>
|
||||
|
||||
<div class="btn-group" role="group" aria-label="Basic example">
|
||||
<button type="button" class="btn btn-secondary">Left</button>
|
||||
<button type="button" class="btn btn-secondary">Middle</button>
|
||||
<button type="button" class="btn btn-secondary">Right</button>
|
||||
</div>
|
||||
|
||||
<div class="card my-4" style="width: 20rem;">
|
||||
<img class="card-img-top" src="https://placehold.it/318x180" alt="Card image cap">
|
||||
<div class="card-body">
|
||||
<h4 class="card-title">Card title</h4>
|
||||
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
|
||||
<a href="javascript:void(0)" class="btn btn-primary">Go somewhere</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="card my-4">
|
||||
<div class="card-body">
|
||||
This is some text within a card block.
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row my-4">
|
||||
<div class="col-sm-6">
|
||||
<div class="card">
|
||||
<div class="card-body">
|
||||
<h4 class="card-title">Special title treatment</h4>
|
||||
<p class="card-text">With supporting text below as a natural lead-in to additional content.</p>
|
||||
<a href="javascript:void(0)" class="btn btn-primary">Go somewhere</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-sm-6">
|
||||
<div class="card">
|
||||
<div class="card-body">
|
||||
<h4 class="card-title">Special title treatment</h4>
|
||||
<p class="card-text">With supporting text below as a natural lead-in to additional content.</p>
|
||||
<a href="javascript:void(0)" class="btn btn-primary">Go somewhere</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="card text-center my-4">
|
||||
<div class="card-header">
|
||||
<ul class="nav nav-tabs card-header-tabs">
|
||||
<li class="nav-item">
|
||||
<a class="nav-link active" href="javascript:void(0)">Active</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="javascript:void(0)">Link</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link disabled" href="javascript:void(0)">Disabled</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="card-body">
|
||||
<h4 class="card-title">Special title treatment</h4>
|
||||
<p class="card-text">With supporting text below as a natural lead-in to additional content.</p>
|
||||
<a href="javascript:void(0)" class="btn btn-primary">Go somewhere</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="card text-white bg-primary mb-3" style="max-width: 20rem;">
|
||||
<div class="card-header">Header</div>
|
||||
<div class="card-body">
|
||||
<h4 class="card-title">Primary card title</h4>
|
||||
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="card text-white bg-secondary mb-3" style="max-width: 20rem;">
|
||||
<div class="card-header">Header</div>
|
||||
<div class="card-body">
|
||||
<h4 class="card-title">Secondary card title</h4>
|
||||
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="card text-white bg-success mb-3" style="max-width: 20rem;">
|
||||
<div class="card-header">Header</div>
|
||||
<div class="card-body">
|
||||
<h4 class="card-title">Success card title</h4>
|
||||
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="card text-white bg-danger mb-3" style="max-width: 20rem;">
|
||||
<div class="card-header">Header</div>
|
||||
<div class="card-body">
|
||||
<h4 class="card-title">Danger card title</h4>
|
||||
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="card text-white bg-warning mb-3" style="max-width: 20rem;">
|
||||
<div class="card-header">Header</div>
|
||||
<div class="card-body">
|
||||
<h4 class="card-title">Warning card title</h4>
|
||||
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="card text-white bg-info mb-3" style="max-width: 20rem;">
|
||||
<div class="card-header">Header</div>
|
||||
<div class="card-body">
|
||||
<h4 class="card-title">Info card title</h4>
|
||||
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="card bg-light mb-3" style="max-width: 20rem;">
|
||||
<div class="card-header">Header</div>
|
||||
<div class="card-body">
|
||||
<h4 class="card-title">Light card title</h4>
|
||||
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="card text-white bg-dark mb-3" style="max-width: 20rem;">
|
||||
<div class="card-header">Header</div>
|
||||
<div class="card-body">
|
||||
<h4 class="card-title">Dark card title</h4>
|
||||
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="card-deck">
|
||||
<div class="card">
|
||||
<img class="card-img-top" src="https://placehold.it/318x180" alt="Card image cap">
|
||||
<div class="card-body">
|
||||
<h4 class="card-title">Card title</h4>
|
||||
<p class="card-text">This is a longer card with supporting text below as a natural lead-in to additional content. This content is a little bit
|
||||
longer.</p>
|
||||
<p class="card-text">
|
||||
<small class="text-muted">Last updated 3 mins ago</small>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="card">
|
||||
<img class="card-img-top" src="https://placehold.it/318x180" alt="Card image cap">
|
||||
<div class="card-body">
|
||||
<h4 class="card-title">Card title</h4>
|
||||
<p class="card-text">This card has supporting text below as a natural lead-in to additional content.</p>
|
||||
<p class="card-text">
|
||||
<small class="text-muted">Last updated 3 mins ago</small>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="card">
|
||||
<img class="card-img-top" src="https://placehold.it/318x180" alt="Card image cap">
|
||||
<div class="card-body">
|
||||
<h4 class="card-title">Card title</h4>
|
||||
<p class="card-text">This is a wider card with supporting text below as a natural lead-in to additional content. This card has even longer
|
||||
content than the first to show that equal height action.</p>
|
||||
<p class="card-text">
|
||||
<small class="text-muted">Last updated 3 mins ago</small>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="progress my-4">
|
||||
<div class="progress-bar" role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100"></div>
|
||||
</div>
|
||||
<div class="progress my-4">
|
||||
<div class="progress-bar" role="progressbar" style="width: 25%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"></div>
|
||||
</div>
|
||||
<div class="progress my-4">
|
||||
<div class="progress-bar" role="progressbar" style="width: 50%" aria-valuenow="50" aria-valuemin="0" aria-valuemax="100"></div>
|
||||
</div>
|
||||
<div class="progress my-4">
|
||||
<div class="progress-bar" role="progressbar" style="width: 75%" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100"></div>
|
||||
</div>
|
||||
<div class="progress my-4">
|
||||
<div class="progress-bar" role="progressbar" style="width: 100%" aria-valuenow="100" aria-valuemin="0" aria-valuemax="100"></div>
|
||||
</div>
|
||||
<div class="progress my-4">
|
||||
<div class="progress-bar" role="progressbar" style="width: 25%;" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100">25%</div>
|
||||
</div>
|
||||
|
||||
<div class="progress my-4">
|
||||
<div class="progress-bar bg-success" role="progressbar" style="width: 25%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"></div>
|
||||
</div>
|
||||
<div class="progress my-4">
|
||||
<div class="progress-bar bg-info" role="progressbar" style="width: 50%" aria-valuenow="50" aria-valuemin="0" aria-valuemax="100"></div>
|
||||
</div>
|
||||
<div class="progress my-4">
|
||||
<div class="progress-bar bg-warning" role="progressbar" style="width: 75%" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100"></div>
|
||||
</div>
|
||||
<div class="progress my-4">
|
||||
<div class="progress-bar bg-danger" role="progressbar" style="width: 100%" aria-valuenow="100" aria-valuemin="0" aria-valuemax="100"></div>
|
||||
</div>
|
||||
|
||||
<div class="progress my-4">
|
||||
<div class="progress-bar progress-bar-animated progress-bar-striped" role="progressbar" style="width: 10%" aria-valuenow="10" aria-valuemin="0"
|
||||
aria-valuemax="100"></div>
|
||||
</div>
|
||||
<div class="progress my-4">
|
||||
<div class="progress-bar progress-bar-animated progress-bar-striped bg-success" role="progressbar" style="width: 25%" aria-valuenow="25"
|
||||
aria-valuemin="0" aria-valuemax="100"></div>
|
||||
</div>
|
||||
<div class="progress my-4">
|
||||
<div class="progress-bar progress-bar-animated progress-bar-striped bg-info" role="progressbar" style="width: 50%" aria-valuenow="50" aria-valuemin="0"
|
||||
aria-valuemax="100"></div>
|
||||
</div>
|
||||
<div class="progress my-4">
|
||||
<div class="progress-bar progress-bar-animated progress-bar-striped bg-warning" role="progressbar" style="width: 75%" aria-valuenow="75"
|
||||
aria-valuemin="0" aria-valuemax="100"></div>
|
||||
</div>
|
||||
<div class="progress my-4">
|
||||
<div class="progress-bar progress-bar-animated progress-bar-striped bg-danger" role="progressbar" style="width: 100%" aria-valuenow="100"
|
||||
aria-valuemin="0" aria-valuemax="100"></div>
|
||||
</div>
|
||||
|
||||
<div class="my-4">
|
||||
<div class="dropdown">
|
||||
<button class="btn btn-secondary dropdown-toggle" type="button" id="dropdownMenuButton" data-toggle="dropdown" aria-haspopup="true"
|
||||
aria-expanded="false">
|
||||
Dropdown button
|
||||
</button>
|
||||
<div class="dropdown-menu" aria-labelledby="dropdownMenuButton">
|
||||
<a class="dropdown-item" href="javascript:void(0)">Action</a>
|
||||
<a class="dropdown-item" href="javascript:void(0)">Another action</a>
|
||||
<a class="dropdown-item" href="javascript:void(0)">Something else here</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="my-4">
|
||||
<div class="btn-group">
|
||||
<button type="button" class="btn btn-danger dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||
Action
|
||||
</button>
|
||||
<div class="dropdown-menu">
|
||||
<a class="dropdown-item" href="javascript:void(0)">Action</a>
|
||||
<a class="dropdown-item" href="javascript:void(0)">Another action</a>
|
||||
<a class="dropdown-item" href="javascript:void(0)">Something else here</a>
|
||||
<div class="dropdown-divider"></div>
|
||||
<a class="dropdown-item" href="javascript:void(0)">Separated link</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -1,8 +0,0 @@
|
||||
---
|
||||
title: Invoice
|
||||
layout: default
|
||||
---
|
||||
|
||||
<div class="container">
|
||||
{% include cards/invoice.html %}
|
||||
</div>
|
||||
@@ -1,116 +0,0 @@
|
||||
---
|
||||
title: Syntax highlighting
|
||||
page-title: Syntax highlighting
|
||||
layout: default
|
||||
---
|
||||
|
||||
<div class="container">
|
||||
<div class="row row-deck">
|
||||
<div class="col-lg-6">
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
<h3 class="card-title">HTML</h3>
|
||||
</div>
|
||||
<pre class="card-body" data-highlight="html"><code><!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Title</title>
|
||||
</head>
|
||||
<body>
|
||||
<!-- Your content -->
|
||||
</body>
|
||||
</html></code></pre>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-6">
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
<h3 class="card-title">JavaScript</h3>
|
||||
</div>
|
||||
<pre class="card-body" data-highlight="js"><code>require(['hljs', 'jquery'], function(hljs, $){
|
||||
$(document).ready(function(){
|
||||
$('pre[data-highlight]').each(function(i, block) {
|
||||
hljs.highlightBlock(block);
|
||||
});
|
||||
});
|
||||
});</code></pre>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-6">
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
<h3 class="card-title">SCSS</h3>
|
||||
</div>
|
||||
<pre class="card-body" data-highlight="scss"><code>.link-overlay {
|
||||
position: relative;
|
||||
|
||||
&:hover {
|
||||
.link-overlay-bg {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
}</code></pre>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-6">
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
<h3 class="card-title">JSON</h3>
|
||||
</div>
|
||||
<pre class="card-body" data-highlight="scss"><code>[
|
||||
{
|
||||
"title": "apples",
|
||||
"count": [12000, 20000],
|
||||
"description": {"text": "...", "sensitive": false}
|
||||
},
|
||||
{
|
||||
"title": "oranges",
|
||||
"count": [17500, null],
|
||||
"description": {"text": "...", "sensitive": false}
|
||||
}
|
||||
]</code></pre>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-6">
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
<h3 class="card-title">C++</h3>
|
||||
</div>
|
||||
<pre class="card-body" data-highlight="cpp"><code>#include <iostream>
|
||||
|
||||
int main(int argc, char *argv[]) {
|
||||
|
||||
/* An annoying "Hello World" example */
|
||||
for (auto i = 0; i < 0xFFFF; i++)
|
||||
cout << "Hello, World!" << endl;
|
||||
|
||||
char c = '\n';
|
||||
unordered_map <string, vector<string> > m;
|
||||
m["key"] = "\\\\"; // this is an error
|
||||
|
||||
return -2e3 + 12l;
|
||||
}</code></pre>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-6">
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
<h3 class="card-title">SQL</h3>
|
||||
</div>
|
||||
<pre class="card-body" data-highlight="cpp"><code>CREATE TABLE "topic" (
|
||||
"id" serial NOT NULL PRIMARY KEY,
|
||||
"forum_id" integer NOT NULL,
|
||||
"subject" varchar(255) NOT NULL
|
||||
);
|
||||
ALTER TABLE "topic"
|
||||
ADD CONSTRAINT forum_id FOREIGN KEY ("forum_id")
|
||||
REFERENCES "forum" ("id");
|
||||
|
||||
-- Initials
|
||||
insert into "topic" ("forum_id", "subject")
|
||||
values (2, 'D''artagnian');</code></pre>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -1,9 +0,0 @@
|
||||
---
|
||||
title: Tables
|
||||
layout: default
|
||||
---
|
||||
|
||||
<div class="container">
|
||||
{% include cards/table-responsive.html %}
|
||||
{% include cards/table-partial.html %}
|
||||
</div>
|
||||
@@ -1,7 +0,0 @@
|
||||
---
|
||||
layout: single
|
||||
title: Terms
|
||||
col-class: col-text
|
||||
---
|
||||
|
||||
{% include cards/terms.html show-header="1" %}
|
||||
|
Before Width: | Height: | Size: 163 KiB |
2
src/assets/images/.gitignore
vendored
@@ -1,2 +0,0 @@
|
||||
.DS_Store
|
||||
.idea/
|
||||
|
Before Width: | Height: | Size: 7.2 KiB |
@@ -1 +0,0 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -32 100 100" preserveAspectRatio="xMinYMin"><g transform="translate(-208.45127,-644.63366)"><g transform="matrix(0.2576927,0,0,0.2576927,155.23992,508.16265)"><path d="M420,564.1C385.5,564.1 359.4,590.9 359.4,624.1C359.4,659.1 386.6,684.1 420,684.1C453.4,684.1 480.5,659.1 480.5,624.1C480.5,590.9 454.5,564.1 420,564.1z M420,595.8C434.9,595.7 447.1,608.4 447.1,624.1C447.1,639.7 434.9,652.4 420,652.4C405.1,652.4 392.9,639.7 392.9,624.1C392.9,608.4 405.1,595.8 420,595.8z" style="stroke:none;stroke-width:0.43820944"/><path d="M507,397.4C507,409 497.6,418.4 486,418.4C474.4,418.4 465,409 465,397.4C465,385.8 474.4,376.4 486,376.4C497.6,376.4 507,385.8 507,397.4z" style="stroke:none;stroke-width:0.1" transform="translate(85.630073,265.696)"/><path style="stroke:none;stroke-width:1px" d="M531.5,680.1L498.5,680.1L498.5,531.1L531.5,531.1L531.5,680.1z"/><path d="M208.5,680.1L268.5,531.1L299.5,531.1L358.5,680.1L316.5,680.1L309.5,659.1L257.5,659.1L250.5,680.1L208.5,680.1z M299.5,628.1L268.5,628.1L284,578.1L299.5,628.1z" style="fill-rule:evenodd;stroke:none;stroke-width:0.2"/></g></g></svg>
|
||||
|
Before Width: | Height: | Size: 1.1 KiB |
@@ -1 +0,0 @@
|
||||
<svg width="39" height="39" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin"><title>blackberry</title><desc>Created with Sketch.</desc><g><title>Layer 1</title><g fill-rule="evenodd" fill="none" id="Page-1"><path fill="#000" id="blackberry" d="m12.267,11.864c0,-1.264 -0.774,-2.864 -4.027,-2.864l-5.009,0l-1.424,6.588l5.222,0c4.077,0 5.238,-1.93 5.238,-3.724l0,0zm13.493,0c0,-1.264 -0.772,-2.864 -4.024,-2.864l-5.01,0l-1.423,6.587l5.219,0c4.079,0.001 5.238,-1.929 5.238,-3.723l0,0zm-15.3,9.915c0,-1.264 -0.774,-2.868 -4.027,-2.868l-5.009,0l-1.424,6.592l5.22,0c4.078,0 5.24,-1.935 5.24,-3.724zm13.493,0c0,-1.264 -0.775,-2.868 -4.025,-2.868l-5.009,0l-1.426,6.592l5.222,0c4.079,0 5.238,-1.935 5.238,-3.724l0,0zm14.117,-4.021c0,-1.265 -0.775,-2.868 -4.025,-2.868l-5.009,0l-1.426,6.591l5.22,0c4.079,0 5.24,-1.93 5.24,-3.723l0,0zm-1.946,10.323c0,-1.265 -0.773,-2.864 -4.025,-2.864l-5.009,0l-1.424,6.588l5.22,0c4.078,0 5.238,-1.935 5.238,-3.724zm-14.11,4.022c0,-1.27 -0.772,-2.873 -4.022,-2.873l-5.012,0l-1.424,6.591l5.22,0c4.079,0.001 5.238,-1.929 5.238,-3.718l0,0z"/></g></g></svg>
|
||||
|
Before Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 20 KiB |
|
Before Width: | Height: | Size: 5.7 KiB |
|
Before Width: | Height: | Size: 7.3 KiB |
@@ -1 +0,0 @@
|
||||
<svg preserveAspectRatio="xMinYMin" viewBox="0 0 605 605" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><title>dolphin</title><desc>Created with Sketch.</desc><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><path d="M113.601,324.248 C112.248,319.344 110.748,314.474 109.649,309.514 C109.384,308.32 110.114,306.565 110.95,305.516 C148.119,258.859 190.988,219.298 247.784,197.651 C273.088,188.006 299.325,184.532 326.313,189.018 C327.105,189.149 327.938,189.034 329.211,188.193 C327.526,187.193 325.91,186.047 324.146,185.214 C304.386,175.873 283.38,173.992 262.109,176.398 C218.249,181.36 180.082,200.359 147.971,229.536 C126.028,249.474 106.634,272.512 92.635,299.339 C90.803,302.848 87.625,306.079 84.307,308.292 C78.658,312.06 73.48,309.243 73.347,302.388 C73.242,296.956 73.679,291.357 74.93,286.081 C80.585,262.232 91.378,240.4 102.33,218.686 C116.907,189.783 132.587,161.575 154.105,137.031 C190.859,95.108 236.494,69.583 291.946,62.422 C320.902,58.683 349.761,60.577 378.463,65.589 C383.201,66.416 388.032,67.111 392.825,67.15 C409.42,67.284 419.573,57.845 420.049,41.155 C420.323,31.55 419.226,21.904 418.714,12.278 C418.608,10.286 418.098,8.281 418.255,6.32 C418.417,4.303 419.167,2.333 419.66,0.343 C421.588,1.091 423.963,1.358 425.371,2.666 C434.269,10.932 443.396,19.021 451.609,27.94 C465.73,43.276 474.953,61.506 480.561,81.528 C482.513,88.498 486.125,93.93 491.658,98.78 C524.396,127.47 553.992,158.941 576.126,196.797 C589.79,220.165 599.734,244.926 603.374,271.895 C606.499,295.048 604.783,317.726 595.806,339.607 C594.909,341.792 595.048,344.741 595.605,347.126 C597.986,357.315 600.773,367.409 603.246,377.578 C603.789,379.81 603.693,382.205 603.821,384.529 C604.687,400.261 593.224,404.633 581.472,400.941 C573.262,398.362 565.448,393.513 558.422,388.363 C536.289,372.14 517.617,352.099 498.642,332.431 C481.063,314.209 463.473,295.997 445.846,277.821 C443.762,275.673 441.335,273.862 439.205,271.754 C432.674,265.293 425.25,263.733 416.016,264.971 C387.661,268.774 359.49,267.247 332.024,258.64 C324.313,256.223 316.946,252.708 309.515,249.076 C324.79,245.98 339.119,240.999 352.621,233.843 C357.286,231.37 361.77,228.322 365.757,224.869 C370.106,221.103 369.629,218.5 365.453,214.518 C356.277,205.77 344.464,203.191 332.733,200.888 C300.087,194.477 269.582,201.987 240.322,216.224 C208.959,231.484 181.726,252.581 157.268,277.144 C142.953,291.521 129.933,307.186 116.362,322.301 C115.721,323.015 115.393,324.01 114.919,324.874 C114.48,324.665 114.04,324.456 113.601,324.248 Z M57.422,350.052 C52.854,365.484 49.967,380.237 35.777,388.741 C24.559,395.464 12.004,392.158 6.884,381.206 C3.339,373.623 4.914,366.758 11.671,361.756 C19.584,355.898 28.463,352.231 38.302,351.268 C44.221,350.689 50.177,350.498 57.422,350.052 Z M55.486,338.287 C48.451,338.939 41.368,340.417 34.393,340.016 C27.044,339.593 19.568,338.075 12.562,335.773 C2.679,332.526 -0.337,326.92 1.078,317.573 C2.407,308.795 8.918,302.87 18.204,302.287 C27.972,301.674 36.048,305.901 41.777,313.186 C47.441,320.388 51.672,328.716 56.532,336.55 C56.183,337.129 55.835,337.708 55.486,338.287 Z" id="dolphin" fill="#87B044"/></g></svg>
|
||||
|
Before Width: | Height: | Size: 3.1 KiB |
@@ -1 +0,0 @@
|
||||
<svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 464 500"><style>.st0{fill:#0078d7}</style><path class="st0" d="M145.9 296.4c0 11.9 1.8 22.7 5.4 32.5 3.9 9.6 8.9 18.2 15.3 25.7s13.9 13.9 22.7 19.3c8.5 5.4 17.8 9.9 27.7 13.4 9.8 3.6 20.1 6.2 30.5 7.9 10.6 1.7 20.9 2.5 31.3 2.5 13.1 0 25.3-1 36.9-3.1 11.6-2.2 22.9-5 34-8.7 11.1-3.6 21.9-8 32.6-12.9 10.8-4.9 21.8-10.4 33.1-16.4v104.8c-12.6 6.2-25 11.4-37.3 15.8-12.4 4.3-24.7 8.1-37.3 11.1-12.6 3.1-25.3 5.4-38.4 6.8-13.1 1.4-26.4 2.2-40.3 2.2-18.5 0-36.5-2.2-53.7-6.4-17.2-4.2-33.4-10.4-48.5-18.4-15.1-8-29-17.8-41.6-29.2-12.7-11.4-23.4-24.3-32.5-38.6s-16-30-21-46.8c-4.9-16.8-7.3-34.8-7.3-53.8 0-20.3 2.8-39.6 8.3-58.1 5.6-18.5 13.6-35.4 24.1-50.8 10.4-15.5 23.2-29.2 38.2-41.2 15.1-12 32-21.8 50.8-29.4-10.3 10.3-18.3 22.4-24 36.5-5.8 14.1-9.4 28.2-11 42.3h176c0-17.8-1.8-33.2-5.4-46.5-3.6-13.3-9.4-24.3-17.5-33.1-8-8.8-18.4-15.5-31.1-19.8-12.7-4.4-28.1-6.6-46.1-6.6-21.2 0-42.5 3.1-63.7 9.5-21.2 6.2-41.4 15.1-60.6 26.3-19.2 11.4-36.8 24.7-52.9 40C26.5 188.6 13 205.3 2 223.3c2.3-20.9 7-41 13.4-60s14.9-36.9 25.1-53.3c10.2-16.2 22.2-31.1 35.9-44.4s28.8-24.7 45.6-34 34.5-16.8 53.9-21.8c19.3-4.4 39.9-7 61.5-7 12.7 0 25.3 1.2 37.9 3.4 12.6 2.3 24.9 5.4 36.9 9.4 23.8 8.2 45 19.6 63.7 34.2 18.7 14.7 34.4 31.4 47.1 50.5 12.7 19.1 22.4 40.2 29.1 63.1s10 46.8 10 71.6v61.4H145.9z"/></svg>
|
||||
|
Before Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 140 KiB |
@@ -1 +0,0 @@
|
||||
<svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin" viewBox="0 0 222.63928 218.78731" id="svg3769" version="1.1"><metadata id="metadata3774"><rdf:RDF><cc:Work><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/><dc:title/></cc:Work></rdf:RDF></metadata><g id="layer1" transform="translate(-314.39464,-274.3971)"><path id="svg" d="m 533.03393,388.72895 c 0,-16.968 -4.387,-32.909 -12.08,-46.761 32.791,-74.213 -35.136,-63.343 -38.918,-62.603 -14.391,2.816 -27.705,7.337 -39.986,13.068 -1.811,-0.102 -3.633,-0.158 -5.469,-0.158 -45.833,0 -84.198,31.968 -94.017,74.823 24.157,-27.101 41.063,-38.036 51.187,-42.412 -1.616,1.444 -3.198,2.904 -4.754,4.375 -0.518,0.489 -1.017,0.985 -1.528,1.477 -1.026,0.987 -2.05,1.975 -3.05,2.972 -0.595,0.593 -1.174,1.191 -1.76,1.788 -0.887,0.903 -1.772,1.805 -2.638,2.713 -0.615,0.645 -1.215,1.292 -1.819,1.938 -0.809,0.866 -1.613,1.733 -2.402,2.603 -0.613,0.676 -1.216,1.352 -1.818,2.03 -0.748,0.842 -1.489,1.684 -2.22,2.528 -0.606,0.7 -1.207,1.4 -1.801,2.101 -0.693,0.818 -1.377,1.636 -2.054,2.454 -0.599,0.724 -1.196,1.447 -1.782,2.17 -0.634,0.782 -1.254,1.563 -1.873,2.343 -0.6,0.756 -1.2,1.511 -1.786,2.266 -0.558,0.719 -1.1,1.435 -1.646,2.152 -0.616,0.81 -1.237,1.62 -1.837,2.426 -0.429,0.577 -0.841,1.148 -1.262,1.723 -3.811,5.2 -7.293,10.3 -10.438,15.199 -0.008,0.012 -0.016,0.024 -0.023,0.036 -0.828,1.29 -1.627,2.561 -2.41,3.821 -0.042,0.068 -0.086,0.137 -0.128,0.206 -0.784,1.265 -1.541,2.508 -2.279,3.738 -0.026,0.043 -0.053,0.087 -0.079,0.13 -1.984,3.311 -3.824,6.503 -5.481,9.506 -8.687,15.743 -12.916,26.742 -13.099,27.395 -27.432,98.072 58.184,56.657 70.131,50.475 12.864,6.355 27.346,9.932 42.666,9.932 41.94,0 77.623,-26.771 90.905,-64.156 h -50.68 c -7.499,12.669 -21.936,21.25 -38.522,21.25 -24.301,0 -44,-18.412 -44,-41.125 h 137.956 c 0.523,-4.068 0.794,-8.214 0.794,-12.423 z m -18.018,-94.916 c 8.306,5.606 14.968,14.41 3.527,44.059 -10.973,-17.647 -27.482,-31.49 -47.104,-39.099 8.926,-4.311 31.031,-13.429 43.577,-4.96 z m -176.516,181.241 c -6.765,-6.938 -7.961,-23.836 6.967,-54.628 7.534,21.661 22.568,39.811 42,51.33 -9.664,5.319 -35.32,17.295 -48.967,3.298 z m 55.571,-100.278 c 0.771,-22.075 19.983,-39.75 43.588,-39.75 23.604,0 42.817,17.675 43.588,39.75 h -87.176 z" fill="#1ebbee" fill-opacity="1"/></g></svg>
|
||||
|
Before Width: | Height: | Size: 2.5 KiB |
@@ -1 +0,0 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="117 265 239 235" preserveAspectRatio="xMinYMin"><g fill-rule="evenodd"><path d="M116.377 262.206h239.97v239.97h-239.97v-239.97z" fill="#0080f5"/><path d="M255.114 423.026c-5-1.097-10.185-1.693-15.512-1.693-7.324 0-14.387 1.1-21.046 3.13V388.42h36.56v34.605zm18.738 6.956v-60.265l-74.054.01v63.602l-.21.13H163.24V332.18h110.25s36.924.17 36.924 35.652v65.597l-30.795.04c-1.87-1.25-3.79-2.42-5.77-3.49" fill="#fff"/><path d="M125.75 491.553v-33.315c4.486-1.92 9.336-3.145 14.413-3.57l-.005.072c.866-.12 1.805-.182 2.77-.217l1.14-.03c1.232 0 2.45.062 3.656.157 3.155.264 6.485.856 9.65 1.757-.285 1.21.074.02.074.02l-.075-.02.064-.265c-1-1.61-3.416-3.835-6.3-5.675 7.144-7.678 17.323-12.492 28.64-12.492 3.895 0 7.655.575 11.205 1.634-2.013 3.9-3.607 8.73-3.78 12.69l.144.13-.018.02s1.026.9.018-.03c4.03-5.38 6.656-8.17 9.46-10.57l.06.02c.656-.59 1.327-1.16 2.006-1.72.994-.78 2.05-1.59 3.225-2.48 10.545-7.63 23.49-12.15 37.504-12.15 15.71 0 30.09 5.66 41.24 15.04-1.36 2.41-2.24 5.53-2.79 8.03l.22.32-.08.052s.69.84.08-.055c2.31-1.767 4.88-3.06 7.12-4.13l.02.02c3.8-1.597 7.97-2.48 12.34-2.48 12.58 0 23.45 7.3 28.62 17.892.17.353.34.722.51 1.103l.15.336c.85 2.04 1.59 4.45 2.11 7.466-1.26.21.02.087.02.087l-.02-.08.25-.04c1.35-2.055 2.52-5.834 2.8-9.287 4.54-2.47 9.53-4.22 14.82-5.07v36.79H125.75z" fill="#a6d3fc"/></g></svg>
|
||||
|
Before Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 8.3 KiB |
@@ -1 +0,0 @@
|
||||
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0" y="0" preserveAspectRatio="xMinYMin" viewBox="-452 253 55 55" xml:space="preserve" enable-background="new -452 253 55 55"><style type="text/css">.st0{fill:#a2a4a4}.st1,.st2{fill:#7fc0c4;stroke:#80bec2;stroke-width:.5}.st2{fill:#007c85}.st3{fill:#fff}.st4{fill:url(#path3317_1_)}.st5{stroke:#80bec2;stroke-width:.5}.st6{fill:#c3dcda}</style><title>netscape</title><desc>Created with Sketch.</desc><g id="Page-1"><g id="netscape" transform="translate(0.000000, -1.000000)"><path id="path3344" class="st0" d="M-397.2,281.4c0,15.1-12.3,27.4-27.4,27.4 c-15.1,0-27.4-12.3-27.4-27.4c0-15.1,12.3-27.4,27.4-27.4C-409.5,254-397.2,266.3-397.2,281.4L-397.2,281.4z"/><path id="path3342" class="st1" d="M-398.2,281.4c0,14.6-11.8,26.4-26.4,26.4 c-14.6,0-26.4-11.8-26.4-26.4c0-14.6,11.8-26.4,26.4-26.4C-410,254.9-398.2,266.8-398.2,281.4L-398.2,281.4z"/><path id="path3337" class="st2" d="M-400.1,281.4c0,13.6-11,24.5-24.5,24.5c-13.6,0-24.5-11-24.5-24.5 c0-13.6,11-24.5,24.5-24.5C-411.1,256.8-400.1,267.8-400.1,281.4L-400.1,281.4z"/><path id="path2541" class="st2" d="M-400.1,281.4c0,13.6-11,24.5-24.5,24.5c-13.6,0-24.5-11-24.5-24.5 c0-13.6,11-24.5,24.5-24.5C-411.1,256.8-400.1,267.8-400.1,281.4L-400.1,281.4z"/><path id="path3327" class="st3" d="M-441.9,268.2l2.1,0.3l0.8,0.4l18.2,20.5l5.6,0.6l-2.4-3.4 l-17-18.8l-7.4-0.1V268.2L-441.9,268.2z"/><linearGradient id="path3317_1_" gradientUnits="userSpaceOnUse" x1="-886.611" y1="550.215" x2="-886.577" y2="550.242" gradientTransform="matrix(26.7586 0 0 -22.3345 23295.8301 12567.6377)"><stop offset="0" stop-color="#C3DCDA"/><stop offset=".54" stop-color="#C3DCDA" stop-opacity="0"/></linearGradient><path id="path3317" class="st4" d="M-439.8,268.5l0.8,0.4l18.2,20.5l5.6,0.6l-2.4-3.4l-17-18.8 l-7.4-0.1v0.6L-439.8,268.5z"/><path id="path3339" class="st5" d="M-402.7,292.4c-4,8-12.4,13.6-21.9,13.6c-9.4,0-17.6-5.3-21.7-13 C-423.9,286.1-416.3,290.2-402.7,292.4L-402.7,292.4z"/><path id="rect3333" class="st3" d="M-415,271v19.8h-1.8V271h0c0-1.2-1.6-2.9-4.5-2.8v-0.8h10.2v0.8 C-414.1,268.4-415,269.8-415,271L-415,271z"/><path id="path2545" class="st3" d="M-447,291.4c14.9-4,30.9-3.3,44.4,0.9l-0.2,0.5 c-9.7-0.8-26.1-4.3-42.7,1.3C-446.1,293.3-446.6,292.4-447,291.4L-447,291.4z"/><path id="path3352" class="st6" d="M-442.1,293.8c2.9,0.1,4-1.2,4.6-2.8l1.6,0.3 c0.5,1.1,0.9,2.2,3.9,2.5v0.8h-10.2L-442.1,293.8L-442.1,293.8z"/><path id="rect3350" class="st6" d="M-437.6,270.4l1.6,1.8v21.2h-1.6V270.4L-437.6,270.4z"/><path id="path3331" class="st3" d="M-442,293.8c2.9,0.2,4.1-0.8,4.6-2.8l1.6,0.3 c0.5,1.1,0.9,2.2,4,2.5v0.8h-10.4L-442,293.8L-442,293.8z"/><path id="rect3329" class="st3" d="M-437.4,270.7l1.6,1.8v20.9h-1.6V270.7L-437.4,270.7z"/></g></g></svg>
|
||||
|
Before Width: | Height: | Size: 2.7 KiB |
@@ -1 +0,0 @@
|
||||
<svg viewBox="0 0 120 120" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><linearGradient id="a" gradientTransform="matrix(0 97.396584 -97.396584 0 51.620814 11.389501)" gradientUnits="userSpaceOnUse" spreadMethod="pad" x1="0" x2="1" y1="0" y2="0"><stop offset="0" stop-color="#ff1b2d"/><stop offset=".3" stop-color="#ff1b2d"/><stop offset=".61" stop-color="#ff1b2d"/><stop offset="1" stop-color="#a70014"/></linearGradient><linearGradient id="b" gradientTransform="matrix(0 86.142511 -86.142511 0 76.85435 17.130095)" gradientUnits="userSpaceOnUse" spreadMethod="pad" x1="0" x2="1" y1="0" y2="0"><stop offset="0" stop-color="#9c0000"/><stop offset=".7" stop-color="#ff4b4b"/><stop offset="1" stop-color="#ff4b4b"/></linearGradient><path d="m60 9.75c-27.75 0-50.25 22.5-50.25 50.25l0 0c0 26.95 21.22 48.94 47.86 50.19l0 0c .8.04 1.59.06 2.39.06l0 0c12.87 0 24.6-4.84 33.49-12.79l0 0c-5.89 3.91-12.78 6.15-20.14 6.15l0 0c-11.97 0-22.68-5.94-29.89-15.3l0 0c-5.56-6.56-9.15-16.25-9.4-27.13l0 0c0-.03 0-2.34 0-2.37l0 0c .25-10.88 3.84-20.58 9.4-27.13l0 0c7.21-9.36 17.93-15.3 29.89-15.3l0 0c7.36 0 14.25 2.25 20.14 6.16l0 0c-8.84-7.91-20.51-12.74-33.3-12.79l0 0c-.06 0-.13 0-.19 0z" fill="url(#a)"/><path d="m43.46 31.68c4.61-5.44 10.57-8.73 17.07-8.73l0 0c14.63 0 26.49 16.59 26.49 37.04l0 0c0 20.46-11.86 37.04-26.49 37.04l0 0c-6.51 0-12.46-3.28-17.07-8.72l0 0c7.21 9.36 17.92 15.3 29.89 15.3l0 0c7.36 0 14.25-2.25 20.14-6.15l0 0c10.29-9.2 16.76-22.57 16.76-37.46l0 0c0-14.88-6.47-28.26-16.76-37.46l0 0c-5.89-3.91-12.78-6.15-20.14-6.15l0 0c-11.97 0-22.68 5.94-29.89 15.3" fill="url(#b)"/></svg>
|
||||
|
Before Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 35 KiB |
|
Before Width: | Height: | Size: 7.8 KiB |
@@ -1 +0,0 @@
|
||||
<svg preserveAspectRatio="xMinYMin" viewBox="0 0 132 133" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><title>uc-browser</title><desc>Created with Sketch.</desc><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><path d="M2.528,21.647 C11.378,4.499 36.056,-4.257 52.54,3.25 C72.066,12.144 76.182,35.969 60.431,51.879 C55.121,57.243 48.442,61.326 42.118,65.592 C34.278,70.881 27.118,76.614 23.271,85.637 C16.69,101.069 22.302,119.692 36.387,128.742 C37.623,129.536 38.899,130.269 40.297,131.116 C32.203,132.138 19.651,127.379 12.735,120.771 C-1.275,107.385 -4.196,86.103 6.317,69.575 C10.488,63.018 16.375,57.56 20.631,51.047 C23.812,46.179 27.086,40.593 27.744,35.023 C28.971,24.635 18.409,17.369 7.565,20.06 C6.138,20.414 4.753,20.94 2.528,21.647 Z M72.996,55.954 C80.134,52.012 86.37,48.637 92.534,45.133 C95.798,43.278 97.104,40.482 97.448,36.568 C97.807,32.477 99.539,28.506 100.671,24.483 C101.354,24.428 102.036,24.374 102.719,24.32 C103.978,26.649 105.714,28.85 106.383,31.339 C107.378,35.037 109.293,37.063 112.877,38.63 C124.323,43.632 129.818,52.914 130.804,65.202 C131.126,69.217 129.409,71.438 125.661,71.454 C121.232,71.472 116.269,71.945 112.467,70.198 C99.887,64.419 87.949,57.158 72.996,55.954 Z M33.415,84.129 C40.663,72.563 54.105,68.811 67.823,73.934 C86.091,80.757 92.917,95.77 88.838,121.032 C91.909,121.78 95.218,122.136 98.118,123.419 C100.939,124.668 103.341,126.865 105.927,128.646 C105.696,129.278 105.465,129.91 105.235,130.541 C91.214,131.052 77.194,131.562 63.173,132.073 C70.257,127.251 75.81,121.598 78.139,113.338 C80.507,104.939 78.889,97.149 74.122,90.012 C65.845,77.62 50.966,75.346 33.415,84.129 Z M69.707,106.395 C69.657,116.87 61.533,124.795 50.881,124.757 C40.316,124.719 32.265,116.655 32.294,106.14 C32.323,95.585 40.864,87.167 51.377,87.33 C61.607,87.489 69.756,95.965 69.707,106.395 Z M51.211,115.306 C56.142,115.185 60.366,110.77 60.239,105.872 C60.112,100.997 55.582,96.679 50.755,96.831 C45.864,96.984 41.612,101.473 41.745,106.342 C41.881,111.31 46.229,115.428 51.211,115.306 Z M55.382,64.18 C68.92,60.85 81.859,63.211 93.691,69.911 C102.927,75.14 112.081,79.698 122.852,80.546 C126.555,80.838 129.656,82.88 131.518,88.07 C123.638,84.989 117.624,88.463 111.318,90.737 C103.008,93.732 99.038,92.242 93.776,85.035 C84.291,72.043 71.83,64.501 55.382,64.18 Z" id="uc-browser" fill="#F0820B"/></g></svg>
|
||||
|
Before Width: | Height: | Size: 2.4 KiB |
@@ -1 +0,0 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="456" height="455" viewBox="0 0 456 455"><defs><linearGradient id="a" x1="21.587%" x2="76.116%" y1="5.709%" y2="100.496%"><stop stop-opacity=".2" offset="0%"/><stop stop-opacity=".05" offset="79.08%"/></linearGradient></defs><g fill="none"><path fill="#EF3939" d="M228 454.3c99.7 0 155.1 0 191.4-36.1 36.2-36.1 36.2-91.3 36.2-190.7 0-99.4 0-154.6-36.2-190.7C383.1.8 327.7.8 228 .8S72.9.8 36.6 36.9C.4 73 .4 128.2.4 227.6c0 99.4 0 154.6 36.2 190.7 36.3 36 91.7 36 191.4 36z"/><path fill="url(#a)" d="M376 143.7c-21.8-38.1-58.3-67.8-104.2-80.1C180.7 39.3 87.1 93.1 62.7 183.8c-12.3 45.6-4.7 91.9 17.5 129.7.3.5.6 1.1 1 1.6l80.2 138.5c13.3.4 27.7.5 43.2.5H227.2c44.3 0 79.9 0 109-3.2 36.3-4 62.3-12.9 82.4-32.9 29.3-29.2 34.9-71 36-138.7-46.8-80.8-78.5-135.5-78.6-135.6z"/><path fill="#FFF" d="M347.8 107.6c-66.5-66.4-174.4-66.4-241 0-66.5 66.4-66.5 174 0 240.3 66.5 66.4 174.4 66.4 241 0s66.6-174 0-240.3zm-10.2 78.1c-28.1 48.7-56.2 97.4-84.3 146.2-5.2 9.1-12.8 14.5-23.2 15.3-11.6.8-20.8-4.1-26.7-14.1-17.8-30.5-35.4-61.2-53-91.8-10.7-18.6-21.5-37.2-32.2-55.9-10.8-18.8 1.4-41.7 23-42.8 11.4-.6 20.2 4.7 26 14.6 7.9 13.5 15.7 27.2 23.6 40.8 5.7 9.8 11.2 19.7 17 29.3 8.4 14.1 20.8 22 37.3 23 23.3 1.4 45-15.5 47.8-40.2.2-1.8.3-3.7.4-4.6-.1-8-1.6-14.8-4.8-21.1-8.7-17.4.6-36.9 19.5-41.1 15.4-3.4 31.4 7.9 33.4 23.5 1 6.7-.4 13-3.8 18.9z"/></g></svg>
|
||||
|
Before Width: | Height: | Size: 1.4 KiB |
@@ -1 +0,0 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="2500" height="2500" viewBox="0.004 0 63.993 64"><path d="M63.04 39.741c-4.274 17.143-21.638 27.575-38.783 23.301C7.12 58.768-3.313 41.404.962 24.262 5.234 7.117 22.597-3.317 39.737.957c17.144 4.274 27.576 21.64 23.302 38.784z" fill="#f7931a"/><path d="M46.11 27.441c.636-4.258-2.606-6.547-7.039-8.074l1.438-5.768-3.512-.875-1.4 5.616c-.922-.23-1.87-.447-2.812-.662l1.41-5.653-3.509-.875-1.439 5.766c-.764-.174-1.514-.346-2.242-.527l.004-.018-4.842-1.209-.934 3.75s2.605.597 2.55.634c1.422.355 1.68 1.296 1.636 2.042l-1.638 6.571c.098.025.225.061.365.117l-.37-.092-2.297 9.205c-.174.432-.615 1.08-1.609.834.035.051-2.552-.637-2.552-.637l-1.743 4.02 4.57 1.139c.85.213 1.683.436 2.502.646l-1.453 5.835 3.507.875 1.44-5.772c.957.26 1.887.5 2.797.726L27.504 50.8l3.511.875 1.453-5.823c5.987 1.133 10.49.676 12.383-4.738 1.527-4.36-.075-6.875-3.225-8.516 2.294-.531 4.022-2.04 4.483-5.157zM38.087 38.69c-1.086 4.36-8.426 2.004-10.807 1.412l1.928-7.729c2.38.594 10.011 1.77 8.88 6.317zm1.085-11.312c-.99 3.966-7.1 1.951-9.083 1.457l1.748-7.01c1.983.494 8.367 1.416 7.335 5.553z" fill="#fff"/></svg>
|
||||
|
Before Width: | Height: | Size: 1.1 KiB |
@@ -1 +0,0 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="2500" height="2310" viewBox="0 0 2000 1848"><g fill="#3cc8c8"><path d="M975.46 5.46c43.59-22.73 96.8 30 73.64 73.55-13.45 35.5-64.45 44.94-90.5 17.88C931 70.92 940 19.59 975.46 5.46M506.61 56c26.48-10.9 60 13.36 57.3 42.22 2.81 31.33-35.5 54.39-62.49 39.5-35.76-13.85-31.67-71.9 5.19-81.72M1466.87 138.6c-41.38-5-47.93-70.06-8.09-83.16 30.9-15.07 59.25 13.19 63.77 42.48-6.48 25.01-27.42 47.91-55.68 40.68M613.29 255.55c44.27-28 107.44 13.7 100.63 65.12-2.3 51.92-71.26 82-110.17 46.9-37.62-27.57-31.92-90.82 9.54-112.02M1289.1 285.26c19.75-50.9 99.78-52.44 122.26-2.89 22.22 38.56-5.11 86.31-44.7 99.42-52.44 9.79-102.25-46.9-77.56-96.53M919 378.9c-.43-43.75 39.42-76.35 81-79.33 27.58 5.53 57.64 17.28 69.47 45.11 22.05 38.39 2.47 91.25-37.37 108.87-18.22 10.21-39.76 6.38-59.6 5.19-30.33-14.89-55.87-44.09-53.5-79.84M221.75 442.65c40.44-24.86 95 20.51 79.69 64.44-8.43 38-59.51 53.46-88.71 29.2-31.17-22.73-26.23-77.38 9.02-93.64M1719 442.57c34.31-26.64 90.93 3.92 86.84 47.24 2.3 39.5-46.65 69.29-80.71 48.95-37.51-16.86-41.34-74.57-6.13-96.19M1115.08 521.22c56.62-20.34 123.87 4 156.14 54.48 42.57 61.71 19.92 155.69-46.14 191.1-68.45 41.88-168.4 6.38-193.68-70.06-28.7-68.43 13.11-154.07 83.68-175.52M782.88 527.95c62.75-29.62 147.2-4.77 177.51 59.42 35.67 62.48 8.09 149.48-55.68 181.74-63.85 36.26-153.93 8.77-184.83-58.31-34.65-64.87-3.88-152.98 63-182.85M450.25 641.67c4.77-40.43 42.91-66.74 81.39-69.46 41.46 5 74.58 37.2 79.09 79.16-2.72 41.54-34.82 82.14-78.84 81.89-48.43 4.17-90.89-44.01-81.64-91.59M1432.73 581c49.72-28.94 118.76 13.19 116.55 70.31 3.41 60.52-73 103.17-122.51 67.67-51.43-29.56-47.42-112.81 5.96-137.98M647.69 794.3c58.15-16 124.64 11.41 153.16 64.86 31.24 53.8 18.47 128.54-30.05 168-62.23 57.88-177 34.64-210.12-44.35-38.06-72.41 8.17-169.45 87.01-188.51M1277.78 794c56.53-16.17 122.94 5.62 153.33 57.12 40.18 58.9 21 146.75-38.82 184.72-62.66 44.09-159.72 20.94-194.2-48-41.8-71.31.26-172.09 79.69-193.84M273.68 861.2c50.23-19 105.91 36.43 85.56 86.23-12.43 45.37-76.37 62.14-109.4 28.69-38.65-31.41-24.34-101.3 23.84-114.92M1635.18 933.47c-1.45-41.62 29-78.48 71.68-80.78 34.4 5.45 67.85 33.2 65.13 70.65 3.15 49.46-56.45 83.08-98.59 59.84-19.75-10.04-29.88-30.3-38.22-49.71M26.7 885.63c30.22-13.19 67.6 13 60.7 46.56-1.62 38-57.72 52.61-78.33 20.86C-9.14 931 1.76 897 26.7 885.63zM1932.13 884.87c21.28-15.15 55.42-4.26 63.85 20.6 14.3 27.15-11.92 64.35-42.48 59.76-42.9 3.91-56.78-61.47-21.37-80.36M811.83 1067.28c79.52-20.68 165 45.63 165.5 127.51 5.19 82.74-79 156.11-160.4 137-62.92-10.13-112.29-70.74-110.25-134.32-.17-60.81 45.72-117.33 105.15-130.19M1126.75 1067.11c80.71-22.56 168.74 44.94 167.46 128.71 4.26 81.21-77.3 152.11-157 136-75-9.7-130.34-92.1-109.4-164.88 10.57-48.5 51.09-87.94 98.94-99.83M519.56 1117.51c55.85-9.53 108.21 52.78 85.56 105.81-16.52 56.51-98.76 71.84-135.12 25.68-42.65-44.33-10.81-125.37 49.56-131.49M1443.11 1120c49.8-20.86 110.93 22.22 107.1 76.27 2 59.5-73.47 100.53-122.17 65.8-55.16-31.18-45.12-122.94 15.07-142.07M1701.25 1378.92c-19.5-36.35 15.92-84.53 56.28-77.8 20.09-.34 34.14 15.49 47 28.77 2.64 21.54 7.07 47.24-10.81 63.84-24.28 30.73-79.28 21.96-92.47-14.81M221.58 1311.24c37.72-25.11 92 12.34 83.52 56.44-4.51 39-53.64 61.29-86 39.16-34.73-20.09-33.45-77.29 2.48-95.6M966.78 1392.88c49.38-21.79 112.29 21.2 107.61 75.59 3.66 60.1-74.15 101.72-122.43 65.63-53.63-30.99-44.69-122.16 14.82-141.22M621.63 1473.4c42.06-22.13 98.5 16.09 94.67 63.16 1.28 38.65-36.44 71.59-74.58 65.88-31.59-.68-52.19-29-62.32-55.93.52-29.35 12.6-62.04 42.23-73.11M1320.77 1474.08c43.25-26.73 104.72 11.66 100.63 62 1.11 52.61-68.36 86.31-108.63 51.75-38.99-27.09-34.23-92.21 8-113.75M1442.35 1774.65c-19.24-29.11 3.41-64.18 34.65-70.82 25.12 5.11 51.68 24 46.4 53.12-3.66 39.41-61.3 51.5-81.05 17.7M477.24 1749.37c7.66-23.07 26.22-46 53.38-40 39.59 2.81 51.34 62.48 16.69 80.87-31.16 21.01-67.31-7.76-70.07-40.87M942.85 1775.84c7.58-34.13 51.76-50.73 80.88-32.6 19.24 8.26 24.86 29.79 29.8 48.09-2.64 9.53-5 19.07-7.32 28.6-11.92 14.13-27.24 28.26-47.08 27.75-36.87 4.32-70.13-37.36-56.28-71.84"/></g></svg>
|
||||
|
Before Width: | Height: | Size: 4.0 KiB |
@@ -1 +0,0 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2000 2000" width="2500" height="2500"><circle cx="1000" cy="1000" r="1000" fill="#2573c2"/><g fill="#fff"><path d="M1652.6 736.8a143.65 143.65 0 0 0-19.2-63.6c-10-20-27.8-35.6-48.6-43.6a143.51 143.51 0 0 0-68.4-15H628.8l-63.6 190.6h804.2l-127 389.6h-804l-63.6 190.6h891.8a246.33 246.33 0 0 0 77.8-15c25-14.2 53.6-28.6 77.8-48.6a382.69 382.69 0 0 0 63.6-63.6 432.2 432.2 0 0 0 39.2-73.4l117.8-370.4a137.38 137.38 0 0 0 9.8-77.6z"/><path d="M882.2 911.6H409l-63.6 176.2h478z"/></g></svg>
|
||||
|
Before Width: | Height: | Size: 538 B |
@@ -1 +0,0 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2000 2000" width="2500" height="2500"><circle cx="1000" cy="1000" r="1000"/><path fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="80" d="M680.39 725.61l319.58 1003.6-474.21-297.14 154.63-706.46L999.97 289v306.23l-474.21 836.84h948.9l-474.21-836.84V289l319.58 436.61 154.63 706.46-474.21 297.14 319.58-1003.6"/></svg>
|
||||
|
Before Width: | Height: | Size: 408 B |
@@ -1 +0,0 @@
|
||||
<svg width="1535" height="2500" viewBox="0 0 256 417" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid"><path fill="#343434" d="M127.961 0l-2.795 9.5v275.668l2.795 2.79 127.962-75.638z"/><path fill="#8C8C8C" d="M127.962 0L0 212.32l127.962 75.639V154.158z"/><path fill="#3C3C3B" d="M127.961 312.187l-1.575 1.92v98.199l1.575 4.6L256 236.587z"/><path fill="#8C8C8C" d="M127.962 416.905v-104.72L0 236.585z"/><path fill="#141414" d="M127.961 287.958l127.96-75.637-127.96-58.162z"/><path fill="#393939" d="M0 212.32l127.96 75.638v-133.8z"/></svg>
|
||||
|
Before Width: | Height: | Size: 556 B |
@@ -1 +0,0 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="2500" height="2500" viewBox="0.847 0.876 329.254 329.256"><title>Litecoin</title><path d="M330.102 165.503c0 90.922-73.705 164.629-164.626 164.629C74.554 330.132.848 256.425.848 165.503.848 74.582 74.554.876 165.476.876c90.92 0 164.626 73.706 164.626 164.627" fill="#bebebe"/><path d="M295.15 165.505c0 71.613-58.057 129.675-129.674 129.675-71.616 0-129.677-58.062-129.677-129.675 0-71.619 58.061-129.677 129.677-129.677 71.618 0 129.674 58.057 129.674 129.677" fill="#bebebe"/><path d="M155.854 209.482l10.693-40.264 25.316-9.249 6.297-23.663-.215-.587-24.92 9.104 17.955-67.608h-50.921l-23.481 88.23-19.605 7.162-6.478 24.395 19.59-7.156-13.839 51.998h135.521l8.688-32.362h-84.601" fill="#fff"/></svg>
|
||||
|
Before Width: | Height: | Size: 750 B |
@@ -1 +0,0 @@
|
||||
<svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 209.5 208" width="2500" height="2482"><style>.st0{fill:#f7a800}.st1{fill:#67b2e8}.st2{fill:#00c4b3}</style><path d="M104.8 208l-1.2-.6C56.8 180 21.4 134.8 7 80.8c-2.3-8.5-4-17.2-5.2-26C.7 46 .1 37.1 0 28.2c0-1.5-.2-1.3 1.2-2 17.6-10 36.2-17.3 55.9-21.9 7.3-1.7 14.6-3 22-3.9 10.2-1.2 20.4-1.7 30.7-1.5 5.8.1 11.5.5 17.2 1.1 28.7 3.1 55.6 11.7 80.8 25.8.4.2.7.4 1.1.6.4.2.6.5.6 1v1.5c-.1 5.2-.3 10.3-.7 15.5-.6 7.4-1.6 14.7-3 22-3 15.7-7.7 30.8-14.2 45.3-10.3 23.1-24.4 43.7-42.2 61.7-12.8 13-27.1 24.2-42.9 33.5-.6.4-1.1.7-1.7 1.1zM9.6 33.3v1.2c0 7.3.5 14.7 1.4 21.9.8 6.6 1.9 13.1 3.4 19.6.3 1.1.6 2.2 1.1 3.3 9 19.1 29.8 29.3 50.4 24.6 15.7-3.6 28.5-15.7 32.8-31.2 1.2-4.3 1.6-8.7 1.8-13.1.1-2.9.4-5.8.9-8.7 3.4-17.6 15.1-32.1 31.6-39 .9-.4 1.9-.7 2.8-1.1.1-.1.3-.1.3-.3-2.6-.9-18.1-2.5-27.4-2.7-20-.4-39.6 2.2-58.7 8-14.2 4.3-27.6 10.1-40.4 17.5zm147.5 119.8c.5-.3.8-.7 1-1 4-5 7.8-10.2 11.3-15.6 12.5-19.4 21.3-40.3 26.2-62.9 1.7-7.7 2.8-15.4 3.5-23.2.5-5.3.7-10.6.7-16 0-.4 0-.7-.1-1.1l-1.5-.9c-4.1-2.3-8.3-4.5-12.5-6.5-6.2-2.9-12.4-5.5-18.9-7.6-7.9-2.5-15.9-2.8-23.9-.8-22.9 5.5-37.6 28-33.2 51.1 2.4 12.8 9.3 22.8 20.3 29.8.7.5 1.5.9 2.2 1.4 8.1 4.9 14.4 11.6 18.9 19.9 4.8 8.7 6.9 18.1 6.3 28 .1 1.7-.1 3.5-.3 5.4zm-52.3 44.7c.4-.2.9-.5 1.3-.8 12.6-7.4 24.2-16.2 34.8-26.2.7-.6 1.2-1.4 1.6-2.2.7-1.3 1.4-2.7 2-4 5-10.4 6.1-21.2 2.8-32.4-6.5-21.6-27.3-34-48.2-31.4-6 .7-11.5 2.6-16.7 5.6-9.9 5.6-20.5 7.9-31.9 6.8-5.6-.5-10.9-2-16-4.2-4-1.8-7.8-4-11.2-6.7-.2-.2-.5-.3-1-.6.1.5.2.8.3 1 4.5 11.4 10 22.2 16.5 32.5 7.1 11.1 15.2 21.4 24.4 30.8 9.2 9.4 19.3 17.8 30.2 25.1 5 3.2 9.7 6.1 11.1 6.7z"/><path class="st0" d="M9.6 33.3c12.8-7.4 26.2-13.2 40.3-17.4 19.2-5.7 38.7-8.4 58.7-8 9.3.2 24.8 1.7 27.4 2.7.1.2-.1.3-.3.3-.9.4-1.9.7-2.8 1.1-16.5 6.9-28.2 21.4-31.6 39-.5 2.9-.8 5.8-.9 8.7-.1 4.4-.5 8.8-1.8 13.1-4.4 15.5-17.1 27.6-32.8 31.2-20.6 4.7-41.4-5.5-50.4-24.6-.5-1.1-.9-2.2-1.1-3.3-1.5-6.5-2.6-13-3.4-19.6-.9-7.3-1.4-14.6-1.4-21.9.1-.5.1-.8.1-1.3z"/><path class="st1" d="M157.1 153.1c.2-1.9.4-3.6.5-5.4.5-9.9-1.6-19.3-6.3-28-4.5-8.3-10.8-14.9-18.9-19.9-.7-.5-1.5-.9-2.2-1.4-11.1-7-17.9-16.9-20.3-29.8-4.3-23.2 10.3-45.6 33.2-51.1 8.1-1.9 16-1.7 23.9.8 6.5 2 12.7 4.7 18.9 7.6 4.3 2 8.4 4.2 12.5 6.5.5.3.9.5 1.5.9 0 .4.1.7.1 1.1 0 5.3-.3 10.7-.7 16-.7 7.8-1.9 15.6-3.5 23.2-4.9 22.6-13.6 43.5-26.2 62.9-3.5 5.4-7.3 10.6-11.3 15.6-.4.3-.6.7-1.2 1z"/><path class="st2" d="M104.8 197.8c-1.5-.6-6.1-3.4-11-6.7-10.9-7.3-21-15.7-30.2-25.1s-17.4-19.7-24.4-30.8c-6.6-10.3-12.1-21.1-16.5-32.5-.1-.3-.2-.5-.3-1 .5.3.7.4 1 .6 3.5 2.7 7.2 5 11.2 6.7 5.1 2.2 10.4 3.7 16 4.2 11.3 1.1 21.9-1.2 31.9-6.8 5.2-2.9 10.8-4.8 16.7-5.6 20.9-2.6 41.7 9.8 48.2 31.4 3.3 11.1 2.3 21.9-2.8 32.4-.7 1.4-1.3 2.7-2 4-.4.8-.9 1.6-1.6 2.2-10.6 10-22.2 18.8-34.8 26.2-.5.3-1 .6-1.4.8z"/></svg>
|
||||
|
Before Width: | Height: | Size: 2.8 KiB |
@@ -1 +0,0 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1850 2000" width="2500" height="2500"><defs><linearGradient id="a" x1="75" x2="1925" gradientUnits="userSpaceOnUse"><stop stop-color="#11aae2"/><stop offset=".59" stop-color="#0880b7"/><stop offset="1" stop-color="#016197"/></linearGradient></defs><path d="M1297.93 53.81c-131.41 77.2-209.22 216.61-209.22 363.62 0 77.2 31 155 69.81 224.41 31 62 46.2 170.21-62 224.41-77.21 46.2-178.22 15.4-224.42-62-46.21-62-100.41-124-170.22-170.21-131.41-77.2-286.43-77.2-417.85 0S75 851 75 998.05s77.21 286.41 209 363.82c131.41 77.2 286.43 77.2 417.85 0 69.81-38.8 124-100.4 162.42-170.21 31-54.2 116.21-124 224.42-62 77.21 46.2 100.41 147.21 62 224.41-38.8 69.8-62 147.21-62 224.41 0 147.21 77.21 286.41 209.22 363.62 131.41 77.2 286.43 77.2 417.85 0S1925 1725.49 1925 1578.48s-77.41-286.41-209.22-363.82c-69.81-38.8-147.22-54.2-232.23-54.2-69.81 0-162.42-46.2-162.42-162.41 0-93 69.81-162.41 162.42-162.41 77.21 0 162.42-15.4 232.23-54.2C1847.19 704.24 1925 564.83 1925 417.83s-77.41-286.41-209.22-363.62c-62-38.8-139.22-54.2-209-54.2-69.41-.4-147.22 15.4-208.82 53.8" transform="translate(-75)" fill="url(#a)"/></svg>
|
||||
|
Before Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 4.5 KiB |
|
Before Width: | Height: | Size: 6.0 KiB |
|
Before Width: | Height: | Size: 3.3 KiB |
|
Before Width: | Height: | Size: 5.0 KiB |
|
Before Width: | Height: | Size: 3.7 KiB |
|
Before Width: | Height: | Size: 5.6 KiB |
|
Before Width: | Height: | Size: 4.0 KiB |
|
Before Width: | Height: | Size: 4.1 KiB |
|
Before Width: | Height: | Size: 6.9 KiB |
|
Before Width: | Height: | Size: 4.3 KiB |
|
Before Width: | Height: | Size: 5.0 KiB |
|
Before Width: | Height: | Size: 3.0 KiB |
|
Before Width: | Height: | Size: 7.0 KiB |
|
Before Width: | Height: | Size: 5.3 KiB |
|
Before Width: | Height: | Size: 2.5 KiB |
|
Before Width: | Height: | Size: 4.6 KiB |
|
Before Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 3.7 KiB |
|
Before Width: | Height: | Size: 4.3 KiB |
|
Before Width: | Height: | Size: 2.6 KiB |
|
Before Width: | Height: | Size: 6.2 KiB |
|
Before Width: | Height: | Size: 18 KiB |
|
Before Width: | Height: | Size: 3.3 KiB |
|
Before Width: | Height: | Size: 4.9 KiB |
|
Before Width: | Height: | Size: 6.4 KiB |
|
Before Width: | Height: | Size: 10 KiB |
|
Before Width: | Height: | Size: 6.6 KiB |
|
Before Width: | Height: | Size: 3.6 KiB |
|
Before Width: | Height: | Size: 3.2 KiB |
|
Before Width: | Height: | Size: 4.4 KiB |
|
Before Width: | Height: | Size: 4.8 KiB |
|
Before Width: | Height: | Size: 5.1 KiB |
|
Before Width: | Height: | Size: 3.2 KiB |
|
Before Width: | Height: | Size: 4.3 KiB |
|
Before Width: | Height: | Size: 4.0 KiB |
|
Before Width: | Height: | Size: 4.6 KiB |
|
Before Width: | Height: | Size: 4.1 KiB |
|
Before Width: | Height: | Size: 5.2 KiB |
|
Before Width: | Height: | Size: 2.5 KiB |
|
Before Width: | Height: | Size: 3.9 KiB |
|
Before Width: | Height: | Size: 5.3 KiB |
|
Before Width: | Height: | Size: 4.4 KiB |
|
Before Width: | Height: | Size: 4.9 KiB |
|
Before Width: | Height: | Size: 3.6 KiB |
|
Before Width: | Height: | Size: 6.8 KiB |
|
Before Width: | Height: | Size: 4.5 KiB |
|
Before Width: | Height: | Size: 3.9 KiB |
|
Before Width: | Height: | Size: 3.5 KiB |
|
Before Width: | Height: | Size: 3.2 KiB |
|
Before Width: | Height: | Size: 3.4 KiB |
|
Before Width: | Height: | Size: 6.4 KiB |
|
Before Width: | Height: | Size: 3.0 KiB |
|
Before Width: | Height: | Size: 4.3 KiB |
|
Before Width: | Height: | Size: 5.2 KiB |
|
Before Width: | Height: | Size: 5.0 KiB |
|
Before Width: | Height: | Size: 3.3 KiB |
|
Before Width: | Height: | Size: 6.8 KiB |
|
Before Width: | Height: | Size: 5.7 KiB |
|
Before Width: | Height: | Size: 5.1 KiB |