diff --git a/submissions/# Portfolio Project.md b/submissions/# Portfolio Project.md
new file mode 100644
index 0000000..344803f
--- /dev/null
+++ b/submissions/# Portfolio Project.md
@@ -0,0 +1,38 @@
+# Portfolio Project
+
+This is a simple portfolio webpage created using **HTML**, **CSS**, and **JavaScript**.
+
+## Features
+- Displays your **name** and **tagline**
+- Includes an **About Me** section
+- Has contact information (Email)
+- Styled with custom CSS for fonts, colors, and layout
+- Three buttons that **change the background color** using JavaScript
+
+## Files Included
+### 1. `index.html`
+Contains the main structure of your portfolio webpage.
+
+### 2. `style.css`
+Contains styling for:
+- Layout
+- Fonts
+- Colors
+- Buttons
+
+### 3. `script.js`
+Contains JavaScript function:
+- `changeColor(color)` – changes the background color of the webpage
+
+## How to Use
+1. Place all files in the same folder:
+```
+/portfolio
+ ├── index.html
+ ├── style.css
+ └── script.js
+```
+2. Open **index.html** in your browser.
+
+## Contact
+Email: **voshubh.6421@gmail.com**
diff --git a/submissions/index.html b/submissions/index.html
new file mode 100644
index 0000000..6b6a813
--- /dev/null
+++ b/submissions/index.html
@@ -0,0 +1,63 @@
+
+
+
+
+
+ Voshubh Portfolio
+
+
+
+
+
Voshubh
+
Web Developer | Learner | Creator
+
+
+
+
About Me
+
Hello! I am Voshubh, a passionate learner exploring web development. This is my simple portfolio page created using HTML, CSS, and JavaScript.