-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Web 3 contact #1
Merged
Merged
Changes from 8 commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
9cf164e
feat: contact page
ThanaphomH 5d38e0a
feat: add animation in contact page
ThanaphomH 64b2395
refactor: pnpm format
ThanaphomH bb94abc
style: contact header
ThanaphomH 7354cea
refactor: pnpm format
ThanaphomH 439e2ff
fix: try to add experimental assets: true
ThanaphomH deecb69
fix: remove experimental
ThanaphomH b781f9b
chore: add sharp
ThanaphomH ecbceda
refactor: remove screens in tailwind config
ThanaphomH File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
--- | ||
import Layout from "../../layouts/Layout.astro"; | ||
import { Image } from "astro:assets"; | ||
import isdlogo from "../../assets/isd-logo.png"; | ||
--- | ||
|
||
<Layout title="Contact"> | ||
<main | ||
class="min-h-screen w-full items-center justify-center bg-[#0F0F0F] px-[8%] py-7 lg:px-[3%] lg:py-12" | ||
> | ||
<p class="animate-sliding-left text-2xl font-bold text-white lg:text-4xl"> | ||
Contact | ||
</p> | ||
<div class="mt-7 grid place-items-stretch lg:mt-16 lg:grid-cols-2"> | ||
<div class="flex justify-center lg:justify-start"> | ||
<Image | ||
class="w-[55%] animate-sliding-right rounded-full lg:w-[80%] lg:animate-sliding-left" | ||
src={isdlogo} | ||
alt="isd-logo" | ||
/> | ||
</div> | ||
|
||
<div | ||
class="flex animate-sliding-right flex-col space-y-48 pt-20 text-right lg:h-full lg:justify-between lg:space-y-0 lg:py-10" | ||
> | ||
<div | ||
class="space-y-4 text-xl font-light text-white lg:space-y-12 lg:text-4xl" | ||
> | ||
<p>[email protected]</p> | ||
<p>Instagram</p> | ||
</div> | ||
<div | ||
class="text-6xl font-bold tracking-[.64rem] text-white lg:text-8xl" | ||
> | ||
Get In<br />Touch | ||
</div> | ||
</div> | ||
</div> | ||
</main> | ||
</Layout> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tailwind already have this and we should not override unless we have our design system