Commit graph

1678 commits

Author SHA1 Message Date
xxsimoxx f8e86c7551 adding ClassicPress icons Closes:ForkAwesome/Fork-Awesome#111 2019-09-13 10:16:49 +02:00
Bertrand Thierry 8bef76f7db Add Julia icon 2019-09-13 09:37:59 +02:00
Bertrand Thierry fa833c742d Add Jupyter icon 2019-09-13 09:09:16 +02:00
Bertrand Thierry d10d1a0a0b HAL svg after make 2019-09-13 08:56:29 +02:00
Bertrand Thierry de09c387d8 Add HAL icon 2019-09-12 14:36:28 +02:00
Vladimir Anokhin ffb884dd58 Remove quotes as in #139 2019-07-20 17:35:15 +03:00
Vladimir Anokhin b15aa70af4 Add fa-content() function from #139 2019-07-20 17:35:00 +03:00
Julien Deswaef b0605a8163
Merge pull request #199 from ForkAwesome/all-contributors/add-qwazix
docs: add qwazix as a contributor
2019-07-11 11:24:18 +02:00
Julien Deswaef 0e2329d7b5
Merge pull request #198 from qwazix/master
Create ringing bell (Fix #197)
2019-07-11 11:23:56 +02:00
allcontributors[bot] 47d17875b2 docs: update .all-contributorsrc 2019-07-11 09:23:50 +00:00
allcontributors[bot] df2e31fbee docs: update CONTRIBUTORS.md 2019-07-11 09:23:49 +00:00
Michael Demetriou fd1e28956e Add outlined ringing bell (#197) and added both to icons yml 2019-07-11 11:52:08 +03:00
Michael Demetriou 161fb418a0 Build ForkAwesome with ringing bell 2019-07-11 10:15:25 +03:00
Michael Demetriou 0abccf0a4b Add ringing bell (#197) 2019-07-11 10:14:56 +03:00
Julien Deswaef 11bb6be945
Merge pull request #196 from ForkAwesome/all-contributors/add-dyamon
docs: add dyamon as a contributor
2019-06-16 19:21:11 -04:00
allcontributors[bot] bd064078ed docs: update .all-contributorsrc 2019-06-16 23:20:54 +00:00
allcontributors[bot] 6215f66900 docs: update CONTRIBUTORS.md 2019-06-16 23:20:53 +00:00
Federico Igne 1850a808d4 Slightly move cross in volume-mute
This grants better visibility in case of small font size.
2019-05-11 10:39:33 +01:00
Federico Igne 50f230d4cb Add Volume Mute icon 2019-05-11 10:07:33 +01:00
Lucas 10fdbffbf1 Remove tor-onion-circle icon 2019-04-15 00:24:05 -07:00
Lucas 8627b8b1d6 Add Tor Project logo icons (fixes #144) 2019-03-31 12:42:23 -07:00
Julien Deswaef 971c55add6
Merge pull request #184 from ForkAwesome/all-contributors/add-lucaspetter
docs: add lucaspetter as a contributor
2019-03-26 10:13:09 -04:00
allcontributors[bot] 86b26cacd1 docs: update .all-contributorsrc 2019-03-26 14:12:30 +00:00
allcontributors[bot] e04859a8c9 docs: update CONTRIBUTORS.md 2019-03-26 14:12:29 +00:00
Julien Deswaef 284743ccee
Merge pull request #183 from lucaspetter/wire
Add Wire icon (fixes #149)
2019-03-26 10:11:38 -04:00
Lucas e73a0f85bd Add Wire icon (fixes #149) 2019-03-26 01:55:33 -07:00
Julien Deswaef 7dd9950d5f
Merge pull request #182 from ForkAwesome/all-contributors/add-lucaspetter
docs: add lucaspetter as a contributor
2019-03-25 15:45:25 -04:00
allcontributors[bot] df3a0fda97 docs: update .all-contributorsrc 2019-03-25 19:42:45 +00:00
allcontributors[bot] 56d904e754 docs: update CONTRIBUTORS.md 2019-03-25 19:42:44 +00:00
Julien Deswaef 6bf75c726b
Merge pull request #181 from lucaspetter/navbar-version
Fix incorrect version number in site navbar
2019-03-25 15:42:33 -04:00
lucaspetter a5ef07e482
Remove Font Awesome version number from navbar 2019-03-25 12:20:12 -07:00
Julien Deswaef 326af9c8be Preparing release of version 1.1.7 2019-02-28 10:21:34 -05:00
Julien Deswaef 4380bd8058
Merge pull request #179 from ForkAwesome/all-contributors/add-eidsonator
docs: add eidsonator as a contributor
2019-02-27 20:13:18 -05:00
allcontributors[bot] 2f3f0850b0 docs: update .all-contributorsrc 2019-02-28 01:12:51 +00:00
allcontributors[bot] 76cdcb5605 docs: update CONTRIBUTORS.md 2019-02-28 01:12:50 +00:00
Julien Deswaef fb998066e2
Merge pull request #169 from eidsonator/master. Fixes #168
Fix for icons missing from scss and build process improvements
2019-02-27 20:09:38 -05:00
todd 8f1588c5df Change travis.yml back to use npm install
The npm version that is running on travis.ci doesn't support `npm ci`
It looks the easy way to update the npm version is updating the
package-lock.json file.
2019-02-27 19:22:03 -05:00
todd 3d8a7e1ecf Clean less and scss dirs during build - remove less/font-awesome.less 2019-02-26 16:24:18 -05:00
todd 2af5287aab Change npm install to npm ci so lock file is not updated 2019-02-26 16:13:25 -05:00
todd 1667010bc5 Revert font-awesome.less file that was accidentally removed 2019-02-25 13:05:06 -05:00
todd 6520a2974a Reverted changes to package-lock.json
Not sure why this was changed - I only ran npm install, but the lock file
was updated anyway
2019-02-25 05:52:05 -05:00
todd 6a5ed1863d Renamed .scss files so they are handled properly by Jekyll
Jekyll was ignoring all of the files in src/doc/assets/fork-awesome/scss
that began with an underscore when copying to _site.

Removed the underscore and appended `.txt` so they would be copied to
_site

We put the underscore back and remove the .txt extension in the Makefile
2019-02-25 05:28:41 -05:00
todd c962d0d16d Revert "Fix - dev-to icon missing from scss"
This reverts commit e223aedb38.
2019-02-25 05:10:54 -05:00
todd e223aedb38 Fix - dev-to icon missing from scss 2019-02-24 08:57:12 -05:00
Julien Deswaef c14e361ccb Bumping the version number for release of 1.1.6 2019-02-21 10:24:28 -05:00
Julien Deswaef 5945975242 Adds @fedidat as a contributor
Thanks to his blogpost on how to transition from Font Awesome 5 to Fork Awesome.
https://fedidat.com/140-migrate-font-fork/
2019-02-19 10:26:43 -05:00
Julien Deswaef 7b96fe412e Bumped the size of the Biometric icon.
Due to the particular shape of the icon, this design can go outside the 
norm and have a wider icon than the others.
2019-02-18 18:31:53 -05:00
Julien Deswaef 01ad1fc28e Merge branch 'master' of github.com:ForkAwesome/Fork-Awesome 2019-02-18 18:22:39 -05:00
Julien Deswaef 99f6c9af1b Improving the footer 2019-02-18 18:21:59 -05:00
Julien Deswaef fa02b156e8 Adding a paragraph on the number of contributors. 2019-02-18 18:21:47 -05:00