diff --git a/task_webDev/simhadri_santosh_2102081013/CSS/favicon.ico b/task_webDev/simhadri_santosh_2102081013/CSS/favicon.ico new file mode 100644 index 0000000..fa6afc4 Binary files /dev/null and b/task_webDev/simhadri_santosh_2102081013/CSS/favicon.ico differ diff --git a/task_webDev/simhadri_santosh_2102081013/CSS/style.css b/task_webDev/simhadri_santosh_2102081013/CSS/style.css new file mode 100644 index 0000000..efa27c2 --- /dev/null +++ b/task_webDev/simhadri_santosh_2102081013/CSS/style.css @@ -0,0 +1,140 @@ +body { background-color: #FFF5E1; + text-align: center; + margin: 3px; + margin-top: 10%; + bottom: 0px; + color: #0C1E7F; +} +.intro { + text-align: center; +} +h2 { + font-size: 3rem; + font-style: san-serins; + text-align: center; + color: #781C68; + margin-top: 0; + margin-bottom: 0; +} +h1 { + font-size: 5rem; + text-align: center; + font-style: oblique; + display: inline; + background-color: #FFCBCB; + border: hidden 1px; + border-radius: 10%; + +} +.name { + font-size: 25px; + color: #9A0680; + display: inline; + +} +.about{ + text-align: center; +} +.photo { + border: 5px solid; + border-color: olive; + border-style: groove; + border-radius: 50%; + display: inline-block; + padding: 0px; + text-align: center; + box-shadow: #781C68; + margin: 0 auto 0 auto; +} +.it { + color: black; +} + +.me { + font-size: 40px; + margin: 0; +} +.achievements { + margin-top: 2.5rem; + text-align: center; + margin-bottom: 2.5rem; +} +h3 { + font-size: 50px; + display: inline-block; + margin-bottom: 10px; +} +.title_img { + height: 50px; + width: 40px; +} +.badge { + margin-left: 10px; + margin-right: 10px; +} +.edu { + margin-bottom: 3rem; +} +.education { + margin: 0% auto; + font-size: 30px; + text-align: center; +} +.contact { + margin-top: 5rem; + margin-bottom: 3rem; +} +.btn { + background: #781C68; + background-image: -webkit-linear-gradient(top, #781C68, #2980b9); + background-image: -moz-linear-gradient(top, #781C68, #2980b9); + background-image: -ms-linear-gradient(top, #781C68, #2980b9); + background-image: -o-linear-gradient(top, #781C68, #2980b9); + background-image: linear-gradient(to bottom, #781C68, #2980b9); + -webkit-border-radius: 15; + -moz-border-radius: 15; + border-radius: 15px; + font-family: Georgia; + color: #ffffff; + font-size: 30px; + padding: 10px 20px 10px 20px; + text-decoration: none; + + } + + .btn:hover { + background: #9A0680; + background-image: -webkit-linear-gradient(top, #9A0680, #3498db); + background-image: -moz-linear-gradient(top, #9A0680, #3498db); + background-image: -ms-linear-gradient(top, #9A0680, #3498db); + background-image: -o-linear-gradient(top, #9A0680, #3498db); + background-image: linear-gradient(to bottom, #9A0680, #3498db); + text-decoration: none; + } +.footer { + text-align: center; + background-color: #FFD39A; + left: 3px; + right: 3px; + bottom: 0px; + display: inline-block; + margin-bottom: 0px; + position: relative; + + width: 100%; +} + +.social { + border: 2px solid; + padding: 1px; + border-radius: 50% 50%; + position: relative; + + margin-left: 10px; + margin-right: 10px; + height: 50px; + width: 50px; +} +.address { + font-size: 1.5rem; +} \ No newline at end of file diff --git a/task_webDev/simhadri_santosh_2102081013/amateur_hacherearth.png b/task_webDev/simhadri_santosh_2102081013/amateur_hacherearth.png new file mode 100644 index 0000000..60370c9 Binary files /dev/null and b/task_webDev/simhadri_santosh_2102081013/amateur_hacherearth.png differ diff --git a/task_webDev/simhadri_santosh_2102081013/basic_programming_3.png b/task_webDev/simhadri_santosh_2102081013/basic_programming_3.png new file mode 100644 index 0000000..e41acf5 Binary files /dev/null and b/task_webDev/simhadri_santosh_2102081013/basic_programming_3.png differ diff --git a/task_webDev/simhadri_santosh_2102081013/coding.png b/task_webDev/simhadri_santosh_2102081013/coding.png new file mode 100644 index 0000000..2e44a6a Binary files /dev/null and b/task_webDev/simhadri_santosh_2102081013/coding.png differ diff --git a/task_webDev/simhadri_santosh_2102081013/contactme.html b/task_webDev/simhadri_santosh_2102081013/contactme.html new file mode 100644 index 0000000..662085d --- /dev/null +++ b/task_webDev/simhadri_santosh_2102081013/contactme.html @@ -0,0 +1,21 @@ + + + + + My Contact Information + + + + +

+ Address +

+

+ Jenna Street, B.C.Road, JK Pur, Rayagada, Odisha +
+ Mobile no:- 7205733895 +
+ Email:- santoshsimhadri2211@gmail.com +

+ + \ No newline at end of file diff --git a/task_webDev/simhadri_santosh_2102081013/githubicon.png b/task_webDev/simhadri_santosh_2102081013/githubicon.png new file mode 100644 index 0000000..1a3571d Binary files /dev/null and b/task_webDev/simhadri_santosh_2102081013/githubicon.png differ diff --git a/task_webDev/simhadri_santosh_2102081013/hackerearth_cpp.png b/task_webDev/simhadri_santosh_2102081013/hackerearth_cpp.png new file mode 100644 index 0000000..0d5968d Binary files /dev/null and b/task_webDev/simhadri_santosh_2102081013/hackerearth_cpp.png differ diff --git a/task_webDev/simhadri_santosh_2102081013/hackerrank.jpg b/task_webDev/simhadri_santosh_2102081013/hackerrank.jpg new file mode 100644 index 0000000..9aba04e Binary files /dev/null and b/task_webDev/simhadri_santosh_2102081013/hackerrank.jpg differ diff --git a/task_webDev/simhadri_santosh_2102081013/index.html b/task_webDev/simhadri_santosh_2102081013/index.html new file mode 100644 index 0000000..1f859b5 --- /dev/null +++ b/task_webDev/simhadri_santosh_2102081013/index.html @@ -0,0 +1,70 @@ + + + + My Personal Portfolio + + + + +
+
+
+
+

Welcome to my page!

+

+ I'm +

+
+

Simhadri Santosh

+

An IT Undergrad from VSSUT,Burla

+
+
+ +
+ my_profile.png +

A gentle Coder with an ample knowledge in C & C++.

+ +
+
+

Achievements

+
+ +

Coding

+ +
+ + + HackerEarth + amateur_hacherearth.png + hackerrank.jpg + basic_programming_3.png +
+
+

Education

+ + + + + + + + + + + +
Matriculation :- Lakshmipat Singhania Public School JK Pur
Intermediate :- Sri Chaitanya Techno School Visakhapatnam
+
+
Contact Me
+ + + + + + + \ No newline at end of file diff --git a/task_webDev/simhadri_santosh_2102081013/instagramicon.jpg b/task_webDev/simhadri_santosh_2102081013/instagramicon.jpg new file mode 100644 index 0000000..6553ac0 Binary files /dev/null and b/task_webDev/simhadri_santosh_2102081013/instagramicon.jpg differ diff --git a/task_webDev/simhadri_santosh_2102081013/linkedinicon.jpg b/task_webDev/simhadri_santosh_2102081013/linkedinicon.jpg new file mode 100644 index 0000000..9bad547 Binary files /dev/null and b/task_webDev/simhadri_santosh_2102081013/linkedinicon.jpg differ diff --git a/task_webDev/simhadri_santosh_2102081013/my_profile.png b/task_webDev/simhadri_santosh_2102081013/my_profile.png new file mode 100644 index 0000000..0dcb247 Binary files /dev/null and b/task_webDev/simhadri_santosh_2102081013/my_profile.png differ