1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-31 18:50:14 +02:00

add beta tag

This commit is contained in:
Kushagra Gour
2018-01-13 09:13:15 +05:30
parent 80b07c85b1
commit a01c5d0adc
3 changed files with 18 additions and 2 deletions

View File

@@ -238,7 +238,7 @@
</div>
<a href="https://webmakerapp.com/" target="_blank"><div class="logo"></div></a>
&copy; Web Maker &nbsp;&nbsp;
&copy;<span class="web-maker-with-tag">Web Maker</span> &nbsp;&nbsp;
<a d-open-modal="helpModal" data-event-category="ui" data-event-action="helpButtonClick" class="footer__link hint--rounded hint--top-right" aria-label="Help">
<svg style="width:20px; height:20px; vertical-align:text-bottom" viewBox="0 0 24 24">
<path d="M15.07,11.25L14.17,12.17C13.45,12.89 13,13.5 13,15H11V14.5C11,13.39 11.45,12.39 12.17,11.67L13.41,10.41C13.78,10.05 14,9.55 14,9C14,7.89 13.1,7 12,7A2,2 0 0,0 10,9H8A4,4 0 0,1 12,5A4,4 0 0,1 16,9C16,9.88 15.64,10.67 15.07,11.25M13,19H11V17H13M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12C22,6.47 17.5,2 12,2Z" />

View File

@@ -4,7 +4,7 @@
</svg>
</a>
<h1>Web Maker<small style="font-size:14px;"> v2.9.6</small></h1>
<h1><div class="web-maker-with-tag">Web Maker</div><small style="font-size:14px;"> v2.9.6</small></h1>
<div>
<p>Made with <span style="margin-right: 8px;">💖</span> & <span style="margin-right: 8px;">🙌</span> by <a href="https://twitter.com/chinchang457" target="_blank">Kushagra Gour</a></p>

View File

@@ -958,6 +958,22 @@ transition: 0.25s ease;
.kbd-shortcut__details {
display: inline-block;
}
.web-maker-with-tag {
position: relative;
display: inline-block;
}
.web-maker-with-tag:after {
content: 'BETA';
position: relative;
left: 3px;
top: -10px;
border-radius: 4px;
background: #b76b29;
color: white;
letter-spacing: 0.6px;
padding: 2px;
font-size: 10px;
}
body.is-logged-in .hide-on-login,
body:not(.is-logged-in) .hide-on-logout {