Skip to content

Commit

Permalink
minor visual tweaks and updates
Browse files Browse the repository at this point in the history
  • Loading branch information
nWestie committed Dec 26, 2023
1 parent a8f96ad commit d58cf86
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
9 changes: 4 additions & 5 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ middle_name:
last_name: West
email: westnoahb@gmail.com
description: > # the ">" symbol means to ignore newlines until "footer_text:"
A simple, whitespace theme for academics. Based on [al-folio](https://github.com/bogoli/-folio) design.
Engineer and Roboticist - A personal portfolio. Built using Jekyll.
footer_text: >
Powered by <a href="https://jekyllrb.com/" target="_blank">Jekyll</a> with <a href="https://github.com/alshedivat/al-folio">al-folio</a> theme.
Powered by <a href="https://jekyllrb.com/" target="_blank">Jekyll</a> with <a href="https://github.com/alshedivat/al-folio">al-folio</a> theme.
Hosted by <a href="https://pages.github.com/" target="_blank">GitHub Pages</a>.
keywords: robotics, engineering, robotics-engineering, automation, jekyll, portfolio-website # add your own keywords or leave empty

Expand Down Expand Up @@ -103,8 +103,7 @@ zotero_username: # your zotero username
wechat_qr: # filename of your wechat qr-code saved as an image (e.g., wechat-qr.png if saved to assets/img/wechat-qr.png)

contact_note: >
# You can even add a little note about which of these is the best way to reach you.

Please use email if possible, I will check that more frequently than LinkedIn.
# -----------------------------------------------------------------------------
# Analytics and search engine verification
# -----------------------------------------------------------------------------
Expand Down Expand Up @@ -330,9 +329,9 @@ external_links:
imagemagick:
enabled: true # enables responsive images for your site (recommended, see https://github.com/alshedivat/al-folio/issues/537)
widths:
- 200
- 480
- 800
- 1400
input_directories:
- assets/img/
input_formats:
Expand Down
4 changes: 3 additions & 1 deletion _pages/resume.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@ nav: true
nav_order: 3
---
## Resume
<iframe src="https://onedrive.live.com/embed?resid=9294773CFA87622F%211081&authkey=!AGlB-T_Fvvnoiqw&em=2" width="100%" height="900dp" frameborder="0" scrolling="yes"></iframe>
<iframe src="https://onedrive.live.com/embed?resid=9294773CFA87622F%211081&authkey=!AGlB-T_Fvvnoiqw&em=2" width="100%" height="900dp" frameborder="0" scrolling="yes" alt="Testing alt text here?"></iframe>
Download: [OneDrive Link](https://onedrive.live.com/view?id=9294773CFA87622F!1081&resid=9294773CFA87622F!1081&authkey=!AGlB-T_Fvvnoiqw&wdAccPdf=0&wdEmbedFS=1&wdo=2&cid=9294773cfa87622f)

5 changes: 3 additions & 2 deletions _sass/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -427,9 +427,10 @@ footer.fixed-bottom {

footer.sticky-bottom {
border-top: 1px solid var(--global-divider-color);
padding-top: 40px;
padding-bottom: 40px;
padding-top: .9rem;
padding-bottom: .9rem;
font-size: 0.9rem;
text-align: center;
}

// CV
Expand Down

0 comments on commit d58cf86

Please sign in to comment.