X Tutup
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
7802aba
fix(docs): Update text color in flowchart captions for consistency
arghyaxcodes Aug 29, 2025
c8a548a
feat(hooks): Add custom hook for managing dark mode state
arghyaxcodes Aug 29, 2025
c6e1151
feat(components\home): Add BackgroundSection component with dark mode…
arghyaxcodes Aug 29, 2025
57197a3
feat(components/home): Add reusable animation and hover configurations
arghyaxcodes Aug 29, 2025
1649989
feat(components/home): Add HeroSection component with animations and …
arghyaxcodes Aug 29, 2025
18d523e
feat(components/home): Add HomeTabs and UnderlineTabs components with…
arghyaxcodes Aug 29, 2025
2ee85e0
feat(components/home): Add Badge and FeatureCard components with anim…
arghyaxcodes Aug 29, 2025
0bae7fb
feat(components/home): Add FeaturesSection component with dynamic fea…
arghyaxcodes Aug 29, 2025
7d329b6
feat(components/home): Add VisionSection and Ripple components with a…
arghyaxcodes Aug 29, 2025
409f6bd
feat(components/home): Add BentoGridSection component with animated c…
arghyaxcodes Aug 29, 2025
3e0f0f2
feat(components/home): Add CTASection component with animated call-to…
arghyaxcodes Aug 29, 2025
438d33c
feat(styles): Add ripple animation and update #nd-nav styles for impr…
arghyaxcodes Aug 29, 2025
363ac7e
feat(components/ui): Add Tabs component with TabsList, TabsTrigger, a…
arghyaxcodes Aug 29, 2025
3147f03
feat(site): Refactor HomePage to use new layout structure and compone…
arghyaxcodes Aug 29, 2025
ee4a60c
feat(metadata): Update page titles to include site name for improved SEO
arghyaxcodes Aug 29, 2025
9b9568f
feat(components/footer): Refactor Footer component structure and impr…
arghyaxcodes Aug 29, 2025
4a08f5a
feat(home): Remove WhyLearnJavaSection export for component cleanup
arghyaxcodes Aug 29, 2025
2ec246a
refactor: update layout and playground components for improved readab…
arghyaxcodes Aug 29, 2025
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
2 changes: 1 addition & 1 deletion content/docs/for-loop.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ To learn more about the conditions, visit [Java relational](operators#3-java-rel

![Working of Java if statement](/img/docs/working-of-for-loop.svg)

<p align="center" className="text-base font-medium text-gray-600">
<p align="center" className="text-base font-medium text-neutral-600">
Flowchart of Java for loop
</p>

Expand Down
4 changes: 2 additions & 2 deletions content/docs/if-else-statement.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Here, `condition` is a boolean expression such as `age >= 18`.

![Working of Java if statement](/img/docs/wroking-of-java-if-statement.svg)

<p align="center" className="text-base font-medium text-gray-600">
<p align="center" className="text-base font-medium text-neutral-600">
Working of Java if statement
</p>

Expand Down Expand Up @@ -120,7 +120,7 @@ Here, the program will do one task (codes inside if block) if the condition is t
<div>
![Working of Java if statement](/img/docs/wroking-of-if-else-statement.svg)

<p align="center" className="text-base font-medium text-gray-600">
<p align="center" className="text-base font-medium text-neutral-600">
Working of Java if-else statements
</p>

Expand Down
7 changes: 2 additions & 5 deletions content/docs/introduction.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Introduction
title: Introduction to Java
description: A quick introduction to Java programming language - features, applications, and getting started guide for beginners
icon: Album
---
Expand Down Expand Up @@ -79,10 +79,7 @@ Besides these applications, Java is also used for game development, scientific a

#### 1. Learn Java from Javaistic

<span className="bg-gradient-to-br from-sky-400 to-indigo-500 bg-clip-text font-extrabold text-transparent">
Javaistic
</span>
offers a complete series of easy to follow Java tutorials along with suitable
Javaistic offers a complete series of easy to follow Java tutorials along with suitable
examples. These tutorials are targeted for absolute beginners with no prior
knowledge of Java programming language.

Expand Down
2 changes: 1 addition & 1 deletion content/docs/switch-statement.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ Here, the `size` variable is assigned with the value `Large`.

![Working of Java if statement](/img/docs/switch-case-flowchart.svg)

<p align="center" className="text-base font-medium text-gray-600">
<p align="center" className="text-base font-medium text-neutral-600">
Flow chart of the Java switch statement
</p>

Expand Down
Binary file added public/bg.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/docs-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/docs-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/os-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/os-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/playground-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/playground-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/programs-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/programs-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/ui-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/ui-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading
X Tutup