diff --git a/Portfolio-Websites/C++.png b/Portfolio-Websites/C++.png new file mode 100644 index 0000000..1a03e36 Binary files /dev/null and b/Portfolio-Websites/C++.png differ diff --git a/Portfolio-Websites/C.png b/Portfolio-Websites/C.png new file mode 100644 index 0000000..5e1d8b8 Binary files /dev/null and b/Portfolio-Websites/C.png differ diff --git a/Portfolio-Websites/SHIRSHA.rar b/Portfolio-Websites/SHIRSHA.rar new file mode 100644 index 0000000..9cdbb26 Binary files /dev/null and b/Portfolio-Websites/SHIRSHA.rar differ diff --git a/Portfolio-Websites/SirsaChakraborty_InternshalaResume.pdf b/Portfolio-Websites/SirsaChakraborty_InternshalaResume.pdf new file mode 100644 index 0000000..c004630 Binary files /dev/null and b/Portfolio-Websites/SirsaChakraborty_InternshalaResume.pdf differ diff --git a/Portfolio-Websites/boot.png b/Portfolio-Websites/boot.png new file mode 100644 index 0000000..88f8fee Binary files /dev/null and b/Portfolio-Websites/boot.png differ diff --git a/Portfolio-Websites/capture1.png b/Portfolio-Websites/capture1.png new file mode 100644 index 0000000..5b805b1 Binary files /dev/null and b/Portfolio-Websites/capture1.png differ diff --git a/Portfolio-Websites/css.png b/Portfolio-Websites/css.png new file mode 100644 index 0000000..d65e300 Binary files /dev/null and b/Portfolio-Websites/css.png differ diff --git a/Portfolio-Websites/html.png b/Portfolio-Websites/html.png new file mode 100644 index 0000000..f5c8072 Binary files /dev/null and b/Portfolio-Websites/html.png differ diff --git a/Portfolio-Websites/image2.jpeg b/Portfolio-Websites/image2.jpeg new file mode 100644 index 0000000..9d0173b Binary files /dev/null and b/Portfolio-Websites/image2.jpeg differ diff --git a/Portfolio-Websites/index.html b/Portfolio-Websites/index.html new file mode 100644 index 0000000..d8cf431 --- /dev/null +++ b/Portfolio-Websites/index.html @@ -0,0 +1,282 @@ + + + + + + + + + + + + + + My Portfolio + + +
+ + + +
+
+
+ +
+ +
+
+
+
+
+ + + + + + + + + + \ No newline at end of file diff --git a/Portfolio-Websites/js.png b/Portfolio-Websites/js.png new file mode 100644 index 0000000..fcd096a Binary files /dev/null and b/Portfolio-Websites/js.png differ diff --git a/Portfolio-Websites/style.css b/Portfolio-Websites/style.css new file mode 100644 index 0000000..f7b91a9 --- /dev/null +++ b/Portfolio-Websites/style.css @@ -0,0 +1,150 @@ +.menu{ + min-width: 200px; + color: white; + font-size: 1.5em; + text-align: center; + padding-top: 40px; +} +.image-container{ + display: flex; + position: relative; + text-align: center; +} +.navbar{ + background-color: black; +} + +img { + min-width: 100%; + min-height: 100%; + width: auto; + height: auto; + } +#banner-image{ + min-width: 100%; + min-height: 100%; + width: auto; + height: auto; +} +.banner-title{ + position: absolute; + top: 30%; + left: 35%; + font-size: 5em; +} +.banner-subtitle{ + position: absolute; + top: 40%; + font-size: 2em; + left: 42%; +} +.skill{ + padding-left: 15%; +} +#image{ +width: 150px; +width: 150px; +margin-right: 50px; +} +#skill-text +{ + color: black; + margin-top: 30px; + font-weight: bold; + font-size: 2em; +} +.skills-heading{ + color:black; + font-weight: bolder; + +} +.skills-title{ + margin-top: 5%; + display: flex; + widows: 100%; + height: 100px; + color:black; + font-size: 2em; + margin-left: 45%; +} +.portfolio-heading{ + display: flex; + widows: 100%; + height: 100px; + margin-top: 50px; + font-size: 2em; + margin-bottom: 10px; +} +.portfolio-title{ + margin-left: 45%; + margin-top: 25px; +} +.portfolio-container{ + display: flex; + margin-left: 50px; + margin-top: 100px; +} +#portfolioimg{ + height: 400px; + width: 300px; + margin-left: 100px; +} +.portfolio-desc{ + margin-left: 20px; +} +.portfolio-name{ + font-size: 2em; + margin-left: 100px; +} +.portfolio-info{ + font-size: 1em; + margin-left: 100px; + color: grey; +} + +hr{ + width: 50%; + align-self: center; +} +#food{ + padding: 4%; +} +#Medical{ + padding: 4%; +} +#cal{ + padding: 4%; +} + +.skill-container{ + color: white; + display: flex; + width: 100%; + height: 150px; + margin-top:auto; + margin-left: auto; +} +.skill1{ + display: flex; + width: 100%; + margin-top: 20px; + justify-content: center; +} +#image{ + width: 100px; + height: 90px; + margin-right: 50px; +} +.navbar{ + background-color: black; +} +#aboutme{ + background-image: linear-gradient(rgb(176, 189, 248), rgb(238, 168, 209)); +} + +.center{ + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; +} \ No newline at end of file