Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Thanks for your interest in HSCStack! This project is built by and for HSC stude

HSCStack's codebase is **not open for general, unsolicited pull requests**. To contribute code, you first need to be onboarded as a core developer:

1. Apply at [hscstack.mvp.bd/join](https://hscstack.mvp.bd/join)
1. Apply at [hscstack.site/join](https://hscstack.site/join)
2. Once your application is reviewed and accepted, you'll be onboarded to the codebase.
3. After that, you're free to open issues, pick up tasks, and submit PRs following the workflow below.

Expand Down Expand Up @@ -119,7 +119,7 @@ hscstack/

If you want to contribute academic resources (notes, PDFs, questions, etc.) rather than code, you don't need to touch this repository at all. Instead:

1. Become a member at [hscstack.mvp.bd/join](https://hscstack.mvp.bd/join)
1. Become a member at [hscstack.site/join](https://hscstack.site/join)
2. Log in to the platform and upload your resource under the relevant subject and chapter.
3. Your submission goes live after a quick admin review.

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[website]: https://hscstack.mvp.bd
[join]: https://hscstack.mvp.bd/join
[website]: https://hscstack.site
[join]: https://hscstack.site/join

# HSCStack 📚

Expand Down Expand Up @@ -53,7 +53,7 @@ Browsing is open to everyone. But to **contribute**, you need to be an HSCStack

Only HSCStack members can upload resources. To become a member:

1. Join at 👉 **[hscstack.mvp.bd/join][join]**
1. Join at 👉 **[hscstack.site/join][join]**
2. Once accepted, log in and go to the relevant subject and chapter.
3. Upload your resource — add a title, type, and short description.
4. Your contribution goes live after a quick admin review.
Expand Down Expand Up @@ -85,7 +85,7 @@ Additional documentation for developers:

HSCStack is not open for general pull requests. To contribute code, you must be a **core developer** on the team.

To apply, join via 👉 **[hscstack.mvp.bd/join][join]** — once your application is reviewed and accepted, we'll onboard you to the codebase.
To apply, join via 👉 **[hscstack.site/join][join]** — once your application is reviewed and accepted, we'll onboard you to the codebase.

Once you're a core developer:

Expand Down
2 changes: 1 addition & 1 deletion resources/js/components/NavBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -183,4 +183,4 @@ onBeforeUnmount(() => {
</div>
</div>
</nav>
</template>
</template>
4 changes: 2 additions & 2 deletions resources/views/app.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
<link rel="apple-touch-icon" href="/favicon.png">
<meta property="og:title" content="HSCStack - Open source repository">
<meta property="og:description" content="A curated resource platform for HSC & SSC students of Bangladesh — built by members, for everyone.">
<meta property="og:image" content="https://hscstack.tajimz.xyz/feature.png">
<meta property="og:url" content="https://hscstack.tajimz.xyz">
<meta property="og:image" content="{{ url('/feature.png') }}">
<meta property="og:url" content="{{ url('/') }}">
<meta property="og:type" content="website">
<meta property="og:site_name" content="HSCStack">
@fonts
Expand Down