Skip to content

Commit aafc059

Browse files
Merge pull request #141 from theopenlane/feat-social-and-font-size
remove insta, reorder social, increase legal font size
2 parents b7d99d1 + 723f08c commit aafc059

File tree

8 files changed

+302
-316
lines changed

8 files changed

+302
-316
lines changed

src/components/Footer.astro

Lines changed: 9 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -72,46 +72,33 @@ import OpenlaneStatus from "./OpenlaneStatus";
7272
<a
7373
class="flex items-center gap-2 group"
7474
target="_blank"
75-
href="https://www.instagram.com/openlanesaas/"
75+
href="https://www.linkedin.com/company/theopenlane/"
7676
>
77-
<Instagram
77+
<Linkedin
7878
size={19}
7979
class="text-color group-hover:text-brand-300 transition-all duration-300"
8080
/>
81-
Instagram
81+
LinkedIn
8282
</a>
8383
</li>
8484
<li>
8585
<a
8686
class="flex items-center gap-2"
8787
target="_blank"
88-
href="https://discord.gg/4fq2sxDk7D"
89-
>
90-
<DiscordIcon />
91-
Discord
92-
</a>
93-
</li>
94-
<li>
95-
<a
96-
class="flex items-center gap-2 group"
97-
target="_blank"
98-
href="https://www.linkedin.com/company/theopenlane/"
88+
href="https://github.com/theopenlane"
9989
>
100-
<Linkedin
101-
size={19}
102-
class="text-color group-hover:text-brand-300 transition-all duration-300"
103-
/>
104-
LinkedIn
90+
<GithubIcon />
91+
GitHub
10592
</a>
10693
</li>
10794
<li>
10895
<a
10996
class="flex items-center gap-2"
11097
target="_blank"
111-
href="https://github.com/theopenlane"
98+
href="https://discord.gg/4fq2sxDk7D"
11299
>
113-
<GithubIcon />
114-
GitHub
100+
<DiscordIcon />
101+
Discord
115102
</a>
116103
</li>
117104
</ul>

src/layouts/contact/MainSection.astro

Lines changed: 10 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -90,29 +90,6 @@ import ContactForm from "./ContactForm.astro";
9090
</p>
9191

9292
<ul class="flex flex-col gap-2 text-sm">
93-
<li>
94-
<a
95-
class="flex items-center gap-2 mb-2 group"
96-
target="_blank"
97-
href="https://www.instagram.com/openlanesaas/"
98-
>
99-
<Instagram
100-
size={19}
101-
class="text-color group-hover:text-brand-300 transition-all duration-300"
102-
/>
103-
Instagram
104-
</a>
105-
</li>
106-
<li>
107-
<a
108-
class="flex items-center gap-2 mb-2"
109-
target="_blank"
110-
href="https://discord.gg/4fq2sxDk7D"
111-
>
112-
<DiscordIcon />
113-
Discord
114-
</a>
115-
</li>
11693
<li>
11794
<a
11895
class="flex items-center gap-2 mb-2 group"
@@ -136,6 +113,16 @@ import ContactForm from "./ContactForm.astro";
136113
GitHub
137114
</a>
138115
</li>
116+
<li>
117+
<a
118+
class="flex items-center gap-2 mb-2"
119+
target="_blank"
120+
href="https://discord.gg/4fq2sxDk7D"
121+
>
122+
<DiscordIcon />
123+
Discord
124+
</a>
125+
</li>
139126
</ul>
140127
</div>
141128
</div>

src/layouts/legal/CookiePolicy.astro

Lines changed: 22 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const { lastUpdated } = Astro.props;
2727
</p>
2828
{
2929
lastUpdated && (
30-
<p class="text-sm text-gray-500 dark:text-gray-400">
30+
<p class="text-normal text-gray-500 dark:text-gray-400">
3131
Last updated: {lastUpdated}
3232
</p>
3333
)
@@ -42,26 +42,26 @@ const { lastUpdated } = Astro.props;
4242
<section id="what-is-cookie" class="scroll-mt-4">
4343
<h4>What is a Cookie</h4>
4444
<div class="space-y-2">
45-
<p class="text-sm">
45+
<p class="text-normal">
4646
Cookies are files with a small amount of data which may include an
4747
anonymous unique identifier. They are sent to your browser from a
4848
website and stored on your device. These small text files serve as a
4949
memory for websites, allowing them to:
5050
</p>
51-
<ul class="text-sm list-disc pl-6 space-y-1">
51+
<ul class="text-normal list-disc pl-6 space-y-1">
5252
<li>Remember your login status and preferences</li>
5353
<li>Understand how you interact with the website</li>
5454
<li>
5555
Help provide you with a more personalized browsing experience
5656
</li>
5757
</ul>
58-
<p class="text-sm">
58+
<p class="text-normal">
5959
When you visit a website, it may create a cookie and send it to your
6060
browser. Your browser then stores this cookie and sends it back to
6161
the website on subsequent visits. This process enables the website
6262
to recognize your device and remember your preferences over time.
6363
</p>
64-
<p class="text-sm">
64+
<p class="text-normal">
6565
Cookies are typically set to expire after a specific period, which
6666
can range from a few minutes to several years. They can only be read
6767
by the website that created them or, in some cases, by third-party
@@ -72,7 +72,7 @@ const { lastUpdated } = Astro.props;
7272

7373
<section id="how-we-use" class="scroll-mt-4">
7474
<h4>How Openlane Uses Cookies</h4>
75-
<p class="text-sm">
75+
<p class="text-normal">
7676
Openlane uses cookies and similar technologies like local storage to
7777
track activity on our service and hold certain information.
7878
</p>
@@ -81,29 +81,33 @@ const { lastUpdated } = Astro.props;
8181
<section id="cookie-types" class="scroll-mt-4">
8282
<h4>Types of Cookies</h4>
8383
<div class="space-y-2">
84-
<p class="text-sm">
84+
<p class="text-normal">
8585
We distinguish between two different types of cookies:
8686
</p>
87-
<li class="text-sm">
88-
<b>Essential:</b> Cookies that are strictly necessary for basic website
89-
or app functionality.
90-
</li>
91-
<li class="text-sm">
92-
<b>Marketing:</b> Cookies that are used to identify users and collect
93-
information about their behavior.
94-
</li>
95-
<p class="text-sm font-bold">Openlane only uses essential cookies.</p>
87+
<ul>
88+
<li>
89+
<b>Essential:</b> Cookies that are strictly necessary for basic website
90+
or app functionality.
91+
</li>
92+
<li>
93+
<b>Marketing:</b> Cookies that are used to identify users and collect
94+
information about their behavior.
95+
</li>
96+
</ul>
97+
<p class="text-normal font-bold">
98+
Openlane only uses essential cookies.
99+
</p>
96100
</div>
97101
</section>
98102

99103
<section id="third-party" class="scroll-mt-4">
100104
<h4>Third Party Cookies</h4>
101105
<div class="space-y-4">
102-
<p class="text-sm">
106+
<p class="text-normal">
103107
We use third-party payment provided by Stripe to process payments
104108
and prevent fraud.
105109
</p>
106-
<p class="text-sm">
110+
<p class="text-normal">
107111
For more information, see the official{" "}
108112
<a
109113
href="https://stripe.com/cookie-settings"

0 commit comments

Comments
 (0)