Skip to content

Commit b929ea8

Browse files
committed
Release: v1.2.1
1 parent 4fe33c0 commit b929ea8

29 files changed

+196
-80
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules

README.md

Lines changed: 26 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<p align = "center">
2-
3-
<img src = "public/assets/icon.png" style = "height:250px;width:250px">
4-
2+
<img src = "public/icon.png" style = "height:250px;width:250px">
53
</p>
64

75
<h1 align = "center">
@@ -14,7 +12,7 @@
1412

1513
![Tools](https://skillicons.dev/icons?i=javascript,css,html,react,nodejs,tailwind,vscode,vercel,github&perline=25)
1614

17-
![Screenshot](public/github/screenshot_laptop.png)
15+
![Screenshot](public/screenshot_laptop.png)
1816

1917
</div>
2018

@@ -23,48 +21,36 @@
2321
## ABOUT:
2422

2523

26-
Here is the latest version of my portfolio, crafted using HTML, CSS, JavaScript, TypeScript, React, and Tailwind. This update highlights my proficiency with modern web technologies, featuring a sleek and responsive design. The integration of React and Tailwind enhances the user experience with seamless interactivity and aesthetics. Vercel has been used for Deploying this Project.
24+
Welcome to Portfolio V2 — a showcase of my web development journey and modern frontend skills. Built with React, TypeScript, and Tailwind CSS, the site features advanced animations, multilingual support, and beautiful responsiveness for any device.
2725

28-
View my Website here - https://zemerik.vercel.app
26+
See the live site: [https://zemerik.vercel.app](https://zemerik.vercel.app)
2927

3028
## FEATURES:
3129

32-
<table align = "center">
33-
<tr>
34-
<td>
35-
🎩 Responsive Navbar with Icons and hover effects
36-
<br>
37-
<br>
38-
🤯 Option to Switch between German and English Language
39-
<br>
40-
<br>
41-
⚡ Tailwind Effects for Quotes and other text / animations
42-
<br>
43-
<br>
44-
🏆 Dragable and Self - Updating Project Cards
45-
<br>
46-
<br>
47-
📝 Code Snippets Outlining Achievements and Milestones
48-
<br>
49-
<br>
50-
✈️ Mailing / Messaging Option
51-
</td>
52-
<td>
53-
54-
<img src = "public/github/screenshot_phone.png" style = "height: 400px; width: 250px">
55-
</td>
56-
</tr>
57-
</table>
30+
- **Beautiful, Modern UI:** Clean design with glassmorphism, elegant gradients, soft shadows, and seamless responsiveness for all devices.
31+
- **Animated About Me Section:** Includes an interactive coding laptop illustration, highlighting your personality and interests with micro-animations and rewritten engaging content.
32+
- **Multi-Language Support:** Instantly switch between German and English with a simple toggle.
33+
- **Live Projects Carousel:** Drag-and-scroll project showcase cards, updating automatically to reflect your latest work.
34+
- **Achievements as Code Snippets:** Your technical milestones and skill highlights are presented as styled and interactive code cards.
35+
- **Framer Motion Animations:** Subtle section transitions, hover effects, and attention-grabbing highlights for a dynamic user experience.
36+
- **Tailwind CSS Styling:** Fast, easy theming and customization supporting dark/light/modern color schemes.
37+
- **Quotes Slider:** Inspirational and tech-related quotes slider powered by Swiper.js.
38+
- **One-click Contact:** Direct email/messaging option for easy communication.
39+
- **Mobile-First:** Optimized layouts and performance for mobile users and touch interactivity.
40+
41+
<p align="center">
42+
<img src="public/screenshot_phone.png" style="height: 400px; width: 250px">
43+
</p>
5844

5945
## USAGE:
6046

61-
- Make a local copy of this Repository on your Machine through the following Git Command:
47+
- **Clone this repository:**
6248

6349
```
6450
git clone https://github.com/Zemerik/Portfolio-v2
6551
```
6652

67-
- Navigate to the Project Directory by the command below:
53+
- **Navigate to the project directory:**
6854

6955
```
7056
cd Portfolio-v2
@@ -73,21 +59,23 @@ cd Portfolio-v2
7359
> [!Important]
7460
> You need to have [nodeJS](https://nodejs.org/en) installed
7561
76-
- Start the Development Server by the following commmand:
62+
- **Start the development server:**
7763

7864
```nodejs
7965
npm run dev
8066
```
8167

82-
> [!Tip]
83-
> All of your changes can be made in the `data.tsx` file located in `src/assets/lib/` directory, while the favicon can be altered in the `index.html` file.
68+
> **Tip:**
69+
> Most site content is managed from the `data.tsx` file in `src/assets/lib/`. Customize site icons in `index.html`.
70+
8471

8572
> [!Caution]
8673
> Distribution or Use of any Personal Information is not allowed in any form.
8774
8875
## CONTRIBUTING:
8976

90-
Contributions are always welcome and appreciated. Feel free to create an Issue or Pull - Request for any fixes, bug reports, feature request or more.
77+
Contributions and feedback are welcome! Feel free to open issues or pull requests for features, improvements, or bug fixes.
78+
9179

9280
<h1 align = "center">
9381
Thanks for Visiting🙏

RELEASE_NOTES.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Release Notes
2+
3+
## v1.2.1 (Current Release)
4+
5+
### ✨ New Features
6+
- Animated star field background appears throughout the site for a modern, immersive feel.
7+
- Glassmorphic, soft-shadowed redesign of About Me cards for a cleaner, trendier presentation.
8+
- Animated coding laptop SVG in the About Me section replaces profile photo for a creative developer touch.
9+
10+
### 📝 Content & UI Improvements
11+
- Rewritten About Me content for clarity, conciseness, and appeal, highlighting recent achievements and personal story.
12+
- Upgraded color palette for a softer, more cohesive look.
13+
- Added subtle hover/interaction micro-animations to About Me and project cards.
14+
- Feature section refreshed in README.md to better reflect site capabilities and UI experience.
15+
- README.md and usage instructions clarified, with improved tone and formatting.
16+
17+
### 🌍 Localization
18+
- Multi-language support remains seamless (English and German), with instant switching and improved clarity in English sections.
19+
20+
### 🛠️ Fixes & Infrastructure
21+
- Improved responsiveness for both desktop and mobile layouts.
22+
- General UI polish and small bug fixes.
23+
- No breaking changes or migration required for site content or deployment scripts.
24+
25+
---
26+
27+
## v1.0.1 (Previous Release)
28+
- Initial stable release with modern UI, project cards, language switching, and core about/contact features implemented.
29+

package-lock.json

Lines changed: 0 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "finaleseite2",
2+
"name": "portfolio-v2",
33
"private": true,
4-
"version": "0.0.0",
4+
"version": "1.2.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

public/assets/hemang1.png

-80.2 KB
Binary file not shown.

public/assets/icon.png

-654 KB
Binary file not shown.
-256 KB
Binary file not shown.

public/assets/screenshot_phone.png

-189 KB
Binary file not shown.
-256 KB
Binary file not shown.

0 commit comments

Comments
 (0)