Skip to content

Commit bc78d84

Browse files
Fix prettier formatting on Logo.astro and index.astro
1 parent 97d14d4 commit bc78d84

2 files changed

Lines changed: 26 additions & 16 deletions

File tree

src/components/Logo.astro

Lines changed: 24 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,31 @@ import { SITE } from 'astrowind:config';
66
class="self-center ml-2 rtl:ml-0 rtl:mr-2 text-2xl md:text-xl font-bold whitespace-nowrap flex items-center gap-2"
77
>
88
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" class="w-9 h-9 rounded-lg" aria-hidden="true">
9-
<rect width="64" height="64" rx="14" fill="#0C4A6E"/>
9+
<rect width="64" height="64" rx="14" fill="#0C4A6E"></rect>
1010
<g transform="translate(32, 32)">
11-
<rect x="-20" y="-14" width="22" height="28" rx="4" fill="white" opacity="0.97"/>
12-
<rect x="-1" y="-14" width="22" height="28" rx="14" fill="white" opacity="0.88"/>
13-
<rect x="-1" y="-14" width="4" height="28" fill="white"/>
14-
<rect x="-16" y="-9" width="14" height="4" rx="1.5" fill="none" stroke="#0C4A6E" stroke-width="1"/>
15-
<rect x="-16" y="-2" width="14" height="4" rx="1.5" fill="none" stroke="#0C4A6E" stroke-width="1"/>
16-
<rect x="-16" y="5" width="14" height="4" rx="1.5" fill="none" stroke="#0C4A6E" stroke-width="1"/>
17-
<circle cx="-4.5" cy="-7" r="1.2" fill="#0EA5E9"/>
18-
<circle cx="-4.5" cy="0" r="1.2" fill="#0EA5E9"/>
19-
<circle cx="-4.5" cy="7" r="1.2" fill="#0EA5E9"/>
20-
<path d="M5,4 C4,-2 7,-7 12,-7 C15,-7 17,-5 18,-2 C20,-2 21,0 21,3 C21,5 19,7 17,7 L7,7 C5,7 4,6 4,4"
21-
fill="none" stroke="#0C4A6E" stroke-width="0.9" stroke-linecap="round"/>
22-
<path d="M10,0 L12,-3 L14,0" fill="none" stroke="#0EA5E9" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/>
23-
<line x1="12" y1="-2" x2="12" y2="5" stroke="#0EA5E9" stroke-width="1" stroke-linecap="round"/>
11+
<rect x="-20" y="-14" width="22" height="28" rx="4" fill="white" opacity="0.97"></rect>
12+
<rect x="-1" y="-14" width="22" height="28" rx="14" fill="white" opacity="0.88"></rect>
13+
<rect x="-1" y="-14" width="4" height="28" fill="white"></rect>
14+
<rect x="-16" y="-9" width="14" height="4" rx="1.5" fill="none" stroke="#0C4A6E" stroke-width="1"></rect>
15+
<rect x="-16" y="-2" width="14" height="4" rx="1.5" fill="none" stroke="#0C4A6E" stroke-width="1"></rect>
16+
<rect x="-16" y="5" width="14" height="4" rx="1.5" fill="none" stroke="#0C4A6E" stroke-width="1"></rect>
17+
<circle cx="-4.5" cy="-7" r="1.2" fill="#0EA5E9"></circle>
18+
<circle cx="-4.5" cy="0" r="1.2" fill="#0EA5E9"></circle>
19+
<circle cx="-4.5" cy="7" r="1.2" fill="#0EA5E9"></circle>
20+
<path
21+
d="M5,4 C4,-2 7,-7 12,-7 C15,-7 17,-5 18,-2 C20,-2 21,0 21,3 C21,5 19,7 17,7 L7,7 C5,7 4,6 4,4"
22+
fill="none"
23+
stroke="#0C4A6E"
24+
stroke-width="0.9"
25+
stroke-linecap="round"></path>
26+
<path
27+
d="M10,0 L12,-3 L14,0"
28+
fill="none"
29+
stroke="#0EA5E9"
30+
stroke-width="1"
31+
stroke-linecap="round"
32+
stroke-linejoin="round"></path>
33+
<line x1="12" y1="-2" x2="12" y2="5" stroke="#0EA5E9" stroke-width="1" stroke-linecap="round"></line>
2434
</g>
2535
</svg>
2636
<span class="text-gray-900 dark:text-white">{SITE?.name}</span>

src/pages/index.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,13 +198,13 @@ const metadata = {
198198
},
199199
{
200200
testimonial:
201-
'The certifications speak for themselves, but it\'s the hands-on experience that sets Hybrid Cloud Solutions apart. Our Azure Arc deployment was production-ready in half the time we expected.',
201+
"The certifications speak for themselves, but it's the hands-on experience that sets Hybrid Cloud Solutions apart. Our Azure Arc deployment was production-ready in half the time we expected.",
202202
name: 'Cloud Operations Manager',
203203
job: 'Manufacturing Company',
204204
},
205205
{
206206
testimonial:
207-
'From architecture review to implementation, the engagement was thorough and professional. Our hybrid environment is more secure and easier to manage than it\'s ever been.',
207+
"From architecture review to implementation, the engagement was thorough and professional. Our hybrid environment is more secure and easier to manage than it's ever been.",
208208
name: 'CISO',
209209
job: 'State Government Agency',
210210
},

0 commit comments

Comments
 (0)