Release 5.0.0-beta4
This commit is contained in:
@@ -7,11 +7,11 @@
|
||||
|
||||
<title>Getting Started - Font Awesome 5</title>
|
||||
|
||||
<script defer src="../js/packs/light.js"></script>
|
||||
<script defer src="../js/packs/regular.js"></script>
|
||||
<script defer src="../js/packs/solid.js"></script>
|
||||
<script defer src="../js/packs/brands.js"></script>
|
||||
<script defer src="../js/fontawesome.js"></script>
|
||||
<script defer src="../js/packs/light.min.js"></script>
|
||||
<script defer src="../js/packs/regular.min.js"></script>
|
||||
<script defer src="../js/packs/solid.min.js"></script>
|
||||
<script defer src="../js/packs/brands.min.js"></script>
|
||||
<script defer src="../js/fontawesome.min.js"></script>
|
||||
|
||||
<noscript>
|
||||
<link rel="stylesheet" href="../css/font-awesome-core.css">
|
||||
@@ -30,7 +30,7 @@
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.6.0/components/prism-markup.min.js"></script>
|
||||
<script>
|
||||
document.addEventListener('DOMContentLoaded', function () {
|
||||
document.querySelectorAll('[data-example-container]').forEach(function (example) {
|
||||
_.forEach(document.querySelectorAll('[data-example-container]'), function (example) {
|
||||
var exampleContainer = document.getElementById(example.getAttribute('data-example-container'))
|
||||
var indentLevel = example.innerHTML.indexOf('<')
|
||||
var exampleCode = example.innerHTML.split('\n').map(function (e) { return e.slice(indentLevel - 1) }).join('\n')
|
||||
@@ -38,7 +38,7 @@
|
||||
exampleContainer.innerHTML = '<div class="pa3 pre"><code class="mt0" style="color: #afafaf;">' + Prism.highlight(exampleCode, Prism.languages.markup).trim() + '</code></div>'
|
||||
})
|
||||
|
||||
document.querySelectorAll('[data-highlight]').forEach(function (element) {
|
||||
_.forEach(document.querySelectorAll('[data-highlight]'), function (element) {
|
||||
var indentLevel = element.innerHTML.indexOf('<')
|
||||
var exampleCode = _.unescape(element.innerHTML.split('\n').map(function (e) { return e.slice(indentLevel - 1) }).join('\n'))
|
||||
|
||||
@@ -712,7 +712,7 @@
|
||||
<h2 class="mt0 mb2 b f5">Questions? Comments? Feedback?</h2>
|
||||
|
||||
<p class="mv0 f3 lh-copy gray7">
|
||||
We're still in beta land with Font Awesome 5, so we need your help. Please provide <a href="https://github.com/FortAwesome/Font-Awesome-Pro/issues/594" class="link blue4 underline-hover hover-blue" target="_blank">feedback about this release specifically in our designated thread</a>. Design feedback, bugs and questions are welcome there. For future feature and icon requests, check out <a href="https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/CONTRIBUTING.md" class="link blue4 underline-hover hover-blue" target="_blank">our contributing doc</a>.
|
||||
We're still in beta land with Font Awesome 5, so we need your help. Please provide <a href="https://github.com/FortAwesome/Font-Awesome-Pro/issues/601" class="link blue4 underline-hover hover-blue" target="_blank">feedback about this release specifically in our designated thread</a>. Design feedback, bugs and questions are welcome there. For future feature and icon requests, check out <a href="https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/CONTRIBUTING.md" class="link blue4 underline-hover hover-blue" target="_blank">our contributing doc</a>.
|
||||
</p>
|
||||
</section>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user