├── .npmrc
├── src
├── env.d.ts
├── components
│ ├── ui
│ │ ├── icons
│ │ │ ├── index.js
│ │ │ └── tick.astro
│ │ ├── button.astro
│ │ └── link.astro
│ ├── container.astro
│ ├── sectionhead.astro
│ ├── newsletter.astro
│ ├── ScrollToTop.astro
│ ├── logos.astro
│ ├── cta.astro
│ ├── card.astro
│ ├── footer.astro
│ ├── pricing.astro
│ ├── navbar
│ │ ├── dropdown.astro
│ │ └── navbar.astro
│ ├── hero.astro
│ ├── features.astro
│ └── contactform.astro
├── assets
│ ├── 2024.png
│ ├── hero.png
│ ├── favicon.ico
│ ├── reacts.png
│ ├── hero-alt.png
│ ├── newsletter.png
│ ├── Ninja-amico.png
│ ├── favicon-16x16.png
│ ├── favicon-32x32.png
│ ├── mstile-150x150.png
│ ├── apple-touch-icon.png
│ ├── android-chrome-192x192.png
│ ├── android-chrome-512x512.png
│ ├── arrowUp.svg
│ ├── browserconfig.xml
│ └── site.webmanifest
├── utils
│ ├── all.js
│ └── search.js
├── pages
│ ├── index.astro
│ ├── opensource
│ │ ├── programs.md
│ │ ├── projects.md
│ │ ├── videos.md
│ │ └── docs.md
│ ├── webdev
│ │ ├── docs.md
│ │ └── videos.md
│ ├── cybersecurity
│ │ ├── videos.md
│ │ └── books.md
│ ├── computer_networks
│ │ ├── videos.md
│ │ ├── books.md
│ │ └── docs.md
│ ├── contact.astro
│ ├── pricing.astro
│ ├── css
│ │ ├── books.md
│ │ ├── games.md
│ │ └── resources.md
│ ├── python.astro
│ ├── git.astro
│ ├── aiml.astro
│ ├── cloud.astro
│ ├── javascript.astro
│ ├── opensource.astro
│ ├── frameworks.astro
│ ├── blog
│ │ ├── will-AI-replace-Humans.md
│ │ ├── Top 10 AI-ML-tools and libraries.md
│ │ ├── JavaScript Top 10 Tips & Tricks.md
│ │ ├── A-Complete-Guide-to-React-Hooks-Discover-Their-Features.md
│ │ ├── Here are some Tips That Will Keep You Motivated When Learning To Code As a Beginner In 2023.md
│ │ └── creating-personal-blog-with-hugo-and-netlify.md
│ ├── webdev.astro
│ ├── css.astro
│ ├── resource.astro
│ ├── cybersecurity.astro
│ └── computer_networks.astro
└── layouts
│ ├── BlogLayout.astro
│ ├── ContentLayout.astro
│ └── Layout.astro
├── .github
├── ISSUE_TEMPLATE
│ ├── config.yml
│ ├── feature_request.md
│ ├── styles.yml
│ ├── bug_report.md
│ └── docs.yml
├── workflows
│ ├── waiting-for-review-labeler.yml
│ ├── label.yml
│ ├── unassign.yml
│ ├── greetings.yml
│ ├── astro.yml
│ └── codeql.yml
├── FUNDING.yml
├── Pull_Request_Template.md
└── pull_request_template.yml
├── .prettierrc
├── public
├── favicon.ico
├── opengraph.jpg
├── screely.png
├── cloudflare.png
├── newsletter.png
├── favicon-16x16.png
├── favicon-32x32.png
├── mstile-150x150.png
├── apple-touch-icon.png
├── robots.txt
├── android-chrome-192x192.png
├── android-chrome-256x256.png
├── android-chrome-512x512.png
├── browserconfig.xml
├── site.webmanifest
├── favicon.svg
└── safari-pinned-tab.svg
├── .vscode
├── extensions.json
└── launch.json
├── .gitignore
├── astro.config.mjs
├── tailwind.config.cjs
├── tsconfig.json
├── package.json
├── LICENSE
├── CONTRIBUTION.md
├── README.md
└── CODE_OF_CONDUCT.md
/.npmrc:
--------------------------------------------------------------------------------
1 | engine-strict=true
2 |
--------------------------------------------------------------------------------
/src/env.d.ts:
--------------------------------------------------------------------------------
1 | ///
10 |
11 | Access resource of any technology or field and learn at your own pace. 12 |
14 | 17 | Get Started 18 |18 | {body} 19 |
20 | 21 |26 | 27 | 28 | ddsfsdfds 29 | [dsjfhdkjd](www.mranand.com) 30 | 31 | **kasdjad** -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/bug_report.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: "🐛 Bug Report" 3 | about: Create a new ticket for a bug. 4 | title: "🐛 [BUG] -Day 2 of #buildinpublic
— Mr. Ånand | JavaScript🟨🟩🟩 (@Astrodevil_) January 24, 2023
✅Able to create page and layouts under resource section.
🧑🏼💻Will add proper home page and meta contents pic.twitter.com/AYpzPycVQq
27 | Are you interested in pursuing a career in tech? Are you a newcomer? Don't sure where, how, or why to begin?
28 |
50 | Resource Gallery brings resources of different technologies. It contains best resources and tools to became pro in software development field. 51 |
52 |{item.description}
64 |
13 | To contribute, open the directory src/pages on GitHub.
14 | Open Issue: Improve the "Resource Gallery" and earn credits as early contributor🎉
12 | To contribute, open the directory src/pages on GitHub.
18 | Open Issue: Improve the "Resource Gallery" and earn credits as early contributor🎉
23 |
13 | To contribute, open the directory src/pages on GitHub.
14 | Open Issue: Improve the "Resource Gallery" and earn credits as early contributor🎉
13 | To contribute, open the directory src/pages on GitHub.
14 | Open Issue: Improve the "Resource Gallery" and earn credits as early contributor🎉
13 | To contribute, open the directory src/pages on GitHub.
14 | Open Issue: Improve the "Resource Gallery" and earn credits as an early contributor🎉
34 | To contribute, open the directory src/pages/opensource on GitHub.
35 | Open Issue: Improve the "Resource Gallery" and earn credits as early contributor🎉
13 | To contribute, open the directory src/pages on GitHub.
14 | Open Issue: Improve the "Resource Gallery" and earn credits as early contributor🎉
13 | To contribute, open the directory src/pages on GitHub.
14 | Open Issue: Improve the "Resource Gallery" and earn credits as early contributor🎉
25 | To contribute, open the directory
26 | src/pages/css
30 | > on Github.
31 | Open Issue:
34 | > Improve the "Resource Gallery" and earn credits as early contributor🎉
36 |
12 | To contribute, open the directory src/pages on GitHub.
18 | Open Issue: Improve the "Resource Gallery" and earn credits as early contributor🎉
23 |
33 | To contribute, open the directory src/pages/cybersecurity on GitHub.
39 | Open Issue: Improve the "Resource Gallery" and earn credits as early contributor🎉
44 |
35 | To contribute, open the directory src/pages/computer_networks on GitHub.
41 | Open Issue: Improve the "Resource Gallery" and earn credits as early contributor🎉
46 |