Skip to content

Commit

Permalink
remove the tutorials for now
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisweb committed Aug 11, 2024
1 parent be6c815 commit 6e43d2f
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions app/web_development/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,25 +32,6 @@ export const metadata = {
</aside>
<section id="web_development" className="middle">
<h1 className="h1">Web development&nbsp;<ImageAnimatedEmoji gifStaticImport={gifRocketStaticImport} webpStaticImport={webpRocketStaticImport} alt="animated emoji flying rocket" /></h1>
## Tutorials
<div className="grid">
<Link href="/web_development/tutorials/next-js-static-mdx-blog" className={styles.preview}>
![voodoo lady mixing potions in a big cauldron, it represents a dev using different packages to build a project using an IDE](../../public/assets/images/app/web_development/tutorials/next-js-static-mdx-blog/banner.png '{ card }')
<span className={styles.title}>Next.js / React static MDX Blog</span>
</Link>
<Link href="/web_development/tutorials/next-static-export-github-pages" className={styles.preview}>
![a giant octocat, octocat is the GitHub mascot that has an octopus body and a cat head](../../public/assets/images/app/web_development/tutorials/next-static-export-github-pages/banner.png '{ card }')
<span className={styles.title}>Next.js static export deployed on GitHub pages using GitHub actions</span>
</Link>
<Link href="/web_development/tutorials/xcode-cloud-capacitor-webapp" className={styles.preview}>
![a robot holding a phone with the Apple logo on its display](../../public/assets/images/app/web_development/tutorials/xcode-cloud-capacitor-webapp/banner.png '{ card }')
<span className={styles.title}>Xcode Cloud CI/CD to distribute a capacitor app to TestFlight users and the App Store</span>
</Link>
<Link href="/web_development/tutorials/node-js-app-aws-ec2" className={styles.preview}>
![a young man in the clouds working on his laptop](../../public/assets/images/app/web_development/tutorials/node-js-app-aws-ec2/banner.png '{ card }')
<span className={styles.title}>Node.js app deployment on AWS EC2 instance with NGINX reverse proxy</span>
</Link>
</div>
## Posts
<div className="grid">
<Link href="/web_development/posts/road-to-react-19-next-js-15" className={styles.preview}>
Expand Down

0 comments on commit 6e43d2f

Please sign in to comment.