|
23 | 23 |
|
24 | 24 | ## 🎯 About the Project |
25 | 25 |
|
26 | | -NextCommunity is a static site directory built with [Eleventy (11ty)](https://www.11ty.dev/) that celebrates the global developer community. Each developer gets their own profile page showcasing their skills, bio, and social links. |
| 26 | +NextCommunity is a static site directory built with [Eleventy (11ty)](https://www.11ty.dev/), styled with |
| 27 | +[TailwindCSS](https://tailwindcss.com/) and made interactive with JavaScript. NextCommunity celebrates the global |
| 28 | +developer community. Each developer gets their own profile page showcasing their skills, bio, and social links. |
27 | 29 |
|
28 | 30 | ### 🛠️ Tech Stack |
29 | 31 |
|
@@ -153,19 +155,19 @@ git push origin main |
153 | 155 | | `github` | Your GitHub username (without @) | `jbampton` | |
154 | 156 | | `country` | Your country | `Australia` | |
155 | 157 | | `location` | Your city | `Brisbane` | |
156 | | -| `role` | Your professional title | `Frontend Developer` | |
157 | | -| `languages` | Space-separated list of technologies | `JavaScript React Node.js` | |
| 158 | +| `role` | Your professional title | `Scrum Master` | |
| 159 | +| `languages` | Space-separated list of technologies | `JavaScript, Python, Ruby` | |
158 | 160 | | `bio` | Multi-line biography | See template above | |
159 | 161 |
|
160 | 162 | ### Optional Fields |
161 | 163 |
|
162 | 164 | | Field | Description | Example | |
163 | 165 | | ----------- | -------------------------- | ---------------------------------- | |
164 | | -| `website` | Your personal website URL | `https://yoursite.com` | |
165 | 166 | | `email` | Your email address | `you@example.com` | |
166 | 167 | | `instagram` | Full Instagram profile URL | `https://instagram.com/username` | |
167 | | -| `twitter` | Full Twitter/X profile URL | `https://twitter.com/username` | |
168 | 168 | | `linkedin` | Full LinkedIn profile URL | `https://linkedin.com/in/username` | |
| 169 | +| `twitter` | Full Twitter/X profile URL | `https://twitter.com/username` | |
| 170 | +| `website` | Your personal website URL | `https://yoursite.com` | |
169 | 171 |
|
170 | 172 | ### Field Guidelines |
171 | 173 |
|
@@ -227,7 +229,7 @@ Want to contribute to the project code or test your profile locally? Here's how |
227 | 229 |
|
228 | 230 | ```bash |
229 | 231 | # Clone the repository |
230 | | -git clone https://github.com/jbampton/NextCommunity.github.io.git |
| 232 | +git clone https://github.com/NextCommunity/NextCommunity.github.io.git |
231 | 233 | cd NextCommunity.github.io |
232 | 234 |
|
233 | 235 | # Install dependencies |
@@ -407,6 +409,6 @@ This project is licensed under the **GNU General Public License v3.0** - see the |
407 | 409 |
|
408 | 410 | ## 📞 Contact & Support |
409 | 411 |
|
410 | | -- **Report bugs**: [Open an issue](https://github.com/jbampton/NextCommunity.github.io/issues) |
411 | | -- **Ask questions**: [Start a discussion](https://github.com/jbampton/NextCommunity.github.io/discussions) |
| 412 | +- **Report bugs**: [Open an issue](https://github.com/NextCommunity/NextCommunity.github.io/issues) |
| 413 | +- **Ask questions**: [Start a discussion](https://github.com/NextCommunity/NextCommunity.github.io/discussions) |
412 | 414 | - **Maintainer**: [@jbampton](https://github.com/jbampton) |
0 commit comments