mirror of
https://git.adityakumar.xyz/hugo-theme-introduction.git
synced 2024-11-09 14:59:45 +00:00
Implementing academicons (#344)
* Add files via upload import from scss files from ../vendor * added academicons import import from _academicons-import.sass * added license for academicons * added academicons fonts/scss in vendor * added academicons in static/fonts * changed social.html to differentiate between fontawesome and academicons * deleted academicons manually loading in the first steps I had implemented academicons manually before I added it in the assets/sass * Delete .DS_Store * Delete .DS_Store * Delete .DS_Store --------- Co-authored-by: bpkleer <benk@sowi.jlug.de>
This commit is contained in:
parent
8cc44f4cf0
commit
67738a31b5
14 changed files with 4851 additions and 5 deletions
2
assets/sass/_academicons-import.sass
Normal file
2
assets/sass/_academicons-import.sass
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
@import "../vendor/academicons-free/scss/academicons.scss"
|
||||||
|
@import "../vendor/academicons-free/scss/academicons.min.scss"
|
|
@ -6,6 +6,7 @@
|
||||||
@import "base-variables"
|
@import "base-variables"
|
||||||
@import "bulma-import"
|
@import "bulma-import"
|
||||||
@import "fontawesome-import"
|
@import "fontawesome-import"
|
||||||
|
@import "academicons-import"
|
||||||
@import "base"
|
@import "base"
|
||||||
@import "light-style"
|
@import "light-style"
|
||||||
|
|
||||||
|
@ -14,6 +15,7 @@
|
||||||
@import "dark-variables"
|
@import "dark-variables"
|
||||||
@import "base-variables"
|
@import "base-variables"
|
||||||
@import "fontawesome-import"
|
@import "fontawesome-import"
|
||||||
|
@import "academicons-import"
|
||||||
@import "base"
|
@import "base"
|
||||||
@import "dark-style"
|
@import "dark-style"
|
||||||
|
|
||||||
|
@ -23,6 +25,7 @@
|
||||||
@import "base-variables"
|
@import "base-variables"
|
||||||
@import "bulma-import"
|
@import "bulma-import"
|
||||||
@import "fontawesome-import"
|
@import "fontawesome-import"
|
||||||
|
@import "academicons-import"
|
||||||
@import "base"
|
@import "base"
|
||||||
@import "{{ $themeStyle }}-style"
|
@import "{{ $themeStyle }}-style"
|
||||||
{{ end }}
|
{{ end }}
|
27
assets/vendor/academicons-free/License.txt
generated
vendored
Normal file
27
assets/vendor/academicons-free/License.txt
generated
vendored
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
# What is Academicons?
|
||||||
|
|
||||||
|
Academicons is a specialist icon font for academics. It contains icons for websites and organisations related to academia that are often missing from mainstream font packages. It can be used by itself, but its primary purpose is to be used as a supplementary package alongside a larger icon set. Go [here](http://jpswalsh.github.io/academicons) to view the full icon set along with instructions for their use.
|
||||||
|
|
||||||
|
# Requesting new icons
|
||||||
|
|
||||||
|
New icons can be requested by creating an issue [here](https://github.com/jpswalsh/academicons/issues). Before submitting a request, please check that the following conditions are satisfied:
|
||||||
|
|
||||||
|
* The organisation in question is already using a logo/icon of appropriate dimensions (roughly square). If that doesn't exist, then there's really not much that can be done, and the request will have to be ignored until such time that a logo/icon can be provided.
|
||||||
|
|
||||||
|
* An icon of appropriate resolution can be provided or linked to. Ideally, the provided file will be a vector file (*e.g.* SVG, EPS, AI) or a PDF with the vector file embedded. These files are all very easy to work with, and result in the most faithful reproductions of the icon. Altenatively, high resolution raster images (*e.g.* JPEG, PNG, GIF) can work, but only if the resolution is high enough that the underlying shapes can be reproduced. Icons made from raster images take much longer to prepare, and require hand drawing each component and figuring out the exact typeface used for any letters. This process can be rather tedious, and I will only do this if there is significant demand for the icon. Favicon files can be useful in conjunction with larger logos that have non-ideal aspect ratios—where they can indicate which part of the logo to strip down to—but they are pretty much useless by themselves. The only time I have made an icon from a favicon was for arXiv, and that was only because: (i) It was heavily requested, and (ii) I was able to get feedback on the new icon from Paul Ginsparg, who made the original icon. You can still submit the request, but it will likely be ignored until someone else comes along and provides the file we need.
|
||||||
|
|
||||||
|
* The icon can be reduced to monochrome. This is one of the basic requirements of a versatile icon, but it is often overlooked when icons are made by people who are not professional designers. Academia is full of unprofessional designers, and it is sometimes the case that a logo relies entirely on the use of different colours. In certain cases we can be creative (see the dblp logo), but more often than not it will be impossible to create a monochrome version of the icon. Again, feel free to make the request, but it will probably be ignored if an alternate logo cannot be found.
|
||||||
|
|
||||||
|
# License
|
||||||
|
|
||||||
|
- The Academicons font is licensed under the SIL OFL 1.1:
|
||||||
|
- [http://scripts.sil.org/OFL](http://scripts.sil.org/OFL)
|
||||||
|
- Academicons CSS, LESS, and SASS files are licensed under the MIT License:
|
||||||
|
- [http://opensource.org/licenses/mit-license.html](http://opensource.org/licenses/mit-license.html)
|
||||||
|
- The Academicons documentation is licensed under the CC BY 3.0 License:
|
||||||
|
- [http://creativecommons.org/licenses/by/3.0/](http://creativecommons.org/licenses/by/3.0/)
|
||||||
|
|
||||||
|
# Author
|
||||||
|
|
||||||
|
- GitHub: [https://github.com/jpswalsh](https://github.com/jpswalsh)
|
||||||
|
- Web: [http://jpswalsh.com](http://jpswalsh.com)
|
BIN
assets/vendor/academicons-free/fonts/academicons.eot
generated
vendored
Normal file
BIN
assets/vendor/academicons-free/fonts/academicons.eot
generated
vendored
Normal file
Binary file not shown.
1703
assets/vendor/academicons-free/fonts/academicons.svg
generated
vendored
Normal file
1703
assets/vendor/academicons-free/fonts/academicons.svg
generated
vendored
Normal file
File diff suppressed because it is too large
Load diff
After Width: | Height: | Size: 344 KiB |
BIN
assets/vendor/academicons-free/fonts/academicons.ttf
generated
vendored
Normal file
BIN
assets/vendor/academicons-free/fonts/academicons.ttf
generated
vendored
Normal file
Binary file not shown.
BIN
assets/vendor/academicons-free/fonts/academicons.woff
generated
vendored
Normal file
BIN
assets/vendor/academicons-free/fonts/academicons.woff
generated
vendored
Normal file
Binary file not shown.
693
assets/vendor/academicons-free/scss/academicons.min.scss
generated
vendored
Normal file
693
assets/vendor/academicons-free/scss/academicons.min.scss
generated
vendored
Normal file
|
@ -0,0 +1,693 @@
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Academicons';
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 400;
|
||||||
|
font-display: block;
|
||||||
|
src: url('../fonts/academicons.eot');
|
||||||
|
src: url('../fonts/academicons.eot') format("embedded-opentype"), url('../fonts/academicons.ttf') format("truetype"), url('../fonts/academicons.woff') format("woff"), url('../fonts/academicons.svg') format("svg");
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai {
|
||||||
|
font-family: 'Academicons';
|
||||||
|
font-weight: 400;
|
||||||
|
-moz-osx-font-smoothing: grayscale;
|
||||||
|
-webkit-font-smoothing: antialiased;
|
||||||
|
display: inline-block;
|
||||||
|
font-style: normal;
|
||||||
|
font-variant: normal;
|
||||||
|
text-rendering: auto;
|
||||||
|
line-height: 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-academia:before {
|
||||||
|
content: "\e9af";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-academia-square:before {
|
||||||
|
content: "\e93d";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-acclaim:before {
|
||||||
|
content: "\e92e";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-acclaim-square:before {
|
||||||
|
content: "\e93a";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-acm:before {
|
||||||
|
content: "\e93c";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-acm-square:before {
|
||||||
|
content: "\e95d";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-acmdl:before {
|
||||||
|
content: "\e96a";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-acmdl-square:before {
|
||||||
|
content: "\e9d3";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-ads:before {
|
||||||
|
content: "\e9cb";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-ads-square:before {
|
||||||
|
content: "\e94a";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-africarxiv:before {
|
||||||
|
content: "\e91b";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-africarxiv-square:before {
|
||||||
|
content: "\e90b";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-archive:before {
|
||||||
|
content: "\e955";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-archive-square:before {
|
||||||
|
content: "\e956";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-arxiv:before {
|
||||||
|
content: "\e974";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-arxiv-square:before {
|
||||||
|
content: "\e9a6";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-biorxiv:before {
|
||||||
|
content: "\e9a2";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-biorxiv-square:before {
|
||||||
|
content: "\e98b";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-ceur:before {
|
||||||
|
content: "\e96d";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-ceur-square:before {
|
||||||
|
content: "\e92f";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-ciencia-vitae:before {
|
||||||
|
content: "\e912";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-ciencia-vitae-square:before {
|
||||||
|
content: "\e913";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-closed-access:before {
|
||||||
|
content: "\e942";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-closed-access-square:before {
|
||||||
|
content: "\e943";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-conversation:before {
|
||||||
|
content: "\e94c";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-conversation-square:before {
|
||||||
|
content: "\e915";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-coursera:before {
|
||||||
|
content: "\e95f";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-coursera-square:before {
|
||||||
|
content: "\e97f";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-crossref:before {
|
||||||
|
content: "\e918";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-crossref-square:before {
|
||||||
|
content: "\e919";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-cv:before {
|
||||||
|
content: "\e9a5";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-cv-square:before {
|
||||||
|
content: "\e90a";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-datacite:before {
|
||||||
|
content: "\e91c";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-datacite-square:before {
|
||||||
|
content: "\e91d";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-dataverse:before {
|
||||||
|
content: "\e9f7";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-dataverse-square:before {
|
||||||
|
content: "\e9e4";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-dblp:before {
|
||||||
|
content: "\e94f";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-dblp-square:before {
|
||||||
|
content: "\e93f";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-depsy:before {
|
||||||
|
content: "\e97a";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-depsy-square:before {
|
||||||
|
content: "\e94b";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-doi:before {
|
||||||
|
content: "\e97e";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-doi-square:before {
|
||||||
|
content: "\e98f";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-dryad:before {
|
||||||
|
content: "\e97c";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-dryad-square:before {
|
||||||
|
content: "\e98c";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-elsevier:before {
|
||||||
|
content: "\e961";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-elsevier-square:before {
|
||||||
|
content: "\e910";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-figshare:before {
|
||||||
|
content: "\e981";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-figshare-square:before {
|
||||||
|
content: "\e9e7";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-google-scholar:before {
|
||||||
|
content: "\e9d4";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-google-scholar-square:before {
|
||||||
|
content: "\e9f9";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-hal:before {
|
||||||
|
content: "\e92c";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-hal-square:before {
|
||||||
|
content: "\e92d";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-hypothesis:before {
|
||||||
|
content: "\e95a";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-hypothesis-square:before {
|
||||||
|
content: "\e95b";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-ideas-repec:before {
|
||||||
|
content: "\e9ed";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-ideas-repec-square:before {
|
||||||
|
content: "\e9f8";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-ieee:before {
|
||||||
|
content: "\e929";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-ieee-square:before {
|
||||||
|
content: "\e9b9";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-impactstory:before {
|
||||||
|
content: "\e9cf";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-impactstory-square:before {
|
||||||
|
content: "\e9aa";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-inaturalist:before {
|
||||||
|
content: "\e900";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-inaturalist-square:before {
|
||||||
|
content: "\e901";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-inpn:before {
|
||||||
|
content: "\e902";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-inpn-square:before {
|
||||||
|
content: "\e903";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-inspire:before {
|
||||||
|
content: "\e9e9";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-inspire-square:before {
|
||||||
|
content: "\e9fe";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-isidore:before {
|
||||||
|
content: "\e936";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-isidore-square:before {
|
||||||
|
content: "\e954";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-jstor:before {
|
||||||
|
content: "\e938";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-jstor-square:before {
|
||||||
|
content: "\e944";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-lattes:before {
|
||||||
|
content: "\e9b3";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-lattes-square:before {
|
||||||
|
content: "\e99c";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-mathoverflow:before {
|
||||||
|
content: "\e9f6";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-mathoverflow-square:before {
|
||||||
|
content: "\e97b";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-mendeley:before {
|
||||||
|
content: "\e9f0";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-mendeley-square:before {
|
||||||
|
content: "\e9f3";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-moodle:before {
|
||||||
|
content: "\e907";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-moodle-square:before {
|
||||||
|
content: "\e908";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-mtmt:before {
|
||||||
|
content: "\e950";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-mtmt-square:before {
|
||||||
|
content: "\e951";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-nakala:before {
|
||||||
|
content: "\e940";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-nakala-square:before {
|
||||||
|
content: "\e941";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-obp:before {
|
||||||
|
content: "\e92a";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-obp-square:before {
|
||||||
|
content: "\e92b";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-open-access:before {
|
||||||
|
content: "\e939";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-open-access-square:before {
|
||||||
|
content: "\e9f4";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-open-data:before {
|
||||||
|
content: "\e966";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-open-data-square:before {
|
||||||
|
content: "\e967";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-open-materials:before {
|
||||||
|
content: "\e968";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-open-materials-square:before {
|
||||||
|
content: "\e969";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-openedition:before {
|
||||||
|
content: "\e946";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-openedition-square:before {
|
||||||
|
content: "\e947";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-orcid:before {
|
||||||
|
content: "\e9d9";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-orcid-square:before {
|
||||||
|
content: "\e9c3";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-osf:before {
|
||||||
|
content: "\e9ef";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-osf-square:before {
|
||||||
|
content: "\e931";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-overleaf:before {
|
||||||
|
content: "\e914";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-overleaf-square:before {
|
||||||
|
content: "\e98d";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-philpapers:before {
|
||||||
|
content: "\e98a";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-philpapers-square:before {
|
||||||
|
content: "\e96f";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-piazza:before {
|
||||||
|
content: "\e99a";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-piazza-square:before {
|
||||||
|
content: "\e90c";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-preregistered:before {
|
||||||
|
content: "\e906";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-preregistered-square:before {
|
||||||
|
content: "\e96b";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-protocols:before {
|
||||||
|
content: "\e952";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-protocols-square:before {
|
||||||
|
content: "\e953";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-psyarxiv:before {
|
||||||
|
content: "\e90e";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-psyarxiv-square:before {
|
||||||
|
content: "\e90f";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-publons:before {
|
||||||
|
content: "\e937";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-publons-square:before {
|
||||||
|
content: "\e94e";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-pubmed:before {
|
||||||
|
content: "\e99f";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-pubmed-square:before {
|
||||||
|
content: "\e97d";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-pubpeer:before {
|
||||||
|
content: "\e922";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-pubpeer-square:before {
|
||||||
|
content: "\e923";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-researcherid:before {
|
||||||
|
content: "\e91a";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-researcherid-square:before {
|
||||||
|
content: "\e95c";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-researchgate:before {
|
||||||
|
content: "\e95e";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-researchgate-square:before {
|
||||||
|
content: "\e99e";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-ror:before {
|
||||||
|
content: "\e948";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-ror-square:before {
|
||||||
|
content: "\e949";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-sci-hub:before {
|
||||||
|
content: "\e959";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-sci-hub-square:before {
|
||||||
|
content: "\e905";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-scirate:before {
|
||||||
|
content: "\e98e";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-scirate-square:before {
|
||||||
|
content: "\e99d";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-scopus:before {
|
||||||
|
content: "\e91e";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-scopus-square:before {
|
||||||
|
content: "\e91f";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-semantic-scholar:before {
|
||||||
|
content: "\e96e";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-semantic-scholar-square:before {
|
||||||
|
content: "\e96c";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-springer:before {
|
||||||
|
content: "\e928";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-springer-square:before {
|
||||||
|
content: "\e99b";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-ssrn:before {
|
||||||
|
content: "\e916";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-ssrn-square:before {
|
||||||
|
content: "\e917";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-stackoverflow:before {
|
||||||
|
content: "\e920";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-stackoverflow-square:before {
|
||||||
|
content: "\e921";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-zenodo:before {
|
||||||
|
content: "\e911";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-zotero:before {
|
||||||
|
content: "\e962";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-zotero-square:before {
|
||||||
|
content: "\e932";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-lg {
|
||||||
|
font-size: 1.33333em;
|
||||||
|
line-height: 0.75em;
|
||||||
|
vertical-align: -.0667em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-xs {
|
||||||
|
font-size: .75em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-sm {
|
||||||
|
font-size: .875em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-1x {
|
||||||
|
font-size: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-2x {
|
||||||
|
font-size: 2em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-3x {
|
||||||
|
font-size: 3em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-4x {
|
||||||
|
font-size: 4em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-5x {
|
||||||
|
font-size: 5em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-6x {
|
||||||
|
font-size: 6em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-7x {
|
||||||
|
font-size: 7em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-8x {
|
||||||
|
font-size: 8em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-9x {
|
||||||
|
font-size: 9em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-10x {
|
||||||
|
font-size: 10em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-fw {
|
||||||
|
text-align: center;
|
||||||
|
width: 1.25em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-ul {
|
||||||
|
list-style-type: none;
|
||||||
|
margin-left: 2.5em;
|
||||||
|
padding-left: 0;
|
||||||
|
|
||||||
|
> li {
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-li {
|
||||||
|
left: -2em;
|
||||||
|
position: absolute;
|
||||||
|
text-align: center;
|
||||||
|
width: 2em;
|
||||||
|
line-height: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-border {
|
||||||
|
border: solid 0.08em #eee;
|
||||||
|
border-radius: .1em;
|
||||||
|
padding: .2em .25em .15em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-pull-left {
|
||||||
|
float: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-pull-right {
|
||||||
|
float: right;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai {
|
||||||
|
&.ai-pull-left, &.ai-pull-right {
|
||||||
|
margin-right: .3em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-stack {
|
||||||
|
display: inline-block;
|
||||||
|
height: 2em;
|
||||||
|
line-height: 2em;
|
||||||
|
position: relative;
|
||||||
|
vertical-align: middle;
|
||||||
|
width: 2.5em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-stack-1x, .ai-stack-2x {
|
||||||
|
left: 0;
|
||||||
|
position: absolute;
|
||||||
|
text-align: center;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-stack-1x {
|
||||||
|
line-height: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-stack-2x {
|
||||||
|
font-size: 2em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-inverse {
|
||||||
|
color: #fff;
|
||||||
|
}
|
703
assets/vendor/academicons-free/scss/academicons.scss
generated
vendored
Normal file
703
assets/vendor/academicons-free/scss/academicons.scss
generated
vendored
Normal file
|
@ -0,0 +1,703 @@
|
||||||
|
/*
|
||||||
|
* Academicons 1.9.2 by James Walsh (https://github.com/jpswalsh) and Katja Bercic (https://github.com/katjabercic)
|
||||||
|
* Fonts generated using FontForge - https://fontforge.org
|
||||||
|
* Square icons designed to be used alongside Font Awesome square icons - https://fortawesome.github.io/Font-Awesome/
|
||||||
|
* Licenses - Font: SIL OFL 1.1, CSS: MIT License
|
||||||
|
*/
|
||||||
|
$ai-font-path: "../fonts/academicons-free/webfonts" !default;
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Academicons';
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 400;
|
||||||
|
font-display: block;
|
||||||
|
src: url('#{$ai-font-path}/academicons.eot');
|
||||||
|
src: url('#{$ai-font-path}/academicons.eot') format("embedded-opentype"), url('#{$ai-font-path}/academicons.ttf') format("truetype"), url('#{$ai-font-path}/academicons.woff') format("woff"), url('#{$ai-font-path}//academicons.svg') format("svg");
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai {
|
||||||
|
font-family: 'Academicons';
|
||||||
|
font-weight: 400;
|
||||||
|
-moz-osx-font-smoothing: grayscale;
|
||||||
|
-webkit-font-smoothing: antialiased;
|
||||||
|
display: inline-block;
|
||||||
|
font-style: normal;
|
||||||
|
font-variant: normal;
|
||||||
|
text-rendering: auto;
|
||||||
|
line-height: 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-academia:before {
|
||||||
|
content: "\e9af";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-academia-square:before {
|
||||||
|
content: "\e93d";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-acclaim:before {
|
||||||
|
content: "\e92e";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-acclaim-square:before {
|
||||||
|
content: "\e93a";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-acm:before {
|
||||||
|
content: "\e93c";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-acm-square:before {
|
||||||
|
content: "\e95d";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-acmdl:before {
|
||||||
|
content: "\e96a";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-acmdl-square:before {
|
||||||
|
content: "\e9d3";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-ads:before {
|
||||||
|
content: "\e9cb";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-ads-square:before {
|
||||||
|
content: "\e94a";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-africarxiv:before {
|
||||||
|
content: "\e91b";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-africarxiv-square:before {
|
||||||
|
content: "\e90b";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-archive:before {
|
||||||
|
content: "\e955";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-archive-square:before {
|
||||||
|
content: "\e956";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-arxiv:before {
|
||||||
|
content: "\e974";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-arxiv-square:before {
|
||||||
|
content: "\e9a6";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-biorxiv:before {
|
||||||
|
content: "\e9a2";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-biorxiv-square:before {
|
||||||
|
content: "\e98b";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-ceur:before {
|
||||||
|
content: "\e96d";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-ceur-square:before {
|
||||||
|
content: "\e92f";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-ciencia-vitae:before {
|
||||||
|
content: "\e912";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-ciencia-vitae-square:before {
|
||||||
|
content: "\e913";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-closed-access:before {
|
||||||
|
content: "\e942";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-closed-access-square:before {
|
||||||
|
content: "\e943";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-conversation:before {
|
||||||
|
content: "\e94c";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-conversation-square:before {
|
||||||
|
content: "\e915";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-coursera:before {
|
||||||
|
content: "\e95f";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-coursera-square:before {
|
||||||
|
content: "\e97f";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-crossref:before {
|
||||||
|
content: "\e918";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-crossref-square:before {
|
||||||
|
content: "\e919";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-cv:before {
|
||||||
|
content: "\e9a5";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-cv-square:before {
|
||||||
|
content: "\e90a";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-datacite:before {
|
||||||
|
content: "\e91c";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-datacite-square:before {
|
||||||
|
content: "\e91d";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-dataverse:before {
|
||||||
|
content: "\e9f7";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-dataverse-square:before {
|
||||||
|
content: "\e9e4";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-dblp:before {
|
||||||
|
content: "\e94f";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-dblp-square:before {
|
||||||
|
content: "\e93f";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-depsy:before {
|
||||||
|
content: "\e97a";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-depsy-square:before {
|
||||||
|
content: "\e94b";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-doi:before {
|
||||||
|
content: "\e97e";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-doi-square:before {
|
||||||
|
content: "\e98f";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-dryad:before {
|
||||||
|
content: "\e97c";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-dryad-square:before {
|
||||||
|
content: "\e98c";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-elsevier:before {
|
||||||
|
content: "\e961";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-elsevier-square:before {
|
||||||
|
content: "\e910";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-figshare:before {
|
||||||
|
content: "\e981";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-figshare-square:before {
|
||||||
|
content: "\e9e7";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-google-scholar:before {
|
||||||
|
content: "\e9d4";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-google-scholar-square:before {
|
||||||
|
content: "\e9f9";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-hal:before {
|
||||||
|
content: "\e92c";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-hal-square:before {
|
||||||
|
content: "\e92d";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-hypothesis:before {
|
||||||
|
content: "\e95a";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-hypothesis-square:before {
|
||||||
|
content: "\e95b";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-ideas-repec:before {
|
||||||
|
content: "\e9ed";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-ideas-repec-square:before {
|
||||||
|
content: "\e9f8";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-ieee:before {
|
||||||
|
content: "\e929";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-ieee-square:before {
|
||||||
|
content: "\e9b9";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-impactstory:before {
|
||||||
|
content: "\e9cf";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-impactstory-square:before {
|
||||||
|
content: "\e9aa";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-inaturalist:before {
|
||||||
|
content: "\e900";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-inaturalist-square:before {
|
||||||
|
content: "\e901";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-inpn:before {
|
||||||
|
content: "\e902";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-inpn-square:before {
|
||||||
|
content: "\e903";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-inspire:before {
|
||||||
|
content: "\e9e9";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-inspire-square:before {
|
||||||
|
content: "\e9fe";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-isidore:before {
|
||||||
|
content: "\e936";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-isidore-square:before {
|
||||||
|
content: "\e954";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-jstor:before {
|
||||||
|
content: "\e938";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-jstor-square:before {
|
||||||
|
content: "\e944";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-lattes:before {
|
||||||
|
content: "\e9b3";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-lattes-square:before {
|
||||||
|
content: "\e99c";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-mathoverflow:before {
|
||||||
|
content: "\e9f6";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-mathoverflow-square:before {
|
||||||
|
content: "\e97b";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-mendeley:before {
|
||||||
|
content: "\e9f0";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-mendeley-square:before {
|
||||||
|
content: "\e9f3";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-moodle:before {
|
||||||
|
content: "\e907";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-moodle-square:before {
|
||||||
|
content: "\e908";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-mtmt:before {
|
||||||
|
content: "\e950";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-mtmt-square:before {
|
||||||
|
content: "\e951";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-nakala:before {
|
||||||
|
content: "\e940";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-nakala-square:before {
|
||||||
|
content: "\e941";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-obp:before {
|
||||||
|
content: "\e92a";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-obp-square:before {
|
||||||
|
content: "\e92b";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-open-access:before {
|
||||||
|
content: "\e939";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-open-access-square:before {
|
||||||
|
content: "\e9f4";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-open-data:before {
|
||||||
|
content: "\e966";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-open-data-square:before {
|
||||||
|
content: "\e967";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-open-materials:before {
|
||||||
|
content: "\e968";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-open-materials-square:before {
|
||||||
|
content: "\e969";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-openedition:before {
|
||||||
|
content: "\e946";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-openedition-square:before {
|
||||||
|
content: "\e947";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-orcid:before {
|
||||||
|
content: "\e9d9";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-orcid-square:before {
|
||||||
|
content: "\e9c3";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-osf:before {
|
||||||
|
content: "\e9ef";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-osf-square:before {
|
||||||
|
content: "\e931";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-overleaf:before {
|
||||||
|
content: "\e914";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-overleaf-square:before {
|
||||||
|
content: "\e98d";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-philpapers:before {
|
||||||
|
content: "\e98a";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-philpapers-square:before {
|
||||||
|
content: "\e96f";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-piazza:before {
|
||||||
|
content: "\e99a";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-piazza-square:before {
|
||||||
|
content: "\e90c";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-preregistered:before {
|
||||||
|
content: "\e906";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-preregistered-square:before {
|
||||||
|
content: "\e96b";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-protocols:before {
|
||||||
|
content: "\e952";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-protocols-square:before {
|
||||||
|
content: "\e953";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-psyarxiv:before {
|
||||||
|
content: "\e90e";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-psyarxiv-square:before {
|
||||||
|
content: "\e90f";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-publons:before {
|
||||||
|
content: "\e937";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-publons-square:before {
|
||||||
|
content: "\e94e";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-pubmed:before {
|
||||||
|
content: "\e99f";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-pubmed-square:before {
|
||||||
|
content: "\e97d";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-pubpeer:before {
|
||||||
|
content: "\e922";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-pubpeer-square:before {
|
||||||
|
content: "\e923";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-researcherid:before {
|
||||||
|
content: "\e91a";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-researcherid-square:before {
|
||||||
|
content: "\e95c";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-researchgate:before {
|
||||||
|
content: "\e95e";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-researchgate-square:before {
|
||||||
|
content: "\e99e";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-ror:before {
|
||||||
|
content: "\e948";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-ror-square:before {
|
||||||
|
content: "\e949";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-sci-hub:before {
|
||||||
|
content: "\e959";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-sci-hub-square:before {
|
||||||
|
content: "\e905";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-scirate:before {
|
||||||
|
content: "\e98e";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-scirate-square:before {
|
||||||
|
content: "\e99d";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-scopus:before {
|
||||||
|
content: "\e91e";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-scopus-square:before {
|
||||||
|
content: "\e91f";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-semantic-scholar:before {
|
||||||
|
content: "\e96e";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-semantic-scholar-square:before {
|
||||||
|
content: "\e96c";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-springer:before {
|
||||||
|
content: "\e928";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-springer-square:before {
|
||||||
|
content: "\e99b";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-ssrn:before {
|
||||||
|
content: "\e916";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-ssrn-square:before {
|
||||||
|
content: "\e917";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-stackoverflow:before {
|
||||||
|
content: "\e920";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-stackoverflow-square:before {
|
||||||
|
content: "\e921";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-zenodo:before {
|
||||||
|
content: "\e911";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-zotero:before {
|
||||||
|
content: "\e962";
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-zotero-square:before {
|
||||||
|
content: "\e932";
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Duplication of the FontAwesome style classes using 'ai' in place of 'fa'. */
|
||||||
|
|
||||||
|
.ai-lg {
|
||||||
|
font-size: 1.33333em;
|
||||||
|
line-height: 0.75em;
|
||||||
|
vertical-align: -.0667em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-xs {
|
||||||
|
font-size: .75em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-sm {
|
||||||
|
font-size: .875em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-1x {
|
||||||
|
font-size: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-2x {
|
||||||
|
font-size: 2em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-3x {
|
||||||
|
font-size: 3em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-4x {
|
||||||
|
font-size: 4em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-5x {
|
||||||
|
font-size: 5em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-6x {
|
||||||
|
font-size: 6em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-7x {
|
||||||
|
font-size: 7em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-8x {
|
||||||
|
font-size: 8em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-9x {
|
||||||
|
font-size: 9em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-10x {
|
||||||
|
font-size: 10em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-fw {
|
||||||
|
text-align: center;
|
||||||
|
width: 1.25em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-ul {
|
||||||
|
list-style-type: none;
|
||||||
|
margin-left: 2.5em;
|
||||||
|
padding-left: 0;
|
||||||
|
|
||||||
|
> li {
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-li {
|
||||||
|
left: -2em;
|
||||||
|
position: absolute;
|
||||||
|
text-align: center;
|
||||||
|
width: 2em;
|
||||||
|
line-height: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-border {
|
||||||
|
border: solid 0.08em #eee;
|
||||||
|
border-radius: .1em;
|
||||||
|
padding: .2em .25em .15em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-pull-left {
|
||||||
|
float: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-pull-right {
|
||||||
|
float: right;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai {
|
||||||
|
&.ai-pull-left, &.ai-pull-right {
|
||||||
|
margin-right: .3em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-stack {
|
||||||
|
display: inline-block;
|
||||||
|
height: 2em;
|
||||||
|
line-height: 2em;
|
||||||
|
position: relative;
|
||||||
|
vertical-align: middle;
|
||||||
|
width: 2.5em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-stack-1x, .ai-stack-2x {
|
||||||
|
left: 0;
|
||||||
|
position: absolute;
|
||||||
|
text-align: center;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-stack-1x {
|
||||||
|
line-height: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-stack-2x {
|
||||||
|
font-size: 2em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-inverse {
|
||||||
|
color: #fff;
|
||||||
|
}
|
|
@ -1,7 +1,19 @@
|
||||||
<div class="social-icons">
|
<div class="social-icons">
|
||||||
{{ range .Site.Params.social }}
|
{{ range .Site.Params.social }}
|
||||||
<a href="{{ .url }}" {{ .html_attributes | safeHTMLAttr }}>
|
{{ if eq .icon_pack "fab" }}
|
||||||
<i class="{{ .icon_pack}} fab fa-{{ .icon}}"></i>
|
<a href="{{ .url }}" {{ .html_attributes | safeHTMLAttr }}>
|
||||||
</a>
|
<i class="{{ .icon_pack}} fab fa-{{ .icon}}"></i>
|
||||||
{{ end }}
|
</a>
|
||||||
|
{{ end }}
|
||||||
|
{{ if eq .icon_pack "fas" }}
|
||||||
|
<a href="{{ .url }}" {{ .html_attributes | safeHTMLAttr }}>
|
||||||
|
<i class="{{ .icon_pack}} fas fa-{{ .icon}}"></i>
|
||||||
|
</a>
|
||||||
|
{{ end }}
|
||||||
|
{{ if eq .icon_pack "ai" }}
|
||||||
|
<a href="{{ .url }}" {{ .html_attributes | safeHTMLAttr }}>
|
||||||
|
<i class="{{ .icon_pack}} ai-{{ .icon}} ai-1.9x"></i>
|
||||||
|
</a>
|
||||||
|
{{ end }}
|
||||||
|
{{ end }}
|
||||||
</div>
|
</div>
|
||||||
|
|
BIN
static/fonts/academicons-free/webfonts/academicons.eot
generated
Normal file
BIN
static/fonts/academicons-free/webfonts/academicons.eot
generated
Normal file
Binary file not shown.
1703
static/fonts/academicons-free/webfonts/academicons.svg
generated
Normal file
1703
static/fonts/academicons-free/webfonts/academicons.svg
generated
Normal file
File diff suppressed because it is too large
Load diff
After Width: | Height: | Size: 344 KiB |
BIN
static/fonts/academicons-free/webfonts/academicons.ttf
generated
Normal file
BIN
static/fonts/academicons-free/webfonts/academicons.ttf
generated
Normal file
Binary file not shown.
BIN
static/fonts/academicons-free/webfonts/academicons.woff
generated
Normal file
BIN
static/fonts/academicons-free/webfonts/academicons.woff
generated
Normal file
Binary file not shown.
Loading…
Reference in a new issue