Skip to content

Commit

Permalink
Merge branch 'rupali-codes:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
raghav1030 authored Oct 4, 2023
2 parents 968aa8b + 70ac3fa commit 77bd3c5
Show file tree
Hide file tree
Showing 7 changed files with 41 additions and 4 deletions.
2 changes: 1 addition & 1 deletion components/Pagination/Pagination.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default function Pagination({
return (
<>
{totalPages && totalPages.length > 1 && (
<div className="w-full lg:left-0 absolute bottom-4 z-20 flex lg:w-full items-center justify-center mt-8">
<div className="w-full relative z-20 flex lg:w-full items-center justify-center mt-8">
<div className="fixed bottom-[1rem] md:bottom-[5rem] border-[#8b5cf6] border-4 shadow-lg flex items-center bg-white rounded-full px-6 py-2 gap-4">
<button
className="flex items-center justify-center text-black hover:text-[#8b5cf6] disabled:text-gray-400"
Expand Down
8 changes: 8 additions & 0 deletions database/competitive_programming/cp-tutorials.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,13 @@
"category": "competitive-programming",
"subcategory": "cp-tutorials",
"language": "english"
},
{
"name": "CodeNCode",
"description": "This channel offers one of the best playlists for competitive programming, covering beginner topics like number theory and advanced topics such as dynamic programming, graph theory, bit manipulations, and segment trees. These concepts are explained in a very clear and easy-to-understand format.",
"url": "https://www.youtube.com/@codencode",
"category": "competitive-programming",
"subcategory": "cp-tutorials",
"language": "english"
}
]
7 changes: 7 additions & 0 deletions database/frontend/icons.json
Original file line number Diff line number Diff line change
Expand Up @@ -201,5 +201,12 @@
"url": "https://thenounproject.com/",
"category": "frontend",
"subcategory": "icons"
},
{
"name": "Remix Icon",
"description": "Remix Icon is a website that provides free icons for both personal and commercial use",
"url": "https://remixicon.com/",
"category": "frontend",
"subcategory": "icons"
}
]
7 changes: 7 additions & 0 deletions database/languages/rust.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,12 @@
"url": "https://www.youtube.com/watch?v=XZtlD_m59sM",
"category": "languages",
"subcategory": "rust"
},
{
"name": "Rustlings",
"description": "Rustlings is a collection of small exercises that get you used to reading and writing in Rust. This includes reading and responding to compiler messages!",
"url": "https://rustlings.cool",
"category": "languages",
"subcategory": "rust"
}
]
7 changes: 7 additions & 0 deletions database/resources/blogs.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,5 +152,12 @@
"url": "https://www.notion.so/personal",
"category": "resources",
"subcategory": "blogs"
},
{
"name": "Top 100+ Machine Learning Projects for 2023 [with Source Code]",
"description": "In this article, you’ll find the top 100+ latest projects and ideas on Machine Learning,which are beneficial for both beginners and experienced professionals. These projects are also helpful for students looking to start their journey in Machine Learning and Data Science.",
"url": "https://www.geeksforgeeks.org/machine-learning-projects/",
"category": "resources",
"subcategory": "blogs"
}
]
6 changes: 3 additions & 3 deletions database/resources/official-docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"name": "React",
"description": "This page is an overview of the React documentation and related resources.",
"url": "https://legacy.reactjs.org/docs/getting-started.html",
"url": "https://react.dev/",
"category": "resources",
"subcategory": "officialdocs"
},
Expand Down Expand Up @@ -70,7 +70,7 @@
"subcategory": "officialdocs"
},
{
"name": "svelte",
"name": "Svelte",
"description": "Svelte is a JavaScript framework that compiles components to generate highly efficient vanilla JavaScript at build time",
"url": "https://svelte.dev/docs/introduction",
"category": "resources",
Expand Down Expand Up @@ -98,7 +98,7 @@
"subcategory": "officialdocs"
},
{
"name": "Python(Official Doc)",
"name": "Python",
"description": "Python's documentation, tutorials, and guides are constantly evolving. Get started here, or scroll down for documentation categorized by type and subject.",
"url": "https://www.python.org/doc/",
"category": "resources",
Expand Down
8 changes: 8 additions & 0 deletions database/youtube/game-development.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,13 @@
"category": "youtube",
"subcategory": "game-development",
"language": "English"
},
{
"name": "Unreal Sensei - Mega Tutorials Playlist",
"description": "This playlist by Unreal Sensei provides a complete tutorial to get started with Unreal Engine and develop realistic games.",
"url": "https://youtube.com/playlist?list=PLKPWwh_viQMGQkQfKKD5lF96efA3_RWt-&si=k4te9WjQlnYO85d5",
"category": "youtube",
"subcategory": "game-development",
"language": "English"
}
]

0 comments on commit 77bd3c5

Please sign in to comment.