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. +

+
+ + + +
+
+
+
+
+

+ Coding is fun +

+

+ Start coding immediately, or go through our step by step explanation of programs. +

+
+ + + +
+
+
+ +
+
+
+
+ +
+
+

+ 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. +

+
+ + + +
+
+
+
+
+ ) +} 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 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 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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.
-
-
+
+
Creator of Javaistic
-
Arghya Ghosh
-
Creator of Javaistic
+
+ + + Arghya Ghosh + + +

Creator of Javaistic

+
- +