Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: olbat/olbat.github.io
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: source
Choose a base ref
...
head repository: olbat/olbat.github.io
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: add-icons-on-homepage
Choose a head ref
Can’t automatically merge. Don’t worry, you can still create the pull request.
  • 1 commit
  • 8 files changed
  • 1 contributor

Commits on Mar 6, 2018

  1. Copy the full SHA
    c56feac View commit details
6 changes: 6 additions & 0 deletions _pages/home.md
Original file line number Diff line number Diff line change
@@ -9,3 +9,9 @@ header:
disable_data_link: true
disable_structured_data: true
---
<div style="!important text-align: center;">
{% include homepage-icon.html link="cv/" text="Résumé" icon="file-text-o" %}
{% include homepage-icon.html link="coding/" text="Coding" icon="code" %}
{% include homepage-icon.html link="research/" text="Research" icon="university" %}
{% include homepage-icon.html link="identities/" text="Identities" icon="user-o" %}
</div>
19 changes: 19 additions & 0 deletions assets/css/main.scss
Original file line number Diff line number Diff line change
@@ -37,6 +37,25 @@ $right-sidebar-padding-diff-wide: 200px;
margin: 0 0 0.75em;
}

div.homepageicon {
/* float: left; */
margin-right: 2em;
text-align: center;
text-decoration: none;
color: none;
display: inline-block;
}

div.homepageicon p a {
font-size: 1.5em;
color: inherit;
}

div.homepageicon a i {
font-size: 8em;
color: gray;
}

html {
font-size: 13px;

Binary file modified assets/fonts/fontawesome-webfont.eot
Binary file not shown.
6 changes: 5 additions & 1 deletion assets/fonts/fontawesome-webfont.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/fonts/fontawesome-webfont.ttf
Binary file not shown.
Binary file modified assets/fonts/fontawesome-webfont.woff
Binary file not shown.
Binary file modified assets/fonts/fontawesome-webfont.woff2
Binary file not shown.
12 changes: 12 additions & 0 deletions config/fontello.json
Original file line number Diff line number Diff line change
@@ -53,6 +53,18 @@
"css": "at",
"code": 61946,
"src": "fontawesome"
},
{
"uid": "b86df50a2d898bfcd371fa86c0b8b2fb",
"css": "user-o",
"code": 62144,
"src": "fontawesome"
},
{
"uid": "7034e4d22866af82bef811f52fb1ba46",
"css": "code",
"code": 61729,
"src": "fontawesome"
}
]
}