From dabcee6fe3ae1b7fdb9659c7f4f7279fd14ce0ae Mon Sep 17 00:00:00 2001 From: Crazy Pixels <127502782+tapu0033@users.noreply.github.com> Date: Wed, 10 May 2023 10:36:01 +0530 Subject: [PATCH 01/10] Update index.jsp --- webapp/src/main/webapp/index.jsp | 42 ++++++++++++++++++++++++++++++-- 1 file changed, 40 insertions(+), 2 deletions(-) diff --git a/webapp/src/main/webapp/index.jsp b/webapp/src/main/webapp/index.jsp index c22c57f7..3b763809 100644 --- a/webapp/src/main/webapp/index.jsp +++ b/webapp/src/main/webapp/index.jsp @@ -1,2 +1,40 @@ -

Hello Dear Students!! Welcome to DevOps Project-2!!

-

By Mr. Sai from Saidemy!!

+ + + + + + + + + Your Name + + +
+
+ +

FirstName LastName

+

City,Country.

+ + + +
+
+

About

+

Lorem ipsum dolor sit amet consectetur adipisicing elit. Perferendis quas sint et nihil iusto eius nostrum sit error, repellat optio quisquam! Magnam dolore iusto cumque. Nostrum error iste neque maiores.

+

Experience

+

Lorem ipsum dolor sit amet consectetur adipisicing elit. Reiciendis in maiores autem quidem.

+ +

Skills

+

Lorem ipsum dolor sit amet consectetur adipisicing elit. Reiciendis in maiores autem quidem obcaecati excepturi! Cupiditate eaque itaque magni voluptatibus neque nobis est dolor? Atque sunt minus ipsa asperiores. At.

+

Projects

+ Project 1 + Project 2 + Project 3 + Project 4 + Project 5 +

Contact

+

myEmail@email.com

+
+
+ + From 6e34266116021260c14c3b01835b551e47630da8 Mon Sep 17 00:00:00 2001 From: Crazy Pixels <127502782+tapu0033@users.noreply.github.com> Date: Wed, 10 May 2023 10:37:10 +0530 Subject: [PATCH 02/10] Create style.css --- webapp/src/main/webapp/style.css | 104 +++++++++++++++++++++++++++++++ 1 file changed, 104 insertions(+) create mode 100644 webapp/src/main/webapp/style.css diff --git a/webapp/src/main/webapp/style.css b/webapp/src/main/webapp/style.css new file mode 100644 index 00000000..d17f3e7f --- /dev/null +++ b/webapp/src/main/webapp/style.css @@ -0,0 +1,104 @@ +/* global */ +@import url('https://fonts.googleapis.com/css?family=Roboto'); + +.grid-2{ + display: grid; + grid-template-columns: repeat(2,1fr); +} + +body{ + margin: 0; + padding: 0; + font-family: 'Roboto', sans-serif; + background-color: #101214; + color: #7A7C80; + +} + +h2,.white{ + color: #fff; +} + +a{ + color: #7A7C80; + text-decoration: none; +} +/* section 1 */ +.section-1{ + padding-top: 40vh; + text-align: center; +} + +.section-1 p{ + font-size: 1.1rem; + padding-bottom: 10px; + margin:0; +} + +.section-1 h2{ + font-size: 1.7rem; + margin-bottom: 10px; +} + +.section-1 a{ + font-size: 1.5rem; + padding: 10px; +} +/* section 2 */ +.section-2{ + padding-top: 10vh; + width: 70%; +} + +.section-2 h2{ + font-size: 1.7rem; + margin-bottom: 10px; +} + +.section-2 p{ + font-size: 1.1rem; + padding-bottom: 10px; + margin:0; +} + +.section-2 a{ + display: block; + padding: 5px; + font-size: 1.2rem; + padding-left: 0; + width: 100px; +} +/* animations / utilities */ +.section-2 a:hover{ + font-size: 1.3rem; + color: #fff; + cursor: pointer; + transition: 0.2s; +} + +.section-1 a:hover{ + color: #fff; + cursor: pointer; + transition: 0.3s; +} + +.white:hover{ + position: relative; + padding-left: 10px; +} + +/* media queres */ +@media(max-width:780px){ + .grid-2{ + grid-template-columns: 1fr; + } + .section-1{ + padding:0; + padding-top: 5rem; + } + .section-2{ + padding: 0; + padding-left: 1.5rem; + padding-top: 2rem; + } +} From cd0383c6efe795258e25be70dbf4757422ac3f0d Mon Sep 17 00:00:00 2001 From: Crazy Pixels <127502782+tapu0033@users.noreply.github.com> Date: Wed, 10 May 2023 10:37:49 +0530 Subject: [PATCH 03/10] Create .gitattributes --- webapp/src/main/webapp/.gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 webapp/src/main/webapp/.gitattributes diff --git a/webapp/src/main/webapp/.gitattributes b/webapp/src/main/webapp/.gitattributes new file mode 100644 index 00000000..dfe07704 --- /dev/null +++ b/webapp/src/main/webapp/.gitattributes @@ -0,0 +1,2 @@ +# Auto detect text files and perform LF normalization +* text=auto From bf158833a56f6131f321e75bf684ad5346609c13 Mon Sep 17 00:00:00 2001 From: Crazy Pixels <127502782+tapu0033@users.noreply.github.com> Date: Fri, 12 May 2023 15:36:48 +0530 Subject: [PATCH 04/10] Create ChangeHere.txt --- ChangeHere.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 ChangeHere.txt diff --git a/ChangeHere.txt b/ChangeHere.txt new file mode 100644 index 00000000..4bee60f5 --- /dev/null +++ b/ChangeHere.txt @@ -0,0 +1 @@ +Spider-man From 76326a47566787df67d097678f70afad4bffdeb5 Mon Sep 17 00:00:00 2001 From: Crazy Pixels <127502782+tapu0033@users.noreply.github.com> Date: Sun, 14 May 2023 17:41:51 +0530 Subject: [PATCH 05/10] Update ChangeHere.txt --- ChangeHere.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeHere.txt b/ChangeHere.txt index 4bee60f5..4b6c4869 100644 --- a/ChangeHere.txt +++ b/ChangeHere.txt @@ -1 +1,2 @@ Spider-man +Bat-man From 557e507849568426d7b86a6721b5439c009d8bd7 Mon Sep 17 00:00:00 2001 From: Crazy Pixels <127502782+tapu0033@users.noreply.github.com> Date: Sun, 14 May 2023 17:59:57 +0530 Subject: [PATCH 06/10] Update ChangeHere.txt --- ChangeHere.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeHere.txt b/ChangeHere.txt index 4b6c4869..70d974e0 100644 --- a/ChangeHere.txt +++ b/ChangeHere.txt @@ -1,2 +1,3 @@ Spider-man Bat-man +Super-man From 38e9fc0859feccd824f88dced374cc844a43cbf4 Mon Sep 17 00:00:00 2001 From: Crazy Pixels <127502782+tapu0033@users.noreply.github.com> Date: Sun, 14 May 2023 18:30:47 +0530 Subject: [PATCH 07/10] Update index.jsp --- webapp/src/main/webapp/index.jsp | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/webapp/src/main/webapp/index.jsp b/webapp/src/main/webapp/index.jsp index 3b763809..7a65b7aa 100644 --- a/webapp/src/main/webapp/index.jsp +++ b/webapp/src/main/webapp/index.jsp @@ -6,13 +6,13 @@ - Your Name + Crazy_pixles
-

FirstName LastName

+

Tapan Kumar Sahoo

City,Country.

@@ -20,20 +20,19 @@

About

-

Lorem ipsum dolor sit amet consectetur adipisicing elit. Perferendis quas sint et nihil iusto eius nostrum sit error, repellat optio quisquam! Magnam dolore iusto cumque. Nostrum error iste neque maiores.

-

Experience

-

Lorem ipsum dolor sit amet consectetur adipisicing elit. Reiciendis in maiores autem quidem.

+

Devops Engineer with 2+1 years of Java,Selenium Automation testing, hands-on experience in cration of complete Devops CI-CD pipeline by integrating Git, Maven, Jenkins, Ansible, Docker, Tomcat and AWS cloud in order to automate the deployment process completely.

+

DevOps Tools

+

Hands-on experience in GIT (distributed version controll tool), Ansible (Configuration management tool), Docker (Container based tool), Jenkins (Continuous integrationtool), Maven (build tool), Tomcat.

-

Skills

-

Lorem ipsum dolor sit amet consectetur adipisicing elit. Reiciendis in maiores autem quidem obcaecati excepturi! Cupiditate eaque itaque magni voluptatibus neque nobis est dolor? Atque sunt minus ipsa asperiores. At.

+

Operating system

+

Redhat linux, Amazon linux, Ubuntu, CentOS, Windows

Projects

Project 1 Project 2 Project 3 - Project 4 - Project 5 +

Contact

-

myEmail@email.com

+

qatapankumar02@gmail.com

From 44fdf107434111df0a832418f2d5e4979f05caa4 Mon Sep 17 00:00:00 2001 From: Crazy Pixels <127502782+tapu0033@users.noreply.github.com> Date: Sun, 14 May 2023 18:34:44 +0530 Subject: [PATCH 08/10] Update index.jsp --- webapp/src/main/webapp/index.jsp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webapp/src/main/webapp/index.jsp b/webapp/src/main/webapp/index.jsp index 7a65b7aa..d72d1df6 100644 --- a/webapp/src/main/webapp/index.jsp +++ b/webapp/src/main/webapp/index.jsp @@ -13,14 +13,14 @@

Tapan Kumar Sahoo

-

City,Country.

+

Bangalore,India.

About

-

Devops Engineer with 2+1 years of Java,Selenium Automation testing, hands-on experience in cration of complete Devops CI-CD pipeline by integrating Git, Maven, Jenkins, Ansible, Docker, Tomcat and AWS cloud in order to automate the deployment process completely.

+

Devops Engineer with 2+1 years of Java,Selenium Automation testing, hands-on experience in creation of complete Devops CI-CD pipeline by integrating Git, Maven, Jenkins, Ansible, Docker, Tomcat and AWS cloud in order to automate the deployment process completely.

DevOps Tools

Hands-on experience in GIT (distributed version controll tool), Ansible (Configuration management tool), Docker (Container based tool), Jenkins (Continuous integrationtool), Maven (build tool), Tomcat.

From eb47825fa9077aa5f14fad1cecede6abb7369332 Mon Sep 17 00:00:00 2001 From: Crazy Pixels <127502782+tapu0033@users.noreply.github.com> Date: Tue, 16 May 2023 12:24:41 +0530 Subject: [PATCH 09/10] Update ChangeHere.txt --- ChangeHere.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeHere.txt b/ChangeHere.txt index 70d974e0..35a2f3bc 100644 --- a/ChangeHere.txt +++ b/ChangeHere.txt @@ -1,3 +1,4 @@ Spider-man Bat-man Super-man +ant-man From b56e67c3e2b8af294384241fda05d055c8521256 Mon Sep 17 00:00:00 2001 From: Crazy Pixels <127502782+tapu0033@users.noreply.github.com> Date: Tue, 16 May 2023 16:53:59 +0530 Subject: [PATCH 10/10] Update index.jsp --- webapp/src/main/webapp/index.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/src/main/webapp/index.jsp b/webapp/src/main/webapp/index.jsp index d72d1df6..811fbf63 100644 --- a/webapp/src/main/webapp/index.jsp +++ b/webapp/src/main/webapp/index.jsp @@ -13,7 +13,7 @@

Tapan Kumar Sahoo

-

Bangalore,India.

+

Bangalore,In