Skip to content
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

Feat: added contact page UI #72

Merged
merged 19 commits into from
Jan 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
c7dd5bd
Build(deps): bump ncipollo/release-action from 1.11.2 to 1.12.0
dependabot[bot] Dec 26, 2022
a1db534
Merge pull request #64 from CodeCrowCorp/dependabot/github_actions/nc…
mergify[bot] Dec 26, 2022
52a4a1f
Merge pull request #65 from CodeCrowCorp/dev
gagansuie Dec 26, 2022
2932225
Merge pull request #66 from CodeCrowCorp/dev
gagansuie Dec 26, 2022
305144f
Update README.md
gagansuie Dec 27, 2022
6fd3a33
Build(deps-dev): bump tailwind-scrollbar from 2.0.1 to 2.1.0
dependabot[bot] Dec 28, 2022
7ef9fcf
Merge pull request #67 from CodeCrowCorp/dependabot/npm_and_yarn/tail…
mergify[bot] Dec 28, 2022
9847610
Merge pull request #68 from CodeCrowCorp/dev
gagansuie Dec 31, 2022
ab4a5e9
Build(deps): bump daisyui from 2.46.0 to 2.46.1
dependabot[bot] Jan 2, 2023
e81c387
Build(deps-dev): bump eslint from 8.30.0 to 8.31.0
dependabot[bot] Jan 2, 2023
c114b86
Merge pull request #69 from CodeCrowCorp/dependabot/npm_and_yarn/dais…
mergify[bot] Jan 2, 2023
b844b32
Merge pull request #70 from CodeCrowCorp/dependabot/npm_and_yarn/esli…
mergify[bot] Jan 2, 2023
98db49b
Merge branch 'main' of https://github.com/CodeCrowCorp/mage-website i…
gagansuie Jan 2, 2023
10c1d9b
Merge pull request #71 from CodeCrowCorp/dev
gagansuie Jan 2, 2023
2424b59
Merge branch 'main' of https://github.com/CodeCrowCorp/mage-website i…
gagansuie Jan 2, 2023
60a6a27
Feat: finished settings page UI
gagansuie Jan 2, 2023
6f648ba
Feat: added Help and Legal dropdown
gagansuie Jan 2, 2023
cd9cb41
Feat: updated home drawer UI
gagansuie Jan 3, 2023
e08815f
Feat: added contact page UI
gagansuie Jan 3, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
uses: martinbeentjes/npm-get-version-action@main

- name: Create a tag and release
uses: ncipollo/release-action@v1.11.2
uses: ncipollo/release-action@v1.12.0
with:
tag: ${{ steps.package-version.outputs.current-version }}
name: v${{ steps.package-version.outputs.current-version }}
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
<br>

<h3 align="center">
Svelte port of cro-website
Mage Website
</h3>

<br>

<p align="center">
<a href="https://github.com/CodeCrowCorp/cro-website-sv"><img src="https://img.shields.io/github/v/release/CodeCrowCorp/cro-website-sv?color=%23ff00a0&include_prereleases&label=version&sort=semver"></a>
<a href="https://github.com/CodeCrowCorp/mage-website"><img src="https://img.shields.io/github/v/release/CodeCrowCorp/mage-website?color=%23ff00a0&include_prereleases&label=version&sort=semver"></a>
&nbsp;
<a href="https://github.com/CodeCrowCorp/cro-website-sv"><img src="https://img.shields.io/badge/built_with-svelte-FF3E00.svg"></a>
<a href="https://github.com/CodeCrowCorp/mage-website"><img src="https://img.shields.io/badge/built_with-svelte-FF3E00.svg"></a>
&nbsp;
<a href="https://github.com/CodeCrowCorp/cro-website-sv/actions"><img src="https://github.com/CodeCrowCorp/cro-website-sv/actions/workflows/ci-prod.yml/badge.svg"></a>
<a href="https://github.com/CodeCrowCorp/mage-website/actions"><img src="https://github.com/CodeCrowCorp/cro-website-sv/actions/workflows/ci-prod.yml/badge.svg"></a>
&nbsp;
<a href="https://codecov.io/gh/CodeCrowCorp/cro-website-sv/"><img src="https://codecov.io/gh/CodeCrowCorp/cro-website-sv/branch/main/graph/badge.svg"></a>
<a href="https://codecov.io/gh/CodeCrowCorp/mage-website/"><img src="https://codecov.io/gh/CodeCrowCorp/mage-website/branch/main/graph/badge.svg"></a>
&nbsp;
<a href="https://dependabot.com/"><img src="https://img.shields.io/badge/dependabot-enabled-025e8c?logo=Dependabot"></a>
&nbsp;
</p>

<p align="center">
<a href="https://github.com/CodeCrowCorp/cro-website-sv/blob/main/LICENSE.md"><img src="https://img.shields.io/badge/license-GPL3.0-00bfff.svg"></a>
<a href="https://github.com/CodeCrowCorp/mage-website/blob/main/LICENSE.md"><img src="https://img.shields.io/badge/license-GPL3.0-00bfff.svg"></a>
&nbsp;
<a href="https://discord.gg/codecrow"><img src="https://img.shields.io/discord/766681806463303680?label=discord&color=5a66f6"></a>
&nbsp;
Expand Down
Loading