Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
icons
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gargantext
icons
Commits
0efe59b8
Commit
0efe59b8
authored
May 13, 2014
by
Dave Gandy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
adding yahoo and google brand icons #75
parent
b64a575a
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
36 additions
and
1 deletion
+36
-1
font-awesome.css
css/font-awesome.css
+6
-0
font-awesome.min.css
css/font-awesome.min.css
+6
-0
FontAwesome.otf
fonts/FontAwesome.otf
+0
-0
icons.less
less/icons.less
+2
-0
variables.less
less/variables.less
+2
-0
_icons.scss
scss/_icons.scss
+2
-0
_variables.scss
scss/_variables.scss
+2
-0
icon_page_generator.rb
src/_plugins/icon_page_generator.rb
+1
-1
FontAwesome.otf
src/assets/font-awesome/fonts/FontAwesome.otf
+0
-0
icons.yml
src/icons.yml
+15
-0
No files found.
css/font-awesome.css
View file @
0efe59b8
...
...
@@ -1352,3 +1352,9 @@
.fa-graduation-cap
:before
{
content
:
"\f19d"
;
}
.fa-yahoo
:before
{
content
:
"\f19e"
;
}
.fa-google
:before
{
content
:
"\f1a0"
;
}
css/font-awesome.min.css
View file @
0efe59b8
...
...
@@ -1352,3 +1352,9 @@
.fa-graduation-cap
:before
{
content
:
"\f19d"
;
}
.fa-yahoo
:before
{
content
:
"\f19e"
;
}
.fa-google
:before
{
content
:
"\f1a0"
;
}
fonts/FontAwesome.otf
View file @
0efe59b8
No preview for this file type
less/icons.less
View file @
0efe59b8
...
...
@@ -419,3 +419,5 @@
.@{fa-css-prefix}-university:before { content: @fa-var-university; }
.@{fa-css-prefix}-mortar-board:before,
.@{fa-css-prefix}-graduation-cap:before { content: @fa-var-graduation-cap; }
.@{fa-css-prefix}-yahoo:before { content: @fa-var-yahoo; }
.@{fa-css-prefix}-google:before { content: @fa-var-google; }
less/variables.less
View file @
0efe59b8
...
...
@@ -178,6 +178,7 @@
@fa-var-gittip: "\f184";
@fa-var-glass: "\f000";
@fa-var-globe: "\f0ac";
@fa-var-google: "\f1a0";
@fa-var-google-plus: "\f0d5";
@fa-var-google-plus-square: "\f0d4";
@fa-var-graduation-cap: "\f19d";
...
...
@@ -382,6 +383,7 @@
@fa-var-wrench: "\f0ad";
@fa-var-xing: "\f168";
@fa-var-xing-square: "\f169";
@fa-var-yahoo: "\f19e";
@fa-var-youtube: "\f167";
@fa-var-youtube-play: "\f16a";
@fa-var-youtube-square: "\f166";
...
...
scss/_icons.scss
View file @
0efe59b8
...
...
@@ -185,6 +185,7 @@
.
#{
$fa-css-prefix
}
-gittip
:before
{
content
:
$fa-var-gittip
;
}
.
#{
$fa-css-prefix
}
-glass
:before
{
content
:
$fa-var-glass
;
}
.
#{
$fa-css-prefix
}
-globe
:before
{
content
:
$fa-var-globe
;
}
.
#{
$fa-css-prefix
}
-google
:before
{
content
:
$fa-var-google
;
}
.
#{
$fa-css-prefix
}
-google-plus
:before
{
content
:
$fa-var-google-plus
;
}
.
#{
$fa-css-prefix
}
-google-plus-square
:before
{
content
:
$fa-var-google-plus-square
;
}
.
#{
$fa-css-prefix
}
-mortar-board
:before
,
...
...
@@ -416,6 +417,7 @@
.
#{
$fa-css-prefix
}
-wrench
:before
{
content
:
$fa-var-wrench
;
}
.
#{
$fa-css-prefix
}
-xing
:before
{
content
:
$fa-var-xing
;
}
.
#{
$fa-css-prefix
}
-xing-square
:before
{
content
:
$fa-var-xing-square
;
}
.
#{
$fa-css-prefix
}
-yahoo
:before
{
content
:
$fa-var-yahoo
;
}
.
#{
$fa-css-prefix
}
-youtube
:before
{
content
:
$fa-var-youtube
;
}
.
#{
$fa-css-prefix
}
-youtube-play
:before
{
content
:
$fa-var-youtube-play
;
}
.
#{
$fa-css-prefix
}
-youtube-square
:before
{
content
:
$fa-var-youtube-square
;
}
scss/_variables.scss
View file @
0efe59b8
...
...
@@ -178,6 +178,7 @@ $fa-var-github-square: "\f092";
$fa-var-gittip
:
"\f184"
;
$fa-var-glass
:
"\f000"
;
$fa-var-globe
:
"\f0ac"
;
$fa-var-google
:
"\f1a0"
;
$fa-var-google-plus
:
"\f0d5"
;
$fa-var-google-plus-square
:
"\f0d4"
;
$fa-var-graduation-cap
:
"\f19d"
;
...
...
@@ -382,6 +383,7 @@ $fa-var-wordpress: "\f19a";
$fa-var-wrench
:
"\f0ad"
;
$fa-var-xing
:
"\f168"
;
$fa-var-xing-square
:
"\f169"
;
$fa-var-yahoo
:
"\f19e"
;
$fa-var-youtube
:
"\f167"
;
$fa-var-youtube-play
:
"\f16a"
;
$fa-var-youtube-square
:
"\f166"
;
...
...
src/_plugins/icon_page_generator.rb
View file @
0efe59b8
...
...
@@ -23,7 +23,7 @@ module Jekyll
self
.
read_yaml
(
File
.
join
(
base
,
site
.
config
[
'layouts'
]),
site
.
config
[
'icon_layout'
])
self
.
data
[
'icon'
]
=
icon
self
.
data
[
'title'
]
=
"
icon
-
#{
icon
.
id
}
: "
+
self
.
data
[
'title_suffix'
]
self
.
data
[
'title'
]
=
"
fa
-
#{
icon
.
id
}
: "
+
self
.
data
[
'title_suffix'
]
end
end
...
...
src/assets/font-awesome/fonts/FontAwesome.otf
View file @
0efe59b8
No preview for this file type
src/icons.yml
View file @
0efe59b8
...
...
@@ -2764,3 +2764,18 @@ icons:
-
mortar-board
categories
:
-
Web Application Icons
-
name
:
Yahoo Logo
id
:
yahoo
unicode
:
f19e
created
:
4.1
categories
:
-
Brand Icons
-
name
:
Google Logo
id
:
google
unicode
:
f1a0
created
:
4.1
categories
:
-
Brand Icons
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment