diff --git a/BG.png b/BG.png new file mode 100644 index 0000000..57c30e8 Binary files /dev/null and b/BG.png differ diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..2f7efbe --- /dev/null +++ b/_config.yml @@ -0,0 +1 @@ +theme: jekyll-theme-minimal \ No newline at end of file diff --git a/c.css b/c.css new file mode 100644 index 0000000..df36cf2 --- /dev/null +++ b/c.css @@ -0,0 +1,60 @@ +body{ + margin: 0; + padding: 0; + text-align: center; + background: linear-gradient(rgba(0, 0, 50, 0.5),rgba(0, 0, 50, 0.5)),url(tree.jpg); + background-size: cover; + background-position: center; + font-family: sans-serif; +} +.contact-title +{ + margin-top: 100px; + color: #fff; + text-transform: uppercase; + transition: all 4s ease-in-out; +} +.contact-title h1{ + font-size: 32px; + line-height: 10px; +} +.contact-title h2{ + font-size: 16px; +} +form{ + margin-top: 50px; + transition: all 4s ease-in-out; +} +.form-control +{ + width: 600px; + background: transparent; + border: none; + outline: none; + border-bottom: 1px solid white; + color: white; + font-size: 18px; + margin-bottom: 16px; +} +input +{ + height: 45px; +} +form .submit +{ + background: #ff5722; + border-color: transparent; + color: #fff; + font-size: 20px; + font-weight: bold; + letter-spacing: 2px; + height: 50px; + margin-top: 20px; +} + + +form .submit +{ + background-color: #f44336; + cursor: pointer; +} \ No newline at end of file diff --git a/c.php b/c.php new file mode 100644 index 0000000..be8a08c --- /dev/null +++ b/c.php @@ -0,0 +1,10 @@ +php \ No newline at end of file diff --git a/contact.html b/contact.html new file mode 100644 index 0000000..d91646c --- /dev/null +++ b/contact.html @@ -0,0 +1,54 @@ + + + + + contact form + + + + + + +
+ +
+

Contact us

+ +
+ +
+ +
+ +
+
+ +
+ +
+ +
+
+ +
+ +
+ +
+
+ +
+ +
+ +
+ +
+ +
+
+ +
+ + + \ No newline at end of file diff --git a/contact8.html b/contact8.html new file mode 100644 index 0000000..8a03f3a --- /dev/null +++ b/contact8.html @@ -0,0 +1,27 @@ + + + Contact Form + + + + + + +
+

Say Hello

+

We are always ready to serve you!

+
+
+
+ +
+
+
+ +
+ + + + + + \ No newline at end of file diff --git a/explore.html b/explore.html new file mode 100644 index 0000000..1cd913f --- /dev/null +++ b/explore.html @@ -0,0 +1,209 @@ + + + + + + + details + + + + +
+
+ + + + + Eduhub + + + +
+
+
+
+
+ hero +
+
+

Welcome to Eduhub Community + +

+

A community for the people by the people.The prime focus of the community is learning and is also open to work with other communities and people +By joining this community you will also get few free resources and courses. +

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

What is community ??

+

A community is more than just a group of people living in a particular area. A community is a group of people we lean on when times are tough; our friends, family, and neighbors who are there for us when we need love, support and encouragement.

+
+
+
+
+ + + + +

10+

+

Resources

+
+
+
+
+ + + + + +

10+

+

Users

+
+
+
+
+ + + + +

74

+

Files

+
+
+
+
+ + + +

all over world

+

online

+
+
+
+
+
+ +
+
+

Testimonials

+
+
+
+ + + +

“Be humble always and identify with the common man; even when success and achievements want to make you proud.” + + .

+ + testimonial + + Priya Chandak + Founder Of Eduhub + + +
+
+
+
+ + + +

“Character cannot be developed in ease and quiet. Only through experience of trial and suffering can the soul be strengthened, ambition inspired, and success achieved.” + + .

+ + testimonial + + Sahitya Roy + Co-Founder of Eduhub + + +
+
+
+
+
+ +
+
+
+ +
+
+

ADDRESS

+

Maharishi Debendra Road dist-Howrah

+
+
+

EMAIL

+ eduhub.community@gmail.com +

Founder

+

Priya Chandak

+ youtube channel link + +
+
+
+ +
+ + + + + +
+ + + + diff --git a/index.html b/index.html new file mode 100644 index 0000000..78d0331 --- /dev/null +++ b/index.html @@ -0,0 +1,77 @@ + + + + + Eduhub - Priya Chandak + + + + + + + + + +
+ + +
+

Eduhub

+

A community for the people by the people.The prime focus of the community is learning and is also open to work with other communities and people
By joining this community you will also get few free resources as well as courses. As we know technology plays a crucial role in everyone's life be it student , learners or anyother person . So here I am developing a website for my community "Eduhub" which will not only keep you updated about the latest technologies but will also provide you career pathway guidance. What are you waiting for "join us" quickly +

+ Visit Us To Know More
+

+ Free Learning + +
+
+ + +
+

Info about the community

+

After joining this community we will provide you free resources,courses and also we will collaborate with other communities and also work on some projects with our own team and also by collaborating with other communities.In order to stay tuned do join us. +

+
+ + + + + + + + + + + + + + + + diff --git a/style.css b/style.css new file mode 100644 index 0000000..bceca50 --- /dev/null +++ b/style.css @@ -0,0 +1,150 @@ +*{ + margin: 0; + padding:0; + font-family: 'Poppins', sans-serif; +} +.header{ + min-height:100vh; + width: 100%; + background-image: linear-gradient(rgba(4,9,30,0.7)),url(abc.jpeg.jfif); + background-position: center; + background-size: cover; + position: relative; +} +nav +{ + display: flex; + padding: 2% 6%; + justify-content: space-between; + align-items: center; +} +nav img +{ + width: 150px; +} +.nav-links{ + flex: 1; + text-align: right; +} +.nav-links ul li +{ + list-style: none; + display: inline-block; + padding: 8px 12px; + position: relative; +} +.nav-links ul li a +{ + text-decoration: none; + font-size: 13px; +} +.nav-links ul li::after +{ + content: ''; + width: 0%; + height: 2px; + background: #f44336; + display: block; + margin: auto; + transition: 0.5s; +} +.nav-links ul li:hover::after +{ + width: 100%; + +} +.text-box +{ + width: 90%; + position: absolute; + top: 50%; + left: 50%; + transform: translate(-50%,-50%); + text-align: center; +} +.text-box h1 +{ + font-size: 62px; +} +.text-box p +{ + margin: 10px 0 40px; + font-size: 14px; +} +.hero-btn +{ + display: inline-block; + text-decoration: none; + border: 1px solid ; + padding: 12px 34px; + font-size: 13px; + background: transparent; + position: relative; + cursor: pointer; +} +.hero-btn:hover +{ + border: 1px solid #f44336; + background:#f44336 ; + transition: 1s; +} +nav.fa{ + display: none; +} +@media(max-width: 700px) +{ + .text-box h1 +{ + font-size: 20px; +} +.nav-links ul li +{ + display: block; +} +.nav-links { + position: absolute; + background: #f44336; + height: 100vh; + width: 200px; + top: 0; + right: -200px; + text-align: left; + z-index: 2; + transition: 1s; + } +} + nav.fa{ + display: block; + margin: 10px; + color: #fff; + font-size: 22px; + cursor: pointer; + } + .nav-links ul{ + padding: 30px; + } +.technical blog{ + width: 80%; + margin: auto; + padding-top: 100px; +} +h1{ + font-size: 36px; + font-weight: 600; +} +p{ + font-size: 14px; + font-weight: 300; + line-height: 22px; + padding: 10px; +} +h1 +{ + text-align: center; +} +p{ + text-align: center; +} +div{ + text-align: center; +} \ No newline at end of file diff --git a/tree.jpg b/tree.jpg new file mode 100644 index 0000000..d055dc9 Binary files /dev/null and b/tree.jpg differ