replacing text on top banner

This commit is contained in:
Ryan Riggin 2019-04-10 07:06:01 -05:00
parent e455d2c724
commit 5c9ac2b704
5 changed files with 24 additions and 12 deletions

2
.tool-versions Normal file
View File

@ -0,0 +1,2 @@
nodejs 10.15.1
ruby 2.3.0

View File

@ -24,7 +24,7 @@ GEM
toml (~> 0.1.0)
less (2.5.1)
commonjs (~> 0.2.7)
libv8 (3.16.14.15)
libv8 (3.16.14.19)
liquid (2.5.5)
listen (1.3.1)
rb-fsevent (>= 0.9.3)
@ -46,8 +46,8 @@ GEM
ref (2.0.0)
safe_yaml (1.0.4)
sass (3.4.19)
therubyracer (0.12.2)
libv8 (~> 3.16.14.0)
therubyracer (0.12.3)
libv8 (~> 3.16.14.15)
ref
toml (0.1.2)
parslet (~> 1.5.0)
@ -65,4 +65,4 @@ DEPENDENCIES
therubyracer
BUNDLED WITH
1.13.2
2.0.1

5
package-lock.json generated Normal file
View File

@ -0,0 +1,5 @@
{
"name": "font-awesome",
"version": "4.7.0",
"lockfileVersion": 1
}

View File

@ -3,10 +3,16 @@
"description": "The iconic font and CSS framework",
"version": "4.7.0",
"style": "css/font-awesome.css",
"keywords": ["font", "awesome", "fontawesome", "icon", "bootstrap"],
"keywords": [
"font",
"awesome",
"fontawesome",
"icon",
"bootstrap"
],
"homepage": "http://fontawesome.io/",
"bugs": {
"url" : "http://github.com/FortAwesome/Font-Awesome/issues"
"url": "http://github.com/FortAwesome/Font-Awesome/issues"
},
"author": {
"name": "Dave Gandy",
@ -36,9 +42,8 @@
}
],
"license": "(OFL-1.1 AND MIT)",
"dependencies": {
},
"engines" : {
"node" : ">=0.10.3"
"dependencies": {},
"engines": {
"node": ">=0.10.3"
}
}

View File

@ -2,11 +2,11 @@
<div class="container">
<div class="message-container">
<div class="tagline">
<strong>Font Awesome 5 released!</strong> New icons, SVG, ligatures, &amp; tons more.
<strong>Now serving v5.8.1</strong>. More icons. New Styles. Human Support.
</div>
<div class="action">
<a id="rotating-url" class="btn btn-primary btn-lg btn-block" href="https://fontawesome.com/?utm_source=v4_homepage&utm_medium=display&utm_campaign=fa5_released&utm_content=banner" target="_blank">
Font Awesome 5 &nbsp;<i class='fas fas-external-link'></i>
Get the Latest &nbsp;<i class='fas fas-external-link'></i>
</a>
</div>
</div>