mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2025-04-07 00:47:15 +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)
|
toml (~> 0.1.0)
|
||||||
less (2.5.1)
|
less (2.5.1)
|
||||||
commonjs (~> 0.2.7)
|
commonjs (~> 0.2.7)
|
||||||
libv8 (3.16.14.15)
|
libv8 (3.16.14.19)
|
||||||
liquid (2.5.5)
|
liquid (2.5.5)
|
||||||
listen (1.3.1)
|
listen (1.3.1)
|
||||||
rb-fsevent (>= 0.9.3)
|
rb-fsevent (>= 0.9.3)
|
||||||
@ -46,8 +46,8 @@ GEM
|
|||||||
ref (2.0.0)
|
ref (2.0.0)
|
||||||
safe_yaml (1.0.4)
|
safe_yaml (1.0.4)
|
||||||
sass (3.4.19)
|
sass (3.4.19)
|
||||||
therubyracer (0.12.2)
|
therubyracer (0.12.3)
|
||||||
libv8 (~> 3.16.14.0)
|
libv8 (~> 3.16.14.15)
|
||||||
ref
|
ref
|
||||||
toml (0.1.2)
|
toml (0.1.2)
|
||||||
parslet (~> 1.5.0)
|
parslet (~> 1.5.0)
|
||||||
@ -65,4 +65,4 @@ DEPENDENCIES
|
|||||||
therubyracer
|
therubyracer
|
||||||
|
|
||||||
BUNDLED WITH
|
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
|
||||||
|
}
|
11
package.json
11
package.json
@ -3,7 +3,13 @@
|
|||||||
"description": "The iconic font and CSS framework",
|
"description": "The iconic font and CSS framework",
|
||||||
"version": "4.7.0",
|
"version": "4.7.0",
|
||||||
"style": "css/font-awesome.css",
|
"style": "css/font-awesome.css",
|
||||||
"keywords": ["font", "awesome", "fontawesome", "icon", "bootstrap"],
|
"keywords": [
|
||||||
|
"font",
|
||||||
|
"awesome",
|
||||||
|
"fontawesome",
|
||||||
|
"icon",
|
||||||
|
"bootstrap"
|
||||||
|
],
|
||||||
"homepage": "http://fontawesome.io/",
|
"homepage": "http://fontawesome.io/",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "http://github.com/FortAwesome/Font-Awesome/issues"
|
"url": "http://github.com/FortAwesome/Font-Awesome/issues"
|
||||||
@ -36,8 +42,7 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"license": "(OFL-1.1 AND MIT)",
|
"license": "(OFL-1.1 AND MIT)",
|
||||||
"dependencies": {
|
"dependencies": {},
|
||||||
},
|
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=0.10.3"
|
"node": ">=0.10.3"
|
||||||
}
|
}
|
||||||
|
@ -2,11 +2,11 @@
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="message-container">
|
<div class="message-container">
|
||||||
<div class="tagline">
|
<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>
|
||||||
<div class="action">
|
<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">
|
<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>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user