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 .github/workflows/distribute-resources-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: Distribute Resources + Deploy CF
on:
workflow_dispatch:
push:
paths:
- 'app/resources/**/*.md'
#paths:
# - 'app/resources/**/*.md'
branches:
- main

Expand Down
8 changes: 4 additions & 4 deletions app/beginner/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const hasAny = (hay: string[], needles: string[]) =>
const isBeginnerDevTag = (tags?: unknown) => {
if (!Array.isArray(tags)) return false
const t = tags.map(toLower)
return t.includes('beginner dev') || t.includes('beignner dev')
return t.includes('beginner') || t.includes('beignner dev')
}

const formatDate = (d?: Date | string) => {
Expand Down Expand Up @@ -184,8 +184,8 @@ export default async function BeginnerPage() {
<div className="rounded-lg overflow-hidden border border-white/10 bg-[#0b0b0b]">
<div className="relative h-40 sm:h-48 md:h-56 lg:h-64">
<Image
src="/No coding background - no problem Start here.svg"
alt="No coding background - no problem. Start here."
src="/beginner.png"
alt="beginner"
fill
className="object-cover"
priority
Expand Down Expand Up @@ -241,7 +241,7 @@ export default async function BeginnerPage() {
Have a great beginner resource? Help the community by contributing to this collection.
</p>
<a
href="https://github.com/Avvrik/Dev-Playbook"
href="https://github.com/neonlabsorg/Developer-Playbook"
target="_blank"
rel="noopener noreferrer"
className="bg-white text-[#8E1CF1] hover:bg-gray-100 font-medium py-3 px-6 rounded-lg transition-all duration-300 shadow-lg transform hover:scale-105 inline-flex items-center"
Expand Down
2 changes: 1 addition & 1 deletion app/beyond-advanced-topics/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ export default async function BeyondPage() {
Have a great advanced resource? Help the community by contributing to this collection.
</p>
<a
href="https://github.com/Avvrik/Dev-Playbook"
href="https://github.com/neonlabsorg/Developer-Playbook"
target="_blank"
rel="noopener noreferrer"
className="bg-white text-[#8E1CF1] hover:bg-gray-100 font-medium py-3 px-6 rounded-lg transition-all duration-300 shadow-lg transform hover:scale-105 inline-flex items-center"
Expand Down
2 changes: 1 addition & 1 deletion app/cross-chain/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ export default async function CrossChainPage() {
Have a great cross-chain resource? Help the community by contributing to this collection.
</p>
<a
href="https://github.com/Avvrik/Dev-Playbook"
href="https://github.com/neonlabsorg/Developer-Playbook"
target="_blank"
rel="noopener noreferrer"
className="bg-white text-[#8E1CF1] hover:bg-gray-100 font-medium py-3 px-6 rounded-lg transition-all duration-300 shadow-lg transform hover:scale-105 inline-flex items-center"
Expand Down
2 changes: 1 addition & 1 deletion app/early-stage/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ export default async function EarlyStagePage() {
Have a great resource? Help the community by contributing to this collection.
</p>
<a
href="https://github.com/Avvrik/Dev-Playbook"
href="https://github.com/neonlabsorg/Developer-Playbook"
target="_blank"
rel="noopener noreferrer"
className="bg-white text-[#8E1CF1] hover:bg-gray-100 font-medium py-3 px-6 rounded-lg transition-all duration-300 shadow-lg transform hover:scale-105 inline-flex items-center"
Expand Down
2 changes: 1 addition & 1 deletion app/ethereum/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ export default async function EthereumPage() {
Have a great Ethereum resource? Help the community by contributing to this collection.
</p>
<a
href="https://github.com/Avvrik/Dev-Playbook"
href="https://github.com/neonlabsorg/Developer-Playbook"
target="_blank"
rel="noopener noreferrer"
className="bg-white text-[#8E1CF1] hover:bg-gray-100 font-medium py-3 px-6 rounded-lg transition-all duration-300 shadow-lg transform hover:scale-105 inline-flex items-center"
Expand Down
2 changes: 1 addition & 1 deletion app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export default function RootLayout({
/>
</Link>
<a
href="https://github.com/Avvrik/Dev-Playbook"
href="https://github.com/neonlabsorg/Developer-Playbook"
target="_blank"
rel="noopener noreferrer"
className="flex items-center bg-gradient-to-r from-[#FF00AA] to-[#8E1CF1] hover:from-[#8E1CF1] hover:to-[#FF00AA] text-white px-4 py-2 rounded-lg transition-all duration-200 shadow-md hover:shadow-lg"
Expand Down
10 changes: 5 additions & 5 deletions app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ const contentTypes = [
];

const featuredContributors = [
{ name: "@Your Twitter", role: "DevRel", twitter: "link", avatar: "👨‍💻" },
{ name: "@Jules_Gallen", role: "DevRel", twitter: "Jules_Gallen", avatar: "👨‍💻" },
{ name: "@mnedelchev_", role: "Solidity Team Lead", twitter: "mnedelchev_", avatar: "👨‍💻" },
{ name: "@Your Twitter", role: "Software Engineer", twitter: "link", avatar: "👨‍💻" },
{ name: "@Your Twitter", role: "Blockchain Security Researcher", twitter: "link", avatar: "👨‍💻" },
];

export default function HomePage() {
Expand Down Expand Up @@ -143,7 +143,7 @@ export default function HomePage() {
</p>
<div className="flex justify-center space-x-4">
<a
href="https://github.com/Avvrik/Dev-Playbook"
href="https://github.com/neonlabsorg/Developer-Playbook"
target="_blank"
rel="noopener noreferrer"
className="bg-white text-[#8E1CF1] hover:bg-gray-100 font-medium py-3 px-6 rounded-lg transition-all duration-300 shadow-lg"
Expand Down Expand Up @@ -201,7 +201,7 @@ export default function HomePage() {
<ul className="space-y-2 text-white/80">
<li>
<a
href="https://github.com/Avvrik/Dev-Playbook"
href="https://github.com/neonlabsorg/Developer-Playbook"
target="_blank"
rel="noopener noreferrer"
className="hover:text-[#73FDEA] transition-colors duration-300"
Expand All @@ -228,7 +228,7 @@ export default function HomePage() {
<Twitter className="h-6 w-6" />
</a>
<a
href="https://github.com/Avvrik/Dev-Playbook"
href="https://github.com/neonlabsorg/Developer-Playbook"
className="text-white/70 hover:text-[#73FDEA] transition-colors duration-300"
>
<Github className="h-6 w-6" />
Expand Down
2 changes: 1 addition & 1 deletion app/resources/code-examples/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ export default async function CodeExamplesPage() {
here after a rebuild.
</p>
<a
href="https://github.com/Avvrik/Dev-Playbook"
href="https://github.com/neonlabsorg/Developer-Playbook"
target="_blank"
rel="noopener noreferrer"
className="bg-white text-[#8E1CF1] hover:bg-gray-100 font-medium py-2.5 px-5 rounded-lg transition-all duration-300 shadow-lg inline-flex items-center"
Expand Down
2 changes: 1 addition & 1 deletion app/resources/courses-grants/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ export default async function CoursesPage() {
<code className="text-white/80">app/resources/courses-grants/</code>.
</p>
<a
href="https://github.com/Avvrik/Dev-Playbook"
href="https://github.com/neonlabsorg/Developer-Playbook"
target="_blank"
rel="noopener noreferrer"
className="bg-white text-[#8E1CF1] hover:bg-gray-100 font-medium py-3 px-6 rounded-lg transition-all duration-300 shadow-lg inline-flex items-center"
Expand Down
2 changes: 1 addition & 1 deletion app/resources/curated-links/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ export default async function CuratedLinksPage() {
it’ll show up here after a rebuild.
</p>
<a
href="https://github.com/Avvrik/Dev-Playbook"
href="https://github.com/neonlabsorg/Developer-Playbook"
target="_blank"
rel="noopener noreferrer"
className="bg-white text-[#8E1CF1] hover:bg-gray-100 font-medium py-3 px-6 rounded-lg transition-all duration-300 shadow-lg inline-flex items-center"
Expand Down
2 changes: 1 addition & 1 deletion app/resources/guides-articles/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ export default async function GuidesArticlesPage() {
appear here after a rebuild.
</p>
<a
href="https://github.com/Avvrik/Dev-Playbook"
href="https://github.com/neonlabsorg/Developer-Playbook"
target="_blank"
rel="noopener noreferrer"
className="bg-white text-[#8E1CF1] hover:bg-gray-100 font-medium py-3 px-6 rounded-lg transition-all duration-300 shadow-lg inline-flex items-center"
Expand Down
2 changes: 1 addition & 1 deletion app/solana/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ export default async function SolanaPage() {
Have a great Solana resource? Help the community by contributing to this collection.
</p>
<a
href="https://github.com/Avvrik/Dev-Playbook"
href="https://github.com/neonlabsorg/Developer-Playbook"
target="_blank"
rel="noopener noreferrer"
className="bg-white text-[#8E1CF1] hover:bg-gray-100 font-medium py-3 px-6 rounded-lg transition-all duration-300 shadow-lg transform hover:scale-105 inline-flex items-center"
Expand Down
Binary file added public/beginner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading