Commit graph

250 commits

Author SHA1 Message Date
chutified
ac9d173e13 Fix redirections to empty tabs
Whenever href (url) attribute was omitted or had no value
the click action would do nothing. With no URLs defined and
`target="_blank"` attributes, which were recently added,
anchor tags now redirect users to new blank tabs (side effect).

This PR solves the issues by adding conditions
before applying `target="_blank"` or in some cases by
ommiting entire entities (e.g. the view_certificate button).
2021-04-04 20:16:54 +02:00
Tommy Chu
cb3df73d53
Fix inconsistencies in target attributes (#288) 2021-04-04 15:35:51 +06:00
Nirjas Jakilim
60d2b21649
Fixed Errors in the Console issue #239 (#287)
* Fixed Errors in the Console #239
2021-04-03 20:11:38 +06:00
hossainemruz
2e61e36fad Uncomment auto-prefixer workflow
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
2021-04-02 01:24:24 +06:00
hossainemruz
8bc6df0328 Update README.md
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
2021-04-02 01:18:56 +06:00
Emruz Hossain
f2ced44fc6
Fix navbar togoller not showing in mobile and tablet (#285)
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
2021-04-01 18:54:27 +00:00
Emruz Hossain
add2c3703c
Remove exampleSite (#284)
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
2021-04-01 18:22:38 +00:00
Emruz Hossain
1a1bd8fe1c
Disable Auto-prefixer action (#282)
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
2021-04-01 18:08:29 +00:00
Henzel Moras
23725c220c
set url target link to blank (#278)
Co-authored-by: Emruz Hossain <hossainemruz@gmail.com>
2021-04-02 00:00:44 +06:00
Henzel Moras
cf4665085c
fix navbar dropdown (#279)
* fix navbar dropdown

* Check for sectionCount<=5 instead of sectionCound< 5

Signed-off-by: hossainemruz <hossainemruz@gmail.com>

Co-authored-by: Emruz Hossain <hossainemruz@gmail.com>
2021-04-01 23:53:12 +06:00
dependabot[bot]
0627ad4ba9
Bump y18n from 4.0.0 to 4.0.1 (#276)
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/yargs/y18n/releases)
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yargs/y18n/commits)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Emruz Hossain <hossainemruz@gmail.com>
2021-04-01 07:01:34 +00:00
github-actions[bot]
15c5f9a181
add vendor specific css prefixes (#275)
Co-authored-by: hossainemruz <hossainemruz@users.noreply.github.com>
2021-04-01 09:22:24 +06:00
hossainemruz
32bd85d0e0 Update npm packages
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
2021-04-01 02:17:27 +06:00
Emruz Hossain
fa946af504
Fix various issues detected by html-proofer (#270)
* Add alt tag to the images

Signed-off-by: hossainemruz <hossainemruz@gmail.com>

* Remove unnecessary /

Signed-off-by: hossainemruz <hossainemruz@gmail.com>
2021-03-29 03:44:33 +06:00
Emruz Hossain
a735dde38b
Fix table CSS in Education section (#269)
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
2021-03-28 20:06:07 +00:00
Emruz Hossain
5637e4d139
Fix actions branch ref + move some CSS from single.css into main.css (#268)
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
2021-03-28 16:53:54 +00:00
Emruz Hossain
25e4e9e3d0
Add notes layout (#263)
* Add note layout

Signed-off-by: hossainemruz <hossainemruz@gmail.com>

* Fix note organization

Signed-off-by: hossainemruz <hossainemruz@gmail.com>

* WIP: need help adding above 6 sections doesnt fit navbar

* Add note layout

Signed-off-by: hossainemruz <hossainemruz@gmail.com>

* Add Translation

Signed-off-by: hossainemruz <hossainemruz@gmail.com>

Co-authored-by: HenzelMoras <henzelmoras@gmail.com>
2021-03-27 19:52:18 +00:00
hossainemruz
5c95132b1e Add acomplishment section
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
2021-03-28 00:55:39 +06:00
dependabot[bot]
b602756e28
Bump yogevbd/enforce-label-action from 2.2.1 to 2.2.2 (#265)
Bumps [yogevbd/enforce-label-action](https://github.com/yogevbd/enforce-label-action) from 2.2.1 to 2.2.2.
- [Release notes](https://github.com/yogevbd/enforce-label-action/releases)
- [Commits](https://github.com/yogevbd/enforce-label-action/compare/2.2.1...a3c219da6b8fa73f6ba62b68ff09c469b3a1c024)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-26 06:10:16 +00:00
priyanshsaxena
1c3154d47a Footer navigation links fix
Closes #260
2021-03-24 10:08:10 +06:00
Emruz Hossain
4ca728790e
Fix next-prev navigator for large title (#258)
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
2021-03-23 16:28:57 +00:00
Emruz Hossain
2af89479be
Fix courses visibility toggler button (#257)
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
2021-03-23 15:46:41 +00:00
chutified
cf88e95782 Fix missing vertical separator in navbar menu 2021-03-23 01:28:23 +06:00
chutified
4853e556cb Fix minor typos in README file 2021-03-21 15:40:36 +06:00
dependabot[bot]
66d28bcce8
Bump release-drafter/release-drafter from v5.14.0 to v5.15.0 (#250)
Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) from v5.14.0 to v5.15.0.
- [Release notes](https://github.com/release-drafter/release-drafter/releases)
- [Commits](https://github.com/release-drafter/release-drafter/compare/v5.14.0...fe52e97d262833ae07d05efaf1a239df3f1b5cd4)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-17 06:10:14 +00:00
hossainemruz
d5be769cbf Update README.md
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
2021-03-14 02:16:37 +06:00
BoT
62ca383b8b
Add back to top (#213)
* translate_Chinese

* translate_Chinese

* Add one-click return to the top function on the article page

Signed-off-by: Ray <Chow-Ray@outlook.com>

* Fix scroll-to-top button

Signed-off-by: hossainemruz <hossainemruz@gmail.com>

Co-authored-by: Emruz Hossain <hossainemruz@gmail.com>
2021-03-14 01:09:50 +06:00
Chuso Pérez
0848be17ba
#42 Add suppor for client-side search (#227)
* Add support for client-side search with Fuse.js. Implements #42.

Based on https://gist.github.com/eddiewebb/735feb48f50f0ddd65ae5606a1cb41ae

* Move search form code repeated in many places to one single template.

* Add search box in home page.

* Fix search UI + Some improvements

Signed-off-by: hossainemruz <hossainemruz@gmail.com>

* Remove search.md from exampleSite

Signed-off-by: hossainemruz <hossainemruz@gmail.com>

Co-authored-by: Emruz Hossain <hossainemruz@gmail.com>
2021-03-13 23:43:10 +06:00
Roxedus
03ea0fae8c
Add more i18n strings (#234)
* Add more i18n strings

* Add the translation strings in other files

Signed-off-by: hossainemruz <hossainemruz@gmail.com>

Co-authored-by: hossainemruz <hossainemruz@gmail.com>
2021-03-13 22:08:03 +06:00
安红豆
4ef34a8f63
Display project card technology tags (#243)
* Display project card technology tags

* Fix tag CSS

Signed-off-by: hossainemruz <hossainemruz@gmail.com>

Co-authored-by: Emruz Hossain <hossainemruz@gmail.com>
2021-03-13 21:37:47 +06:00
David G. Simmons
88895c50c2
Fix to the hero so you can have the image named anything you want (#248)
* Fix to the hero so you can have the image named anything you want

* Keep backward compatibility

Signed-off-by: hossainemruz <hossainemruz@gmail.com>

Co-authored-by: hossainemruz <hossainemruz@gmail.com>
2021-03-13 19:48:52 +06:00
github-actions[bot]
4bea73b882
Update and run autoprefixer (#247)
Co-authored-by: hossainemruz <hossainemruz@users.noreply.github.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2021-03-11 15:18:02 +00:00
github-actions[bot]
2978071756
Update and run autoprefixer (#238)
Co-authored-by: kodiakhq[bot] <kodiakhq[bot]@users.noreply.github.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2021-03-11 15:16:57 +00:00
David G. Simmons
6f5766aa1a
Add a tel: link to the About Page (#246)
just like a `mailto:` link triggers an email, a `tel:` link will allow you to call someone directly from the page. I've added this.
2021-03-11 21:15:32 +06:00
dependabot[bot]
a2307565ac
Bump actions/setup-node from v2.1.4 to v2.1.5 (#237)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from v2.1.4 to v2.1.5.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v2.1.4...46071b5c7a2e0c34e49c3cb8a0e792e86e18d5ea)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-23 06:18:57 +00:00
Roxedus
0104c49a4a
Add optional variable to education for courses where scaling doesn't make sense (#231)
* Add optional variable to education

Scales for courses doesnt always apply

* Rename var

*not* !important

* Rename var

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2021-02-16 10:39:25 +00:00
Roxedus
a15f7364f8
Add i18n to experiences section (#232) 2021-02-16 10:56:21 +06:00
dependabot[bot]
b1e1b7c5d6
Bump release-drafter/release-drafter from v5.13.0 to v5.14.0 (#230)
Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) from v5.13.0 to v5.14.0.
- [Release notes](https://github.com/release-drafter/release-drafter/releases)
- [Commits](https://github.com/release-drafter/release-drafter/compare/v5.13.0...e5ccf147077e46b0225a80bbe314d795d77bb7a2)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-15 07:19:13 +00:00
dependabot[bot]
f5aebb3cdd
Bump peter-evans/create-pull-request from v3.8.1 to v3.8.2 (#229)
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from v3.8.1 to v3.8.2.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](https://github.com/peter-evans/create-pull-request/compare/v3.8.1...052fc72b4198ba9fbc81b818c6e1859f747d49a8)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-10 06:17:33 +00:00
dependabot[bot]
631a3b46dc
Bump peter-evans/create-pull-request from v3.7.0 to v3.8.1 (#228)
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from v3.7.0 to v3.8.1.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](https://github.com/peter-evans/create-pull-request/compare/v3.7.0...34371f09e5a05dadd212d0bc451d4c1fa456c646)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-08 07:15:56 +00:00
dependabot[bot]
946a8bd4d5
Bump peter-evans/create-pull-request from v3.6.0 to v3.7.0 (#225)
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from v3.6.0 to v3.7.0.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](https://github.com/peter-evans/create-pull-request/compare/v3.6.0...2455e1596942c2902952003bbb574afbbe2ab2e6)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-26 06:34:04 +00:00
Juhong
e9736adc0d
Add Korean i18n (#220)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2021-01-21 07:04:46 +00:00
Nicholas Santiago
83f7946136
parameterize git branch (#222)
* parameterize git branch

* docs: add param to README.md, prettier lint
2021-01-21 13:03:37 +06:00
Léo GATELLIER
4270ad6bbf
Markdownify copyright notice (#219)
Co-authored-by: Léo GATELLIER <leo.gatellier@soprasteria.com>
2021-01-13 13:36:09 +06:00
Léo GATELLIER
8c5fe199eb
[i18n] We also write navigation without 'u' in french (#217)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2021-01-12 12:18:49 +00:00
Emruz Hossain
8e7607f0ab
Fix main logos default path (#218) 2021-01-12 12:17:33 +00:00
Sarvottam Kumar
182f492df2
add hindi translation (#216) 2021-01-08 23:30:20 +06:00
Emruz Hossain
dd856ac3ef
Fix missing space in cn/sections.projects.yaml (#215) 2021-01-07 10:19:08 +00:00
BoT
211db5b2c2
Translate chinese (#210)
Signed-off-by: Emruz Hossain <emruz@appscode.com>
2021-01-05 11:34:09 +06:00
Emruz Hossain
20d9f3a080
Remove "assets" prefix from "static" folder (#208) 2021-01-03 18:40:26 +00:00