-
Notifications
You must be signed in to change notification settings - Fork 501
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'v2' of github.com:syntaxfm/website into v2
- Loading branch information
Showing
3 changed files
with
32 additions
and
0 deletions.
There are no files selected for viewing
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,29 @@ | ||
<script lang="ts"> | ||
import underConstruction from '$assets/under-construction.gif'; | ||
</script> | ||
|
||
<div> | ||
<img src={underConstruction} alt="Cute lil digger on a under construction sign" /> | ||
<p> | ||
New site, mind the dust! Please <a href="https://github.com/syntaxfm/website/issues" | ||
>log any issues or suggestions</a | ||
> | ||
</p> | ||
</div> | ||
|
||
<style lang="postcss"> | ||
div { | ||
color: var(--white); | ||
display: flex; | ||
gap: 20px; | ||
align-items: center; | ||
justify-content: center; | ||
} | ||
img { | ||
height: 30px; | ||
filter: sepia(99%) saturate(1726%) hue-rotate(323deg); | ||
} | ||
p { | ||
font-size: var(--font-size-sm); | ||
} | ||
</style> |
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
b9c4e0a
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.
Successfully deployed to the following URLs:
syntax-website-v2 – ./
syntax-website-v2-syntax.vercel.app
syntax-website-v2-git-v2-syntax.vercel.app
beta.syntax.fm