diff --git a/task_webDev/Pratham_Pratyush_Giri_2102081006/Contact.html b/task_webDev/Pratham_Pratyush_Giri_2102081006/Contact.html new file mode 100644 index 0000000..326ed67 --- /dev/null +++ b/task_webDev/Pratham_Pratyush_Giri_2102081006/Contact.html @@ -0,0 +1,21 @@ + + + + + + + Document + + +
+

Contact Me

+

Name:

+

E-mail:

+

Message:

+

+ + +
+ + + \ No newline at end of file diff --git a/task_webDev/Pratham_Pratyush_Giri_2102081006/Website.html b/task_webDev/Pratham_Pratyush_Giri_2102081006/Website.html new file mode 100644 index 0000000..df50c86 --- /dev/null +++ b/task_webDev/Pratham_Pratyush_Giri_2102081006/Website.html @@ -0,0 +1,31 @@ + + + + + + + My Portfolio + + + + +
+ +
+

I am +
Pratham Pratyush Giri

+

This is the official portfolio website to show all +
Details and Educational Qualifications of mine. +

+ Contact Me + + +
+
+ + \ No newline at end of file diff --git a/task_webDev/Pratham_Pratyush_Giri_2102081006/portfolio.html b/task_webDev/Pratham_Pratyush_Giri_2102081006/portfolio.html new file mode 100644 index 0000000..1b377d4 --- /dev/null +++ b/task_webDev/Pratham_Pratyush_Giri_2102081006/portfolio.html @@ -0,0 +1,35 @@ + + + + + + + Portfolio + + + +
+
+

My name is Pratham Pratyush Giri

+
+

Education Qualifications:

+

I have completed my matriculation from DAV Public School,Bandhabahal,Jharsuguda,768211 +
I have completed my Intermediate from Kautilya Senior Secondary School,Kota,Rajasthan. +
and currently i am pursuing my B.Tech Degree in the department of Information Technology. +
+

+
+

D.O.B:02/06/2002

+
+

Place of birth:Jharsuguda

+
+

Area of Interests:

+

    +
  1. I love reading Manga
  2. +
  3. I like to watch anime
  4. +
  5. I also have a keen interest on making and developing Websites
  6. +
+

+
+ + \ No newline at end of file diff --git a/task_webDev/Pratham_Pratyush_Giri_2102081006/pratham-pratyush-giri-a02a21230.html b/task_webDev/Pratham_Pratyush_Giri_2102081006/pratham-pratyush-giri-a02a21230.html new file mode 100644 index 0000000..bb3bdb3 --- /dev/null +++ b/task_webDev/Pratham_Pratyush_Giri_2102081006/pratham-pratyush-giri-a02a21230.html @@ -0,0 +1,256 @@ + + + + LinkedIn + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+
+
+
+
+ +
+
+
+
+
+
+
+ + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + \ No newline at end of file diff --git a/task_webDev/Pratham_Pratyush_Giri_2102081006/style.css b/task_webDev/Pratham_Pratyush_Giri_2102081006/style.css new file mode 100644 index 0000000..d857a0c --- /dev/null +++ b/task_webDev/Pratham_Pratyush_Giri_2102081006/style.css @@ -0,0 +1,75 @@ +body{ + margin: 0; + padding: 0; + font-family: sans-serif; +} +.hero{ + position: r; + width: 100%; + height: 100vh; + background: rgb(144, 238, 225) +} +nav{ + display: flex; + width: 84%; + margin: auto; + padding: 18px 0; + align-items: center; + justify-content: space-between; +} +nav ul li{ + display: inline-block; + list-style: none; + margin: 10px 20px; +} +nav ul li a{ + text-decoration: none; + color:black; + font-weight: bold; +} +nav ul li a:hover{ + color:brown; +} +.detel{ + margin-left: 8%; + margin-top: 10%; +} +.detel h1{ + font-size: 50px; + color:black; + margin-bottom: 20px; +} + +span{ + color:orange; +} +.detel p{ + color:#555; + line-height: 22px; +} +.detel a{ + background: #212121; + padding: 10px 18px; + text-decoration: none; + font-weight: bold; + color:#fff; + display: inline-block; + margin: 30px 0; + border-radius: 5px; + +} +.fa { + padding: 20px; + font-size: 30px; + width: 50px; + text-align: center; + text-decoration: none; + } + .fa:hover { + opacity: 0.7; + } + .fa-linkedin { + background: #55ACEE; + color: white; + } + diff --git a/task_webDev/Pratham_Pratyush_Giri_2102081006/style2.css b/task_webDev/Pratham_Pratyush_Giri_2102081006/style2.css new file mode 100644 index 0000000..89772cd --- /dev/null +++ b/task_webDev/Pratham_Pratyush_Giri_2102081006/style2.css @@ -0,0 +1,17 @@ +body{ + margin: 0; + padding: 0; + font-family: sans-serif; +} +.hero{ + position: r; + width: 100%; + height: 100vh; + background: rgb(120, 243, 132) +} +.detel{ + margin: auto; + width: 50%; + border: 3px solid green; + padding: 20px; +} \ No newline at end of file