diff --git a/.prettierrc b/.prettierrc index 0967ef4..ac0d128 100644 --- a/.prettierrc +++ b/.prettierrc @@ -1 +1,6 @@ -{} +{ + "singleAttributePerLine": false, + "vueIndentScriptAndStyle": true, + "bracketSameLine": true, + "semi": false, +} diff --git a/package.json b/package.json index 66497ca..a0ecd71 100644 --- a/package.json +++ b/package.json @@ -36,6 +36,6 @@ "vite": "^5.0.8" }, "lint-staged": { - "*.{js,css,md}": "prettier --write src/ --no-semi --bracket-same-line --vue-indent-script-and-style" + "*.{js,css,md}": "prettier --write src/" } } diff --git a/src/components/main/Main.vue b/src/components/main/Main.vue index af6fe4b..a8f6f56 100644 --- a/src/components/main/Main.vue +++ b/src/components/main/Main.vue @@ -1,57 +1,56 @@
+ "> This is a square
+ "> This is also a square
+ "> This is a square
+ "> This is also a square
+ id="logoText"> josephhansen.dev
Get a free site speed audit with recommendations for optimizing. My gift
to you.
@@ -61,8 +60,7 @@ const pClass = (brightness) => {
'bg-orange-700': brightness == 3,
'bg-orange-600': brightness == 2,
'bg-orange-500': brightness == 1,
- }"
- >
+ }">
Get a Free Audit
diff --git a/src/components/main/blocks/pricing/servicesCalculator/servicesCalculator.vue b/src/components/main/blocks/pricing/servicesCalculator/servicesCalculator.vue
index 4315cd0..ebb8656 100644
--- a/src/components/main/blocks/pricing/servicesCalculator/servicesCalculator.vue
+++ b/src/components/main/blocks/pricing/servicesCalculator/servicesCalculator.vue
@@ -1,406 +1,406 @@
@@ -408,8 +408,7 @@ const selectedServicesList = computed(() => {
@@ -437,22 +436,19 @@ const selectedServicesList = computed(() => {
'bg-slate-800': brightness == 1,
},
ringClass(brightness))
- "
- >
+ ">
{{ service.title }} {
+ :class="pClass(brightness)">
Website already secure?
How sure are you?
+ :class="iconClass(brightness, selected)">
{{ tab.title }}
+ :class="pClass(props.brightness)">
Services Pricing
{{ block.title }}
+ :class="iconClass(props.brightness)">
+ class="flex w-full items-center justify-between pb-4">
+ :class="iconClass(props.brightness)">
+ :class="iconClass(brightness)" />
+ :class="iconClass(brightness)" />
98% of websites don’t comply with the Web Content Accessibility
Guidelines.
@@ -143,8 +141,7 @@ watch(
'bg-orange-500 text-slate-800': brightness == 1,
}"
class="text-xl font-semibold rounded px-5 py-2 w-full flex align-middle"
- @click="toggleRedGreenColorBlindMode"
- >
+ @click="toggleRedGreenColorBlindMode">
Looking for a beautiful design?
@@ -86,8 +85,7 @@ watch(
+ style="height: 500px; width: auto" />
+ style="height: 500px; width: auto" />
I can secure your website.
WordPress Protection
@@ -118,14 +114,12 @@ const pClass = (brightness) => {
'bg-slate-500': brightness == 3,
'bg-slate-700': brightness == 2,
'bg-slate-800': brightness == 1,
- }"
- >
+ }">
DDoS/Malicious Bots Shielding
@@ -149,14 +143,12 @@ const pClass = (brightness) => {
'bg-slate-500': brightness == 3,
'bg-slate-700': brightness == 2,
'bg-slate-800': brightness == 1,
- }"
- >
+ }">
JavaScript/PHP Vulnerabilities
@@ -182,13 +174,11 @@ const pClass = (brightness) => {
'bg-slate-500': brightness == 3,
'bg-slate-700': brightness == 2,
'bg-slate-800': brightness == 1,
- }"
- >
+ }">
+ :class="iconClass(brightness)">
{{ roundToMillions(attacksTotalSinceStart) }}+
diff --git a/src/components/main/blocks/services/PanelSpeed.vue b/src/components/main/blocks/services/PanelSpeed.vue
index c81627c..9eaae23 100644
--- a/src/components/main/blocks/services/PanelSpeed.vue
+++ b/src/components/main/blocks/services/PanelSpeed.vue
@@ -1,119 +1,118 @@
I can make your website
@@ -193,8 +188,7 @@ watch(