Skip to content

Commit 9111511

Browse files
committed
styling
1 parent 1424194 commit 9111511

2 files changed

Lines changed: 8 additions & 21 deletions

File tree

src/app.html

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
66
<title>CloakMind - For the builders. By the builders.</title>
7-
<meta
8-
name="description"
9-
content="A tiny non-corporate run by Shivang and Mitul. We build for the love of building. Drop us an email if we can build together, or talk about tech or life as builders."
10-
/>
117
<link rel="canonical" href="https://cloakmind.github.io" />
128
<link rel="icon" type="image/png" href="%sveltekit.assets%/favicon.png" />
139
<meta property="og:locale" content="en_US" />
@@ -19,10 +15,6 @@
1915
content="CloakMind - For the builders. By the builders."
2016
/>
2117
<meta name="site_name" property="og:site_name" content="CloakMind" />
22-
<meta
23-
property="og:description"
24-
content="A tiny non-corporate run by Shivang and Mitul. We build for the love of building. Drop us an email if we can build together, or talk about tech or life as builders."
25-
/>
2618
<meta
2719
name="image"
2820
property="og:image"
@@ -46,11 +38,6 @@
4638
property="twitter:title"
4739
content="CloakMind - For the builders. By the builders."
4840
/>
49-
<meta
50-
name="twitter:description"
51-
property="twitter:description"
52-
content="A tiny non-corporate run by Shivang and Mitul. We build for the love of building. Drop us an email if we can build together, or talk about tech or life as builders."
53-
/>
5441
<meta name="twitter:url" property="twitter:url" content="https://cloakmind.github.io" />
5542
<meta name="twitter:domain" property="twitter:domain" content="https://cloakmind.github.io" />
5643
<meta name="twitter:creator" property="twitter:creator" content="@agentpawss" />

src/routes/+page.svelte

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@
3131

3232
<Card>
3333
<img src="pawss.png" alt="Pawss logo" class="m-4 h-24" />
34-
<span class="max-w-sm">
34+
<span class="max-w-xs">
3535
Meet
3636
<!-- <span class="font-bold text-transparent bg-gradient-to-r from-[#FCD400] to-[#C59A34] bg-clip-text"> -->
37-
<span class="font-bold"> Pawss </span>, the computer agent that sees
38-
<br /> what you see and works where you work.
37+
<span class="font-bold"> Pawss </span>, the computer agent that sees what you see and works
38+
where you work.
3939
</span>
4040
<a
4141
href="https://pawss.party"
@@ -57,8 +57,8 @@
5757
<Card>
5858
<img src="aetheriumai.png" alt="DeepSeekret logo" class="m-4 h-24" />
5959
<span class="font-bold">AetheriumAI</span>
60-
<span class="mt-2 max-w-sm rounded-full text-sm">
61-
There's more to your PDFs than <br /> meets the eye. Let AI show you.
60+
<span class="mt-2 max-w-xs rounded-full text-sm">
61+
There's more to your PDFs than meets the eye. Let AI show you.
6262
</span>
6363
<a
6464
href="http://aetheriumai.vercel.app/?ref=cloakmind"
@@ -70,10 +70,10 @@
7070
</Card>
7171

7272
<Card>
73-
<span class="max-w-md text-sm">
73+
<span class="max-w-xs text-sm">
7474
We build for the love of building. Drop us an
75-
<a href="mailto:cloakmind@gmail.com" class="link">email</a> if we <br /> can build together, or
76-
talk about tech or life as builders.
75+
<a href="mailto:cloakmind@gmail.com" class="link">email</a> if we can build together, or talk about
76+
tech or life as builders.
7777
</span>
7878
</Card>
7979
</div>

0 commit comments

Comments
 (0)