From cfb0301b9ce5a336d4a8b7d0c25688d15b44324f Mon Sep 17 00:00:00 2001 From: "Famina.V.P" <68810630+faminavp@users.noreply.github.com> Date: Sat, 15 Aug 2020 21:28:14 +0530 Subject: [PATCH 1/5] Add files via upload Task 1 | Day 3 --- index.html | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/index.html b/index.html index 078f59f..50f203e 100644 --- a/index.html +++ b/index.html @@ -1,8 +1,12 @@ - - - Fi Pro Challenge - - -Lets Begin The Challenge - - + + + + famina.vp + + +

+

Famina.V.P

+

Community Lead at TinkerHub KMCT CE | B.Tech Student

+ I am the mentor of Fi-Pro Challenge + + From 6fa92bdf96e8571a341635be94c0fbb76feca43f Mon Sep 17 00:00:00 2001 From: "Famina.V.P" <68810630+faminavp@users.noreply.github.com> Date: Mon, 17 Aug 2020 15:21:43 +0530 Subject: [PATCH 2/5] Add files via upload Day 4 | Task 2 --- form.html | 44 ++++++++++++++++++++++++++++++++++++++++++++ socialmedia.html | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 91 insertions(+) create mode 100644 form.html create mode 100644 socialmedia.html diff --git a/form.html b/form.html new file mode 100644 index 0000000..8475c50 --- /dev/null +++ b/form.html @@ -0,0 +1,44 @@ + + + + Registration Form + + +

Registration Form

+
+ + +

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

+ +
+
+ + +

+ I accept the terms and condition +

+ +
+ + + \ No newline at end of file diff --git a/socialmedia.html b/socialmedia.html new file mode 100644 index 0000000..6908a0c --- /dev/null +++ b/socialmedia.html @@ -0,0 +1,47 @@ + + + Social Media +

Social Media Accounts

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
Platform LogoPlatform NameUser name
+
+
Githubfaminavp
+
+
LinkedInfamina vp
+
+
Instagramfamina.v.p
+
+
WhatsaAppfamina.v.p
+
+
Facebookfamina.v.p
+ + + \ No newline at end of file From 2edc7e2aa7ed30162005ecc6c48e8a1e45a251c5 Mon Sep 17 00:00:00 2001 From: "Famina.V.P" <68810630+faminavp@users.noreply.github.com> Date: Thu, 20 Aug 2020 21:11:32 +0530 Subject: [PATCH 3/5] Add files via upload Portfolio --- porrtfolio.html | 72 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 porrtfolio.html diff --git a/porrtfolio.html b/porrtfolio.html new file mode 100644 index 0000000..fb57146 --- /dev/null +++ b/porrtfolio.html @@ -0,0 +1,72 @@ + + + + My Portfolio + + + +



Hi, I'm Famina.V.P

+

Community Lead at TinkerHub | Bachelor of Technology in Information Technology

+ + +


+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
Platform LogoPlatform NameUser name
+
+
Githubfaminavp
+
+
LinkedInfamina vp
+
+
Instagramfamina.v.p
+
+
WhatsaAppfamina.v.p
+
+
Facebookfamina.v.p
+
+ + +
+ + + \ No newline at end of file From 197a4c5dec2727ccada60a9c20f3c7b068233ea8 Mon Sep 17 00:00:00 2001 From: "Famina.V.P" <68810630+faminavp@users.noreply.github.com> Date: Thu, 20 Aug 2020 21:52:50 +0530 Subject: [PATCH 4/5] Delete index.html --- index.html | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 index.html diff --git a/index.html b/index.html deleted file mode 100644 index 50f203e..0000000 --- a/index.html +++ /dev/null @@ -1,12 +0,0 @@ - - - - famina.vp - - -

-

Famina.V.P

-

Community Lead at TinkerHub KMCT CE | B.Tech Student

- I am the mentor of Fi-Pro Challenge - - From df10d17eca8507ece2586983288cd00ff6890df1 Mon Sep 17 00:00:00 2001 From: "Famina.V.P" <68810630+faminavp@users.noreply.github.com> Date: Sun, 23 Aug 2020 21:48:20 +0530 Subject: [PATCH 5/5] Add files via upload Simple Calculator --- calc..html | 55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ calc.css | 22 ++++++++++++++++++++++ calc.js | 12 ++++++++++++ 3 files changed, 89 insertions(+) create mode 100644 calc..html create mode 100644 calc.css create mode 100644 calc.js diff --git a/calc..html b/calc..html new file mode 100644 index 0000000..e383a7d --- /dev/null +++ b/calc..html @@ -0,0 +1,55 @@ + + + + + + Document + + + +
+

Calculator

+
+
+
+ +
+
+ +
+ + + + + +
+
+ + + + + +
+
+ + + + + +
+
+ + + + + +
+ +
+ +
+ +
+
+ + diff --git a/calc.css b/calc.css new file mode 100644 index 0000000..85d084b --- /dev/null +++ b/calc.css @@ -0,0 +1,22 @@ +body{ + background-color: rgb(182, 247, 144); + background-image: url(https://images.unsplash.com/photo-1559686475-c44247959fbc?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=500&q=60); +} +#screen{ + width: 27%; + margin-left: 36px; + height: 40px; + margin-top: 30px; + pointer-events: none; +} +.btn{ + width: 60px; + height: 45px; + margin-left: 30px; + margin-top: 30px; + font-size: 20px; + background-color: #f1e5e5; +} + + + \ No newline at end of file diff --git a/calc.js b/calc.js new file mode 100644 index 0000000..bb92821 --- /dev/null +++ b/calc.js @@ -0,0 +1,12 @@ +function buttonClick(val) +{ + document.getElementById("screen").value=document.getElementById("screen").value+val; +} +function displayClear(){ + document.getElementById("screen").value="" +} +function equalClick(){ + var text=document.getElementById("screen").value + var result=eval(text) + document.getElementById("screen").value=result +}