Commit graph

75 commits

Author SHA1 Message Date
Patrick Magauran
a2b3c7fda2
Transition to Hugo Image Processing (#173)
* Update layout to use Hugo Image Processing.

Created shortcode rimg that uses the srcset attribute to display responsive images.

* Copy Static images to assets folder.

* Add image processing to missing components + Update examples

* Fix rendering in https://themes.gohugo.io/

Co-authored-by: Emruz Hossain <emruz@appscode.com>
2020-12-31 20:55:28 +00:00
imgbot[bot]
b9ab0e6f2d
[ImgBot] Optimize images (#176)
*Total -- 4,648.08kb -> 3,992.27kb (14.11%)

/exampleSite/static/images/sections/skills/git.png -- 25.45kb -> 10.41kb (59.1%)
/exampleSite/static/images/sections/projects/toha.png -- 12.86kb -> 5.50kb (57.2%)
/static/assets/images/main-logo.png -- 12.86kb -> 5.50kb (57.2%)
/exampleSite/static/images/sections/skills/go.png -- 15.16kb -> 6.58kb (56.62%)
/exampleSite/static/images/sections/skills/c++.png -- 97.47kb -> 56.46kb (42.08%)
/exampleSite/static/images/site/inverted-logo.png -- 6.52kb -> 4.12kb (36.78%)
/exampleSite/static/images/site/favicon.png -- 6.52kb -> 4.12kb (36.78%)
/static/assets/images/inverted-logo.png -- 20.59kb -> 13.35kb (35.18%)
/static/assets/images/favicon.png -- 20.59kb -> 13.35kb (35.18%)
/exampleSite/static/images/author/jessica.png -- 7.97kb -> 6.01kb (24.62%)
/images/single.png -- 146.86kb -> 117.81kb (19.78%)
/exampleSite/static/images/author/john.png -- 7.73kb -> 6.25kb (19.15%)
/static/assets/images/default-background.jpg -- 1,427.74kb -> 1,154.80kb (19.12%)
/exampleSite/static/images/sections/projects/kubernetes.png -- 279.62kb -> 235.54kb (15.76%)
/exampleSite/static/images/sections/skills/kubernetes.png -- 279.62kb -> 235.54kb (15.76%)
/images/about.png -- 166.76kb -> 141.16kb (15.35%)
/exampleSite/static/images/sections/skills/prometheus.png -- 55.60kb -> 47.25kb (15.02%)
/exampleSite/static/images/sections/projects/no-code.png -- 51.09kb -> 44.82kb (12.26%)
/images/screenshot.png -- 697.87kb -> 637.97kb (8.58%)
/images/tn2.png -- 343.68kb -> 315.34kb (8.24%)
/images/tn.png -- 127.17kb -> 119.37kb (6.13%)
/static/assets/images/404.png -- 114.64kb -> 107.74kb (6.02%)
/exampleSite/static/images/sections/achievements/woman-winner.jpg -- 87.81kb -> 83.21kb (5.24%)
/exampleSite/static/images/site/main-logo.png -- 7.09kb -> 6.72kb (5.21%)
/exampleSite/static/images/sections/achievements/sport.jpg -- 142.25kb -> 136.39kb (4.12%)
/static/assets/images/default-hero.jpg -- 72.20kb -> 69.41kb (3.87%)
/images/list.png -- 294.05kb -> 288.70kb (1.82%)
/exampleSite/static/images/sections/achievements/presenter.jpg -- 97.24kb -> 95.85kb (1.42%)
/static/assets/images/hugo-logo-wide.svg -- 2.46kb -> 2.44kb (0.68%)
/static/assets/images/404.svg -- 20.61kb -> 20.56kb (0.23%)

Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>

Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com>
2020-11-30 18:43:28 +06:00
Noritaka IZUMI
6c03dd74af
Fix smooth scroll (#164)
The function addSmoothScroll causes an error if a target link contains multibyte characters.
Decoding `this.hash` can prevent.
2020-11-13 17:51:58 +00:00
Emruz Hossain
49ba62a9da
Fix translation + navbar CSS (#142) 2020-10-31 21:15:37 +00:00
alex bezek
beb9d55b95
Fix the nav item collapse and spy functionality (#138) 2020-10-31 21:35:23 +06:00
Dilek Üzülmez Taş
c721779ddd
Sidebar tree css selector fix #126 (#131) 2020-10-30 23:53:30 +06:00
Dilek Üzülmez Taş
1374b77fdc
Prevent streching vertical images #44 (#128) 2020-10-30 22:52:31 +06:00
alex bezek
c4743b17e0
add ios specific css for fixing the background images (#115)
Signed-off-by: Emruz Hossain <emruz@appscode.com>
2020-10-21 12:20:41 +06:00
Emruz Hossain
56c8ba4e43
Fix smooth scroll for multi-language setup (#93) 2020-10-11 12:40:00 +06:00
Hugo MARTIN
46b21e028c
Translations and i18n (#60)
* Managing i18n

* Fix absolute path

* Config files

* Home link manage langage

* Fixing footer i18n

* Implemented i18n on newsletter

* Implemented two languages in example

* Removed old section directory

* Using yaml in data to organize home summary

* Fully working for old versions without i18n

* Integrating language menu CSS

* Fix language dropdown CSS

* Refactor translation codes

* Remove duplicate code

* Fix URL issues

* Move customMenus and other site related config into data section

* Fix error during language toggle

* Only show the available translation for the posts

* Handle navbar brand URL properly

* Fix responsiveness

Co-authored-by: Hugo MARTIN <hugo.martin.69@gmail.com>
Co-authored-by: hossainemruz <emruz@appscode.com>
2020-10-03 09:59:28 +06:00
github-actions[bot]
a148d6923c
add vendor specific css prefixes (#80)
Co-authored-by: hossainemruz <hossainemruz@users.noreply.github.com>
2020-08-25 21:30:37 +06:00
Jean Macena
738f7d5a1b
Remove fixed height on .top-navbar (#68)
* Remove fixed height on .top-navbar

* Fix responsiveness

Co-authored-by: Emruz Hossain <emruz@appscode.com>
2020-08-25 21:28:39 +06:00
github-actions[bot]
9abf5b5796
add vendor specific css prefixes (#77)
Co-authored-by: hossainemruz <hossainemruz@users.noreply.github.com>
2020-08-21 22:36:45 +06:00
Emruz Hossain
85971e6057 Fix auto-prefixer 2020-08-21 22:29:06 +06:00
Emruz Hossain
1735b74f40
Add autoprefixer workflow (#74)
* Add node_modules in gitignore

* Add autoprefixer workflow
2020-08-21 22:12:34 +06:00
Emruz Hossain
18a19d02d1
Fix smooth scroll URL (#73) 2020-08-20 21:05:59 +06:00
Łukasz Łaniewski-Wołłk
32389ef344
Adding background_position option (#67)
* Adding background_position option

* Revert "Adding background_position option"

This reverts commit ed508759b2.

* Setting background-position to center by default
2020-08-18 11:33:03 +06:00
Md. Emruz Hossain
55588921f2
Fix responsiveness (#53) 2020-07-24 12:57:56 +06:00
Yuriy
64fb493030
Make Skills and Projects cards linkable (#46)
* Project card header is now can be clicked

* skill is card now having url to add on it's header

* urls added to some skills

* div class synced with original

* guthub button text synced with original

* text decoration removed

* remove next line in card header for text

* whole Skill Card now is under hyperlink

* hyperlink class separated from card

* removed text-decoration from .card class

* ProjectCard header hyperlink decoration removed

* call adjustSkillCardsHeight after page is loaded

* Add "#" in href field when respective URL is not provided

Co-authored-by: hossainemruz <emruz@appscode.com>
2020-07-24 02:16:48 +06:00
Md. Emruz Hossain
36eaf72f47
Fix footer text indentation (#49) 2020-07-22 22:41:39 +06:00
Md. Emruz Hossain
74bf5e9941
Make site logo customizable (#47) 2020-07-22 22:08:50 +06:00
Md. Emruz Hossain
fa4d474974
Refactor sidebar logic + Add Table of Contents in reading page (#33)
* Refactor sidebar logic + fix responsiveness

* Add TOC

* Add Pagination

* Update exampleSite

* Update README.md
2020-07-22 04:14:08 +06:00
Jason Tipton
647578e88b
Allow theme configuration to partially override css (#32) 2020-07-21 09:41:19 +06:00
Pau Trepat Segura
440f424e44
Allow multiple position in one company experience (#9)
* Add partials for multiple positions on one company

* Remove unnecessary codes + Fix CSS

Co-authored-by: hossainemruz <emruz@appscode.com>
2020-07-07 00:02:54 +06:00
Jason Tipton
2936164cc1
Make soft skill's color configurable + add 'sky' and 'orange' colors (#22)
* Add about circle colors for 'sky' and 'orange'

* Make color configurable

Co-authored-by: hossainemruz <emruz@appscode.com>
2020-07-03 09:57:27 +06:00
Md. Emruz Hossain
45e36f3532
Merge pull request #20 from blueyetisoftware/feature-section-titles
Configure section title and menu urls in section yaml files
2020-07-01 00:01:03 +06:00
hossainemruz
8d6cbcca21 Use "*-section class" instead of adding new div 2020-06-30 21:57:20 +06:00
Pau Trepat Segura
0dca3b1800
Add media queries for most popular devices (#19)
https://deviceatlas.com/blog/viewport-resolution-diagonal-screen-size-and-dpi-most-popular-smartphones
2020-06-30 21:04:21 +06:00
Jason Tipton
a2c41811ab Rename -template ids to -section 2020-06-29 21:29:39 -08:00
Jason Tipton
22a7ac40f4 Correct misspelling of summary in layout files 2020-06-29 21:19:30 -08:00
Jason Tipton
c49a06f115 Change section template names to avoid naming conflicts with common titles 2020-06-29 21:15:38 -08:00
Md. Emruz Hossain
e2d376215a
Make home page sections dynamic and configurable (#14)
* Make home page sections dynamic and configurable

* Fix navbar issue when no section is configured + fix next-prev navigator

* Update exampleSite

* Fix next-prev navigator

* Make navbar brand URL context aware
2020-06-30 01:54:28 +06:00
hossainemruz
760de0acaf Make skills card and projects card consistent 2020-06-23 03:42:46 +06:00
Pau Trepat Segura
18f823a4bd Remove font-weight of navigation posts tree 2020-06-22 18:03:17 +02:00
Pau Trepat Segura
1625ec16d7 Remove bold font of projects card title 2020-06-22 18:03:12 +02:00
Pau Trepat Segura
fb6bd1c31e Remove bold font of experience headings 2020-06-22 18:03:09 +02:00
Pau Trepat Segura
262d497256 Remove css rule that always is overwrote by bootstrap 2020-06-22 18:03:05 +02:00
Pau Trepat Segura
460106f1b4 Adjust brand weight to make it more readable 2020-06-22 03:28:00 +02:00
hossainemruz
6af92aa5ae make bold text color consistence with the theme color scheme 2020-06-22 03:08:25 +06:00
hossainemruz
0d7267f52a Fix making header linkable 2020-06-21 23:02:19 +06:00
hossainemruz
29bea9e8b3 fix home.js 2020-06-17 06:02:51 +06:00
hossainemruz
54cbb86f68 Fix adjust skill cards handling 2020-06-17 05:54:17 +06:00
hossainemruz
b57d2bcf52 Make header linkable + fix bug 2020-06-17 05:46:46 +06:00
hossainemruz
45eedc5f58 Fix inline code padding 2020-06-15 01:28:00 +06:00
hossainemruz
f85b8a2e8e Make log hugoBasicExample error free 2020-06-14 14:39:39 +06:00
hossainemruz
9b10cadb58 Add short code + add improve this page button 2020-06-14 02:46:22 +06:00
hossainemruz
b18cf1d7cd Update screenshot 2020-06-13 19:23:06 +06:00
hossainemruz
9ca1afca98 fix post-card height correction 2020-06-13 01:52:23 +06:00
hossainemruz
3291da042b don't user absolute path in navbar.js 2020-06-13 01:26:34 +06:00
hossainemruz
66df7ac029 update exampleSite 2020-06-13 00:58:54 +06:00