TankerElite 6b7025f9bd 2022 aasta Mentorid to Onboarding update (#67)
* Update Mentors to 2022 onboarding

remove "Milliseid piksleid tahaksid endale", update text

* Create mentors_old_dot_yml.txt

* Add sannu and koks onboarding

* fix mentors.yml images

* Add Resize for windows

Change target folders in resize.bat to point to correct folders (need entire path, starting from c: or equiv.)

* Delete assets/mentors-images/original directory

* Delete assets/mentors-images/optimised directory

* new images

* mentors.html rewrite

* Delete mentors_old_dot_yml.txt

* Delete resize.bat

* Delete scale.bat
2022-08-21 19:29:40 +03:00
2018-12-26 13:00:05 +02:00
2022-03-31 20:20:13 +03:00
2022-08-15 20:13:07 +03:00
2018-12-26 13:44:44 +02:00
2018-08-27 13:08:58 +03:00
2018-08-28 19:20:46 +03:00
2019-11-04 16:11:53 +02:00
2018-08-26 23:34:25 +03:00
2019-08-23 18:33:29 +03:00
2018-08-27 13:04:41 +03:00
2018-07-16 23:46:24 +03:00
2018-08-29 17:03:00 +03:00
2018-08-26 23:05:30 +03:00
2020-08-26 12:35:21 +03:00
2019-04-05 21:43:49 +03:00
2020-07-24 18:45:44 +03:00
2018-08-28 19:20:46 +03:00
2020-08-26 12:35:21 +03:00

Lapikute väliveeb

Tegu on Jekyll peale ehitatud uhiuue lehega

Development plan

Materials are on Google Drive > Lapikud > Tarkvara > Väliveeb

Contribution guide

1. Create Issues

Easiest way to help would be to create issuses about things that are missing and wrong

2. Fork this repo and create a pull request

Fork this repo to your own account and create a pull request for changes you have done in there

How to setup devenvironment

  1. (Windows) Install the Windows Subsystem for Linux

    Install Ubuntu

    https://docs.microsoft.com/en-us/windows/wsl/install-win10

  2. Install Ruby

     sudo apt install build-essential ruby ruby-dev dh-autoreconf
    
  3. Install Jekyll

     sudo gem install jekyll
    
  4. Clone repo

     git clone https://github.com/Lapikud/lapikud.github.io.git
    
  5. Serve the page (Use bash if on Windows)

     cd lapikud.github.io
     jekyll serve --host 0.0.0.0
    
  6. Image converter usage (requires imagemagick)

    No one wants to download 5MB images that are then shown in a 100x100px box.

    Always resize images before commiting them!

     sudo apt-get install imagemagick
     sh convert-past-management-images.sh
    

Deploy

Push to master branch and wait for deployment, it could take up to 2h for the page to update. You can check the progress by clicking on the environment link

Deployments link

Description
Lapikute avalik koduleht
Readme 121 MiB
Languages
HTML 76.1%
SCSS 22.7%
Shell 1.2%