diff --git a/_config.yml b/_config.yml index ddc4658..950076d 100644 --- a/_config.yml +++ b/_config.yml @@ -8,4 +8,5 @@ page_gen: index_files: false name: id title: title - page_data_prefix: data \ No newline at end of file + page_data_prefix: data + filter: ready \ No newline at end of file diff --git a/_data/techs.yml b/_data/techs.yml index d4caa11..f9728d0 100644 --- a/_data/techs.yml +++ b/_data/techs.yml @@ -1,47 +1,47 @@ html: name: HTML - fore: white - back: orangered + fore: '#FFFFFF' + back: '#E44D26' link: https://html.spec.whatwg.org/multipage/ css: name: CSS - fore: white - back: royalblue + fore: '#FFFFFF' + back: '#2965F1' link: https://www.w3.org/Style/CSS/Overview.en.html js: name: JavaScript - fore: darkslategray - back: gold + fore: '#323330' + back: '#F0DB4F' link: https://en.wikipedia.org/wiki/JavaScript php: name: PHP - fore: black - back: lightsteelblue + fore: '#242434' + back: '#8B93BB' link: https://www.php.net docker: name: Docker - fore: dodgerblue - back: white + fore: '#2494EC' + back: '#FFFFFF' link: https://www.docker.com azure: name: Azure - fore: whitesmoke - back: steelblue + fore: '#EEEEEE' + back: '#0962B0' link: https://azure.microsoft.com/en-us/ mariadb: name: MariaDB - fore: black - back: peru + fore: '#1C335C' + back: '#C4745C' link: https://mariadb.org react: name: React - fore: cyan - back: black + fore: '#04D8F8' + back: '#242323' link: https://reactjs.org \ No newline at end of file diff --git a/_data/work.yml b/_data/work.yml index 16a5c19..be95396 100644 --- a/_data/work.yml +++ b/_data/work.yml @@ -1,12 +1,14 @@ malung: id: malung - title: Example - subtitle: Just A Test + title: Malung + subtitle: COVID-19 Classifier stack: [ html, css, js, php, docker, mariadb, azure ] image: /res/avatar.svg - link: / + link: /404 color: yellow + ready: true + description: Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the @@ -28,13 +30,15 @@ malung: freshmanual: id: freshmanual - title: Example - subtitle: Just A Test + title: FreshManual + subtitle: Mobile App stack: [ html, css, js, php, docker, mariadb, azure ] image: /res/avatar.svg - link: / + link: /404 color: blue + ready: false + description: Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the @@ -56,13 +60,14 @@ freshmanual: pollbuddy: id: pollbuddy - title: Example - subtitle: Just A Test + title: Poll Buddy stack: [ html, css, js, php, docker, mariadb, azure ] image: /res/avatar.svg - link: / + link: /404 color: green + ready: false + description: Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the @@ -84,13 +89,14 @@ pollbuddy: rpi-crisis: id: rpi-crisis - title: Example - subtitle: Just A Test + title: CRISIS stack: [ html, css, js, php, docker, mariadb, azure ] image: /res/avatar.svg - link: / + link: /404 color: red + ready: false + description: Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the diff --git a/_layouts/experience.html b/_layouts/experience.html index 456456b..b1bda15 100644 --- a/_layouts/experience.html +++ b/_layouts/experience.html @@ -28,11 +28,17 @@ layout: default
  • {{outcome}}
  • {% endfor %} - View Example + {% if malung.link %} + View {{malung.title}} + {% endif %}
    -

    Image Not Available

    + {% if malung.image %} + Image of {{malung.title}} + {% else %} +

    Image Not Available

    + {% endif %}
    {% for tech in malung.stack %} diff --git a/experiences.html b/experiences.html index ef22934..4b434b1 100644 --- a/experiences.html +++ b/experiences.html @@ -15,7 +15,14 @@ layout: default
    -