diff --git a/contact.html b/contact.html new file mode 100644 index 0000000..fb24b9e --- /dev/null +++ b/contact.html @@ -0,0 +1,52 @@ + + + + + + Contact Me + + + + + + + + +
+ +
+ +
+
+ +

Contact Me

+ +
+

Feel free to reach out to me through the following channels:

+
+ +
+ + diff --git a/cssimg.png b/cssimg.png new file mode 100644 index 0000000..a37e16e Binary files /dev/null and b/cssimg.png differ diff --git a/htmlimg.png b/htmlimg.png new file mode 100644 index 0000000..cc1d3bb Binary files /dev/null and b/htmlimg.png differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..e28484e --- /dev/null +++ b/index.html @@ -0,0 +1,112 @@ + + + + + + Portfolio + + + + + + + + +
+ +
+
+
+
Hi this is Shreyas from Class 5F
+ + +
+ + + +
developer guy +
+
+
+ + + + + + \ No newline at end of file diff --git a/jsimg.png b/jsimg.png new file mode 100644 index 0000000..d82e04c Binary files /dev/null and b/jsimg.png differ diff --git a/new.png b/new.png new file mode 100644 index 0000000..b960ae9 Binary files /dev/null and b/new.png differ diff --git a/new1.png b/new1.png new file mode 100644 index 0000000..bd696d7 Binary files /dev/null and b/new1.png differ diff --git a/new2.png b/new2.png new file mode 100644 index 0000000..6cfaabf Binary files /dev/null and b/new2.png differ diff --git a/pastprojects.html b/pastprojects.html new file mode 100644 index 0000000..04ed3be --- /dev/null +++ b/pastprojects.html @@ -0,0 +1,63 @@ + + + + + + Portfolio + + + + + + + + +
+ +
+
+
+

My Past Projects

+
+
+
+

Project 1

+

E commerce website named "Small-Basket" using HTML CSS and JS

+
+
+
+

Project 2

+

"Hospital Management System" This program written in the C language using Binary_Search and Quick_Sort

+
+
+
+

Project 3

+

"Hospital Resources conflicts" management system using semaphores

+
+
+
+ + \ No newline at end of file diff --git a/pyimg.png b/pyimg.png new file mode 100644 index 0000000..9ad447e Binary files /dev/null and b/pyimg.png differ diff --git a/skills.html b/skills.html new file mode 100644 index 0000000..2268d7e --- /dev/null +++ b/skills.html @@ -0,0 +1,138 @@ + + + + + + Skills + + + + + + + +
+ +
+
+
+
+
+

HTML

+

Proficient in creating structured and semantic markup for web pages.

+
+
+

CSS

+

Skilled in styling web pages with CSS for a visually appealing and responsive design.

+
+
+

JavaScript

+

Experience in building interactive and dynamic web pages using JavaScript.

+
+
+

Python

+

Proficient in Python programming for ML.

+
+
+

MySQL

+

Knowledge in designing and managing relational databases with MySQL.

+
+
+
+
+ html img +
+
+ css img +
+
+ html img +
+
+ html img +
+
+ html img +
+ + + +
+ + diff --git a/sqlimg.png b/sqlimg.png new file mode 100644 index 0000000..f6e74c6 Binary files /dev/null and b/sqlimg.png differ diff --git a/style.css b/style.css new file mode 100644 index 0000000..a924e7e --- /dev/null +++ b/style.css @@ -0,0 +1,68 @@ + + body{ + background-color: rgb(1, 1, 71); + color : white; + font-family: 'Hedvig Letters Sans', sans-serif; + } + *{ + margin: 0; + padding: 0px; + } + nav{ + display: flex; + justify-content: space-around; + align-items: center; + /* padding: 100 10%; */ + height: 80px; + /* margin-top: 1px; */ + background-color: rgb(2, 2, 39); + } + nav ul{ + display: flex; + justify-content: space-around; + } + nav ul li{ + list-style: none; + padding: 0 23px; + } + nav ul li a{ + text-decoration: none; + color: white; + /* padding: 0 23px; */ + } + nav ul li a:hover{ + text-decoration: underline; + color: royalblue; + /* padding: 0 23px; */ + } + .left{ + + font-size: 1.5rem; + } + .a{ + display: flex; + justify-content: space-around; + margin: 0 2px; + } + .leftside{ + width: 30%; + margin-top: 80px; + /* background-color:red; */ + font-size: 2rem; + /* height: 500px; */ + } + .rightside img{ + /* width: 1000%; */ + margin : 500 0px; + /* background-color: red; */ + /* height: 500px; */ + } + .name{ + color: rgb(219, 9, 222); + /* font-size: 2.5rem; */ + } + #element{ + color: rgb(219, 9, 222); + font-size: 2.5rem; + } + \ No newline at end of file