Created and added new logo
This commit is contained in:
parent
774fbdb8b7
commit
84688d0b64
4 changed files with 7 additions and 1 deletions
|
@ -82,4 +82,8 @@
|
|||
- Tweaked values of `mark` color variants to be less strict but still pass the WCAG AA test and most other tests (sometimes they won't pass the WCAG AAA test but that's ok).
|
||||
- Added mixin for `mark` elements (`make-mark-alt-style`) to make style variants (`tag` and `bubble`). Optimized.
|
||||
- Added some more text to demo index.
|
||||
- Deployed live demo index.
|
||||
- Deployed live demo index.
|
||||
- Created svg logo.
|
||||
- Added logo to demo page.
|
||||
- Created favicon from logo.
|
||||
- Added favicon to demo page.
|
||||
|
|
BIN
docs/v2/favicon.PNG
Normal file
BIN
docs/v2/favicon.PNG
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.8 KiB |
|
@ -16,6 +16,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<span style="text-align: center;">
|
||||
<img src="mini-logo.svg" style="display: block; height: 80px; width: 84px; margin: 10px auto -14px; background: #00802b; border-radius: 6px; padding: 8px; padding-top: 12px;">
|
||||
<h1>mini.css v2.0 - <span style="color: #00802b; line-height: 1em;">Fermion</span><small>Minimal responsive style-agnostic front end framework</small></h1>
|
||||
<p style="margin-top: -1em;">
|
||||
<a class="github-button" href="https://github.com/chalarangelo/mini.css" data-icon="octicon-eye" data-count-href="/chalarangelo/mini.css/watchers" data-count-api="/repos/chalarangelo/mini.css#subscribers_count" data-count-aria-label="# watchers on GitHub" aria-label="Watch chalarangelo/mini.css on GitHub">Watch</a>
|
||||
|
|
1
docs/v2/mini-logo.svg
Normal file
1
docs/v2/mini-logo.svg
Normal file
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="401px" height="520px" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="239 62 131 170" preserveAspectRatio="xMidYMid meet" ><rect id="svgEditorBackground" x="0" y="0" width="1160" height="520" style="fill: none; stroke: none;"/><g id="e605_group" transform="matrix(1.2583, 0, 0, 1.2583, -50.238, -27.3693)"><circle id="e401_circle" cx="300.899" cy="92.3735" style="stroke-width: 6px;" stroke="white" r="10.0499" fill="white" transform="matrix(0.837071, 0, 0, 0.837071, 46.4308, 12.3787)"/><path d="M281.412,149.35 c-13.5,23.5 23,37 21.5,-22.5" style="fill: none; stroke-width: 3px; stroke-linecap: round; stroke-linejoin: round;" stroke="white" id="e402_arc3" transform="matrix(1.38342, 0, 0, 1.38342, -117.247, -48.1062)"/></g><g id="e630_group" transform="matrix(1.2583, 0, 0, 1.2583, -50.238, -27.3693)"><path d="M299,90 c-65,-12 -87,55 2.5,37.5" style="fill: none; stroke-width: 3px; stroke-linecap: round; stroke-linejoin: miter;" stroke="white" id="e631_arc3"/></g></svg>
|
After Width: | Height: | Size: 1 KiB |
Loading…
Reference in a new issue