mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Add new svg logo
This commit is contained in:
12
docs/_includes/svg/bulma-icon.svg
Normal file
12
docs/_includes/svg/bulma-icon.svg
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg width="480px" height="480px" viewBox="0 0 480 480" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<!-- Generator: Sketch 40 (33762) - http://www.bohemiancoding.com/sketch -->
|
||||
<title>bulma-icon</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="bulma-icon" fill="#11E4C4">
|
||||
<polygon id="Path" points="136 296 156 156 236 76 336 176 276 236 356 316 236 396"></polygon>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 631 B |
@@ -85,6 +85,10 @@ $twitter: #55acee
|
||||
margin-bottom: 40px
|
||||
vertical-align: top
|
||||
width: 240px
|
||||
svg
|
||||
display: block
|
||||
height: 240px
|
||||
width: 240px
|
||||
+mobile
|
||||
border-radius: 10px
|
||||
height: 120px
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -13,7 +13,7 @@ route: index
|
||||
<div class="hero-body">
|
||||
<div class="container">
|
||||
<p id="b">
|
||||
<img src="{{ site.baseurl }}/images/b.png" alt="{{ site.title }}">
|
||||
{% include svg/bulma-icon.svg %}
|
||||
</p>
|
||||
<h1 class="title">
|
||||
Bulma
|
||||
|
||||
Reference in New Issue
Block a user