1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-02-24 07:03:13 +01:00
php-web-maker/app/partials/help-modal.html

74 lines
2.8 KiB
HTML
Raw Normal View History

2018-01-10 04:02:21 +05:30
<a d-click="onModalCloseBtnClick" href="" aria-label="Close help modal" title="Close" class="js-modal__close-btn modal__close-btn">
<svg>
<use xlink:href="#cross-icon"></use>
</svg>
</a>
2018-04-11 10:30:56 +05:30
<h1>
<div class="web-maker-with-tag">Web Maker</div>
2018-05-16 23:52:59 +05:30
<small style="font-size:14px;"> v3.2.0</small>
2018-04-11 10:30:56 +05:30
</h1>
2018-01-10 04:02:21 +05:30
<div>
2018-04-11 10:30:56 +05:30
<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>
2018-04-23 00:54:47 +05:30
<p>
<a href="/docs" target="_blank">Read the documentation</a>.
</p>
2018-04-11 10:30:56 +05:30
<p>Tweet out your feature requests, comments & suggestions to
<a target="_blank" href="https://twitter.com/webmakerApp">@webmakerApp</a>.</p>
<p>Like this extension? Please
<a href="https://chrome.google.com/webstore/detail/web-maker/lkfkkhfhhdkiemehlpkgjeojomhpccnh/reviews" target="_blank">rate it here</a>.</p>
2018-01-10 04:02:21 +05:30
<p>
2018-05-16 23:52:59 +05:30
<button aria-label="Support the developer" d-click="openSupportDeveloperModal" data-event-action="supportDeveloperHelpBtnClick"
2018-04-11 10:30:56 +05:30
class="btn btn-icon">
<svg>
<use xlink:href="#gift-icon"></use>
2018-05-16 23:52:59 +05:30
</svg>Support the developer</button>
2018-04-11 10:30:56 +05:30
<a aria-label="Rate Web Maker" href="https://chrome.google.com/webstore/detail/web-maker/lkfkkhfhhdkiemehlpkgjeojomhpccnh/reviews"
target="_blank" class="btn btn-icon">
<svg>
<use xlink:href="#heart-icon"></use>
</svg>Share Web Maker</a>
<a aria-label="Chat" href="https://web-maker.slack.com" target="_blank" class="btn btn-icon">
<svg>
<use xlink:href="#chat-icon"></use>
</svg>Chat</a>
<a aria-label="Report a Bug" href="https://github.com/chinchang/web-maker/issues" target="_blank" class="btn btn-icon">
<svg>
<use xlink:href="#bug-icon"></use>
</svg>Report a bug</a>
2018-01-10 04:02:21 +05:30
</p>
<p>
<h3>Awesome libraries used</h3>
<ul>
2018-04-11 10:30:56 +05:30
<li>
<a target="_blank" href="https://kushagragour.in/lab/hint/">Hint.css</a> &
<a target="_blank" href="https://github.com/chinchang/screenlog.js">Screenlog.js</a> - By me :)</li>
<li>
<a target="_blank" href="https://nathancahill.github.io/Split.js/">Split.js</a> - Nathan Cahill</li>
<li>
<a target="_blank" href="https://codemirror.net/">Codemirror</a> - Marijn Haverbeke</li>
<li>
<a target="_blank" href="https://emmet.io/">Emmet</a> - Sergey Chikuyonok</li>
<li>
<a target="_blank" href="http://esprima.org/">Esprima</a> - Ariya Hidayat</li>
<li>
<a target="_blank" href="https://github.com/enjalot/Inlet">Inlet</a> - Ian Johnson</li>
<li>
<a target="_blank" href="https://webmakerapp.com/">Web Maker!</a> - whhat!</li>
2018-01-10 04:02:21 +05:30
</ul>
</p>
<p>
<h3>License</h3>
2018-04-11 10:30:56 +05:30
"Web Maker" is
<a target="_blank" href="https://github.com/chinchang/web-maker">open-source</a> under the
<a href="https://opensource.org/licenses/MIT" target="_blank">MIT License</a>.
2018-01-10 04:02:21 +05:30
</p>
2018-04-11 10:30:56 +05:30
</div>