From fb0d32db999afa5765d34ed3347bab0e7653789d Mon Sep 17 00:00:00 2001 From: aronwc <3931781+aronwc@users.noreply.github.com> Date: Thu, 7 Mar 2024 11:44:05 -0600 Subject: [PATCH] Initial commit --- .editorconfig | 21 + .gitignore | 108 + .gitmodules | 3 + .travis.yml | 16 + GettingStarted.md | 137 ++ LICENSE | 22 + MANIFEST.in | 12 + Makefile | 69 + README.md | 42 + credentials.json | 1 + docs/Gemfile | 5 + docs/README.md | 7 + docs/_config.yml | 116 + docs/_includes/head.html | 44 + docs/_includes/script.html | 56 + docs/_includes/slide.html | 5 + docs/_layouts/presentation.html | 15 + docs/_layouts/print.html | 12 + docs/_layouts/slide.html | 14 + docs/_posts/0000-01-01-intro.md | 6 + docs/_posts/0000-01-02-overview.md | 19 + docs/_posts/0000-01-03-next.md | 13 + docs/_posts/0000-01-04-conclusion.md | 6 + docs/_sass/fa/_bordered-pulled.scss | 16 + docs/_sass/fa/_core.scss | 12 + docs/_sass/fa/_fixed-width.scss | 6 + docs/_sass/fa/_icons.scss | 412 ++++ docs/_sass/fa/_larger.scss | 13 + docs/_sass/fa/_list.scss | 19 + docs/_sass/fa/_mixins.scss | 20 + docs/_sass/fa/_path.scss | 14 + docs/_sass/fa/_rotated-flipped.scss | 9 + docs/_sass/fa/_spinning.scss | 30 + docs/_sass/fa/_stacked.scss | 20 + docs/_sass/fa/_variables.scss | 381 ++++ docs/_sass/fa/font-awesome.scss | 17 + docs/_sass/fonts.scss | 9 + docs/_sass/mixin.scss | 6 + docs/_sass/solarized/solarized.scss | 365 +++ .../solarized/syntax/syntax_solarized.scss | 98 + docs/assets/css/style.scss | 6 + docs/assets/fonts/FontAwesome/FontAwesome.otf | Bin 0 -> 62856 bytes .../fonts/FontAwesome/fontawesome-webfont.eot | Bin 0 -> 38205 bytes .../fonts/FontAwesome/fontawesome-webfont.svg | 414 ++++ .../fonts/FontAwesome/fontawesome-webfont.ttf | Bin 0 -> 80652 bytes .../FontAwesome/fontawesome-webfont.woff | Bin 0 -> 44432 bytes .../fonts/OpenSans/OpenSans-Bold-webfont.eot | Bin 0 -> 19544 bytes .../fonts/OpenSans/OpenSans-Bold-webfont.svg | 1830 +++++++++++++++ .../fonts/OpenSans/OpenSans-Bold-webfont.ttf | Bin 0 -> 38452 bytes .../fonts/OpenSans/OpenSans-Bold-webfont.woff | Bin 0 -> 22432 bytes .../OpenSans/OpenSans-BoldItalic-webfont.eot | Bin 0 -> 20133 bytes .../OpenSans/OpenSans-BoldItalic-webfont.svg | 1830 +++++++++++++++ .../OpenSans/OpenSans-BoldItalic-webfont.ttf | Bin 0 -> 39076 bytes .../OpenSans/OpenSans-BoldItalic-webfont.woff | Bin 0 -> 23048 bytes .../OpenSans/OpenSans-ExtraBold-webfont.eot | Bin 0 -> 20855 bytes .../OpenSans/OpenSans-ExtraBold-webfont.svg | 1830 +++++++++++++++ .../OpenSans/OpenSans-ExtraBold-webfont.ttf | Bin 0 -> 42024 bytes .../OpenSans/OpenSans-ExtraBold-webfont.woff | Bin 0 -> 23764 bytes .../OpenSans-ExtraBoldItalic-webfont.eot | Bin 0 -> 21576 bytes .../OpenSans-ExtraBoldItalic-webfont.svg | 1830 +++++++++++++++ .../OpenSans-ExtraBoldItalic-webfont.ttf | Bin 0 -> 43420 bytes .../OpenSans-ExtraBoldItalic-webfont.woff | Bin 0 -> 24568 bytes .../OpenSans/OpenSans-Italic-webfont.eot | Bin 0 -> 20265 bytes .../OpenSans/OpenSans-Italic-webfont.svg | 1830 +++++++++++++++ .../OpenSans/OpenSans-Italic-webfont.ttf | Bin 0 -> 38412 bytes .../OpenSans/OpenSans-Italic-webfont.woff | Bin 0 -> 23188 bytes .../fonts/OpenSans/OpenSans-Light-webfont.eot | Bin 0 -> 19514 bytes .../fonts/OpenSans/OpenSans-Light-webfont.svg | 1831 +++++++++++++++ .../fonts/OpenSans/OpenSans-Light-webfont.ttf | Bin 0 -> 37336 bytes .../OpenSans/OpenSans-Light-webfont.woff | Bin 0 -> 22248 bytes .../OpenSans/OpenSans-LightItalic-webfont.eot | Bin 0 -> 20535 bytes .../OpenSans/OpenSans-LightItalic-webfont.svg | 1835 +++++++++++++++ .../OpenSans/OpenSans-LightItalic-webfont.ttf | Bin 0 -> 39956 bytes .../OpenSans-LightItalic-webfont.woff | Bin 0 -> 23400 bytes .../OpenSans/OpenSans-Regular-webfont.eot | Bin 0 -> 19836 bytes .../OpenSans/OpenSans-Regular-webfont.svg | 1831 +++++++++++++++ .../OpenSans/OpenSans-Regular-webfont.ttf | Bin 0 -> 38232 bytes .../OpenSans/OpenSans-Regular-webfont.woff | Bin 0 -> 22660 bytes .../OpenSans/OpenSans-Semibold-webfont.eot | Bin 0 -> 20028 bytes .../OpenSans/OpenSans-Semibold-webfont.svg | 1830 +++++++++++++++ .../OpenSans/OpenSans-Semibold-webfont.ttf | Bin 0 -> 39476 bytes .../OpenSans/OpenSans-Semibold-webfont.woff | Bin 0 -> 22908 bytes .../OpenSans-SemiboldItalic-webfont.eot | Bin 0 -> 20962 bytes .../OpenSans-SemiboldItalic-webfont.svg | 1830 +++++++++++++++ .../OpenSans-SemiboldItalic-webfont.ttf | Bin 0 -> 40252 bytes .../OpenSans-SemiboldItalic-webfont.woff | Bin 0 -> 23764 bytes docs/assets/fonts/OpenSans/opensans.css | 110 + .../fonts/droid-serif/Apache License.txt | 201 ++ .../droid-serif/How_to_use_webfonts.html | 230 ++ .../DroidSerif-Bold-demo.html | 364 +++ .../DroidSerif-Bold-webfont.eot | Bin 0 -> 27405 bytes .../DroidSerif-Bold-webfont.svg | 1455 ++++++++++++ .../DroidSerif-Bold-webfont.ttf | Bin 0 -> 60424 bytes .../DroidSerif-Bold-webfont.woff | Bin 0 -> 30548 bytes .../droidserif_bold_macroman/stylesheet.css | 11 + .../DroidSerif-BoldItalic-demo.html | 364 +++ .../DroidSerif-BoldItalic-webfont.eot | Bin 0 -> 30618 bytes .../DroidSerif-BoldItalic-webfont.svg | 1458 ++++++++++++ .../DroidSerif-BoldItalic-webfont.ttf | Bin 0 -> 72236 bytes .../DroidSerif-BoldItalic-webfont.woff | Bin 0 -> 35328 bytes .../stylesheet.css | 12 + .../DroidSerif-Italic-demo.html | 364 +++ .../DroidSerif-Italic-webfont.eot | Bin 0 -> 24265 bytes .../DroidSerif-Italic-webfont.svg | 1458 ++++++++++++ .../DroidSerif-Italic-webfont.ttf | Bin 0 -> 55148 bytes .../DroidSerif-Italic-webfont.woff | Bin 0 -> 28028 bytes .../DroidSerif-Italic-cleartype.png | Bin 0 -> 96431 bytes .../specimen_files/easytabs.js | 7 + .../specimen_files/grid_12-825-55-15.css | 129 ++ .../specimen_files/specimen_stylesheet.css | 396 ++++ .../droidserif_italic_macroman/stylesheet.css | 12 + .../DroidSerif-demo.html | 364 +++ .../DroidSerif-webfont.eot | Bin 0 -> 26773 bytes .../DroidSerif-webfont.svg | 1455 ++++++++++++ .../DroidSerif-webfont.ttf | Bin 0 -> 59636 bytes .../DroidSerif-webfont.woff | Bin 0 -> 29992 bytes .../specimen_files/easytabs.js | 7 + .../specimen_files/grid_12-825-55-15.css | 129 ++ .../specimen_files/specimen_stylesheet.css | 396 ++++ .../stylesheet.css | 12 + docs/assets/img/tulane.png | Bin 0 -> 98059 bytes docs/assets/js/jquery-1.11.1.min.js | 4 + docs/circle.yml | 9 + docs/index.html | 13 + docs/reveal.js | 1 + docs/script/cibuild | 6 + docs/script/server | 5 + docs/script/setup | 30 + docs/script/stage | 42 + nlp/__init__.py | 46 + nlp/app/__init__.py | 7 + nlp/app/forms.py | 12 + nlp/app/routes.py | 28 + nlp/app/static/__init__.py | 0 nlp/app/static/main.css | 20 + nlp/app/templates/__init__.py | 0 nlp/app/templates/base.html | 34 + nlp/app/templates/myform.html | 11 + nlp/cli.py | 98 + nlp/nlp.py | 3 + notebooks/Experiments.ipynb | 107 + notebooks/results.pdf | Bin 0 -> 99220 bytes notebooks/table.tex | 10 + report/acl2020.sty | 560 +++++ report/acl_natbib.bst | 1975 +++++++++++++++++ report/build.sh | 1 + report/references.bib | 16 + report/report.pdf | Bin 0 -> 147444 bytes report/report.tex | 114 + requirements.txt | 11 + requirements_dev.txt | 11 + setup.cfg | 22 + setup.py | 55 + tests/__init__.py | 3 + tests/test_elevate_osna.py | 34 + tox.ini | 21 + web.png | Bin 0 -> 33750 bytes 157 files changed, 33166 insertions(+) create mode 100644 .editorconfig create mode 100644 .gitignore create mode 100644 .gitmodules create mode 100644 .travis.yml create mode 100644 GettingStarted.md create mode 100644 LICENSE create mode 100644 MANIFEST.in create mode 100644 Makefile create mode 100644 README.md create mode 100644 credentials.json create mode 100644 docs/Gemfile create mode 100644 docs/README.md create mode 100755 docs/_config.yml create mode 100644 docs/_includes/head.html create mode 100644 docs/_includes/script.html create mode 100644 docs/_includes/slide.html create mode 100644 docs/_layouts/presentation.html create mode 100644 docs/_layouts/print.html create mode 100644 docs/_layouts/slide.html create mode 100644 docs/_posts/0000-01-01-intro.md create mode 100644 docs/_posts/0000-01-02-overview.md create mode 100644 docs/_posts/0000-01-03-next.md create mode 100644 docs/_posts/0000-01-04-conclusion.md create mode 100644 docs/_sass/fa/_bordered-pulled.scss create mode 100644 docs/_sass/fa/_core.scss create mode 100644 docs/_sass/fa/_fixed-width.scss create mode 100644 docs/_sass/fa/_icons.scss create mode 100644 docs/_sass/fa/_larger.scss create mode 100644 docs/_sass/fa/_list.scss create mode 100644 docs/_sass/fa/_mixins.scss create mode 100644 docs/_sass/fa/_path.scss create mode 100644 docs/_sass/fa/_rotated-flipped.scss create mode 100644 docs/_sass/fa/_spinning.scss create mode 100644 docs/_sass/fa/_stacked.scss create mode 100644 docs/_sass/fa/_variables.scss create mode 100644 docs/_sass/fa/font-awesome.scss create mode 100644 docs/_sass/fonts.scss create mode 100644 docs/_sass/mixin.scss create mode 100644 docs/_sass/solarized/solarized.scss create mode 100644 docs/_sass/solarized/syntax/syntax_solarized.scss create mode 100644 docs/assets/css/style.scss create mode 100644 docs/assets/fonts/FontAwesome/FontAwesome.otf create mode 100755 docs/assets/fonts/FontAwesome/fontawesome-webfont.eot create mode 100755 docs/assets/fonts/FontAwesome/fontawesome-webfont.svg create mode 100755 docs/assets/fonts/FontAwesome/fontawesome-webfont.ttf create mode 100755 docs/assets/fonts/FontAwesome/fontawesome-webfont.woff create mode 100755 docs/assets/fonts/OpenSans/OpenSans-Bold-webfont.eot create mode 100755 docs/assets/fonts/OpenSans/OpenSans-Bold-webfont.svg create mode 100755 docs/assets/fonts/OpenSans/OpenSans-Bold-webfont.ttf create mode 100755 docs/assets/fonts/OpenSans/OpenSans-Bold-webfont.woff create mode 100755 docs/assets/fonts/OpenSans/OpenSans-BoldItalic-webfont.eot create mode 100755 docs/assets/fonts/OpenSans/OpenSans-BoldItalic-webfont.svg create mode 100755 docs/assets/fonts/OpenSans/OpenSans-BoldItalic-webfont.ttf create mode 100755 docs/assets/fonts/OpenSans/OpenSans-BoldItalic-webfont.woff create mode 100755 docs/assets/fonts/OpenSans/OpenSans-ExtraBold-webfont.eot create mode 100755 docs/assets/fonts/OpenSans/OpenSans-ExtraBold-webfont.svg create mode 100755 docs/assets/fonts/OpenSans/OpenSans-ExtraBold-webfont.ttf create mode 100755 docs/assets/fonts/OpenSans/OpenSans-ExtraBold-webfont.woff create mode 100755 docs/assets/fonts/OpenSans/OpenSans-ExtraBoldItalic-webfont.eot create mode 100755 docs/assets/fonts/OpenSans/OpenSans-ExtraBoldItalic-webfont.svg create mode 100755 docs/assets/fonts/OpenSans/OpenSans-ExtraBoldItalic-webfont.ttf create mode 100755 docs/assets/fonts/OpenSans/OpenSans-ExtraBoldItalic-webfont.woff create mode 100755 docs/assets/fonts/OpenSans/OpenSans-Italic-webfont.eot create mode 100755 docs/assets/fonts/OpenSans/OpenSans-Italic-webfont.svg create mode 100755 docs/assets/fonts/OpenSans/OpenSans-Italic-webfont.ttf create mode 100755 docs/assets/fonts/OpenSans/OpenSans-Italic-webfont.woff create mode 100755 docs/assets/fonts/OpenSans/OpenSans-Light-webfont.eot create mode 100755 docs/assets/fonts/OpenSans/OpenSans-Light-webfont.svg create mode 100755 docs/assets/fonts/OpenSans/OpenSans-Light-webfont.ttf create mode 100755 docs/assets/fonts/OpenSans/OpenSans-Light-webfont.woff create mode 100755 docs/assets/fonts/OpenSans/OpenSans-LightItalic-webfont.eot create mode 100755 docs/assets/fonts/OpenSans/OpenSans-LightItalic-webfont.svg create mode 100755 docs/assets/fonts/OpenSans/OpenSans-LightItalic-webfont.ttf create mode 100755 docs/assets/fonts/OpenSans/OpenSans-LightItalic-webfont.woff create mode 100755 docs/assets/fonts/OpenSans/OpenSans-Regular-webfont.eot create mode 100755 docs/assets/fonts/OpenSans/OpenSans-Regular-webfont.svg create mode 100755 docs/assets/fonts/OpenSans/OpenSans-Regular-webfont.ttf create mode 100755 docs/assets/fonts/OpenSans/OpenSans-Regular-webfont.woff create mode 100755 docs/assets/fonts/OpenSans/OpenSans-Semibold-webfont.eot create mode 100755 docs/assets/fonts/OpenSans/OpenSans-Semibold-webfont.svg create mode 100755 docs/assets/fonts/OpenSans/OpenSans-Semibold-webfont.ttf create mode 100755 docs/assets/fonts/OpenSans/OpenSans-Semibold-webfont.woff create mode 100755 docs/assets/fonts/OpenSans/OpenSans-SemiboldItalic-webfont.eot create mode 100755 docs/assets/fonts/OpenSans/OpenSans-SemiboldItalic-webfont.svg create mode 100755 docs/assets/fonts/OpenSans/OpenSans-SemiboldItalic-webfont.ttf create mode 100755 docs/assets/fonts/OpenSans/OpenSans-SemiboldItalic-webfont.woff create mode 100644 docs/assets/fonts/OpenSans/opensans.css create mode 100755 docs/assets/fonts/droid-serif/Apache License.txt create mode 100755 docs/assets/fonts/droid-serif/How_to_use_webfonts.html create mode 100755 docs/assets/fonts/droid-serif/web-fonts/droidserif_bold_macroman/DroidSerif-Bold-demo.html create mode 100755 docs/assets/fonts/droid-serif/web-fonts/droidserif_bold_macroman/DroidSerif-Bold-webfont.eot create mode 100755 docs/assets/fonts/droid-serif/web-fonts/droidserif_bold_macroman/DroidSerif-Bold-webfont.svg create mode 100755 docs/assets/fonts/droid-serif/web-fonts/droidserif_bold_macroman/DroidSerif-Bold-webfont.ttf create mode 100755 docs/assets/fonts/droid-serif/web-fonts/droidserif_bold_macroman/DroidSerif-Bold-webfont.woff create mode 100755 docs/assets/fonts/droid-serif/web-fonts/droidserif_bold_macroman/stylesheet.css create mode 100755 docs/assets/fonts/droid-serif/web-fonts/droidserif_bolditalic_macroman/DroidSerif-BoldItalic-demo.html create mode 100755 docs/assets/fonts/droid-serif/web-fonts/droidserif_bolditalic_macroman/DroidSerif-BoldItalic-webfont.eot create mode 100755 docs/assets/fonts/droid-serif/web-fonts/droidserif_bolditalic_macroman/DroidSerif-BoldItalic-webfont.svg create mode 100755 docs/assets/fonts/droid-serif/web-fonts/droidserif_bolditalic_macroman/DroidSerif-BoldItalic-webfont.ttf create mode 100755 docs/assets/fonts/droid-serif/web-fonts/droidserif_bolditalic_macroman/DroidSerif-BoldItalic-webfont.woff create mode 100755 docs/assets/fonts/droid-serif/web-fonts/droidserif_bolditalic_macroman/stylesheet.css create mode 100755 docs/assets/fonts/droid-serif/web-fonts/droidserif_italic_macroman/DroidSerif-Italic-demo.html create mode 100755 docs/assets/fonts/droid-serif/web-fonts/droidserif_italic_macroman/DroidSerif-Italic-webfont.eot create mode 100755 docs/assets/fonts/droid-serif/web-fonts/droidserif_italic_macroman/DroidSerif-Italic-webfont.svg create mode 100755 docs/assets/fonts/droid-serif/web-fonts/droidserif_italic_macroman/DroidSerif-Italic-webfont.ttf create mode 100755 docs/assets/fonts/droid-serif/web-fonts/droidserif_italic_macroman/DroidSerif-Italic-webfont.woff create mode 100755 docs/assets/fonts/droid-serif/web-fonts/droidserif_italic_macroman/specimen_files/DroidSerif-Italic-cleartype.png create mode 100755 docs/assets/fonts/droid-serif/web-fonts/droidserif_italic_macroman/specimen_files/easytabs.js create mode 100755 docs/assets/fonts/droid-serif/web-fonts/droidserif_italic_macroman/specimen_files/grid_12-825-55-15.css create mode 100755 docs/assets/fonts/droid-serif/web-fonts/droidserif_italic_macroman/specimen_files/specimen_stylesheet.css create mode 100755 docs/assets/fonts/droid-serif/web-fonts/droidserif_italic_macroman/stylesheet.css create mode 100755 docs/assets/fonts/droid-serif/web-fonts/droidserif_regular_macroman/DroidSerif-demo.html create mode 100755 docs/assets/fonts/droid-serif/web-fonts/droidserif_regular_macroman/DroidSerif-webfont.eot create mode 100755 docs/assets/fonts/droid-serif/web-fonts/droidserif_regular_macroman/DroidSerif-webfont.svg create mode 100755 docs/assets/fonts/droid-serif/web-fonts/droidserif_regular_macroman/DroidSerif-webfont.ttf create mode 100755 docs/assets/fonts/droid-serif/web-fonts/droidserif_regular_macroman/DroidSerif-webfont.woff create mode 100755 docs/assets/fonts/droid-serif/web-fonts/droidserif_regular_macroman/specimen_files/easytabs.js create mode 100755 docs/assets/fonts/droid-serif/web-fonts/droidserif_regular_macroman/specimen_files/grid_12-825-55-15.css create mode 100755 docs/assets/fonts/droid-serif/web-fonts/droidserif_regular_macroman/specimen_files/specimen_stylesheet.css create mode 100755 docs/assets/fonts/droid-serif/web-fonts/droidserif_regular_macroman/stylesheet.css create mode 100644 docs/assets/img/tulane.png create mode 100644 docs/assets/js/jquery-1.11.1.min.js create mode 100755 docs/circle.yml create mode 100755 docs/index.html create mode 160000 docs/reveal.js create mode 100755 docs/script/cibuild create mode 100755 docs/script/server create mode 100755 docs/script/setup create mode 100755 docs/script/stage create mode 100644 nlp/__init__.py create mode 100644 nlp/app/__init__.py create mode 100644 nlp/app/forms.py create mode 100644 nlp/app/routes.py create mode 100644 nlp/app/static/__init__.py create mode 100644 nlp/app/static/main.css create mode 100644 nlp/app/templates/__init__.py create mode 100644 nlp/app/templates/base.html create mode 100644 nlp/app/templates/myform.html create mode 100644 nlp/cli.py create mode 100644 nlp/nlp.py create mode 100644 notebooks/Experiments.ipynb create mode 100644 notebooks/results.pdf create mode 100644 notebooks/table.tex create mode 100644 report/acl2020.sty create mode 100644 report/acl_natbib.bst create mode 100644 report/build.sh create mode 100644 report/references.bib create mode 100644 report/report.pdf create mode 100644 report/report.tex create mode 100644 requirements.txt create mode 100644 requirements_dev.txt create mode 100644 setup.cfg create mode 100644 setup.py create mode 100644 tests/__init__.py create mode 100644 tests/test_elevate_osna.py create mode 100644 tox.ini create mode 100644 web.png diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..d4a2c44 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,21 @@ +# http://editorconfig.org + +root = true + +[*] +indent_style = space +indent_size = 4 +trim_trailing_whitespace = true +insert_final_newline = true +charset = utf-8 +end_of_line = lf + +[*.bat] +indent_style = tab +end_of_line = crlf + +[LICENSE] +insert_final_newline = false + +[Makefile] +indent_style = tab diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..09da4b3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,108 @@ +# latex +*.aux +*.bbl +*.blg +*.out + +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod] +*$py.class + +# C extensions +*.so + +# Distribution / packaging +.Python +env/ +build/ +develop-eggs/ +dist/ +downloads/ +eggs/ +.eggs/ +lib/ +lib64/ +parts/ +sdist/ +var/ +wheels/ +*.egg-info/ +.installed.cfg +*.egg + +# PyInstaller +# Usually these files are written by a python script from a template +# before PyInstaller builds the exe, so as to inject date/other infos into it. +*.manifest +*.spec + +# Installer logs +pip-log.txt +pip-delete-this-directory.txt + +# Unit test / coverage reports +htmlcov/ +.tox/ +.coverage +.coverage.* +.cache +nosetests.xml +coverage.xml +*.cover +.hypothesis/ +.pytest_cache/ + +# Translations +*.mo +*.pot + +# Django stuff: +*.log +local_settings.py + +# Flask stuff: +instance/ +.webassets-cache + +# Scrapy stuff: +.scrapy + +# Sphinx documentation +docs/_build/ + +# PyBuilder +target/ + +# Jupyter Notebook +.ipynb_checkpoints + +# pyenv +.python-version + +# celery beat schedule file +celerybeat-schedule + +# SageMath parsed files +*.sage.py + +# dotenv +.env + +# virtualenv +.venv +venv/ +ENV/ + +# Spyder project settings +.spyderproject +.spyproject + +# Rope project settings +.ropeproject + +# mkdocs documentation +/site + +# mypy +.mypy_cache/ diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..37d1204 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "docs/reveal.js"] + path = docs/reveal.js + url = https://github.com/hakimel/reveal.js diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..3c59f7e --- /dev/null +++ b/.travis.yml @@ -0,0 +1,16 @@ +# Config file for automatic testing at travis-ci.org + +language: python +python: + - 3.6 + - 3.5 + - 3.4 + - 2.7 + +# Command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors +install: pip install -U tox-travis + +# Command to run tests, e.g. python setup.py test +script: tox + + diff --git a/GettingStarted.md b/GettingStarted.md new file mode 100644 index 0000000..f0a7c79 --- /dev/null +++ b/GettingStarted.md @@ -0,0 +1,137 @@ +# Getting Started + +This document aims to help you to familiarize yourself with the project starter code so you can adapt it to your project. + +You should have been assigned a project repository for your work. In the examples below, we'll assume the repository is called . This is where all your code will live. + +## Installation + +Your repository has been setup with a lot of starter code so you can up and running quickly. To use it, do the following: + +1. Make sure you've completed all the course **Background Resources** listed on the [README](https://github.com/tulane-cmps6730/sample-project/blob/main/README.md). +2. Clone your repo: `git clone https://github.com/nlp/sample-project` [use your project's repository name] +3. Start a [virtual environment](https://virtualenv.pypa.io/en/stable/). + - First, make sure you have virtual env installed. `pip install virtualenv` + - Next, outside of the team repository, create a new virtual environment folder by `virtualenv nlp-virtual`. + - Activate your virtual environment by `source nlp-virtual/bin/activate` + - Now, when you install python software, it will be saved in your `nlp-virtual` folder, so it won't conflict with the rest of your system. +4. Install your project code by +``` +cd sample-project # enter your project repository folder +pip install -r requirements.txt +python setup.py develop # install the code. +``` + +This may take a while, as all dependencies listed in the `requirements.txt` file will also be installed. By using the `develop` command (instead of `install`), any changes you make to your code will automatically be reflected without having to reinstall anything. + +**Windows users**: if you're having troubles, try reading [this](http://timmyreilly.azurewebsites.net/python-flask-windows-development-environment-setup/). It looks like you will need to: +- install `pip install virtualenvwrapper-win` +- instead of `virtualenv nlp-virtual` above, do `mkvirtualenv nlp-virtual` +- other students have also had luck starting environments with the command `py -3 -m venv env env\scripts\activate` + +5. If everything worked properly, you should now be able to run your project's command-line tool by typing: +``` +nlp --help +``` +which should print +``` +Usage: nlp [OPTIONS] COMMAND [ARGS]... + + Console script for nlp. + +Options: + --help Show this message and exit. + +Commands: + dl-data Download training/testing data. + stats Read the data files and print interesting statistics. + train Train a classifier and save it. + web Launch the flask web app +``` + +## Running the sample project + +The sample project trains a very simple classifier to predict if a news headline comes from a liberal or conservative news source. Your project should be much more involved and interesting! This example is just to demonstrate the key steps required in the project. To run it: + +1. `nlp dl-data`: This downloads the training data from Dropbox and saves it to `~/.nlp/headlines.csv`. The file looks like this: +``` +partisan,title +1,"Democrats Still Can’t Accept Results Of The 2016 Election, Says John Davidson" +0,How Conservative Media Outlets Are Covering Trump’s Impeachment +1,Donald Trump at March for Life: ‘Every Child Is a Sacred Gift from God' +``` +Here, `partisan` is the class label (1: conservative, 0: liberal), and `title` is the headline. + +2. `nlp stats`: This computes some simple stats over the data +``` +48187 rows +label counts: +1 27660 +0 20527 +Name: partisan, dtype: int64 +``` + +3. `nlp train`: This trains a classifier, reports cross-validation accuracy, and saves the classifier to `~/.nlp/clf.pkl` + +``` + precision recall f1-score support + + 0 0.67 0.72 0.70 20527 + 1 0.78 0.74 0.76 27660 + + accuracy 0.73 48187 + macro avg 0.73 0.73 0.73 48187 +weighted avg 0.74 0.73 0.73 48187 + +top coef for conservative + nolte 3.47 + shapiro 3.07 + pollak 3.01 + 8217 2.94 + flashback 2.80 + illegal immigrants 2.67 + klavan 2.54 + curl 2.37 + fact check 2.30 + fnc 2.30 + + +top coef for liberal + explained -4.04 + headlines -2.04 + x27 -2.02 + staying -1.99 + savior -1.95 + controversial -1.92 + biden denies -1.88 + conservative media -1.88 + schiff says -1.87 + announced -1.82 +``` + +4. `nlp web`: This launches a Flask web server to demo the classifier. + +``` +read clf LogisticRegression(C=1, class_weight='balanced', max_iter=1000) +read vec CountVectorizer(binary=True, min_df=5, ngram_range=(1, 3), stop_words='english') + * Serving Flask app "nlp.app" (lazy loading) + * Environment: production + WARNING: This is a development server. Do not use it in a production deployment. + Use a production WSGI server instead. + * Debug mode: on + * Running on http://0.0.0.0:5000/ (Press CTRL+C to quit) + * Restarting with stat +read clf LogisticRegression(C=1, class_weight='balanced', max_iter=1000) +read vec CountVectorizer(binary=True, min_df=5, ngram_range=(1, 3), stop_words='english') + * Debugger is active! + * Debugger PIN: 128-371-422 +``` + +If you open your web browser and go to `http://0.0.0.0:5000/` you should see something like: + +![web.png](web.png) + + + +**Tips:** +- Some web browsers will cache the page, which will sometimes make it hard to see the updates you make. You may have to force a refresh that ignores the cache (e.g. see [here for Chrome](https://superuser.com/questions/89809/how-to-force-refresh-without-cache-in-google-chrome)). diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..40846dc --- /dev/null +++ b/LICENSE @@ -0,0 +1,22 @@ +MIT License + +Copyright (c) 2019, A Student + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..655a621 --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,12 @@ +include CONTRIBUTING.rst +include HISTORY.rst +include LICENSE +include README.rst +include nlp/app/templates/*.html +include nlp/app/static/* + +recursive-include tests * +recursive-exclude * __pycache__ +recursive-exclude * *.py[co] + +recursive-include docs *.rst conf.py Makefile make.bat *.jpg *.png *.gif *.html *.css diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..e1836fa --- /dev/null +++ b/Makefile @@ -0,0 +1,69 @@ +.PHONY: clean clean-test clean-pyc clean-build help +.DEFAULT_GOAL := help + +define BROWSER_PYSCRIPT +import os, webbrowser, sys + +try: + from urllib import pathname2url +except: + from urllib.request import pathname2url + +webbrowser.open("file://" + pathname2url(os.path.abspath(sys.argv[1]))) +endef +export BROWSER_PYSCRIPT + +define PRINT_HELP_PYSCRIPT +import re, sys + +for line in sys.stdin: + match = re.match(r'^([a-zA-Z_-]+):.*?## (.*)$$', line) + if match: + target, help = match.groups() + print("%-20s %s" % (target, help)) +endef +export PRINT_HELP_PYSCRIPT + +BROWSER := python -c "$$BROWSER_PYSCRIPT" + +help: + @python -c "$$PRINT_HELP_PYSCRIPT" < $(MAKEFILE_LIST) + +clean: clean-build clean-pyc clean-test ## remove all build, test, coverage and Python artifacts + +clean-build: ## remove build artifacts + rm -fr build/ + rm -fr dist/ + rm -fr .eggs/ + find . -name '*.egg-info' -exec rm -fr {} + + find . -name '*.egg' -exec rm -f {} + + +clean-pyc: ## remove Python file artifacts + find . -name '*.pyc' -exec rm -f {} + + find . -name '*.pyo' -exec rm -f {} + + find . -name '*~' -exec rm -f {} + + find . -name '__pycache__' -exec rm -fr {} + + +clean-test: ## remove test and coverage artifacts + rm -fr .tox/ + rm -f .coverage + rm -fr htmlcov/ + rm -fr .pytest_cache + +lint: ## check style with flake8 + flake8 nlp tests + +test: ## run tests quickly with the default Python + python setup.py test + +test-all: ## run tests on every Python version with tox + tox + +coverage: ## check code coverage quickly with the default Python + coverage run --source nlp setup.py test + coverage report -m + coverage html + $(BROWSER) htmlcov/index.html + +install: clean ## install the package to the active Python's site-packages + python setup.py install diff --git a/README.md b/README.md new file mode 100644 index 0000000..e18ffcd --- /dev/null +++ b/README.md @@ -0,0 +1,42 @@ +# CMPS 6730 Sample Project + +This repository contains starter code for the final project in CMPS 4730/6730: Natural Language Processing at Tulane University. + +The code in this repository will be copied into your team's project repository at the start of class to provide a starting point for your project. + +You should edit this file to include a summary of the goals, methods, and conclusions of your project. + +The structure of the code supports the following: + +- A simple web UI using Flask to support a demo of the project +- A command-line interface to support running different stages of the project's pipeline +- The ability to easily reproduce your work on another machine by using virtualenv and providing access to external data sources. + +### Using this repository + +- At the start of the course, students will be divided into project teams. Each team will receive a copy of this starter code in a new repository. E.g.: +https://github.com/tulane-cmps6730/project-alpha +- Each team member will then clone their team repository to their personal computer to work on their project. E.g.: `git clone https://github.com/tulane-cmps6730/project-alpha` +- See [GettingStarted.md](GettingStarted.md) for instructions on using the starter code. + + +### Contents + +- [docs](docs): template to create slides for project presentations +- [nlp](nlp): Python project code +- [notebooks](notebooks): Jupyter notebooks for project development and experimentation +- [report](report): LaTeX report +- [tests](tests): unit tests for project code + +### Background Resources + +The following will give you some technical background on the technologies used here: + +1. Refresh your Python by completing this online tutorial: (3 hours) +2. Create a GitHub account at +3. Setup git by following (30 minutes) +4. Learn git by completing the [Introduction to GitHub](https://lab.github.com/githubtraining/introduction-to-github) tutorial, reading the [git handbook](https://guides.github.com/introduction/git-handbook/), then completing the [Managing merge conflicts](https://lab.github.com/githubtraining/managing-merge-conflicts) tutorial (1 hour). +5. Install the Python data science stack from . **We will use Python 3** (30 minutes) +6. Complete the scikit-learn tutorial from (2 hours) +7. Understand how python packages work by going through the [Python Packaging User Guide](https://packaging.python.org/tutorials/) (you can skip the "Creating Documentation" section). (1 hour) +8. Complete Part 1 of the [Flask tutorial](https://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world), which is the library we will use for making a web demo for your project. diff --git a/credentials.json b/credentials.json new file mode 100644 index 0000000..d4fb5b4 --- /dev/null +++ b/credentials.json @@ -0,0 +1 @@ +{"consumer_key": "xxx", "consumer_secret": "xxx", "access_token": "xxx", "token_secret": "xxx"} \ No newline at end of file diff --git a/docs/Gemfile b/docs/Gemfile new file mode 100644 index 0000000..75863de --- /dev/null +++ b/docs/Gemfile @@ -0,0 +1,5 @@ +source "https://rubygems.org" + +gem 'github-pages', '>= 148' +gem 'html-proofer', '>= 3.7.2' +gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw] diff --git a/docs/README.md b/docs/README.md new file mode 100644 index 0000000..e613104 --- /dev/null +++ b/docs/README.md @@ -0,0 +1,7 @@ +You can create a simple slide show here by adding files to the _posts directory. + +The website for this repository is viewable at: https://tulane-cmps6730.github.io/sample-project . You will have a different url for your team's repository -- e.g., if your team's repository is `project-alpha`, it will be at https://tulane-cmps6730.github.io/project-alpha. + +Here is a tutorial on the Markdown syntax: https://guides.github.com/features/mastering-markdown/ + +I added the reveal.js submodule by `git submodule add https://github.com/hakimel/reveal.js reveal.js` diff --git a/docs/_config.yml b/docs/_config.yml new file mode 100755 index 0000000..6d844c6 --- /dev/null +++ b/docs/_config.yml @@ -0,0 +1,116 @@ +timezone: Europe/Berlin +future: false +# Set baseurl to the base path of the site eg "/mytalk" +baseurl: "/sample-project" +# The allowed values are 'rouge', 'pygments' or null. +highlighter: rouge +# markdown - Valid options are [ maruku | rdiscount | kramdown | redcarpet ] +markdown: kramdown +lsi: false +permalink: "/:title" + +kramdown: + ## for german: "sbquo,lsquo,bdquo,ldquo" + smart_quotes: lsquo,rsquo,ldquo,rdquo + +plugins: + - jemoji + +## personalize your slide show +title: github-slideshow +author: A Student +description: Slides for nlp project. + +sass: + style: :compressed + +## solarized variant (dark/light) +solarized: + theme: dark + +slideNumber: + # Slide number formatting can be configured using these variables: + # "h.v": horizontal . vertical slide number (default) + # "h/v": horizontal / vertical slide number + # "c": flattened slide number + # "c/t": flattened slide number / total slides + # "none": dont't show slide numbers + format: "c/t" + +## Reveal.initialize +## At the end of your page Jekyll initializes reveal by running the following code. Note that all config values are optional and will default as specified below. +## Note that the new default vertical centering option will break compatibility with slides that were using transitions with backgrounds ("cube" and "page"). To restore the previous behavior, set "center" to "false". +reveal: + ## Display controls in the bottom right corner + controls: false + ## Display a presentation progress bar + progress: true + ## Display the page number of the current slide + #slideNumber: false + ## Push each slide change to the browser history + history: true + ## Enable keyboard shortcuts for navigation + keyboard: true + ## Enable the slide overview mode + overview: true + ## Vertical centering of slides + center: true + ## Enables touch navigation on devices with touch input + touch: true + ## Loop the presentation + loop: false + ## Change the presentation direction to be RTL + #rtl: false + ## Turns fragments on and off globally + fragments: true + ## Flags if the presentation is running in an embedded mode + ## i.e. contained within a limited portion of the screen + #embedded: false + ## Number of milliseconds between automatically proceeding to the + ## next slide, disabled when set to 0, this value can be overwritten + ## by using a data-autoslide attribute on your slides + #autoSlide: 0 + ## Stop auto-sliding after user input + #autoSlideStoppable: true + ## Enable slide navigation via mouse wheel + #mouseWheel: false + ## Hides the address bar on mobile devices + #hideAddressBar: true + ## Opens links in an iframe preview overlay + #previewLinks: false + ## Transition style (default/cube/page/concave/zoom/linear/fade/none) + transition: linear + ## Transition speed (default/fast/slow) + #transitionSpeed: default + ## Transition style for full page slide backgrounds (default/none/slide/concave/convex/zoom) + backgroundTransition: slide + ## Number of slides away from the current that are visible + #viewDistance: 3 + ## Parallax background image (e.g. "'https://s3.amazonaws.com/hakim-static/reveal-js/reveal-parallax-1.jpg'") + #parallaxBackgroundImage: '' + ## Parallax background size (CSS syntax, e.g. "2100px 900px") + #parallaxBackgroundSize: '' + ## The "normal" size of the presentation, aspect ratio will be preserved + ## when the presentation is scaled to fit different resolutions. Can be + ## specified using percentage units. + width: 1000 + height: 920 + ## Factor of the display size that should remain empty around the content + margin: 0.1 + ## Bounds for smallest/largest possible scale to apply to content + minScale: 0.2 + maxScale: 1.5 + +exclude: [ + "Gemfile", + "Gemfile.lock", + "vendor", + "reveal.js/test", + "reveal.js/index.html", + "reveal.js/README.md", + "reveal.js/bower.json", + "reveal.js/Gruntfile.js", + "reveal.js/CONTRIBUTING.md", + "reveal.js/LICENSE", + "reveal.js/package.json" +] diff --git a/docs/_includes/head.html b/docs/_includes/head.html new file mode 100644 index 0000000..834445a --- /dev/null +++ b/docs/_includes/head.html @@ -0,0 +1,44 @@ + + +{% if post.title %}{{ post.title }} | {{ page.title }}{% else %}{{ site.title }}{% endif %} + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/_includes/script.html b/docs/_includes/script.html new file mode 100644 index 0000000..3fe8d50 --- /dev/null +++ b/docs/_includes/script.html @@ -0,0 +1,56 @@ + + + + + + + + + diff --git a/docs/_includes/slide.html b/docs/_includes/slide.html new file mode 100644 index 0000000..58ccbfb --- /dev/null +++ b/docs/_includes/slide.html @@ -0,0 +1,5 @@ +
+ {% if post.title != "" %}

{{ post.title }}

{% endif %} + + {{ post.content }} +
\ No newline at end of file diff --git a/docs/_layouts/presentation.html b/docs/_layouts/presentation.html new file mode 100644 index 0000000..ec6e29b --- /dev/null +++ b/docs/_layouts/presentation.html @@ -0,0 +1,15 @@ + + + + {% include head.html %} + + +
+
+ {{ content }} +
+
+ {% include script.html %} + + + diff --git a/docs/_layouts/print.html b/docs/_layouts/print.html new file mode 100644 index 0000000..aba9061 --- /dev/null +++ b/docs/_layouts/print.html @@ -0,0 +1,12 @@ + + + + {% include head.html %} + + +
+ {{ content }} +
+ + + diff --git a/docs/_layouts/slide.html b/docs/_layouts/slide.html new file mode 100644 index 0000000..d43efd8 --- /dev/null +++ b/docs/_layouts/slide.html @@ -0,0 +1,14 @@ + + + + {% include head.html %} + + +
+
+ {{ content }} +
+
+ + + diff --git a/docs/_posts/0000-01-01-intro.md b/docs/_posts/0000-01-01-intro.md new file mode 100644 index 0000000..5b0f580 --- /dev/null +++ b/docs/_posts/0000-01-01-intro.md @@ -0,0 +1,6 @@ +--- +layout: slide +title: "NLP Project" +--- + +Use the right arrow to begin! diff --git a/docs/_posts/0000-01-02-overview.md b/docs/_posts/0000-01-02-overview.md new file mode 100644 index 0000000..88478db --- /dev/null +++ b/docs/_posts/0000-01-02-overview.md @@ -0,0 +1,19 @@ +--- +layout: slide +title: "Equations and Tables" +--- + + +Here is an inline equation: $\sum_{i=1}^n i = ?$ + +And a block one: + +$$e = mc^2$$ + + +Here is a table: + +| header 1 | header 2 | +|----------|----------| +| value 1 | value 2 | +| value 3 | value 4 | diff --git a/docs/_posts/0000-01-03-next.md b/docs/_posts/0000-01-03-next.md new file mode 100644 index 0000000..a10b1ad --- /dev/null +++ b/docs/_posts/0000-01-03-next.md @@ -0,0 +1,13 @@ +--- +layout: slide +title: "Images" +--- + + +Two ways to add an image. + +Note that the image is in the assets/img folder. + + + +![tulane](assets/img/tulane.png) diff --git a/docs/_posts/0000-01-04-conclusion.md b/docs/_posts/0000-01-04-conclusion.md new file mode 100644 index 0000000..76f0dc2 --- /dev/null +++ b/docs/_posts/0000-01-04-conclusion.md @@ -0,0 +1,6 @@ +--- +layout: slide +title: "Conclusions" +--- + +Hi there diff --git a/docs/_sass/fa/_bordered-pulled.scss b/docs/_sass/fa/_bordered-pulled.scss new file mode 100644 index 0000000..9d3fdf3 --- /dev/null +++ b/docs/_sass/fa/_bordered-pulled.scss @@ -0,0 +1,16 @@ +// Bordered & Pulled +// ------------------------- + +.#{$fa-css-prefix}-border { + padding: .2em .25em .15em; + border: solid .08em $fa-border-color; + border-radius: .1em; +} + +.pull-right { float: right; } +.pull-left { float: left; } + +.#{$fa-css-prefix} { + &.pull-left { margin-right: .3em; } + &.pull-right { margin-left: .3em; } +} diff --git a/docs/_sass/fa/_core.scss b/docs/_sass/fa/_core.scss new file mode 100644 index 0000000..861ccd9 --- /dev/null +++ b/docs/_sass/fa/_core.scss @@ -0,0 +1,12 @@ +// Base Class Definition +// ------------------------- + +.#{$fa-css-prefix} { + display: inline-block; + font-family: FontAwesome; + font-style: normal; + font-weight: normal; + line-height: 1; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} diff --git a/docs/_sass/fa/_fixed-width.scss b/docs/_sass/fa/_fixed-width.scss new file mode 100644 index 0000000..b221c98 --- /dev/null +++ b/docs/_sass/fa/_fixed-width.scss @@ -0,0 +1,6 @@ +// Fixed Width Icons +// ------------------------- +.#{$fa-css-prefix}-fw { + width: (18em / 14); + text-align: center; +} diff --git a/docs/_sass/fa/_icons.scss b/docs/_sass/fa/_icons.scss new file mode 100644 index 0000000..7490cf3 --- /dev/null +++ b/docs/_sass/fa/_icons.scss @@ -0,0 +1,412 @@ +/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen + readers do not read off random characters that represent icons */ + +.#{$fa-css-prefix}-glass:before { content: $fa-var-glass; } +.#{$fa-css-prefix}-music:before { content: $fa-var-music; } +.#{$fa-css-prefix}-search:before { content: $fa-var-search; } +.#{$fa-css-prefix}-envelope-o:before { content: $fa-var-envelope-o; } +.#{$fa-css-prefix}-heart:before { content: $fa-var-heart; } +.#{$fa-css-prefix}-star:before { content: $fa-var-star; } +.#{$fa-css-prefix}-star-o:before { content: $fa-var-star-o; } +.#{$fa-css-prefix}-user:before { content: $fa-var-user; } +.#{$fa-css-prefix}-film:before { content: $fa-var-film; } +.#{$fa-css-prefix}-th-large:before { content: $fa-var-th-large; } +.#{$fa-css-prefix}-th:before { content: $fa-var-th; } +.#{$fa-css-prefix}-th-list:before { content: $fa-var-th-list; } +.#{$fa-css-prefix}-check:before { content: $fa-var-check; } +.#{$fa-css-prefix}-times:before { content: $fa-var-times; } +.#{$fa-css-prefix}-search-plus:before { content: $fa-var-search-plus; } +.#{$fa-css-prefix}-search-minus:before { content: $fa-var-search-minus; } +.#{$fa-css-prefix}-power-off:before { content: $fa-var-power-off; } +.#{$fa-css-prefix}-signal:before { content: $fa-var-signal; } +.#{$fa-css-prefix}-gear:before, +.#{$fa-css-prefix}-cog:before { content: $fa-var-cog; } +.#{$fa-css-prefix}-trash-o:before { content: $fa-var-trash-o; } +.#{$fa-css-prefix}-home:before { content: $fa-var-home; } +.#{$fa-css-prefix}-file-o:before { content: $fa-var-file-o; } +.#{$fa-css-prefix}-clock-o:before { content: $fa-var-clock-o; } +.#{$fa-css-prefix}-road:before { content: $fa-var-road; } +.#{$fa-css-prefix}-download:before { content: $fa-var-download; } +.#{$fa-css-prefix}-arrow-circle-o-down:before { content: $fa-var-arrow-circle-o-down; } +.#{$fa-css-prefix}-arrow-circle-o-up:before { content: $fa-var-arrow-circle-o-up; } +.#{$fa-css-prefix}-inbox:before { content: $fa-var-inbox; } +.#{$fa-css-prefix}-play-circle-o:before { content: $fa-var-play-circle-o; } +.#{$fa-css-prefix}-rotate-right:before, +.#{$fa-css-prefix}-repeat:before { content: $fa-var-repeat; } +.#{$fa-css-prefix}-refresh:before { content: $fa-var-refresh; } +.#{$fa-css-prefix}-list-alt:before { content: $fa-var-list-alt; } +.#{$fa-css-prefix}-lock:before { content: $fa-var-lock; } +.#{$fa-css-prefix}-flag:before { content: $fa-var-flag; } +.#{$fa-css-prefix}-headphones:before { content: $fa-var-headphones; } +.#{$fa-css-prefix}-volume-off:before { content: $fa-var-volume-off; } +.#{$fa-css-prefix}-volume-down:before { content: $fa-var-volume-down; } +.#{$fa-css-prefix}-volume-up:before { content: $fa-var-volume-up; } +.#{$fa-css-prefix}-qrcode:before { content: $fa-var-qrcode; } +.#{$fa-css-prefix}-barcode:before { content: $fa-var-barcode; } +.#{$fa-css-prefix}-tag:before { content: $fa-var-tag; } +.#{$fa-css-prefix}-tags:before { content: $fa-var-tags; } +.#{$fa-css-prefix}-book:before { content: $fa-var-book; } +.#{$fa-css-prefix}-bookmark:before { content: $fa-var-bookmark; } +.#{$fa-css-prefix}-print:before { content: $fa-var-print; } +.#{$fa-css-prefix}-camera:before { content: $fa-var-camera; } +.#{$fa-css-prefix}-font:before { content: $fa-var-font; } +.#{$fa-css-prefix}-bold:before { content: $fa-var-bold; } +.#{$fa-css-prefix}-italic:before { content: $fa-var-italic; } +.#{$fa-css-prefix}-text-height:before { content: $fa-var-text-height; } +.#{$fa-css-prefix}-text-width:before { content: $fa-var-text-width; } +.#{$fa-css-prefix}-align-left:before { content: $fa-var-align-left; } +.#{$fa-css-prefix}-align-center:before { content: $fa-var-align-center; } +.#{$fa-css-prefix}-align-right:before { content: $fa-var-align-right; } +.#{$fa-css-prefix}-align-justify:before { content: $fa-var-align-justify; } +.#{$fa-css-prefix}-list:before { content: $fa-var-list; } +.#{$fa-css-prefix}-dedent:before, +.#{$fa-css-prefix}-outdent:before { content: $fa-var-outdent; } +.#{$fa-css-prefix}-indent:before { content: $fa-var-indent; } +.#{$fa-css-prefix}-video-camera:before { content: $fa-var-video-camera; } +.#{$fa-css-prefix}-picture-o:before { content: $fa-var-picture-o; } +.#{$fa-css-prefix}-pencil:before { content: $fa-var-pencil; } +.#{$fa-css-prefix}-map-marker:before { content: $fa-var-map-marker; } +.#{$fa-css-prefix}-adjust:before { content: $fa-var-adjust; } +.#{$fa-css-prefix}-tint:before { content: $fa-var-tint; } +.#{$fa-css-prefix}-edit:before, +.#{$fa-css-prefix}-pencil-square-o:before { content: $fa-var-pencil-square-o; } +.#{$fa-css-prefix}-share-square-o:before { content: $fa-var-share-square-o; } +.#{$fa-css-prefix}-check-square-o:before { content: $fa-var-check-square-o; } +.#{$fa-css-prefix}-arrows:before { content: $fa-var-arrows; } +.#{$fa-css-prefix}-step-backward:before { content: $fa-var-step-backward; } +.#{$fa-css-prefix}-fast-backward:before { content: $fa-var-fast-backward; } +.#{$fa-css-prefix}-backward:before { content: $fa-var-backward; } +.#{$fa-css-prefix}-play:before { content: $fa-var-play; } +.#{$fa-css-prefix}-pause:before { content: $fa-var-pause; } +.#{$fa-css-prefix}-stop:before { content: $fa-var-stop; } +.#{$fa-css-prefix}-forward:before { content: $fa-var-forward; } +.#{$fa-css-prefix}-fast-forward:before { content: $fa-var-fast-forward; } +.#{$fa-css-prefix}-step-forward:before { content: $fa-var-step-forward; } +.#{$fa-css-prefix}-eject:before { content: $fa-var-eject; } +.#{$fa-css-prefix}-chevron-left:before { content: $fa-var-chevron-left; } +.#{$fa-css-prefix}-chevron-right:before { content: $fa-var-chevron-right; } +.#{$fa-css-prefix}-plus-circle:before { content: $fa-var-plus-circle; } +.#{$fa-css-prefix}-minus-circle:before { content: $fa-var-minus-circle; } +.#{$fa-css-prefix}-times-circle:before { content: $fa-var-times-circle; } +.#{$fa-css-prefix}-check-circle:before { content: $fa-var-check-circle; } +.#{$fa-css-prefix}-question-circle:before { content: $fa-var-question-circle; } +.#{$fa-css-prefix}-info-circle:before { content: $fa-var-info-circle; } +.#{$fa-css-prefix}-crosshairs:before { content: $fa-var-crosshairs; } +.#{$fa-css-prefix}-times-circle-o:before { content: $fa-var-times-circle-o; } +.#{$fa-css-prefix}-check-circle-o:before { content: $fa-var-check-circle-o; } +.#{$fa-css-prefix}-ban:before { content: $fa-var-ban; } +.#{$fa-css-prefix}-arrow-left:before { content: $fa-var-arrow-left; } +.#{$fa-css-prefix}-arrow-right:before { content: $fa-var-arrow-right; } +.#{$fa-css-prefix}-arrow-up:before { content: $fa-var-arrow-up; } +.#{$fa-css-prefix}-arrow-down:before { content: $fa-var-arrow-down; } +.#{$fa-css-prefix}-mail-forward:before, +.#{$fa-css-prefix}-share:before { content: $fa-var-share; } +.#{$fa-css-prefix}-expand:before { content: $fa-var-expand; } +.#{$fa-css-prefix}-compress:before { content: $fa-var-compress; } +.#{$fa-css-prefix}-plus:before { content: $fa-var-plus; } +.#{$fa-css-prefix}-minus:before { content: $fa-var-minus; } +.#{$fa-css-prefix}-asterisk:before { content: $fa-var-asterisk; } +.#{$fa-css-prefix}-exclamation-circle:before { content: $fa-var-exclamation-circle; } +.#{$fa-css-prefix}-gift:before { content: $fa-var-gift; } +.#{$fa-css-prefix}-leaf:before { content: $fa-var-leaf; } +.#{$fa-css-prefix}-fire:before { content: $fa-var-fire; } +.#{$fa-css-prefix}-eye:before { content: $fa-var-eye; } +.#{$fa-css-prefix}-eye-slash:before { content: $fa-var-eye-slash; } +.#{$fa-css-prefix}-warning:before, +.#{$fa-css-prefix}-exclamation-triangle:before { content: $fa-var-exclamation-triangle; } +.#{$fa-css-prefix}-plane:before { content: $fa-var-plane; } +.#{$fa-css-prefix}-calendar:before { content: $fa-var-calendar; } +.#{$fa-css-prefix}-random:before { content: $fa-var-random; } +.#{$fa-css-prefix}-comment:before { content: $fa-var-comment; } +.#{$fa-css-prefix}-magnet:before { content: $fa-var-magnet; } +.#{$fa-css-prefix}-chevron-up:before { content: $fa-var-chevron-up; } +.#{$fa-css-prefix}-chevron-down:before { content: $fa-var-chevron-down; } +.#{$fa-css-prefix}-retweet:before { content: $fa-var-retweet; } +.#{$fa-css-prefix}-shopping-cart:before { content: $fa-var-shopping-cart; } +.#{$fa-css-prefix}-folder:before { content: $fa-var-folder; } +.#{$fa-css-prefix}-folder-open:before { content: $fa-var-folder-open; } +.#{$fa-css-prefix}-arrows-v:before { content: $fa-var-arrows-v; } +.#{$fa-css-prefix}-arrows-h:before { content: $fa-var-arrows-h; } +.#{$fa-css-prefix}-bar-chart-o:before { content: $fa-var-bar-chart-o; } +.#{$fa-css-prefix}-twitter-square:before { content: $fa-var-twitter-square; } +.#{$fa-css-prefix}-facebook-square:before { content: $fa-var-facebook-square; } +.#{$fa-css-prefix}-camera-retro:before { content: $fa-var-camera-retro; } +.#{$fa-css-prefix}-key:before { content: $fa-var-key; } +.#{$fa-css-prefix}-gears:before, +.#{$fa-css-prefix}-cogs:before { content: $fa-var-cogs; } +.#{$fa-css-prefix}-comments:before { content: $fa-var-comments; } +.#{$fa-css-prefix}-thumbs-o-up:before { content: $fa-var-thumbs-o-up; } +.#{$fa-css-prefix}-thumbs-o-down:before { content: $fa-var-thumbs-o-down; } +.#{$fa-css-prefix}-star-half:before { content: $fa-var-star-half; } +.#{$fa-css-prefix}-heart-o:before { content: $fa-var-heart-o; } +.#{$fa-css-prefix}-sign-out:before { content: $fa-var-sign-out; } +.#{$fa-css-prefix}-linkedin-square:before { content: $fa-var-linkedin-square; } +.#{$fa-css-prefix}-thumb-tack:before { content: $fa-var-thumb-tack; } +.#{$fa-css-prefix}-external-link:before { content: $fa-var-external-link; } +.#{$fa-css-prefix}-sign-in:before { content: $fa-var-sign-in; } +.#{$fa-css-prefix}-trophy:before { content: $fa-var-trophy; } +.#{$fa-css-prefix}-github-square:before { content: $fa-var-github-square; } +.#{$fa-css-prefix}-upload:before { content: $fa-var-upload; } +.#{$fa-css-prefix}-lemon-o:before { content: $fa-var-lemon-o; } +.#{$fa-css-prefix}-phone:before { content: $fa-var-phone; } +.#{$fa-css-prefix}-square-o:before { content: $fa-var-square-o; } +.#{$fa-css-prefix}-bookmark-o:before { content: $fa-var-bookmark-o; } +.#{$fa-css-prefix}-phone-square:before { content: $fa-var-phone-square; } +.#{$fa-css-prefix}-twitter:before { content: $fa-var-twitter; } +.#{$fa-css-prefix}-facebook:before { content: $fa-var-facebook; } +.#{$fa-css-prefix}-github:before { content: $fa-var-github; } +.#{$fa-css-prefix}-unlock:before { content: $fa-var-unlock; } +.#{$fa-css-prefix}-credit-card:before { content: $fa-var-credit-card; } +.#{$fa-css-prefix}-rss:before { content: $fa-var-rss; } +.#{$fa-css-prefix}-hdd-o:before { content: $fa-var-hdd-o; } +.#{$fa-css-prefix}-bullhorn:before { content: $fa-var-bullhorn; } +.#{$fa-css-prefix}-bell:before { content: $fa-var-bell; } +.#{$fa-css-prefix}-certificate:before { content: $fa-var-certificate; } +.#{$fa-css-prefix}-hand-o-right:before { content: $fa-var-hand-o-right; } +.#{$fa-css-prefix}-hand-o-left:before { content: $fa-var-hand-o-left; } +.#{$fa-css-prefix}-hand-o-up:before { content: $fa-var-hand-o-up; } +.#{$fa-css-prefix}-hand-o-down:before { content: $fa-var-hand-o-down; } +.#{$fa-css-prefix}-arrow-circle-left:before { content: $fa-var-arrow-circle-left; } +.#{$fa-css-prefix}-arrow-circle-right:before { content: $fa-var-arrow-circle-right; } +.#{$fa-css-prefix}-arrow-circle-up:before { content: $fa-var-arrow-circle-up; } +.#{$fa-css-prefix}-arrow-circle-down:before { content: $fa-var-arrow-circle-down; } +.#{$fa-css-prefix}-globe:before { content: $fa-var-globe; } +.#{$fa-css-prefix}-wrench:before { content: $fa-var-wrench; } +.#{$fa-css-prefix}-tasks:before { content: $fa-var-tasks; } +.#{$fa-css-prefix}-filter:before { content: $fa-var-filter; } +.#{$fa-css-prefix}-briefcase:before { content: $fa-var-briefcase; } +.#{$fa-css-prefix}-arrows-alt:before { content: $fa-var-arrows-alt; } +.#{$fa-css-prefix}-group:before, +.#{$fa-css-prefix}-users:before { content: $fa-var-users; } +.#{$fa-css-prefix}-chain:before, +.#{$fa-css-prefix}-link:before { content: $fa-var-link; } +.#{$fa-css-prefix}-cloud:before { content: $fa-var-cloud; } +.#{$fa-css-prefix}-flask:before { content: $fa-var-flask; } +.#{$fa-css-prefix}-cut:before, +.#{$fa-css-prefix}-scissors:before { content: $fa-var-scissors; } +.#{$fa-css-prefix}-copy:before, +.#{$fa-css-prefix}-files-o:before { content: $fa-var-files-o; } +.#{$fa-css-prefix}-paperclip:before { content: $fa-var-paperclip; } +.#{$fa-css-prefix}-save:before, +.#{$fa-css-prefix}-floppy-o:before { content: $fa-var-floppy-o; } +.#{$fa-css-prefix}-square:before { content: $fa-var-square; } +.#{$fa-css-prefix}-bars:before { content: $fa-var-bars; } +.#{$fa-css-prefix}-list-ul:before { content: $fa-var-list-ul; } +.#{$fa-css-prefix}-list-ol:before { content: $fa-var-list-ol; } +.#{$fa-css-prefix}-strikethrough:before { content: $fa-var-strikethrough; } +.#{$fa-css-prefix}-underline:before { content: $fa-var-underline; } +.#{$fa-css-prefix}-table:before { content: $fa-var-table; } +.#{$fa-css-prefix}-magic:before { content: $fa-var-magic; } +.#{$fa-css-prefix}-truck:before { content: $fa-var-truck; } +.#{$fa-css-prefix}-pinterest:before { content: $fa-var-pinterest; } +.#{$fa-css-prefix}-pinterest-square:before { content: $fa-var-pinterest-square; } +.#{$fa-css-prefix}-google-plus-square:before { content: $fa-var-google-plus-square; } +.#{$fa-css-prefix}-google-plus:before { content: $fa-var-google-plus; } +.#{$fa-css-prefix}-money:before { content: $fa-var-money; } +.#{$fa-css-prefix}-caret-down:before { content: $fa-var-caret-down; } +.#{$fa-css-prefix}-caret-up:before { content: $fa-var-caret-up; } +.#{$fa-css-prefix}-caret-left:before { content: $fa-var-caret-left; } +.#{$fa-css-prefix}-caret-right:before { content: $fa-var-caret-right; } +.#{$fa-css-prefix}-columns:before { content: $fa-var-columns; } +.#{$fa-css-prefix}-unsorted:before, +.#{$fa-css-prefix}-sort:before { content: $fa-var-sort; } +.#{$fa-css-prefix}-sort-down:before, +.#{$fa-css-prefix}-sort-asc:before { content: $fa-var-sort-asc; } +.#{$fa-css-prefix}-sort-up:before, +.#{$fa-css-prefix}-sort-desc:before { content: $fa-var-sort-desc; } +.#{$fa-css-prefix}-envelope:before { content: $fa-var-envelope; } +.#{$fa-css-prefix}-linkedin:before { content: $fa-var-linkedin; } +.#{$fa-css-prefix}-rotate-left:before, +.#{$fa-css-prefix}-undo:before { content: $fa-var-undo; } +.#{$fa-css-prefix}-legal:before, +.#{$fa-css-prefix}-gavel:before { content: $fa-var-gavel; } +.#{$fa-css-prefix}-dashboard:before, +.#{$fa-css-prefix}-tachometer:before { content: $fa-var-tachometer; } +.#{$fa-css-prefix}-comment-o:before { content: $fa-var-comment-o; } +.#{$fa-css-prefix}-comments-o:before { content: $fa-var-comments-o; } +.#{$fa-css-prefix}-flash:before, +.#{$fa-css-prefix}-bolt:before { content: $fa-var-bolt; } +.#{$fa-css-prefix}-sitemap:before { content: $fa-var-sitemap; } +.#{$fa-css-prefix}-umbrella:before { content: $fa-var-umbrella; } +.#{$fa-css-prefix}-paste:before, +.#{$fa-css-prefix}-clipboard:before { content: $fa-var-clipboard; } +.#{$fa-css-prefix}-lightbulb-o:before { content: $fa-var-lightbulb-o; } +.#{$fa-css-prefix}-exchange:before { content: $fa-var-exchange; } +.#{$fa-css-prefix}-cloud-download:before { content: $fa-var-cloud-download; } +.#{$fa-css-prefix}-cloud-upload:before { content: $fa-var-cloud-upload; } +.#{$fa-css-prefix}-user-md:before { content: $fa-var-user-md; } +.#{$fa-css-prefix}-stethoscope:before { content: $fa-var-stethoscope; } +.#{$fa-css-prefix}-suitcase:before { content: $fa-var-suitcase; } +.#{$fa-css-prefix}-bell-o:before { content: $fa-var-bell-o; } +.#{$fa-css-prefix}-coffee:before { content: $fa-var-coffee; } +.#{$fa-css-prefix}-cutlery:before { content: $fa-var-cutlery; } +.#{$fa-css-prefix}-file-text-o:before { content: $fa-var-file-text-o; } +.#{$fa-css-prefix}-building-o:before { content: $fa-var-building-o; } +.#{$fa-css-prefix}-hospital-o:before { content: $fa-var-hospital-o; } +.#{$fa-css-prefix}-ambulance:before { content: $fa-var-ambulance; } +.#{$fa-css-prefix}-medkit:before { content: $fa-var-medkit; } +.#{$fa-css-prefix}-fighter-jet:before { content: $fa-var-fighter-jet; } +.#{$fa-css-prefix}-beer:before { content: $fa-var-beer; } +.#{$fa-css-prefix}-h-square:before { content: $fa-var-h-square; } +.#{$fa-css-prefix}-plus-square:before { content: $fa-var-plus-square; } +.#{$fa-css-prefix}-angle-double-left:before { content: $fa-var-angle-double-left; } +.#{$fa-css-prefix}-angle-double-right:before { content: $fa-var-angle-double-right; } +.#{$fa-css-prefix}-angle-double-up:before { content: $fa-var-angle-double-up; } +.#{$fa-css-prefix}-angle-double-down:before { content: $fa-var-angle-double-down; } +.#{$fa-css-prefix}-angle-left:before { content: $fa-var-angle-left; } +.#{$fa-css-prefix}-angle-right:before { content: $fa-var-angle-right; } +.#{$fa-css-prefix}-angle-up:before { content: $fa-var-angle-up; } +.#{$fa-css-prefix}-angle-down:before { content: $fa-var-angle-down; } +.#{$fa-css-prefix}-desktop:before { content: $fa-var-desktop; } +.#{$fa-css-prefix}-laptop:before { content: $fa-var-laptop; } +.#{$fa-css-prefix}-tablet:before { content: $fa-var-tablet; } +.#{$fa-css-prefix}-mobile-phone:before, +.#{$fa-css-prefix}-mobile:before { content: $fa-var-mobile; } +.#{$fa-css-prefix}-circle-o:before { content: $fa-var-circle-o; } +.#{$fa-css-prefix}-quote-left:before { content: $fa-var-quote-left; } +.#{$fa-css-prefix}-quote-right:before { content: $fa-var-quote-right; } +.#{$fa-css-prefix}-spinner:before { content: $fa-var-spinner; } +.#{$fa-css-prefix}-circle:before { content: $fa-var-circle; } +.#{$fa-css-prefix}-mail-reply:before, +.#{$fa-css-prefix}-reply:before { content: $fa-var-reply; } +.#{$fa-css-prefix}-github-alt:before { content: $fa-var-github-alt; } +.#{$fa-css-prefix}-folder-o:before { content: $fa-var-folder-o; } +.#{$fa-css-prefix}-folder-open-o:before { content: $fa-var-folder-open-o; } +.#{$fa-css-prefix}-smile-o:before { content: $fa-var-smile-o; } +.#{$fa-css-prefix}-frown-o:before { content: $fa-var-frown-o; } +.#{$fa-css-prefix}-meh-o:before { content: $fa-var-meh-o; } +.#{$fa-css-prefix}-gamepad:before { content: $fa-var-gamepad; } +.#{$fa-css-prefix}-keyboard-o:before { content: $fa-var-keyboard-o; } +.#{$fa-css-prefix}-flag-o:before { content: $fa-var-flag-o; } +.#{$fa-css-prefix}-flag-checkered:before { content: $fa-var-flag-checkered; } +.#{$fa-css-prefix}-terminal:before { content: $fa-var-terminal; } +.#{$fa-css-prefix}-code:before { content: $fa-var-code; } +.#{$fa-css-prefix}-reply-all:before { content: $fa-var-reply-all; } +.#{$fa-css-prefix}-mail-reply-all:before { content: $fa-var-mail-reply-all; } +.#{$fa-css-prefix}-star-half-empty:before, +.#{$fa-css-prefix}-star-half-full:before, +.#{$fa-css-prefix}-star-half-o:before { content: $fa-var-star-half-o; } +.#{$fa-css-prefix}-location-arrow:before { content: $fa-var-location-arrow; } +.#{$fa-css-prefix}-crop:before { content: $fa-var-crop; } +.#{$fa-css-prefix}-code-fork:before { content: $fa-var-code-fork; } +.#{$fa-css-prefix}-unlink:before, +.#{$fa-css-prefix}-chain-broken:before { content: $fa-var-chain-broken; } +.#{$fa-css-prefix}-question:before { content: $fa-var-question; } +.#{$fa-css-prefix}-info:before { content: $fa-var-info; } +.#{$fa-css-prefix}-exclamation:before { content: $fa-var-exclamation; } +.#{$fa-css-prefix}-superscript:before { content: $fa-var-superscript; } +.#{$fa-css-prefix}-subscript:before { content: $fa-var-subscript; } +.#{$fa-css-prefix}-eraser:before { content: $fa-var-eraser; } +.#{$fa-css-prefix}-puzzle-piece:before { content: $fa-var-puzzle-piece; } +.#{$fa-css-prefix}-microphone:before { content: $fa-var-microphone; } +.#{$fa-css-prefix}-microphone-slash:before { content: $fa-var-microphone-slash; } +.#{$fa-css-prefix}-shield:before { content: $fa-var-shield; } +.#{$fa-css-prefix}-calendar-o:before { content: $fa-var-calendar-o; } +.#{$fa-css-prefix}-fire-extinguisher:before { content: $fa-var-fire-extinguisher; } +.#{$fa-css-prefix}-rocket:before { content: $fa-var-rocket; } +.#{$fa-css-prefix}-maxcdn:before { content: $fa-var-maxcdn; } +.#{$fa-css-prefix}-chevron-circle-left:before { content: $fa-var-chevron-circle-left; } +.#{$fa-css-prefix}-chevron-circle-right:before { content: $fa-var-chevron-circle-right; } +.#{$fa-css-prefix}-chevron-circle-up:before { content: $fa-var-chevron-circle-up; } +.#{$fa-css-prefix}-chevron-circle-down:before { content: $fa-var-chevron-circle-down; } +.#{$fa-css-prefix}-html5:before { content: $fa-var-html5; } +.#{$fa-css-prefix}-css3:before { content: $fa-var-css3; } +.#{$fa-css-prefix}-anchor:before { content: $fa-var-anchor; } +.#{$fa-css-prefix}-unlock-alt:before { content: $fa-var-unlock-alt; } +.#{$fa-css-prefix}-bullseye:before { content: $fa-var-bullseye; } +.#{$fa-css-prefix}-ellipsis-h:before { content: $fa-var-ellipsis-h; } +.#{$fa-css-prefix}-ellipsis-v:before { content: $fa-var-ellipsis-v; } +.#{$fa-css-prefix}-rss-square:before { content: $fa-var-rss-square; } +.#{$fa-css-prefix}-play-circle:before { content: $fa-var-play-circle; } +.#{$fa-css-prefix}-ticket:before { content: $fa-var-ticket; } +.#{$fa-css-prefix}-minus-square:before { content: $fa-var-minus-square; } +.#{$fa-css-prefix}-minus-square-o:before { content: $fa-var-minus-square-o; } +.#{$fa-css-prefix}-level-up:before { content: $fa-var-level-up; } +.#{$fa-css-prefix}-level-down:before { content: $fa-var-level-down; } +.#{$fa-css-prefix}-check-square:before { content: $fa-var-check-square; } +.#{$fa-css-prefix}-pencil-square:before { content: $fa-var-pencil-square; } +.#{$fa-css-prefix}-external-link-square:before { content: $fa-var-external-link-square; } +.#{$fa-css-prefix}-share-square:before { content: $fa-var-share-square; } +.#{$fa-css-prefix}-compass:before { content: $fa-var-compass; } +.#{$fa-css-prefix}-toggle-down:before, +.#{$fa-css-prefix}-caret-square-o-down:before { content: $fa-var-caret-square-o-down; } +.#{$fa-css-prefix}-toggle-up:before, +.#{$fa-css-prefix}-caret-square-o-up:before { content: $fa-var-caret-square-o-up; } +.#{$fa-css-prefix}-toggle-right:before, +.#{$fa-css-prefix}-caret-square-o-right:before { content: $fa-var-caret-square-o-right; } +.#{$fa-css-prefix}-euro:before, +.#{$fa-css-prefix}-eur:before { content: $fa-var-eur; } +.#{$fa-css-prefix}-gbp:before { content: $fa-var-gbp; } +.#{$fa-css-prefix}-dollar:before, +.#{$fa-css-prefix}-usd:before { content: $fa-var-usd; } +.#{$fa-css-prefix}-rupee:before, +.#{$fa-css-prefix}-inr:before { content: $fa-var-inr; } +.#{$fa-css-prefix}-cny:before, +.#{$fa-css-prefix}-rmb:before, +.#{$fa-css-prefix}-yen:before, +.#{$fa-css-prefix}-jpy:before { content: $fa-var-jpy; } +.#{$fa-css-prefix}-ruble:before, +.#{$fa-css-prefix}-rouble:before, +.#{$fa-css-prefix}-rub:before { content: $fa-var-rub; } +.#{$fa-css-prefix}-won:before, +.#{$fa-css-prefix}-krw:before { content: $fa-var-krw; } +.#{$fa-css-prefix}-bitcoin:before, +.#{$fa-css-prefix}-btc:before { content: $fa-var-btc; } +.#{$fa-css-prefix}-file:before { content: $fa-var-file; } +.#{$fa-css-prefix}-file-text:before { content: $fa-var-file-text; } +.#{$fa-css-prefix}-sort-alpha-asc:before { content: $fa-var-sort-alpha-asc; } +.#{$fa-css-prefix}-sort-alpha-desc:before { content: $fa-var-sort-alpha-desc; } +.#{$fa-css-prefix}-sort-amount-asc:before { content: $fa-var-sort-amount-asc; } +.#{$fa-css-prefix}-sort-amount-desc:before { content: $fa-var-sort-amount-desc; } +.#{$fa-css-prefix}-sort-numeric-asc:before { content: $fa-var-sort-numeric-asc; } +.#{$fa-css-prefix}-sort-numeric-desc:before { content: $fa-var-sort-numeric-desc; } +.#{$fa-css-prefix}-thumbs-up:before { content: $fa-var-thumbs-up; } +.#{$fa-css-prefix}-thumbs-down:before { content: $fa-var-thumbs-down; } +.#{$fa-css-prefix}-youtube-square:before { content: $fa-var-youtube-square; } +.#{$fa-css-prefix}-youtube:before { content: $fa-var-youtube; } +.#{$fa-css-prefix}-xing:before { content: $fa-var-xing; } +.#{$fa-css-prefix}-xing-square:before { content: $fa-var-xing-square; } +.#{$fa-css-prefix}-youtube-play:before { content: $fa-var-youtube-play; } +.#{$fa-css-prefix}-dropbox:before { content: $fa-var-dropbox; } +.#{$fa-css-prefix}-stack-overflow:before { content: $fa-var-stack-overflow; } +.#{$fa-css-prefix}-instagram:before { content: $fa-var-instagram; } +.#{$fa-css-prefix}-flickr:before { content: $fa-var-flickr; } +.#{$fa-css-prefix}-adn:before { content: $fa-var-adn; } +.#{$fa-css-prefix}-bitbucket:before { content: $fa-var-bitbucket; } +.#{$fa-css-prefix}-bitbucket-square:before { content: $fa-var-bitbucket-square; } +.#{$fa-css-prefix}-tumblr:before { content: $fa-var-tumblr; } +.#{$fa-css-prefix}-tumblr-square:before { content: $fa-var-tumblr-square; } +.#{$fa-css-prefix}-long-arrow-down:before { content: $fa-var-long-arrow-down; } +.#{$fa-css-prefix}-long-arrow-up:before { content: $fa-var-long-arrow-up; } +.#{$fa-css-prefix}-long-arrow-left:before { content: $fa-var-long-arrow-left; } +.#{$fa-css-prefix}-long-arrow-right:before { content: $fa-var-long-arrow-right; } +.#{$fa-css-prefix}-apple:before { content: $fa-var-apple; } +.#{$fa-css-prefix}-windows:before { content: $fa-var-windows; } +.#{$fa-css-prefix}-android:before { content: $fa-var-android; } +.#{$fa-css-prefix}-linux:before { content: $fa-var-linux; } +.#{$fa-css-prefix}-dribbble:before { content: $fa-var-dribbble; } +.#{$fa-css-prefix}-skype:before { content: $fa-var-skype; } +.#{$fa-css-prefix}-foursquare:before { content: $fa-var-foursquare; } +.#{$fa-css-prefix}-trello:before { content: $fa-var-trello; } +.#{$fa-css-prefix}-female:before { content: $fa-var-female; } +.#{$fa-css-prefix}-male:before { content: $fa-var-male; } +.#{$fa-css-prefix}-gittip:before { content: $fa-var-gittip; } +.#{$fa-css-prefix}-sun-o:before { content: $fa-var-sun-o; } +.#{$fa-css-prefix}-moon-o:before { content: $fa-var-moon-o; } +.#{$fa-css-prefix}-archive:before { content: $fa-var-archive; } +.#{$fa-css-prefix}-bug:before { content: $fa-var-bug; } +.#{$fa-css-prefix}-vk:before { content: $fa-var-vk; } +.#{$fa-css-prefix}-weibo:before { content: $fa-var-weibo; } +.#{$fa-css-prefix}-renren:before { content: $fa-var-renren; } +.#{$fa-css-prefix}-pagelines:before { content: $fa-var-pagelines; } +.#{$fa-css-prefix}-stack-exchange:before { content: $fa-var-stack-exchange; } +.#{$fa-css-prefix}-arrow-circle-o-right:before { content: $fa-var-arrow-circle-o-right; } +.#{$fa-css-prefix}-arrow-circle-o-left:before { content: $fa-var-arrow-circle-o-left; } +.#{$fa-css-prefix}-toggle-left:before, +.#{$fa-css-prefix}-caret-square-o-left:before { content: $fa-var-caret-square-o-left; } +.#{$fa-css-prefix}-dot-circle-o:before { content: $fa-var-dot-circle-o; } +.#{$fa-css-prefix}-wheelchair:before { content: $fa-var-wheelchair; } +.#{$fa-css-prefix}-vimeo-square:before { content: $fa-var-vimeo-square; } +.#{$fa-css-prefix}-turkish-lira:before, +.#{$fa-css-prefix}-try:before { content: $fa-var-try; } +.#{$fa-css-prefix}-plus-square-o:before { content: $fa-var-plus-square-o; } diff --git a/docs/_sass/fa/_larger.scss b/docs/_sass/fa/_larger.scss new file mode 100644 index 0000000..41e9a81 --- /dev/null +++ b/docs/_sass/fa/_larger.scss @@ -0,0 +1,13 @@ +// Icon Sizes +// ------------------------- + +/* makes the font 33% larger relative to the icon container */ +.#{$fa-css-prefix}-lg { + font-size: (4em / 3); + line-height: (3em / 4); + vertical-align: -15%; +} +.#{$fa-css-prefix}-2x { font-size: 2em; } +.#{$fa-css-prefix}-3x { font-size: 3em; } +.#{$fa-css-prefix}-4x { font-size: 4em; } +.#{$fa-css-prefix}-5x { font-size: 5em; } diff --git a/docs/_sass/fa/_list.scss b/docs/_sass/fa/_list.scss new file mode 100644 index 0000000..7d1e4d5 --- /dev/null +++ b/docs/_sass/fa/_list.scss @@ -0,0 +1,19 @@ +// List Icons +// ------------------------- + +.#{$fa-css-prefix}-ul { + padding-left: 0; + margin-left: $fa-li-width; + list-style-type: none; + > li { position: relative; } +} +.#{$fa-css-prefix}-li { + position: absolute; + left: -$fa-li-width; + width: $fa-li-width; + top: (2em / 14); + text-align: center; + &.#{$fa-css-prefix}-lg { + left: -$fa-li-width + (4em / 14); + } +} diff --git a/docs/_sass/fa/_mixins.scss b/docs/_sass/fa/_mixins.scss new file mode 100644 index 0000000..9f55596 --- /dev/null +++ b/docs/_sass/fa/_mixins.scss @@ -0,0 +1,20 @@ +// Mixins +// -------------------------- + +@mixin fa-icon-rotate($degrees, $rotation) { + filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation); + -webkit-transform: rotate($degrees); + -moz-transform: rotate($degrees); + -ms-transform: rotate($degrees); + -o-transform: rotate($degrees); + transform: rotate($degrees); +} + +@mixin fa-icon-flip($horiz, $vert, $rotation) { + filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation); + -webkit-transform: scale($horiz, $vert); + -moz-transform: scale($horiz, $vert); + -ms-transform: scale($horiz, $vert); + -o-transform: scale($horiz, $vert); + transform: scale($horiz, $vert); +} diff --git a/docs/_sass/fa/_path.scss b/docs/_sass/fa/_path.scss new file mode 100644 index 0000000..fd21c35 --- /dev/null +++ b/docs/_sass/fa/_path.scss @@ -0,0 +1,14 @@ +/* FONT PATH + * -------------------------- */ + +@font-face { + font-family: 'FontAwesome'; + src: url('#{$fa-font-path}/fontawesome-webfont.eot?v=#{$fa-version}'); + src: url('#{$fa-font-path}/fontawesome-webfont.eot?#iefix&v=#{$fa-version}') format('embedded-opentype'), + url('#{$fa-font-path}/fontawesome-webfont.woff?v=#{$fa-version}') format('woff'), + url('#{$fa-font-path}/fontawesome-webfont.ttf?v=#{$fa-version}') format('truetype'), + url('#{$fa-font-path}/fontawesome-webfont.svg?v=#{$fa-version}#fontawesomeregular') format('svg'); + //src: url('#{$fa-font-path}/FontAwesome.otf') format('opentype'); // used when developing fonts + font-weight: normal; + font-style: normal; +} diff --git a/docs/_sass/fa/_rotated-flipped.scss b/docs/_sass/fa/_rotated-flipped.scss new file mode 100644 index 0000000..343fa55 --- /dev/null +++ b/docs/_sass/fa/_rotated-flipped.scss @@ -0,0 +1,9 @@ +// Rotated & Flipped Icons +// ------------------------- + +.#{$fa-css-prefix}-rotate-90 { @include fa-icon-rotate(90deg, 1); } +.#{$fa-css-prefix}-rotate-180 { @include fa-icon-rotate(180deg, 2); } +.#{$fa-css-prefix}-rotate-270 { @include fa-icon-rotate(270deg, 3); } + +.#{$fa-css-prefix}-flip-horizontal { @include fa-icon-flip(-1, 1, 0); } +.#{$fa-css-prefix}-flip-vertical { @include fa-icon-flip(1, -1, 2); } diff --git a/docs/_sass/fa/_spinning.scss b/docs/_sass/fa/_spinning.scss new file mode 100644 index 0000000..ba1e4f1 --- /dev/null +++ b/docs/_sass/fa/_spinning.scss @@ -0,0 +1,30 @@ +// Spinning Icons +// -------------------------- + +.#{$fa-css-prefix}-spin { + -webkit-animation: spin 2s infinite linear; + -moz-animation: spin 2s infinite linear; + -o-animation: spin 2s infinite linear; + animation: spin 2s infinite linear; +} + +@-moz-keyframes spin { + 0% { -moz-transform: rotate(0deg); } + 100% { -moz-transform: rotate(359deg); } +} +@-webkit-keyframes spin { + 0% { -webkit-transform: rotate(0deg); } + 100% { -webkit-transform: rotate(359deg); } +} +@-o-keyframes spin { + 0% { -o-transform: rotate(0deg); } + 100% { -o-transform: rotate(359deg); } +} +@-ms-keyframes spin { + 0% { -ms-transform: rotate(0deg); } + 100% { -ms-transform: rotate(359deg); } +} +@keyframes spin { + 0% { transform: rotate(0deg); } + 100% { transform: rotate(359deg); } +} diff --git a/docs/_sass/fa/_stacked.scss b/docs/_sass/fa/_stacked.scss new file mode 100644 index 0000000..aef7403 --- /dev/null +++ b/docs/_sass/fa/_stacked.scss @@ -0,0 +1,20 @@ +// Stacked Icons +// ------------------------- + +.#{$fa-css-prefix}-stack { + position: relative; + display: inline-block; + width: 2em; + height: 2em; + line-height: 2em; + vertical-align: middle; +} +.#{$fa-css-prefix}-stack-1x, .#{$fa-css-prefix}-stack-2x { + position: absolute; + left: 0; + width: 100%; + text-align: center; +} +.#{$fa-css-prefix}-stack-1x { line-height: inherit; } +.#{$fa-css-prefix}-stack-2x { font-size: 2em; } +.#{$fa-css-prefix}-inverse { color: $fa-inverse; } diff --git a/docs/_sass/fa/_variables.scss b/docs/_sass/fa/_variables.scss new file mode 100644 index 0000000..775e24d --- /dev/null +++ b/docs/_sass/fa/_variables.scss @@ -0,0 +1,381 @@ +// Variables +// -------------------------- + +$fa-font-path: "../fonts/FontAwesome" !default; +//$fa-font-path: "//netdna.bootstrapcdn.com/font-awesome/4.0.3/fonts" !default; // for referencing Bootstrap CDN font files directly +$fa-css-prefix: fa !default; +$fa-version: "4.0.3" !default; +$fa-border-color: #eee !default; +$fa-inverse: #fff !default; +$fa-li-width: (30em / 14) !default; + +$fa-var-glass: "\f000"; +$fa-var-music: "\f001"; +$fa-var-search: "\f002"; +$fa-var-envelope-o: "\f003"; +$fa-var-heart: "\f004"; +$fa-var-star: "\f005"; +$fa-var-star-o: "\f006"; +$fa-var-user: "\f007"; +$fa-var-film: "\f008"; +$fa-var-th-large: "\f009"; +$fa-var-th: "\f00a"; +$fa-var-th-list: "\f00b"; +$fa-var-check: "\f00c"; +$fa-var-times: "\f00d"; +$fa-var-search-plus: "\f00e"; +$fa-var-search-minus: "\f010"; +$fa-var-power-off: "\f011"; +$fa-var-signal: "\f012"; +$fa-var-cog: "\f013"; +$fa-var-trash-o: "\f014"; +$fa-var-home: "\f015"; +$fa-var-file-o: "\f016"; +$fa-var-clock-o: "\f017"; +$fa-var-road: "\f018"; +$fa-var-download: "\f019"; +$fa-var-arrow-circle-o-down: "\f01a"; +$fa-var-arrow-circle-o-up: "\f01b"; +$fa-var-inbox: "\f01c"; +$fa-var-play-circle-o: "\f01d"; +$fa-var-repeat: "\f01e"; +$fa-var-refresh: "\f021"; +$fa-var-list-alt: "\f022"; +$fa-var-lock: "\f023"; +$fa-var-flag: "\f024"; +$fa-var-headphones: "\f025"; +$fa-var-volume-off: "\f026"; +$fa-var-volume-down: "\f027"; +$fa-var-volume-up: "\f028"; +$fa-var-qrcode: "\f029"; +$fa-var-barcode: "\f02a"; +$fa-var-tag: "\f02b"; +$fa-var-tags: "\f02c"; +$fa-var-book: "\f02d"; +$fa-var-bookmark: "\f02e"; +$fa-var-print: "\f02f"; +$fa-var-camera: "\f030"; +$fa-var-font: "\f031"; +$fa-var-bold: "\f032"; +$fa-var-italic: "\f033"; +$fa-var-text-height: "\f034"; +$fa-var-text-width: "\f035"; +$fa-var-align-left: "\f036"; +$fa-var-align-center: "\f037"; +$fa-var-align-right: "\f038"; +$fa-var-align-justify: "\f039"; +$fa-var-list: "\f03a"; +$fa-var-outdent: "\f03b"; +$fa-var-indent: "\f03c"; +$fa-var-video-camera: "\f03d"; +$fa-var-picture-o: "\f03e"; +$fa-var-pencil: "\f040"; +$fa-var-map-marker: "\f041"; +$fa-var-adjust: "\f042"; +$fa-var-tint: "\f043"; +$fa-var-pencil-square-o: "\f044"; +$fa-var-share-square-o: "\f045"; +$fa-var-check-square-o: "\f046"; +$fa-var-arrows: "\f047"; +$fa-var-step-backward: "\f048"; +$fa-var-fast-backward: "\f049"; +$fa-var-backward: "\f04a"; +$fa-var-play: "\f04b"; +$fa-var-pause: "\f04c"; +$fa-var-stop: "\f04d"; +$fa-var-forward: "\f04e"; +$fa-var-fast-forward: "\f050"; +$fa-var-step-forward: "\f051"; +$fa-var-eject: "\f052"; +$fa-var-chevron-left: "\f053"; +$fa-var-chevron-right: "\f054"; +$fa-var-plus-circle: "\f055"; +$fa-var-minus-circle: "\f056"; +$fa-var-times-circle: "\f057"; +$fa-var-check-circle: "\f058"; +$fa-var-question-circle: "\f059"; +$fa-var-info-circle: "\f05a"; +$fa-var-crosshairs: "\f05b"; +$fa-var-times-circle-o: "\f05c"; +$fa-var-check-circle-o: "\f05d"; +$fa-var-ban: "\f05e"; +$fa-var-arrow-left: "\f060"; +$fa-var-arrow-right: "\f061"; +$fa-var-arrow-up: "\f062"; +$fa-var-arrow-down: "\f063"; +$fa-var-share: "\f064"; +$fa-var-expand: "\f065"; +$fa-var-compress: "\f066"; +$fa-var-plus: "\f067"; +$fa-var-minus: "\f068"; +$fa-var-asterisk: "\f069"; +$fa-var-exclamation-circle: "\f06a"; +$fa-var-gift: "\f06b"; +$fa-var-leaf: "\f06c"; +$fa-var-fire: "\f06d"; +$fa-var-eye: "\f06e"; +$fa-var-eye-slash: "\f070"; +$fa-var-exclamation-triangle: "\f071"; +$fa-var-plane: "\f072"; +$fa-var-calendar: "\f073"; +$fa-var-random: "\f074"; +$fa-var-comment: "\f075"; +$fa-var-magnet: "\f076"; +$fa-var-chevron-up: "\f077"; +$fa-var-chevron-down: "\f078"; +$fa-var-retweet: "\f079"; +$fa-var-shopping-cart: "\f07a"; +$fa-var-folder: "\f07b"; +$fa-var-folder-open: "\f07c"; +$fa-var-arrows-v: "\f07d"; +$fa-var-arrows-h: "\f07e"; +$fa-var-bar-chart-o: "\f080"; +$fa-var-twitter-square: "\f081"; +$fa-var-facebook-square: "\f082"; +$fa-var-camera-retro: "\f083"; +$fa-var-key: "\f084"; +$fa-var-cogs: "\f085"; +$fa-var-comments: "\f086"; +$fa-var-thumbs-o-up: "\f087"; +$fa-var-thumbs-o-down: "\f088"; +$fa-var-star-half: "\f089"; +$fa-var-heart-o: "\f08a"; +$fa-var-sign-out: "\f08b"; +$fa-var-linkedin-square: "\f08c"; +$fa-var-thumb-tack: "\f08d"; +$fa-var-external-link: "\f08e"; +$fa-var-sign-in: "\f090"; +$fa-var-trophy: "\f091"; +$fa-var-github-square: "\f092"; +$fa-var-upload: "\f093"; +$fa-var-lemon-o: "\f094"; +$fa-var-phone: "\f095"; +$fa-var-square-o: "\f096"; +$fa-var-bookmark-o: "\f097"; +$fa-var-phone-square: "\f098"; +$fa-var-twitter: "\f099"; +$fa-var-facebook: "\f09a"; +$fa-var-github: "\f09b"; +$fa-var-unlock: "\f09c"; +$fa-var-credit-card: "\f09d"; +$fa-var-rss: "\f09e"; +$fa-var-hdd-o: "\f0a0"; +$fa-var-bullhorn: "\f0a1"; +$fa-var-bell: "\f0f3"; +$fa-var-certificate: "\f0a3"; +$fa-var-hand-o-right: "\f0a4"; +$fa-var-hand-o-left: "\f0a5"; +$fa-var-hand-o-up: "\f0a6"; +$fa-var-hand-o-down: "\f0a7"; +$fa-var-arrow-circle-left: "\f0a8"; +$fa-var-arrow-circle-right: "\f0a9"; +$fa-var-arrow-circle-up: "\f0aa"; +$fa-var-arrow-circle-down: "\f0ab"; +$fa-var-globe: "\f0ac"; +$fa-var-wrench: "\f0ad"; +$fa-var-tasks: "\f0ae"; +$fa-var-filter: "\f0b0"; +$fa-var-briefcase: "\f0b1"; +$fa-var-arrows-alt: "\f0b2"; +$fa-var-users: "\f0c0"; +$fa-var-link: "\f0c1"; +$fa-var-cloud: "\f0c2"; +$fa-var-flask: "\f0c3"; +$fa-var-scissors: "\f0c4"; +$fa-var-files-o: "\f0c5"; +$fa-var-paperclip: "\f0c6"; +$fa-var-floppy-o: "\f0c7"; +$fa-var-square: "\f0c8"; +$fa-var-bars: "\f0c9"; +$fa-var-list-ul: "\f0ca"; +$fa-var-list-ol: "\f0cb"; +$fa-var-strikethrough: "\f0cc"; +$fa-var-underline: "\f0cd"; +$fa-var-table: "\f0ce"; +$fa-var-magic: "\f0d0"; +$fa-var-truck: "\f0d1"; +$fa-var-pinterest: "\f0d2"; +$fa-var-pinterest-square: "\f0d3"; +$fa-var-google-plus-square: "\f0d4"; +$fa-var-google-plus: "\f0d5"; +$fa-var-money: "\f0d6"; +$fa-var-caret-down: "\f0d7"; +$fa-var-caret-up: "\f0d8"; +$fa-var-caret-left: "\f0d9"; +$fa-var-caret-right: "\f0da"; +$fa-var-columns: "\f0db"; +$fa-var-sort: "\f0dc"; +$fa-var-sort-asc: "\f0dd"; +$fa-var-sort-desc: "\f0de"; +$fa-var-envelope: "\f0e0"; +$fa-var-linkedin: "\f0e1"; +$fa-var-undo: "\f0e2"; +$fa-var-gavel: "\f0e3"; +$fa-var-tachometer: "\f0e4"; +$fa-var-comment-o: "\f0e5"; +$fa-var-comments-o: "\f0e6"; +$fa-var-bolt: "\f0e7"; +$fa-var-sitemap: "\f0e8"; +$fa-var-umbrella: "\f0e9"; +$fa-var-clipboard: "\f0ea"; +$fa-var-lightbulb-o: "\f0eb"; +$fa-var-exchange: "\f0ec"; +$fa-var-cloud-download: "\f0ed"; +$fa-var-cloud-upload: "\f0ee"; +$fa-var-user-md: "\f0f0"; +$fa-var-stethoscope: "\f0f1"; +$fa-var-suitcase: "\f0f2"; +$fa-var-bell-o: "\f0a2"; +$fa-var-coffee: "\f0f4"; +$fa-var-cutlery: "\f0f5"; +$fa-var-file-text-o: "\f0f6"; +$fa-var-building-o: "\f0f7"; +$fa-var-hospital-o: "\f0f8"; +$fa-var-ambulance: "\f0f9"; +$fa-var-medkit: "\f0fa"; +$fa-var-fighter-jet: "\f0fb"; +$fa-var-beer: "\f0fc"; +$fa-var-h-square: "\f0fd"; +$fa-var-plus-square: "\f0fe"; +$fa-var-angle-double-left: "\f100"; +$fa-var-angle-double-right: "\f101"; +$fa-var-angle-double-up: "\f102"; +$fa-var-angle-double-down: "\f103"; +$fa-var-angle-left: "\f104"; +$fa-var-angle-right: "\f105"; +$fa-var-angle-up: "\f106"; +$fa-var-angle-down: "\f107"; +$fa-var-desktop: "\f108"; +$fa-var-laptop: "\f109"; +$fa-var-tablet: "\f10a"; +$fa-var-mobile: "\f10b"; +$fa-var-circle-o: "\f10c"; +$fa-var-quote-left: "\f10d"; +$fa-var-quote-right: "\f10e"; +$fa-var-spinner: "\f110"; +$fa-var-circle: "\f111"; +$fa-var-reply: "\f112"; +$fa-var-github-alt: "\f113"; +$fa-var-folder-o: "\f114"; +$fa-var-folder-open-o: "\f115"; +$fa-var-smile-o: "\f118"; +$fa-var-frown-o: "\f119"; +$fa-var-meh-o: "\f11a"; +$fa-var-gamepad: "\f11b"; +$fa-var-keyboard-o: "\f11c"; +$fa-var-flag-o: "\f11d"; +$fa-var-flag-checkered: "\f11e"; +$fa-var-terminal: "\f120"; +$fa-var-code: "\f121"; +$fa-var-reply-all: "\f122"; +$fa-var-mail-reply-all: "\f122"; +$fa-var-star-half-o: "\f123"; +$fa-var-location-arrow: "\f124"; +$fa-var-crop: "\f125"; +$fa-var-code-fork: "\f126"; +$fa-var-chain-broken: "\f127"; +$fa-var-question: "\f128"; +$fa-var-info: "\f129"; +$fa-var-exclamation: "\f12a"; +$fa-var-superscript: "\f12b"; +$fa-var-subscript: "\f12c"; +$fa-var-eraser: "\f12d"; +$fa-var-puzzle-piece: "\f12e"; +$fa-var-microphone: "\f130"; +$fa-var-microphone-slash: "\f131"; +$fa-var-shield: "\f132"; +$fa-var-calendar-o: "\f133"; +$fa-var-fire-extinguisher: "\f134"; +$fa-var-rocket: "\f135"; +$fa-var-maxcdn: "\f136"; +$fa-var-chevron-circle-left: "\f137"; +$fa-var-chevron-circle-right: "\f138"; +$fa-var-chevron-circle-up: "\f139"; +$fa-var-chevron-circle-down: "\f13a"; +$fa-var-html5: "\f13b"; +$fa-var-css3: "\f13c"; +$fa-var-anchor: "\f13d"; +$fa-var-unlock-alt: "\f13e"; +$fa-var-bullseye: "\f140"; +$fa-var-ellipsis-h: "\f141"; +$fa-var-ellipsis-v: "\f142"; +$fa-var-rss-square: "\f143"; +$fa-var-play-circle: "\f144"; +$fa-var-ticket: "\f145"; +$fa-var-minus-square: "\f146"; +$fa-var-minus-square-o: "\f147"; +$fa-var-level-up: "\f148"; +$fa-var-level-down: "\f149"; +$fa-var-check-square: "\f14a"; +$fa-var-pencil-square: "\f14b"; +$fa-var-external-link-square: "\f14c"; +$fa-var-share-square: "\f14d"; +$fa-var-compass: "\f14e"; +$fa-var-caret-square-o-down: "\f150"; +$fa-var-caret-square-o-up: "\f151"; +$fa-var-caret-square-o-right: "\f152"; +$fa-var-eur: "\f153"; +$fa-var-gbp: "\f154"; +$fa-var-usd: "\f155"; +$fa-var-inr: "\f156"; +$fa-var-jpy: "\f157"; +$fa-var-rub: "\f158"; +$fa-var-krw: "\f159"; +$fa-var-btc: "\f15a"; +$fa-var-file: "\f15b"; +$fa-var-file-text: "\f15c"; +$fa-var-sort-alpha-asc: "\f15d"; +$fa-var-sort-alpha-desc: "\f15e"; +$fa-var-sort-amount-asc: "\f160"; +$fa-var-sort-amount-desc: "\f161"; +$fa-var-sort-numeric-asc: "\f162"; +$fa-var-sort-numeric-desc: "\f163"; +$fa-var-thumbs-up: "\f164"; +$fa-var-thumbs-down: "\f165"; +$fa-var-youtube-square: "\f166"; +$fa-var-youtube: "\f167"; +$fa-var-xing: "\f168"; +$fa-var-xing-square: "\f169"; +$fa-var-youtube-play: "\f16a"; +$fa-var-dropbox: "\f16b"; +$fa-var-stack-overflow: "\f16c"; +$fa-var-instagram: "\f16d"; +$fa-var-flickr: "\f16e"; +$fa-var-adn: "\f170"; +$fa-var-bitbucket: "\f171"; +$fa-var-bitbucket-square: "\f172"; +$fa-var-tumblr: "\f173"; +$fa-var-tumblr-square: "\f174"; +$fa-var-long-arrow-down: "\f175"; +$fa-var-long-arrow-up: "\f176"; +$fa-var-long-arrow-left: "\f177"; +$fa-var-long-arrow-right: "\f178"; +$fa-var-apple: "\f179"; +$fa-var-windows: "\f17a"; +$fa-var-android: "\f17b"; +$fa-var-linux: "\f17c"; +$fa-var-dribbble: "\f17d"; +$fa-var-skype: "\f17e"; +$fa-var-foursquare: "\f180"; +$fa-var-trello: "\f181"; +$fa-var-female: "\f182"; +$fa-var-male: "\f183"; +$fa-var-gittip: "\f184"; +$fa-var-sun-o: "\f185"; +$fa-var-moon-o: "\f186"; +$fa-var-archive: "\f187"; +$fa-var-bug: "\f188"; +$fa-var-vk: "\f189"; +$fa-var-weibo: "\f18a"; +$fa-var-renren: "\f18b"; +$fa-var-pagelines: "\f18c"; +$fa-var-stack-exchange: "\f18d"; +$fa-var-arrow-circle-o-right: "\f18e"; +$fa-var-arrow-circle-o-left: "\f190"; +$fa-var-caret-square-o-left: "\f191"; +$fa-var-dot-circle-o: "\f192"; +$fa-var-wheelchair: "\f193"; +$fa-var-vimeo-square: "\f194"; +$fa-var-try: "\f195"; +$fa-var-plus-square-o: "\f196"; + diff --git a/docs/_sass/fa/font-awesome.scss b/docs/_sass/fa/font-awesome.scss new file mode 100644 index 0000000..96d2f22 --- /dev/null +++ b/docs/_sass/fa/font-awesome.scss @@ -0,0 +1,17 @@ +/*! + * Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome + * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) + */ + +@import "variables"; +@import "mixins"; +@import "path"; +@import "core"; +@import "larger"; +@import "fixed-width"; +@import "list"; +@import "bordered-pulled"; +@import "spinning"; +@import "rotated-flipped"; +@import "stacked"; +@import "icons"; diff --git a/docs/_sass/fonts.scss b/docs/_sass/fonts.scss new file mode 100644 index 0000000..27682dc --- /dev/null +++ b/docs/_sass/fonts.scss @@ -0,0 +1,9 @@ +// opensans +@import url('../fonts/OpenSans/opensans.css'); +// droidserif +@import url('../fonts/droid-serif/web-fonts/droidserif_bold_macroman/stylesheet.css'); +@import url('../fonts/droid-serif/web-fonts/droidserif_bolditalic_macroman/stylesheet.css'); +@import url('../fonts/droid-serif/web-fonts/droidserif_italic_macroman/stylesheet.css'); +@import url('../fonts/droid-serif/web-fonts/droidserif_regular_macroman/stylesheet.css'); +// FontAwesome +@import 'fa/font-awesome'; diff --git a/docs/_sass/mixin.scss b/docs/_sass/mixin.scss new file mode 100644 index 0000000..4395dee --- /dev/null +++ b/docs/_sass/mixin.scss @@ -0,0 +1,6 @@ +@mixin border-radius($radius) { + -webkit-border-radius: $radius; + -moz-border-radius: $radius; + -ms-border-radius: $radius; + border-radius: $radius; +} \ No newline at end of file diff --git a/docs/_sass/solarized/solarized.scss b/docs/_sass/solarized/solarized.scss new file mode 100644 index 0000000..87f629a --- /dev/null +++ b/docs/_sass/solarized/solarized.scss @@ -0,0 +1,365 @@ +/** + * based on Solarized Dark theme for reveal.js by Achim Staebler + * and Solarized colors by Ethan Schoonover + * http://ethanschoonover.com/solarized + * remixed by: Thomas Friese + * http://tasmo.rocks/ +**/ + +// --------------------------------------------- +// Main Variables +// Solarized base colors +$base03: #002b36; +$base02: #073642; +$base01: #586e75; +$base00: #657b83; +$base0: #839496; +$base1: #93a1a1; +$base2: #eee8d5; +$base3: #fdf6e3; +$yellow: #b58900; +$orange: #cb4b16; +$red: #dc322f; +$magenta: #d33682; +$violet: #6c71c4; +$blue: #268bd2; +$cyan: #2aa198; +$green: #859900; + +// Background of the presentation +$backgroundColor: $base03; + +// Primary/body text +$mainFont: 'Open Sans', Arial, sans-serif; +$mainFontWeight: 400; +$mainFontSize: 2rem; +$mainColor: $base1; + +// Vertical spacing between blocks of text +$blockMargin: 20px; + +// Headings +$headingMargin: .5em 0; +$headingFont: 'open_sanslight' ,'Open Sans', Arial, sans-serif; +$headingColor: $base2; +$headingLineHeight: 1em; +$headingLetterSpacing: 0.02rem; +$headingTextTransform: none; +$headingTextShadow: 0px 0px 2px rgba( $headingColor, .5 ); +$headingFontWeight: $mainFontWeight + 400; +$heading1TextShadow: $headingTextShadow; + +$heading1Size: 5rem; +$heading2Size: 4rem; +$heading3Size: 3rem; +$heading4Size: 2.00rem; + +// Links and actions +$linkColor: $blue; +$linkColorHover: lighten( $linkColor, 20% ); + +// Text selection +$selectionBackgroundColor: $magenta; +$selectionColor: $base3; + +// Generates the presentation background, can be overridden +// to return a background image or gradient +@mixin bodyBackground() { + background: $backgroundColor; +} + +$headerFont: $headingFont; +$captionFont: $mainFont; +$codeFont: 'Source Code Pro', 'Inconsolata', monospace; +$codeFontSize: $mainFontSize - .5rem; +$altFont: serif; +$italicFont: 'open_sanslight_italic', 'Open Sans', Arial, sans-serif; +$quoteFont: 'droid_serifitalic', cursive; + +// reveal.js theme +@import "../../reveal.js/css/reveal"; +// Theme template ------------------------------ +@import "../../reveal.js/css/theme/template/theme"; +// --------------------------------------------- +@import "../mixin"; +@import "../fonts"; +@import "syntax/syntax_solarized"; +// --------------------------------------------- +@mixin rebase( $rebase03,$rebase02,$rebase01,$rebase00,$rebase0,$rebase1,$rebase2,$rebase3 ) +{ + background-color: $rebase03; + color: $rebase1; + //* { color: $rebase1; } + body { + background-color: $rebase03; + } + .reveal { + background-color: $rebase03; + color: $rebase1; + text-shadow: 0 0 1px rgba( $rebase1, .2 ); + -webkit-text-stroke: 1px rgba( $rebase1, .2 ); + h1,h2,h3,h4,h5,h6 { + color: $rebase2; + border-color: $rebase0; + text-shadow: $headingTextShadow; + a { + &:not( .image ), &:active, &:visited { + color: $rebase2; + } + &:hover { + color: $linkColorHover; + } + } + } + a { + &:not( .image ), &:active, &:visited { + color: $linkColor; + } + &:hover { + color: $linkColorHover; + } + } + h1,h2,h3,h4,h5,h6,p,li { + >code, >a>code { + background: $rebase1; + color: $rebase03; + border: 1px solid $rebase1; + } + } + section img { + border: 4px solid $rebase1; + } + figure.highlight { + background: $rebase3; + } + } +} +@mixin accentize( $accent ) { + a#sitelink{ background-color: $accent; } + a, a:active, a:visited, code.url { color: $accent; } + h1 { color: $accent } + h2,h3,h4,h5,h6 { color: $accent } + h1#pagetitle, h1:first-of-type { color: $accent; } +} + +/* dark is default mode, so pair with general html definition */ +.light { @include rebase( $base3,$base2,$base1,$base0,$base00,$base01,$base02,$base03 ) } +.dark { @include rebase( $base03,$base02,$base01,$base00,$base0,$base1,$base2,$base3 ) } +html * { + color-profile: sRGB; + -webkit-font-smoothing: antialiased; + font-smooth: always; + word-wrap: break-word; + -webkit-hyphens: auto; + -moz-hyphens: auto; + -ms-hyphens: auto; + hyphens: auto; +} + +.reveal { + font-weight: $mainFontWeight; + font-kerning: normal; + letter-spacing: 0; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; + p, + ul { + text-align: left; + font-weight: $mainFontWeight; + } + h1,h2,h3,h4,h5,h6,p,li { + >code, >a>code { + font-size: $mainFontSize; + @include border-radius( 0.15em ); + padding: 0 0.3em; + } + } + pre { + box-shadow: none; + margin: 0; + width: unset; + } + pre,code { + font-family: $codeFont; + font-size: $codeFontSize; + font-weight: normal; + } + pre code { + padding: 0; + word-wrap: break-word; + white-space: pre-wrap; + } + figure.highlight { + width: 90%; + margin: .5em auto; + padding: .7em 1em .8em; + text-shadow: none; + box-shadow: 0px 0px 6px rgba( 0,0,0,0.3 ); + @include border-radius( 0.4em ); + } + blockquote { + background: inherit; + box-shadow: none; + font-family: $quoteFont; + font-size: 2.8rem; + font-style: normal; + font-weight: 100; + padding-left: 3em; + i.fa { + position:absolute; + font-size:2em; + font-style: italic; + line-height:1; + left:-.1em; + top:-.1em; + } + code { + font-size: 1.1em; + } + } + p > img, + .image { + display: block; + text-align: center; + } + iframe, + img { + box-shadow: 0 0 10px rgba(0,0,0,0.15); + } + .slides>section, + .slides>section>section { + padding: 0; + } + .slides>section { + >h1:first-child { + margin-top: 0; + } + &[data-background="black"] { + h1,h2,h3,h4,h5,h6 { + color: $base2; + } + } + .fragment.highlight-red, + .fragment.highlight-current-red, + .fragment.highlight-green, + .fragment.highlight-current-green, + .fragment.highlight-blue, + .fragment.highlight-current-blue { + opacity: 1; + } + .fragment.highlight-red.visible, + .fragment.highlight-current-red.current-fragment { + * { + color: $red; + text-shadow: 0 0 1px rgba( $red, .2 ); + -webkit-text-stroke: 1px rgba( $red, .2 ); + } + color: $red; + text-shadow: 0 0 1px rgba( $red, .2 ); + -webkit-text-stroke: 1px rgba( $red, .2 ); + } + .fragment.highlight-green.visible, + .fragment.highlight-current-green.current-fragment { + * { + color: $green; + text-shadow: 0 0 1px rgba( $green, .2 ); + -webkit-text-stroke: 1px rgba( $green, .2 ); + } + color: $green; + text-shadow: 0 0 1px rgba( $green, .2 ); + -webkit-text-stroke: 1px rgba( $green, .2 ); + } + .fragment.highlight-blue.visible, + .fragment.highlight-current-blue.current-fragment { + * { + color: $blue; + text-shadow: 0 0 1px rgba( $blue, .2 ); + -webkit-text-stroke: 1px rgba( $blue, .2 ); + } + color: $blue; + text-shadow: 0 0 1px rgba( $blue, .2 ); + -webkit-text-stroke: 1px rgba( $blue, .2 ); + } + } + // Fontawesome + .fa { + display: inline-block; + font-family: FontAwesome; + font-size: 35%; + font-style: normal; + font-weight: 200; + vertical-align: super; + line-height: 1; + padding-left: 0.2em; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; + } + .fa-twitter, .fa-github { + font-size: 100%; + } + // accentize + .slides>section.yellow, .yellow{ + @include accentize( $yellow ); + h1,h2,h3,h4,h5,h6,a,a:active,a:visited,code.url { + color:$yellow; + text-shadow: 0 0 1px rgba( $yellow, .2 ); + -webkit-text-stroke: 1px rgba( $yellow, .2 ); + } + } + .slides>section.orange, .orange { + @include accentize( $orange ); + h1,h2,h3,h4,h5,h6,a,a:active,a:visited,code.url { + color: $orange; + text-shadow: 0 0 1px rgba( $orange, .2 ); + -webkit-text-stroke: 1px rgba( $orange, .2 ); + } + } + .slides>section.red, .red { + @include accentize( $red ); + h1,h2,h3,h4,h5,h6,a,a:active,a:visited,code.url { + color: $red; + text-shadow: 0 0 1px rgba( $red, .2 ); + -webkit-text-stroke: 1px rgba( $red, .2 ); + } + } + .slides>section.magenta, .magenta { + @include accentize( $magenta ); + h1,h2,h3,h4,h5,h6,a,a:active,a:visited,code.url { + color: $magenta; + text-shadow: 0 0 1px rgba( $magenta, .2 ); + -webkit-text-stroke: 1px rgba( $magenta, .2 ); + } + } + .slides>section.violet, .violet { + @include accentize( $violet ); + h1,h2,h3,h4,h5,h6,a,a:active,a:visited,code.url { + color: $violet; + text-shadow: 0 0 1px rgba( $violet, .2 ); + -webkit-text-stroke: 1px rgba( $violet, .2 ); + } + } + .slides>section.blue, .blue { + @include accentize( $blue ); + h1,h2,h3,h4,h5,h6,a,a:active,a:visited,code.url { + color:$blue; + text-shadow: 0 0 1px rgba( $blue, .2 ); + -webkit-text-stroke: 1px rgba( $blue, .2 ); + } + } + .slides>section.cyan, .cyan { + @include accentize( $cyan ); + h1,h2,h3,h4,h5,h6,a,a:active,a:visited,code.url { + color: $cyan; + text-shadow: 0 0 1px rgba( $cyan, .2 ); + -webkit-text-stroke: 1px rgba( $cyan, .2 ); + } + } + .slides>section.green, .green { + @include accentize( $green ); + h1,h2,h3,h4,h5,h6,a,a:active,a:visited,code.url { + color: $green; + text-shadow: 0 0 1px rgba( $green, .2 ); + -webkit-text-stroke: 1px rgba( $green, .2 ); + } + } +} diff --git a/docs/_sass/solarized/syntax/syntax_solarized.scss b/docs/_sass/solarized/syntax/syntax_solarized.scss new file mode 100644 index 0000000..254d963 --- /dev/null +++ b/docs/_sass/solarized/syntax/syntax_solarized.scss @@ -0,0 +1,98 @@ +/** + * Solarized syntax + * for use with Jekyll and Pygments + * based on Solarized Dark theme for reveal.js by Achim Staebler + * and Solarized colors by Ethan Schoonover + * http://ethanschoonover.com/solarized + * remixed by: Thomas Friese + * http://tasmo.rocks/ +**/ +@mixin syntax( $sybase03,$sybase02,$sybase01,$sybase00,$sybase0,$sybase1,$sybase2,$sybase3,$syyellow,$syorange,$syred,$symagenta,$syviolet,$syblue,$sycyan,$sygreen ) +{ + .reveal pre { + background-color: $sybase03; color: $sybase1; + code a { + &:not( .image ), &:active, &:visited { + color: $sybase1; + } + &:hover { + color: lighten( $sybase1, 20% ); + } + } + } + .reveal pre code { + .lineno { color: $sybase01 } // Line Numbers + .c { color: $sybase01 } /* Comment */ + .err { color: $sybase1 } /* Error */ + .g { color: $sybase1 } /* Generic */ + .k { color: $sygreen } /* Keyword */ + .l { color: $sybase1 } /* Literal */ + .n { color: $sybase1 } /* Name */ + .o { color: $sygreen } /* Operator */ + .x { color: $syorange } /* Other */ + .p { color: $sybase1 } /* Punctuation */ + .cm { color: $sybase01 } /* Comment.Multiline */ + .cp { color: $sygreen } /* Comment.Preproc */ + .c1 { color: $sybase01 } /* Comment.Single */ + .cs { color: $sygreen } /* Comment.Special */ + .gd { color: $sycyan } /* Generic.Deleted */ + .ge { color: $sybase1; font-style: italic } /* Generic.Emph */ + .gr { color: $syred } /* Generic.Error */ + .gh { color: $syorange } /* Generic.Heading */ + .gi { color: $sygreen } /* Generic.Inserted */ + .go { color: $sybase1 } /* Generic.Output */ + .gp { color: $sybase1 } /* Generic.Prompt */ + .gs { color: $sybase1; font-weight: bold } /* Generic.Strong */ + .gu { color: $syorange } /* Generic.Subheading */ + .gt { color: $sybase1 } /* Generic.Traceback */ + .kc { color: $syorange } /* Keyword.Constant */ + .kd { color: $syblue } /* Keyword.Declaration */ + .kn { color: $sygreen } /* Keyword.Namespace */ + .kp { color: $sygreen } /* Keyword.Pseudo */ + .kr { color: $syblue } /* Keyword.Reserved */ + .kt { color: $syred } /* Keyword.Type */ + .ld { color: $sybase1 } /* Literal.Date */ + .m { color: $sycyan } /* Literal.Number */ + .s { color: $sycyan } /* Literal.String */ + .na { color: $sybase1 } /* Name.Attribute */ + .nb { color: $syyellow } /* Name.Builtin */ + .nc { color: $syblue } /* Name.Class */ + .no { color: $syorange } /* Name.Constant */ + .nd { color: $syblue } /* Name.Decorator */ + .ni { color: $syorange } /* Name.Entity */ + .ne { color: $syorange } /* Name.Exception */ + .nf { color: $syblue } /* Name.Function */ + .nl { color: $sybase1 } /* Name.Label */ + .nn { color: $sybase1 } /* Name.Namespace */ + .nx { color: $sybase1 } /* Name.Other */ + .py { color: $sybase1 } /* Name.Property */ + .nt { color: $syblue } /* Name.Tag */ + .nv { color: $syblue } /* Name.Variable */ + .ow { color: $sygreen } /* Operator.Word */ + .w { color: $sybase1 } /* Text.Whitespace */ + .mf { color: $sycyan } /* Literal.Number.Float */ + .mh { color: $sycyan } /* Literal.Number.Hex */ + .mi { color: $sycyan } /* Literal.Number.Integer */ + .mo { color: $sycyan } /* Literal.Number.Oct */ + .sb { color: $sybase01 } /* Literal.String.Backtick */ + .sc { color: $sycyan } /* Literal.String.Char */ + .sd { color: $sybase1 } /* Literal.String.Doc */ + .s2 { color: $sycyan } /* Literal.String.Double */ + .se { color: $syorange } /* Literal.String.Escape */ + .sh { color: $sybase1 } /* Literal.String.Heredoc */ + .si { color: $sycyan } /* Literal.String.Interpol */ + .sx { color: $sycyan } /* Literal.String.Other */ + .sr { color: $syred } /* Literal.String.Regex */ + .s1 { color: $sycyan } /* Literal.String.Single */ + .ss { color: $sycyan } /* Literal.String.Symbol */ + .bp { color: $syblue } /* Name.Builtin.Pseudo */ + .vc { color: $syblue } /* Name.Variable.Class */ + .vg { color: $syblue } /* Name.Variable.Global */ + .vi { color: $syblue } /* Name.Variable.Instance */ + .il { color: $sycyan } /* Literal.Number.Integer.Long */ + } +} +// dark syntax for light layout +.light { @include syntax( $base03,$base02,$base01,$base00,$base0,$base1,$base2,$base3,$yellow,$orange,$red,$magenta,$violet,$blue,$cyan,$green ) } +// light syntax for dark layout +.dark { @include syntax( $base3,$base2,$base1,$base0,$base00,$base01,$base02,$base03,$yellow,$orange,$red,$magenta,$violet,$blue,$cyan,$green ) } diff --git a/docs/assets/css/style.scss b/docs/assets/css/style.scss new file mode 100644 index 0000000..ff0419d --- /dev/null +++ b/docs/assets/css/style.scss @@ -0,0 +1,6 @@ +--- +# this ensures Jekyll reads the file to be transformed into CSS later +# only Main files contain this front matter, not partials. +--- + +@import "solarized/solarized.scss"; diff --git a/docs/assets/fonts/FontAwesome/FontAwesome.otf b/docs/assets/fonts/FontAwesome/FontAwesome.otf new file mode 100644 index 0000000000000000000000000000000000000000..8b0f54e47e1d356dcf1496942a50e228e0f1ee14 GIT binary patch literal 62856 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