Skip to content

Commit

Permalink
Merge pull request #102 from babaohuang/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
babaohuang authored Dec 25, 2023
2 parents 10fe0fc + f4c032b commit ee5f42f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
10 changes: 4 additions & 6 deletions src/components/Footer.astro
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<footer>
<div class="max-w-[80vw] mx-auto flex flex-col items-center justify-center mb-[1em]">
<!-- First row for Blog, Source Code, and Partner Links -->
<div class="flex flex-wrap justify-center items-center text-xs op-30 my-2">
<a b-slate-link href="https://github.com/babaohuang/GeminiProChat" target="_blank">Source Code</a>

Expand All @@ -26,7 +25,10 @@
)}
</div>

<!-- Second row for Privacy Policy and Terms of Service -->
<p class="text-xs op-30 text-center mt-4">
© 2023 <a href="https://geminiprochat.com" target="_blank" class="font-bold">Gemini Pro Chat</a>. All rights reserved.
</p>

<div class="flex flex-wrap justify-center items-center text-xs op-30 my-2">
{import.meta.env.PRIVACY_POLICY_LINK && (
<a href={import.meta.env.PRIVACY_POLICY_LINK} target="_blank">Privacy Policy</a>
Expand All @@ -39,9 +41,5 @@
)}
</div>

<!-- Copyright information -->
<p class="text-xs op-30 text-center mt-4">
© 2023 <a href="https://geminiprochat.com" target="_blank" class="font-bold">Gemini Pro Chat</a>. All rights reserved.
</p>
</div>
</footer>
9 changes: 6 additions & 3 deletions src/components/Header.astro
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,11 @@ import Themetoggle from './Themetoggle.astro'
<Themetoggle />
</div>
<div class="fi mt-2">
<span class="gpt-title">Gemini Pro</span>
<span class="gpt-subtitle">Chat</span>
<a href="https://geminiprochat.com" class="gpt-title">Gemini Pro</a>
<a href="https://geminiprochat.com" class="gpt-subtitle">Chat</a>
</div>
<p mt-1 op-60>Based on Gemini Pro API.</p>
<p mt-1 op-60>
Based on Gemini Pro API.
<a href="https://blog.geminiprochat.com/posts/what-is-gemini">What is Gemini?</a>
</p>
</header>

1 comment on commit ee5f42f

@vercel
Copy link

@vercel vercel bot commented on ee5f42f Dec 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.