mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2025-04-02 22:59:14 +08:00
replacing text on top banner
This commit is contained in:
parent
e455d2c724
commit
5c9ac2b704
2
.tool-versions
Normal file
2
.tool-versions
Normal file
@ -0,0 +1,2 @@
|
||||
nodejs 10.15.1
|
||||
ruby 2.3.0
|
@ -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
5
package-lock.json
generated
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"name": "font-awesome",
|
||||
"version": "4.7.0",
|
||||
"lockfileVersion": 1
|
||||
}
|
17
package.json
17
package.json
@ -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"
|
||||
}
|
||||
}
|
||||
|
@ -2,11 +2,11 @@
|
||||
<div class="container">
|
||||
<div class="message-container">
|
||||
<div class="tagline">
|
||||
<strong>Font Awesome 5 released!</strong> New icons, SVG, ligatures, & 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 <i class='fas fas-external-link'></i>
|
||||
Get the Latest <i class='fas fas-external-link'></i>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user