diff --git a/about_me.css b/about_me.css new file mode 100644 index 0000000..6b90aba --- /dev/null +++ b/about_me.css @@ -0,0 +1,67 @@ +body { + background: black; +} + +#nav-bar { + background: black; +} + +.heading { + display: flex; + justify-content: center; + align-items: center; + margin: 10px; +} +.logo { + filter: invert(1); +} + +.titles h1 { + font-size: 5rem; + color: D0F288; + font-family: 'Caveat', cursive; + font-family: 'Libre Baskerville', serif; + font-family: 'Rubik', sans-serif; + font-weight: bold; +} + +.contact-div { + color: white; + width: 50%; + position: relative; + left: 35%; + font-size: 1.5rem; +} + +.about-me { + display: flex; + flex-direction: column; +} + +.heading p { + color: white; + font-size: 1.7rem; + width: 50%; + position: relative; + left: 25%; +} + +.project-button { + border-width: 0; + border-radius: 20px; + font-size: 2rem; + padding-left: 10px; + padding-right: 10px; + color: white; + background-color: #7962bd; +} + +.project-button img { + margin-bottom: 8px; +} + +.project-button:hover { + border-color: white; + border-width: 2px; + color: white; +} \ No newline at end of file diff --git a/about_me.html b/about_me.html new file mode 100644 index 0000000..c160cbb --- /dev/null +++ b/about_me.html @@ -0,0 +1,90 @@ + + + + + Contact - Rishabh + + + + + + + + + + +
+
+

About Me


+
+
+

Hello! I'm Rishabh Gokhe,proficient in development, 3D modeling, and UI design, this website serves as a showcase of my work. I'm excited about the possibility of collaborating with you. +
Currently Bachelor of Technology Computer Science Student +
Based in Nagpur +
Skills - Python, Xcode, Web Development, Blender +

+
+
+ +
+
+ + +
+
+

Contact Me

+
+
+ + +
+
+ +
+
+ + + + + + + + \ No newline at end of file diff --git a/arrow-right-circle-fill.svg b/arrow-right-circle-fill.svg new file mode 100644 index 0000000..32c21ea --- /dev/null +++ b/arrow-right-circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file