From d512ab06b56966f3327eabb1fb5f9a0ce70dfb21 Mon Sep 17 00:00:00 2001
From: Arghya Ghosh <71373838+uiuxarghya@users.noreply.github.com>
Date: Mon, 7 Feb 2022 00:47:12 +0530
Subject: [PATCH 1/5] Create Features.js
---
src/components/home/Features.js | 134 ++++++++++++++++++++++++++++++++
1 file changed, 134 insertions(+)
create mode 100644 src/components/home/Features.js
diff --git a/src/components/home/Features.js b/src/components/home/Features.js
new file mode 100644
index 00000000..237b8e40
--- /dev/null
+++ b/src/components/home/Features.js
@@ -0,0 +1,134 @@
+import { ArrowRightIcon, CodeIcon, ExternalLinkIcon } from '@heroicons/react/outline'
+import NextImage from 'next/image'
+import NextLink from 'next/link'
+import React from 'react'
+
+const DocsImage = () => {
+ return (
+
+ )
+}
+
+const ProgImage = () => {
+ return (
+
+ )
+}
+
+const OpenSourceImage = () => {
+ return (
+
+ )
+}
+
+export function Features() {
+ return (
+
+
+
+
+
+
+
+
+ Quality over quantity
+
+
+ We value creating high quality, 100% free Java education. Beautifully designed and
+ well written Java Docs which is very easy to understand.
+
+
+
+
+
+ Start Learning
+
+
+
+
+
+
+
+
+
+
+ Coding is fun
+
+
+ Start coding immediately, or go through our step by step explanation of programs.
+
+
+
+
+
+
+ Start Coding
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Open to anyone.
+
+ Fork it, twist it. Flip it.
+
+
+ Join the community and help us build the best open source Java learning site for
+ everyone.
+
+
+
+
+
+ View on GitHub
+
+
+
+
+
+
+
+
+
+ )
+}
From b239ffd27804da629eae294f4b9858f390015764 Mon Sep 17 00:00:00 2001
From: Arghya Ghosh <71373838+uiuxarghya@users.noreply.github.com>
Date: Mon, 7 Feb 2022 00:47:39 +0530
Subject: [PATCH 2/5] Create docs.svg
---
src/img/home/docs.svg | 1 +
1 file changed, 1 insertion(+)
create mode 100644 src/img/home/docs.svg
diff --git a/src/img/home/docs.svg b/src/img/home/docs.svg
new file mode 100644
index 00000000..2b36aa0e
--- /dev/null
+++ b/src/img/home/docs.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
From 8255bed2c7133653698c1ecba528aa340638c2d3 Mon Sep 17 00:00:00 2001
From: Arghya Ghosh <71373838+uiuxarghya@users.noreply.github.com>
Date: Mon, 7 Feb 2022 00:47:42 +0530
Subject: [PATCH 3/5] Create open-source.svg
---
src/img/home/open-source.svg | 123 +++++++++++++++++++++++++++++++++++
1 file changed, 123 insertions(+)
create mode 100644 src/img/home/open-source.svg
diff --git a/src/img/home/open-source.svg b/src/img/home/open-source.svg
new file mode 100644
index 00000000..7c331d0d
--- /dev/null
+++ b/src/img/home/open-source.svg
@@ -0,0 +1,123 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
From f8ed61dea4372de125506a9b6087db166386fb6e Mon Sep 17 00:00:00 2001
From: Arghya Ghosh <71373838+uiuxarghya@users.noreply.github.com>
Date: Mon, 7 Feb 2022 00:47:44 +0530
Subject: [PATCH 4/5] Create programs.svg
---
src/img/home/programs.svg | 119 ++++++++++++++++++++++++++++++++++++++
1 file changed, 119 insertions(+)
create mode 100644 src/img/home/programs.svg
diff --git a/src/img/home/programs.svg b/src/img/home/programs.svg
new file mode 100644
index 00000000..85688479
--- /dev/null
+++ b/src/img/home/programs.svg
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
From 5760ee4d9e939e0ec24ebcf093c286934a093ee3 Mon Sep 17 00:00:00 2001
From: Arghya Ghosh <71373838+uiuxarghya@users.noreply.github.com>
Date: Mon, 7 Feb 2022 00:47:59 +0530
Subject: [PATCH 5/5] Update index.js
---
src/pages/index.js | 56 ++++++++++++++++++++++++++++++++++------------
1 file changed, 42 insertions(+), 14 deletions(-)
diff --git a/src/pages/index.js b/src/pages/index.js
index 2ac4aad9..73338fec 100644
--- a/src/pages/index.js
+++ b/src/pages/index.js
@@ -1,8 +1,8 @@
import { BigText, InlineCode, Paragraph, Widont } from '@/components/home/common'
+import { Features } from '@/components/home/Features'
import { Footer } from '@/components/home/Footer'
import { Hero } from '@/components/home/Hero'
import MenuButton from '@/components/home/Menu'
-import { OpenSource } from '@/components/home/OpenSource'
import { Logo } from '@/components/Logo'
import { Search } from '@/components/Search'
import { Testimonials } from '@/components/Testimonials'
@@ -71,7 +71,7 @@ export default function Home() {
-
+
Learn{' '}
Java
@@ -81,7 +81,7 @@ export default function Home() {
Javaistic.
-
+
A Java Programming learning website packed with information and programs ranging from{' '}
basics , arrays ,{' '}
string programs to 2D arrays ,{' '}
@@ -116,19 +116,41 @@ export default function Home() {
-
-
- “ Learning By Doing ” actually works.
+
+
+ “ Education should be free. ”
-
- Let's us learn Java by learning concepts and practicing programs.
- I am sure you will fall in love with Java.
+
+
+ Education is the greatest weapon in this era for the people. But, sadly, these
+ days it's governed by corruption. Today with growing technologies everyone in
+ a country must learn to code. As it is difficult to get 100% free coding
+ education, they are unable to achieve it. Maybe, if coding education is free, then
+ the country will be a developed country which will lead the country in the right
+ direction and get prosperity.
+
+
+
+ As{' '}
+
+ Java
+ {' '}
+ is one of the most widely used programming languages, it should be learned by all
+ for free. By building{' '}
+
+ Javaistic
+
+ , we're doing just that. We're abstracting the complexity of getting free
+ education needed by all by giving you a world-class educational experience for free.
-
-
+
+
- Arghya Ghosh
- Creator of Javaistic
+
-
+
pFad - Phonifier reborn
Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.
Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.
Alternative Proxies:
Alternative Proxy
pFad Proxy
pFad v3 Proxy
pFad v4 Proxy