|
| 1 | +import Meta from '@/components/Meta'; |
| 2 | +import Image from 'next/image'; |
| 3 | +import Link from 'next/link'; |
| 4 | +import metaphorSquare from '../../public/images/metaphor-square.webp'; |
| 5 | + |
| 6 | +function TheCultureAndVibe() { |
| 7 | + return ( |
| 8 | + <> |
| 9 | + <Meta title="The Culture And Vibe" /> |
| 10 | + <div className="min-h-[calc(100vh-100px)]"> |
| 11 | + <header className="px-16 py-16 bg-zinc-50 dark:bg-zinc-900 flex justify-center relative"> |
| 12 | + <h1 className="text-4xl font-bold text-zinc-900 dark:text-zinc-50"> |
| 13 | + The Culture And Vibe |
| 14 | + </h1> |
| 15 | + <Image |
| 16 | + src={metaphorSquare} |
| 17 | + alt="Metaphor Square" |
| 18 | + placeholder="blur" |
| 19 | + width={55} |
| 20 | + height={31} |
| 21 | + className="absolute bottom-[-20px]" |
| 22 | + /> |
| 23 | + </header> |
| 24 | + <article className="w-9/12 py-10 px-5 mx-auto"> |
| 25 | + <p className="font-light text-2xl mb-3"> |
| 26 | + Hey there, fellow Metaphor creators! We're stoked that you want |
| 27 | + to join our team of Punks, Freestylers, and Software Freestyle |
| 28 | + Engineers. Let's rock this joint with some awesome |
| 29 | + contributions! |
| 30 | + </p> |
| 31 | + <h2 className="font-bold text-3xl mb-3">How to join the fun</h2> |
| 32 | + <ol className="list-decimal list-inside mb-3"> |
| 33 | + <li className="font-light text-2xl"> |
| 34 | + — First off, fork the repository to your own account, champ. |
| 35 | + </li> |
| 36 | + <li className="font-light text-2xl"> |
| 37 | + — Clone that repo to your local machine like a boss. |
| 38 | + </li> |
| 39 | + <li className="font-light text-2xl"> |
| 40 | + — Now create a new branch, name it something cool. |
| 41 | + </li> |
| 42 | + <li className="font-light text-2xl"> |
| 43 | + — Start making those changes and commit them to your branch |
| 44 | + like a pro ( |
| 45 | + <Link |
| 46 | + href="https://github.com/darkterminal/metaphore/blob/main/CONVENTIONAL_COMMIT.md" |
| 47 | + target="_blank" |
| 48 | + className="link-neutral" |
| 49 | + > |
| 50 | + with this mantra |
| 51 | + </Link> |
| 52 | + ). |
| 53 | + </li> |
| 54 | + <li className="font-light text-2xl"> |
| 55 | + — Push your branch to your forked repository and let the |
| 56 | + magic happen. |
| 57 | + </li> |
| 58 | + <li className="font-light text-2xl"> |
| 59 | + — Create a pull request from your branch to the main |
| 60 | + repository. |
| 61 | + </li> |
| 62 | + <li className="font-light text-2xl"> |
| 63 | + — Sit tight and wait for our team to give you the thumbs up |
| 64 | + or give you some sweet feedback. |
| 65 | + </li> |
| 66 | + <li className="font-light text-2xl"> |
| 67 | + — Once you get the green light, your changes will be merged |
| 68 | + into the main repository. Congratulations, you're a Metaphor |
| 69 | + master now! |
| 70 | + </li> |
| 71 | + </ol> |
| 72 | + <h2 className="font-bold text-3xl mb-3">How you can contribute</h2> |
| 73 | + <p className="font-light text-2xl mb-3"> |
| 74 | + Don't matter if you're an expert or just starting out, we |
| 75 | + welcome all kinds of contributions. Here are some ideas to get you |
| 76 | + started: |
| 77 | + </p> |
| 78 | + <ul className="list-square mb-3"> |
| 79 | + <li className="font-light text-2xl"> |
| 80 | + — Create some fresh code snippets or metaphors that will |
| 81 | + blow our minds! |
| 82 | + </li> |
| 83 | + <li className="font-light text-2xl"> |
| 84 | + — Jazz up existing code snippets or metaphors with your own |
| 85 | + unique flair. |
| 86 | + </li> |
| 87 | + <li className="font-light text-2xl"> |
| 88 | + — Join our community forums and discussions, and get |
| 89 | + involved in the fun. |
| 90 | + </li> |
| 91 | + <li className="font-light text-2xl"> |
| 92 | + — Help us make our documentation and resources even better. |
| 93 | + </li> |
| 94 | + <li className="font-light text-2xl"> |
| 95 | + — Share your skills and expertise with our community and |
| 96 | + show us what you've got! |
| 97 | + </li> |
| 98 | + </ul> |
| 99 | + <h2 className="font-bold text-3xl mb-3"> |
| 100 | + Guidelines for contributions |
| 101 | + </h2> |
| 102 | + <p className="font-light text-2xl mb-3"> |
| 103 | + To keep our community cool and funky, please stick to these |
| 104 | + guidelines when you're making contributions: |
| 105 | + </p> |
| 106 | + <ul className="list-square mb-3"> |
| 107 | + <li className="font-light text-2xl"> |
| 108 | + — Respect your fellow Metaphor creators and be kind to each |
| 109 | + other. |
| 110 | + </li> |
| 111 | + <li className="font-light text-2xl"> |
| 112 | + — Follow our code of conduct at all times, we don't want |
| 113 | + no trouble here. |
| 114 | + </li> |
| 115 | + <li className="font-light text-2xl"> |
| 116 | + — Only submit your original creations, don't steal other |
| 117 | + people's stuff. |
| 118 | + </li> |
| 119 | + <li className="font-light text-2xl"> |
| 120 | + — Make sure your contributions fit in with our community |
| 121 | + values of creativity, diversity, and innovation. |
| 122 | + </li> |
| 123 | + <li className="font-light text-2xl"> |
| 124 | + — Stay focused and relevant to our mission of using code to |
| 125 | + make the world a better place. |
| 126 | + </li> |
| 127 | + </ul> |
| 128 | + <p className="font-light text-2xl mb-3"> |
| 129 | + Thanks for your interest in contributing to Metaphore (SCP)! We |
| 130 | + can't wait to see your sick skills and mind-blowing |
| 131 | + contributions. Let's do this! |
| 132 | + </p> |
| 133 | + </article> |
| 134 | + </div> |
| 135 | + </> |
| 136 | + ); |
| 137 | +} |
| 138 | + |
| 139 | +export default TheCultureAndVibe; |
0 commit comments