diff --git a/assets/github.png b/assets/github.png new file mode 100644 index 0000000..8a854da Binary files /dev/null and b/assets/github.png differ diff --git a/assets/profile.png b/assets/profile.png new file mode 100644 index 0000000..9ff285f Binary files /dev/null and b/assets/profile.png differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..3529a18 --- /dev/null +++ b/index.html @@ -0,0 +1,142 @@ + + + + + + + Portfolio + + + + + + + + + + + + +
+ +
+
+ Bootstrap Themes +
+
+

Hi, I'm
Pranshu Suman

+

Student @ BITS Pilani
Hyderabad Campus
pursuing CSE.

+

Web Developer
Computer Enthusiast
Intermediate Python Dev.

+
+ +
+
+
+
+ +
+

Projects

+
+
+ + + + + +
+

About Me

+
+
+ +

I am a student pursuing CSE degree at BITS Pilani Hyderabad Campus. I have always been fascinated by computers and how to manipulate them to do things I wanted them to. This curiosity has led me down a path of programming, scripting and developing. I have a long way to go but the things I have learnt never fail to amaze me.

+ + I am interested in finance and consulting as well and currently a conditional consultant at WorldQuant. My team and I won the IQC 2024 University Round. I have also participated in several case study competitions.

+ +
+

Contact Me

+
+

Email: pranshusumanstuff@gmail.com

+ +
+ + + + +
+

© 2024 Pranshu Suman All rights reserved.

+
+ + + + \ No newline at end of file diff --git a/style.css b/style.css new file mode 100644 index 0000000..2560cad --- /dev/null +++ b/style.css @@ -0,0 +1,44 @@ +/*Fonts*/ + +.abril-fatface-regular { + font-family: "Abril Fatface", serif; + font-weight: 400; + font-style: normal; +} + +.montserrat-body { + font-family: "Montserrat", sans-serif; + font-optical-sizing: auto; + font-weight: 292; + font-style: normal; +} + +/*Normal CSS stuff*/ +.titles{ + width: 93%; + margin-bottom: 50px; + margin-top: 30px; + margin-left: 7%; +} + +.carousel-caption { + font-family: "Montserrati"; + color: black; +} + +.projects { + width: 100%; + display: flex; + justify-content: center; +} + +p{ + font-family: Montserrat; +} + +h4 { + font-family: Montserrat; + font-weight: 600; + font-size: 250%; + margin-bottom: 35px; +}