Skip to content

Commit

Permalink
Add MTMT icon (closes #165, closes #97)
Browse files Browse the repository at this point in the history
  • Loading branch information
nfrerebeau committed Nov 25, 2021
1 parent 4449695 commit 8e08958
Show file tree
Hide file tree
Showing 13 changed files with 717 additions and 149 deletions.
6 changes: 6 additions & 0 deletions css/academicons.css
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,12 @@
.ai-moodle-square:before {
content: "\e908";
}
.ai-mtmt:before {
content: "\e950";
}
.ai-mtmt-square:before {
content: "\e951";
}
.ai-nakala:before {
content: "\e940";
}
Expand Down
2 changes: 1 addition & 1 deletion css/academicons.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
title: Academicons
release: 1.9.1
author: James Walsh
email: jpswalsh@me.com
description: >
Academicons is licensed under the <a href="http://scripts.sil.org/OFL">SIL OFL 1.1 license</a> • This page was built using <a href="https://jekyllrb.com/">Jekyll</a> (theme: <a href="https://github.com/jekyll/minima">minima</a>), and uses code from <a href="http://simplegrid.io/">Simple Grid</a> • Request new icons by <a href="https://github.com/jpswalsh/academicons/issues">creating an issue</a> on the GitHub repository
baseurl: "/academicons"
url: "https://jpswalsh.github.io"
github_username: jpswalsh
github_username: jpswalsh

markdown: kramdown
theme: minima
Expand Down
2 changes: 1 addition & 1 deletion docs/_includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{% assign default_paths = site.pages | map: "path" %}
{% assign page_paths = site.header_pages | default: default_paths %}
<a class="site-title" href="{{ "/" | relative_url }}">{{ site.title | escape }}</a>
<a class="nav-download" href="https://github.com/jpswalsh/academicons/archive/v1.9.1.zip"><i class="fa fa-download" style="margin-right:12px"></i>Download v1.9.1</a>
<a class="nav-download" href="https://github.com/jpswalsh/academicons/archive/v{{ site.release }}.zip"><i class="fa fa-download" style="margin-right:12px"></i>Download v{{ site.release }}</a>
{% if page_paths %}
<nav class="site-nav">
<input type="checkbox" id="nav-trigger" class="nav-trigger" />
Expand Down
10 changes: 5 additions & 5 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,11 @@ layout: home
nakala
</div>

<div class="col-2 center ai-case">
<i class="ai ai-obp ai-4x"></i>
obp
</div>

<div class="col-2 center ai-case">
<i class="ai ai-open-access ai-4x"></i>
open-access
Expand All @@ -215,11 +220,6 @@ layout: home
open-materials
</div>

<div class="col-2 center ai-case">
<i class="ai ai-obp ai-4x"></i>
obp
</div>

<div class="col-2 center ai-case">
<i class="ai ai-openedition ai-4x"></i>
openedition
Expand Down
4 changes: 2 additions & 2 deletions docs/unicode.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@ layout: home
</tr>
<tr>
<td>0xe950</td>
<td></td>
<td></td>
<td><span class="ai ai-mtmt ai-2x"></span></td>
<td><span class="ai ai-mtmt-square ai-2x"></span></td>
<td><span class="ai ai-protocols ai-2x"></span></td>
<td><span class="ai ai-protocols-square ai-2x"></span></td>
<td><span class="ai ai-isidore-square ai-2x"></span></td>
Expand Down
Binary file modified fonts/academicons.eot
Binary file not shown.
Loading

0 comments on commit 8e08958

Please sign in to comment.