From ee6c2557208998069586d91662f4ebb9d880e32d Mon Sep 17 00:00:00 2001 From: classicregular <39078226+classicregular@users.noreply.github.com> Date: Mon, 23 Mar 2020 11:13:36 +0530 Subject: [PATCH 1/9] Create Nishant Yadav Work --- Nishant Yadav | 1 + 1 file changed, 1 insertion(+) create mode 100644 Nishant Yadav diff --git a/Nishant Yadav b/Nishant Yadav new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/Nishant Yadav @@ -0,0 +1 @@ + From cb3ef5110d07c28eca1b7cea260cc0486ff9e1ea Mon Sep 17 00:00:00 2001 From: classicregular <39078226+classicregular@users.noreply.github.com> Date: Mon, 23 Mar 2020 11:16:18 +0530 Subject: [PATCH 2/9] Delete Nishant Yadav --- Nishant Yadav | 1 - 1 file changed, 1 deletion(-) delete mode 100644 Nishant Yadav diff --git a/Nishant Yadav b/Nishant Yadav deleted file mode 100644 index 8b13789..0000000 --- a/Nishant Yadav +++ /dev/null @@ -1 +0,0 @@ - From f448d0014ca3b9eb842b506382b88c39439a9ea5 Mon Sep 17 00:00:00 2001 From: classicregular <39078226+classicregular@users.noreply.github.com> Date: Mon, 23 Mar 2020 11:16:43 +0530 Subject: [PATCH 3/9] Create Documentation.doc --- Nishant Yadav/Documentation.doc | 1 + 1 file changed, 1 insertion(+) create mode 100644 Nishant Yadav/Documentation.doc diff --git a/Nishant Yadav/Documentation.doc b/Nishant Yadav/Documentation.doc new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/Nishant Yadav/Documentation.doc @@ -0,0 +1 @@ + From ee3085442eee998e3073e8dc7cf8cf808ed783a1 Mon Sep 17 00:00:00 2001 From: classicregular <39078226+classicregular@users.noreply.github.com> Date: Wed, 25 Mar 2020 23:17:01 +0530 Subject: [PATCH 4/9] Update Documentation.doc --- Nishant Yadav/Documentation.doc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Nishant Yadav/Documentation.doc b/Nishant Yadav/Documentation.doc index 8b13789..21f6eb8 100644 --- a/Nishant Yadav/Documentation.doc +++ b/Nishant Yadav/Documentation.doc @@ -1 +1,5 @@ +NISHANT YADAV +Education +Malviya National Institute Of Technology +2017-2021 ▪ Bachelors of Technology,Computer Engineering From e154202d7adecb56013b7ae062d6a9d11fbf9da2 Mon Sep 17 00:00:00 2001 From: classicregular <39078226+classicregular@users.noreply.github.com> Date: Wed, 25 Mar 2020 23:18:35 +0530 Subject: [PATCH 5/9] Update Documentation.doc --- Nishant Yadav/Documentation.doc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Nishant Yadav/Documentation.doc b/Nishant Yadav/Documentation.doc index 21f6eb8..54c5f2a 100644 --- a/Nishant Yadav/Documentation.doc +++ b/Nishant Yadav/Documentation.doc @@ -1,5 +1,8 @@ NISHANT YADAV + Education Malviya National Institute Of Technology 2017-2021 ▪ Bachelors of Technology,Computer Engineering +Current Residence +Jaipur,Rajasthan From 7afb357bba9e26c6ca33ee2169b58106b33b2bfc Mon Sep 17 00:00:00 2001 From: classicregular <39078226+classicregular@users.noreply.github.com> Date: Wed, 25 Mar 2020 23:19:52 +0530 Subject: [PATCH 6/9] Create index.html --- Nishant Yadav/index.html | 45 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 Nishant Yadav/index.html diff --git a/Nishant Yadav/index.html b/Nishant Yadav/index.html new file mode 100644 index 0000000..e5fb80e --- /dev/null +++ b/Nishant Yadav/index.html @@ -0,0 +1,45 @@ + + + + + + + + + Login + + + + + + + + +
+
+

Incubate
Ind.


+

Login or register from here to access.

+
+
+
+
+
+

Enter your details

+
+ + + + +

Age

+ + + + + +
+
+
+
+ + + From 490cfd05a984a0e3742416ec9475a8c8e9dd012a Mon Sep 17 00:00:00 2001 From: classicregular <39078226+classicregular@users.noreply.github.com> Date: Wed, 25 Mar 2020 23:20:26 +0530 Subject: [PATCH 7/9] Create main.css --- Nishant Yadav/main.css | 95 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 Nishant Yadav/main.css diff --git a/Nishant Yadav/main.css b/Nishant Yadav/main.css new file mode 100644 index 0000000..621f5df --- /dev/null +++ b/Nishant Yadav/main.css @@ -0,0 +1,95 @@ +* { + box-sizing: border-box; +} + +body { + font-family: "open sans", helvetica, arial, sans; +} + +.log-form { + width: 100%; + min-width: 320px; + max-width: 475px; + background: #fff; + position: justify; + top: 50%; + left: 50%; + -webkit-transform: translate(50%, 50%); + -moz-transform: translate(50%, 50%); + -o-transform: translate(50%, 50%); + -ms-transform: translate(50%, 50%); + transform: translate(50%, 50%); +} + +h2 { + text-align: center; +} +.log-form { + padding: 2em; + -webkit-box-shadow: 4px -1px 53px -7px rgba(138, 138, 138, 0.30); + -moz-box-shadow: 4px -1px 53px -7px rgba(138, 138, 138, 0.30); + box-shadow: 4px -1px 53px -7px rgba(138, 138, 138, 0.30); +} + +form { + display: block; + text-align: center; + width: 100%; + padding: 10px; +} +/* ========================WRITE YOUR CSS FROM HERE======================== */ +.main-head{ + height: 150px; + background: #FFF; + padding-bottom: 10px +} + +.sidenav { + height: 100%; + background-color: #000; + overflow-x: hidden; + padding-top: 20px; +} + + + +@media screen and (max-height: 450px) { + .sidenav {padding-top: 15px;} +} + +@media screen and (max-width: 450px) { + .login-form{ + margin-top: 10%; + } +} + +@media screen and (min-width: 768px){ + .main{ + margin-left: 40%; + } + + .sidenav{ + width: 40%; + position: fixed; + z-index: 1; + top: 0; + left: 0; + } +} + + +.login-main-text{ + margin-top: 20%; + padding: 60px; + color: #fff; + text-align: left; +} + +.login-main-text h2{ + font-weight: 300; +} + +.btn-black{ + background-color: #000 !important; + color: #fff; +} From 57a14f007853ed2d0dcafc216f4a9783e131b87e Mon Sep 17 00:00:00 2001 From: classicregular <39078226+classicregular@users.noreply.github.com> Date: Wed, 25 Mar 2020 23:20:46 +0530 Subject: [PATCH 8/9] Update index.html --- Nishant Yadav/index.html | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/Nishant Yadav/index.html b/Nishant Yadav/index.html index e5fb80e..c54e868 100644 --- a/Nishant Yadav/index.html +++ b/Nishant Yadav/index.html @@ -15,26 +15,27 @@ -
+
+

Enter your details

- - - - + + + + +

Age

- +
From dfef81bd16ac81dbd6c5451c489eace14e9e0a77 Mon Sep 17 00:00:00 2001 From: classicregular <39078226+classicregular@users.noreply.github.com> Date: Wed, 25 Mar 2020 23:21:29 +0530 Subject: [PATCH 9/9] Update main.css --- Nishant Yadav/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Nishant Yadav/main.css b/Nishant Yadav/main.css index 621f5df..2bfa896 100644 --- a/Nishant Yadav/main.css +++ b/Nishant Yadav/main.css @@ -90,6 +90,6 @@ form { } .btn-black{ - background-color: #000 !important; + background-color: #000; color: #fff; }