From cc946aef40b489448c6491a7212f26269f6726b6 Mon Sep 17 00:00:00 2001 From: praveenpuglia Date: Sun, 19 May 2024 11:08:41 +0000 Subject: [PATCH] deploy: 9f765af8cd43418bb7c02a7b333da9a394704bb5 --- css/blog.css | 1 + css/post.css | 8 + css/style.css | 9 + css/variables.css | 3 +- index.html | 253 +++++- posts/animating-css-snake-art/index.html | 279 +++++- posts/css-toggle-function/index.html | 273 +++++- .../index.html | 279 +++++- .../index.html | 285 ++++++- .../index.html | 279 +++++- .../index.html | 279 +++++- .../index.html | 285 ++++++- posts/how-to-use-avif-today/index.html | 297 ++++++- .../index.html | 279 +++++- posts/index.html | 793 +++++++++++------- posts/introducing-poppins/index.html | 285 ++++++- .../index.html | 279 +++++- .../index.html | 279 +++++- .../index.html | 279 +++++- posts/meeting-lea-and-chris/index.html | 273 +++++- .../index.html | 279 +++++- .../index.html | 285 ++++++- posts/people-i-learn-from/index.html | 273 +++++- posts/ready-steady-gulp/index.html | 285 ++++++- posts/reusing-areas-in-css-grid/index.html | 279 +++++- .../index.html | 300 ++++++- .../index.html | 279 +++++- posts/talks-that-impress/index.html | 273 +++++- .../index.html | 279 +++++- .../index.html | 279 +++++- posts/white-labeling-vue-cli-pwa/index.html | 297 ++++++- posts/why-vue-is-so-awesome/index.html | 285 ++++++- .../index.html | 285 ++++++- 33 files changed, 7576 insertions(+), 1099 deletions(-) diff --git a/css/blog.css b/css/blog.css index 3121889..92435d2 100644 --- a/css/blog.css +++ b/css/blog.css @@ -2,4 +2,5 @@ list-style: none; padding: 0; margin: 0; + margin-top: 3rem; } diff --git a/css/post.css b/css/post.css index 99a9565..b8a4483 100644 --- a/css/post.css +++ b/css/post.css @@ -34,11 +34,19 @@ font-weight: bold; } +.single-post .subtitle { + color: var(--color-primary-lighter); + font-weight: normal; + margin-bottom: 2rem; +} + .postlist-link .post-title { margin-top: 0; margin-bottom: 2rem; } + + @media (min-width: 768px) { .post__metadata { flex-direction: row; diff --git a/css/style.css b/css/style.css index 665ba5c..8db4b6d 100644 --- a/css/style.css +++ b/css/style.css @@ -22,3 +22,12 @@ body { font-size: 14px; } } + +@keyframes fade { + from { + opacity: 1; + } + to { + opacity: 0; + } +} diff --git a/css/variables.css b/css/variables.css index b2ac3a4..6a56694 100644 --- a/css/variables.css +++ b/css/variables.css @@ -2,5 +2,6 @@ --color-link: #0070f3; --accent-color: #002999; --color-border-light: #eaeaea; - --color-primary: #14252E; + --color-primary: #14252e; + --color-primary-lighter: #767676; } diff --git a/index.html b/index.html index 54fa84c..1cd788e 100644 --- a/index.html +++ b/index.html @@ -16,11 +16,11 @@ gtag("config", "UA-22054303-1"); - + +/> @@ -36,29 +36,31 @@ - - - + + + + +/> - - +/> + + +/> - - + + + @@ -66,13 +68,13 @@ - Praveen Puglia + - + @@ -94,8 +96,227 @@ - + + - + \ No newline at end of file diff --git a/posts/animating-css-snake-art/index.html b/posts/animating-css-snake-art/index.html index c7cf1a7..121aaf8 100644 --- a/posts/animating-css-snake-art/index.html +++ b/posts/animating-css-snake-art/index.html @@ -16,11 +16,11 @@ gtag("config", "UA-22054303-1"); - + +/> @@ -36,29 +36,31 @@ - - - + + + + +/> - - +/> + + +/> - - + + + @@ -66,11 +68,11 @@ - A Snake in CSS - Praveen Puglia +A Snake in CSS - Praveen Puglia @@ -94,8 +96,227 @@ - + +
- -
-

A Snake in CSS

- - + \ No newline at end of file diff --git a/posts/css-toggle-function/index.html b/posts/css-toggle-function/index.html index 19c03ef..94f931b 100644 --- a/posts/css-toggle-function/index.html +++ b/posts/css-toggle-function/index.html @@ -16,11 +16,11 @@ gtag("config", "UA-22054303-1"); - + +/> @@ -36,29 +36,31 @@ - - - + + + + +/> - - +/> + + +/> - - + + + @@ -66,11 +68,11 @@ - The CSS toggle() Function - Praveen Puglia +The CSS toggle() Function - Praveen Puglia @@ -94,8 +96,227 @@ - + +
- -
-

The CSS toggle() Function

- - + \ No newline at end of file diff --git a/posts/design-story-independence-day-cover-photo/index.html b/posts/design-story-independence-day-cover-photo/index.html index 96843c8..f5cf0c2 100644 --- a/posts/design-story-independence-day-cover-photo/index.html +++ b/posts/design-story-independence-day-cover-photo/index.html @@ -16,11 +16,11 @@ gtag("config", "UA-22054303-1"); - + +/> @@ -36,29 +36,31 @@ - - - + + + + +/> - - +/> + + +/> - - + + + @@ -66,11 +68,11 @@ - Design Story - Independence Day Cover Photo - Praveen Puglia +Design Story - Independence Day Cover Photo - Praveen Puglia @@ -94,8 +96,227 @@ - + +
- -
-

Design Story - Independence Day Cover Photo

- - + \ No newline at end of file diff --git a/posts/finding-unique-color-strings-in-project/index.html b/posts/finding-unique-color-strings-in-project/index.html index 7f2ef45..1333ef3 100644 --- a/posts/finding-unique-color-strings-in-project/index.html +++ b/posts/finding-unique-color-strings-in-project/index.html @@ -16,11 +16,11 @@ gtag("config", "UA-22054303-1"); - + +/> @@ -36,29 +36,31 @@ - - - + + + + +/> - - +/> + + +/> - - + + + @@ -66,11 +68,11 @@ - Finding Unique Color Strings In Project - Praveen Puglia +Finding Unique Color Strings In Project - Praveen Puglia @@ -94,8 +96,227 @@ - + +
- -
-

Finding Unique Color Strings In Project

- - + \ No newline at end of file diff --git a/posts/first-scss-experiment-a-blurry-world/index.html b/posts/first-scss-experiment-a-blurry-world/index.html index fc5f0f9..4c65d6b 100644 --- a/posts/first-scss-experiment-a-blurry-world/index.html +++ b/posts/first-scss-experiment-a-blurry-world/index.html @@ -16,11 +16,11 @@ gtag("config", "UA-22054303-1"); - + +/> @@ -36,29 +36,31 @@ - - - + + + + +/> - - +/> + + +/> - - + + + @@ -66,11 +68,11 @@ - First SCSS Experiment - A Blurry World - Praveen Puglia +First SCSS Experiment - A Blurry World - Praveen Puglia @@ -94,8 +96,227 @@ - + +
- -
-

First SCSS Experiment - A Blurry World

- - + \ No newline at end of file diff --git a/posts/how-i-have-settled-down-to-inconsolata-for-codes/index.html b/posts/how-i-have-settled-down-to-inconsolata-for-codes/index.html index d87267e..ce14887 100644 --- a/posts/how-i-have-settled-down-to-inconsolata-for-codes/index.html +++ b/posts/how-i-have-settled-down-to-inconsolata-for-codes/index.html @@ -16,11 +16,11 @@ gtag("config", "UA-22054303-1"); - + +/> @@ -36,29 +36,31 @@ - - - + + + + +/> - - +/> + + +/> - - + + + @@ -66,11 +68,11 @@ - I Have Settle Down To Inconsolata For Code - Praveen Puglia +I Have Settle Down To Inconsolata For Code - Praveen Puglia @@ -94,8 +96,227 @@ - + +
- -
-

I Have Settle Down To Inconsolata For Code

- - + \ No newline at end of file diff --git a/posts/how-to-import-markdown-files-in-vue-cli-typescript-project/index.html b/posts/how-to-import-markdown-files-in-vue-cli-typescript-project/index.html index 1a44857..541901a 100644 --- a/posts/how-to-import-markdown-files-in-vue-cli-typescript-project/index.html +++ b/posts/how-to-import-markdown-files-in-vue-cli-typescript-project/index.html @@ -16,11 +16,11 @@ gtag("config", "UA-22054303-1"); - + +/> @@ -36,29 +36,31 @@ - - - + + + + +/> - - +/> + + +/> - - + + + @@ -66,11 +68,11 @@ - Import Markdown Files in Vue CLI + TypeScript Projects - Praveen Puglia +Import Markdown Files in Vue CLI + TypeScript Projects - Praveen Puglia @@ -94,8 +96,227 @@ - + +
- -
-

Import Markdown Files in Vue CLI + TypeScript Projects

- - + \ No newline at end of file diff --git a/posts/how-to-use-avif-today/index.html b/posts/how-to-use-avif-today/index.html index c8fa2c1..37e9f6b 100644 --- a/posts/how-to-use-avif-today/index.html +++ b/posts/how-to-use-avif-today/index.html @@ -16,11 +16,11 @@ gtag("config", "UA-22054303-1"); - + +/> @@ -36,29 +36,31 @@ - - - + + + + +/> - - +/> + + +/> - - + + + @@ -66,11 +68,11 @@ - Use AVIF today - Praveen Puglia +Use AVIF today - Praveen Puglia @@ -85,17 +87,236 @@ /> - - - + + + - + +
- -
-

Use AVIF today

- - + \ No newline at end of file diff --git a/posts/import-sass-variables-in-javascript-with-webpack/index.html b/posts/import-sass-variables-in-javascript-with-webpack/index.html index b6cae9c..241c2c8 100644 --- a/posts/import-sass-variables-in-javascript-with-webpack/index.html +++ b/posts/import-sass-variables-in-javascript-with-webpack/index.html @@ -16,11 +16,11 @@ gtag("config", "UA-22054303-1"); - + +/> @@ -36,29 +36,31 @@ - - - + + + + +/> - - +/> + + +/> - - + + + @@ -66,11 +68,11 @@ - Import Sass variables in JavaScript with Webpack - Praveen Puglia +Import Sass variables in JavaScript with Webpack - Praveen Puglia @@ -94,8 +96,227 @@ - + +
- -
-

Import Sass variables in JavaScript with Webpack

- - + \ No newline at end of file diff --git a/posts/index.html b/posts/index.html index e29a767..5912c34 100644 --- a/posts/index.html +++ b/posts/index.html @@ -16,11 +16,11 @@ gtag("config", "UA-22054303-1"); - + +/> @@ -36,29 +36,31 @@ - - - + + + + +/> - - +/> + + +/> - - + + + @@ -66,11 +68,11 @@ - Posts - Praveen Puglia +Posts - Praveen Puglia @@ -94,8 +96,227 @@ - + +
- -

Posts

+

Posts

    -
  1. - - -

    - A secret, deployment version page for developers - -

    -
    -
  2. - -
  3. - - -

    - White Labeling, Vue CLI & PWA - -

    -
    -
  4. - -
  5. - - -

    - Use AVIF today - -

    -
    -
  6. - -
  7. - - -

    - Import Markdown Files in Vue CLI + TypeScript Projects - -

    -
    -
  8. - -
  9. - - -

    - My GraphQL Schema & Types Generation Workflow - -

    -
    -
  10. - -
  11. - - -

    - Import Sass variables in JavaScript with Webpack - -

    -
    -
  12. - -
  13. - - -

    - Managing Mixins & Utilities in VueJS - -

    -
    -
  14. - -
  15. - - -

    - Why Vue Is So Awesome 😍 - -

    -
    -
  16. - -
  17. - - -

    - Nicer imports with webpack aliases - -

    -
    -
  18. - -
  19. - - -

    - Reusing Areas In CSS Grid - -

    -
    -
  20. - -
  21. - - -

    - A Snake in CSS - -

    -
    -
  22. - -
  23. - - -

    - The CSS toggle() Function - -

    -
    -
  24. - -
  25. - - -

    - Make your web apps look a little more native - -

    -
    -
  26. - -
  27. - - -

    - People I Learn From - -

    -
    -
  28. - -
  29. - - -

    - Introducing Poppins - An Eye Popping, Light Sublime Text 3 Syntax Theme - -

    -
    -
  30. - -
  31. - - -

    - Meeting Lea & Chris - -

    -
    -
  32. - -
  33. - - -

    - Finding Unique Color Strings In Project - -

    -
    -
  34. - -
  35. - - -

    - Talks That Impress - -

    -
    -
  36. - -
  37. - - -

    - Ready Steady Gulp! - -

    -
    -
  38. - -
  39. - - -

    - First SCSS Experiment - A Blurry World - -

    -
    -
  40. - -
  41. - - -

    - Tree Like Directory Structure In PowerShell - -

    -
    -
  42. - -
  43. - - -

    - The Right HTML Element For Icons - -

    -
    -
  44. - -
  45. - - -

    - Make WAMP Work On Windows 10 - -

    -
    -
  46. - -
  47. - - -

    - Xiaomi Redmi 1S Is A Powerful Product With Bad Design - -

    -
    -
  48. - -
  49. - - -

    - So You Love IN-ternational Brands? - -

    -
    -
  50. - -
  51. - - -

    - Design Story - Independence Day Cover Photo - -

    -
    -
  52. - -
  53. - - -

    - I Have Settle Down To Inconsolata For Code - -

    -
    -
  54. +
  55. + + +

    + Don't struggle figuring out the deployed version and commit hash + +

    +
    +
  56. + +
  57. + + +

    + White Labeling, Vue CLI & PWA + +

    +
    +
  58. + +
  59. + + +

    + Use AVIF today + +

    +
    +
  60. + +
  61. + + +

    + Import Markdown Files in Vue CLI + TypeScript Projects + +

    +
    +
  62. + +
  63. + + +

    + My GraphQL Schema & Types Generation Workflow + +

    +
    +
  64. + +
  65. + + +

    + Import Sass variables in JavaScript with Webpack + +

    +
    +
  66. + +
  67. + + +

    + Managing Mixins & Utilities in VueJS + +

    +
    +
  68. + +
  69. + + +

    + Why Vue Is So Awesome 😍 + +

    +
    +
  70. + +
  71. + + +

    + Nicer imports with webpack aliases + +

    +
    +
  72. + +
  73. + + +

    + Reusing Areas In CSS Grid + +

    +
    +
  74. + +
  75. + + +

    + A Snake in CSS + +

    +
    +
  76. + +
  77. + + +

    + The CSS toggle() Function + +

    +
    +
  78. + +
  79. + + +

    + Make your web apps look a little more native + +

    +
    +
  80. + +
  81. + + +

    + People I Learn From + +

    +
    +
  82. + +
  83. + + +

    + Introducing Poppins - An Eye Popping, Light Sublime Text 3 Syntax Theme + +

    +
    +
  84. + +
  85. + + +

    + Meeting Lea & Chris + +

    +
    +
  86. + +
  87. + + +

    + Finding Unique Color Strings In Project + +

    +
    +
  88. + +
  89. + + +

    + Talks That Impress + +

    +
    +
  90. + +
  91. + + +

    + Ready Steady Gulp! + +

    +
    +
  92. + +
  93. + + +

    + First SCSS Experiment - A Blurry World + +

    +
    +
  94. + +
  95. + + +

    + Tree Like Directory Structure In PowerShell + +

    +
    +
  96. + +
  97. + + +

    + The Right HTML Element For Icons + +

    +
    +
  98. + +
  99. + + +

    + Make WAMP Work On Windows 10 + +

    +
    +
  100. + +
  101. + + +

    + Xiaomi Redmi 1S Is A Powerful Product With Bad Design + +

    +
    +
  102. + +
  103. + + +

    + So You Love IN-ternational Brands? + +

    +
    +
  104. + +
  105. + + +

    + Design Story - Independence Day Cover Photo + +

    +
    +
  106. + +
  107. + + +

    + I Have Settle Down To Inconsolata For Code + +

    +
    +
-
- + \ No newline at end of file diff --git a/posts/introducing-poppins/index.html b/posts/introducing-poppins/index.html index 461a31d..06ee441 100644 --- a/posts/introducing-poppins/index.html +++ b/posts/introducing-poppins/index.html @@ -16,11 +16,11 @@ gtag("config", "UA-22054303-1"); - + +/> @@ -36,29 +36,31 @@ - - - + + + + +/> - - +/> + + +/> - - + + + @@ -66,11 +68,11 @@ - Introducing Poppins - An Eye Popping, Light Sublime Text 3 Syntax Theme - Praveen Puglia +Introducing Poppins - An Eye Popping, Light Sublime Text 3 Syntax Theme - Praveen Puglia @@ -94,8 +96,227 @@ - + +
- -
-

Introducing Poppins - An Eye Popping, Light Sublime Text 3 Syntax Theme

- - + \ No newline at end of file diff --git a/posts/make-wamp-work-on-windows-10-technical-preview/index.html b/posts/make-wamp-work-on-windows-10-technical-preview/index.html index 26234a4..ceaab2a 100644 --- a/posts/make-wamp-work-on-windows-10-technical-preview/index.html +++ b/posts/make-wamp-work-on-windows-10-technical-preview/index.html @@ -16,11 +16,11 @@ gtag("config", "UA-22054303-1"); - + +/> @@ -36,29 +36,31 @@ - - - + + + + +/> - - +/> + + +/> - - + + + @@ -66,11 +68,11 @@ - Make WAMP Work On Windows 10 - Praveen Puglia +Make WAMP Work On Windows 10 - Praveen Puglia @@ -94,8 +96,227 @@ - + +
- -
-

Make WAMP Work On Windows 10

- - + \ No newline at end of file diff --git a/posts/make-your-web-apps-little-more-native/index.html b/posts/make-your-web-apps-little-more-native/index.html index a96bb56..d79a65f 100644 --- a/posts/make-your-web-apps-little-more-native/index.html +++ b/posts/make-your-web-apps-little-more-native/index.html @@ -16,11 +16,11 @@ gtag("config", "UA-22054303-1"); - + +/> @@ -36,29 +36,31 @@ - - - + + + + +/> - - +/> + + +/> - - + + + @@ -66,11 +68,11 @@ - Make your web apps look a little more native - Praveen Puglia +Make your web apps look a little more native - Praveen Puglia @@ -94,8 +96,227 @@ - + +
- -
-

Make your web apps look a little more native

- - + \ No newline at end of file diff --git a/posts/managing-mixins-and-utils-in-vue/index.html b/posts/managing-mixins-and-utils-in-vue/index.html index 17178be..d08bb8a 100644 --- a/posts/managing-mixins-and-utils-in-vue/index.html +++ b/posts/managing-mixins-and-utils-in-vue/index.html @@ -16,11 +16,11 @@ gtag("config", "UA-22054303-1"); - + +/> @@ -36,29 +36,31 @@ - - - + + + + +/> - - +/> + + +/> - - + + + @@ -66,11 +68,11 @@ - Managing Mixins & Utilities in VueJS - Praveen Puglia +Managing Mixins & Utilities in VueJS - Praveen Puglia @@ -94,8 +96,227 @@ - + +
- -
-

Managing Mixins & Utilities in VueJS

- - + \ No newline at end of file diff --git a/posts/meeting-lea-and-chris/index.html b/posts/meeting-lea-and-chris/index.html index 4837ddd..4e2389a 100644 --- a/posts/meeting-lea-and-chris/index.html +++ b/posts/meeting-lea-and-chris/index.html @@ -16,11 +16,11 @@ gtag("config", "UA-22054303-1"); - + +/> @@ -36,29 +36,31 @@ - - - + + + + +/> - - +/> + + +/> - - + + + @@ -66,11 +68,11 @@ - Meeting Lea & Chris - Praveen Puglia +Meeting Lea & Chris - Praveen Puglia @@ -94,8 +96,227 @@ - + +
- -
-

Meeting Lea & Chris

- - + \ No newline at end of file diff --git a/posts/my-graphql-schema-types-generation-workflow copy/index.html b/posts/my-graphql-schema-types-generation-workflow copy/index.html index 3f454f9..16116ff 100644 --- a/posts/my-graphql-schema-types-generation-workflow copy/index.html +++ b/posts/my-graphql-schema-types-generation-workflow copy/index.html @@ -16,11 +16,11 @@ gtag("config", "UA-22054303-1"); - + +/> @@ -36,29 +36,31 @@ - - - + + + + +/> - - +/> + + +/> - - + + + @@ -66,11 +68,11 @@ - My GraphQL Schema & Types Generation Workflow - Praveen Puglia +My GraphQL Schema & Types Generation Workflow - Praveen Puglia @@ -94,8 +96,227 @@ - + +
- -
-

My GraphQL Schema & Types Generation Workflow

- - + \ No newline at end of file diff --git a/posts/nicer-imports-with-webpack-aliases/index.html b/posts/nicer-imports-with-webpack-aliases/index.html index ec63555..cc6d7f8 100644 --- a/posts/nicer-imports-with-webpack-aliases/index.html +++ b/posts/nicer-imports-with-webpack-aliases/index.html @@ -16,11 +16,11 @@ gtag("config", "UA-22054303-1"); - + +/> @@ -36,29 +36,31 @@ - - - + + + + +/> - - +/> + + +/> - - + + + @@ -66,11 +68,11 @@ - Nicer imports with webpack aliases - Praveen Puglia +Nicer imports with webpack aliases - Praveen Puglia @@ -94,8 +96,227 @@ - + +
- -
-

Nicer imports with webpack aliases

- - + \ No newline at end of file diff --git a/posts/people-i-learn-from/index.html b/posts/people-i-learn-from/index.html index e13f62b..2c01ef8 100644 --- a/posts/people-i-learn-from/index.html +++ b/posts/people-i-learn-from/index.html @@ -16,11 +16,11 @@ gtag("config", "UA-22054303-1"); - + +/> @@ -36,29 +36,31 @@ - - - + + + + +/> - - +/> + + +/> - - + + + @@ -66,11 +68,11 @@ - People I Learn From - Praveen Puglia +People I Learn From - Praveen Puglia @@ -94,8 +96,227 @@ - + +
- -
-

People I Learn From

- - + \ No newline at end of file diff --git a/posts/ready-steady-gulp/index.html b/posts/ready-steady-gulp/index.html index 0b22882..23e2029 100644 --- a/posts/ready-steady-gulp/index.html +++ b/posts/ready-steady-gulp/index.html @@ -16,11 +16,11 @@ gtag("config", "UA-22054303-1"); - + +/> @@ -36,29 +36,31 @@ - - - + + + + +/> - - +/> + + +/> - - + + + @@ -66,11 +68,11 @@ - Ready Steady Gulp! - Praveen Puglia +Ready Steady Gulp! - Praveen Puglia @@ -94,8 +96,227 @@ - + +
- -
-

Ready Steady Gulp!

- - + \ No newline at end of file diff --git a/posts/reusing-areas-in-css-grid/index.html b/posts/reusing-areas-in-css-grid/index.html index 44189ce..92996f7 100644 --- a/posts/reusing-areas-in-css-grid/index.html +++ b/posts/reusing-areas-in-css-grid/index.html @@ -16,11 +16,11 @@ gtag("config", "UA-22054303-1"); - + +/> @@ -36,29 +36,31 @@ - - - + + + + +/> - - +/> + + +/> - - + + + @@ -66,11 +68,11 @@ - Reusing Areas In CSS Grid - Praveen Puglia +Reusing Areas In CSS Grid - Praveen Puglia @@ -94,8 +96,227 @@ - + +
- -
-

Reusing Areas In CSS Grid

- - + \ No newline at end of file diff --git a/posts/secret-page-dev-info-vite-react/index.html b/posts/secret-page-dev-info-vite-react/index.html index fcdd9b3..3780f87 100644 --- a/posts/secret-page-dev-info-vite-react/index.html +++ b/posts/secret-page-dev-info-vite-react/index.html @@ -16,11 +16,11 @@ gtag("config", "UA-22054303-1"); - + +/> @@ -36,29 +36,31 @@ - - - + + + + +/> - - +/> + + +/> - - + + + @@ -66,13 +68,13 @@ - A secret, deployment version page for developers - Praveen Puglia +Don't struggle figuring out the deployed version and commit hash - Praveen Puglia - + @@ -85,20 +87,239 @@ /> - - - + + + - - + + - + +
- -
-

A secret, deployment version page for developers

- - + \ No newline at end of file diff --git a/posts/so-you-love-in-ternational-brands/index.html b/posts/so-you-love-in-ternational-brands/index.html index b70b9fe..4257479 100644 --- a/posts/so-you-love-in-ternational-brands/index.html +++ b/posts/so-you-love-in-ternational-brands/index.html @@ -16,11 +16,11 @@ gtag("config", "UA-22054303-1"); - + +/> @@ -36,29 +36,31 @@ - - - + + + + +/> - - +/> + + +/> - - + + + @@ -66,11 +68,11 @@ - So You Love IN-ternational Brands? - Praveen Puglia +So You Love IN-ternational Brands? - Praveen Puglia @@ -94,8 +96,227 @@ - + +
- -
-

So You Love IN-ternational Brands?

- - + \ No newline at end of file diff --git a/posts/talks-that-impress/index.html b/posts/talks-that-impress/index.html index 2c2fc2b..410159a 100644 --- a/posts/talks-that-impress/index.html +++ b/posts/talks-that-impress/index.html @@ -16,11 +16,11 @@ gtag("config", "UA-22054303-1"); - + +/> @@ -36,29 +36,31 @@ - - - + + + + +/> - - +/> + + +/> - - + + + @@ -66,11 +68,11 @@ - Talks That Impress - Praveen Puglia +Talks That Impress - Praveen Puglia @@ -94,8 +96,227 @@ - + +
- -
-

Talks That Impress

- - + \ No newline at end of file diff --git a/posts/the-right-html-element-for-icons/index.html b/posts/the-right-html-element-for-icons/index.html index 6630a98..aa807eb 100644 --- a/posts/the-right-html-element-for-icons/index.html +++ b/posts/the-right-html-element-for-icons/index.html @@ -16,11 +16,11 @@ gtag("config", "UA-22054303-1"); - + +/> @@ -36,29 +36,31 @@ - - - + + + + +/> - - +/> + + +/> - - + + + @@ -66,11 +68,11 @@ - The Right HTML Element For Icons - Praveen Puglia +The Right HTML Element For Icons - Praveen Puglia @@ -94,8 +96,227 @@ - + +
- -
-

The Right HTML Element For Icons

- - + \ No newline at end of file diff --git a/posts/tree-style-directory-structure-powershell/index.html b/posts/tree-style-directory-structure-powershell/index.html index d224208..b21d2c5 100644 --- a/posts/tree-style-directory-structure-powershell/index.html +++ b/posts/tree-style-directory-structure-powershell/index.html @@ -16,11 +16,11 @@ gtag("config", "UA-22054303-1"); - + +/> @@ -36,29 +36,31 @@ - - - + + + + +/> - - +/> + + +/> - - + + + @@ -66,11 +68,11 @@ - Tree Like Directory Structure In PowerShell - Praveen Puglia +Tree Like Directory Structure In PowerShell - Praveen Puglia @@ -94,8 +96,227 @@ - + +
- -
-

Tree Like Directory Structure In PowerShell

- - + \ No newline at end of file diff --git a/posts/white-labeling-vue-cli-pwa/index.html b/posts/white-labeling-vue-cli-pwa/index.html index 11aceb3..41ee792 100644 --- a/posts/white-labeling-vue-cli-pwa/index.html +++ b/posts/white-labeling-vue-cli-pwa/index.html @@ -16,11 +16,11 @@ gtag("config", "UA-22054303-1"); - + +/> @@ -36,29 +36,31 @@ - - - + + + + +/> - - +/> + + +/> - - + + + @@ -66,11 +68,11 @@ - White Labeling, Vue CLI & PWA - Praveen Puglia +White Labeling, Vue CLI & PWA - Praveen Puglia @@ -85,17 +87,236 @@ /> - - - + + + - + +
- -
-

White Labeling, Vue CLI & PWA

- - + \ No newline at end of file diff --git a/posts/why-vue-is-so-awesome/index.html b/posts/why-vue-is-so-awesome/index.html index 23c37aa..5c8fcbe 100644 --- a/posts/why-vue-is-so-awesome/index.html +++ b/posts/why-vue-is-so-awesome/index.html @@ -16,11 +16,11 @@ gtag("config", "UA-22054303-1"); - + +/> @@ -36,29 +36,31 @@ - - - + + + + +/> - - +/> + + +/> - - + + + @@ -66,11 +68,11 @@ - Why Vue Is So Awesome 😍 - Praveen Puglia +Why Vue Is So Awesome 😍 - Praveen Puglia @@ -94,8 +96,227 @@ - + +
- -
-

Why Vue Is So Awesome 😍

- - + \ No newline at end of file diff --git a/posts/xiaomi-redmi-1s-is-a-powerful-product-with-bad-design/index.html b/posts/xiaomi-redmi-1s-is-a-powerful-product-with-bad-design/index.html index 3181ef0..5eff04b 100644 --- a/posts/xiaomi-redmi-1s-is-a-powerful-product-with-bad-design/index.html +++ b/posts/xiaomi-redmi-1s-is-a-powerful-product-with-bad-design/index.html @@ -16,11 +16,11 @@ gtag("config", "UA-22054303-1"); - + +/> @@ -36,29 +36,31 @@ - - - + + + + +/> - - +/> + + +/> - - + + + @@ -66,11 +68,11 @@ - Xiaomi Redmi 1S Is A Powerful Product With Bad Design - Praveen Puglia +Xiaomi Redmi 1S Is A Powerful Product With Bad Design - Praveen Puglia @@ -94,8 +96,227 @@ - + +
- -
-

Xiaomi Redmi 1S Is A Powerful Product With Bad Design

- - + \ No newline at end of file