|
1 | 1 | import React from 'react';
|
2 |
| - |
3 |
| -// styles are here |
4 | 2 | import '../../Styles/Webinfo.css';
|
5 | 3 |
|
6 | 4 | export default function Webinfo() {
|
7 | 5 | return (
|
8 | 6 | <div className="webinfo-container">
|
9 | 7 | <div className="webinfo-content">
|
10 |
| - <h1 className="webinfo-title">React Portfolio Website</h1> |
11 |
| - <p className="webinfo-description">Welcome to my React portfolio website! This repository contains the code for my personal portfolio website built using React and Vite.</p> |
12 |
| - <p className="webinfo-link">You can view the live website <a href="https://buddhadebkoner.github.io/ExploreBuddhadebKoner/">here</a>.</p> |
13 |
| - <div className="webinfo-section"> |
14 |
| - <h2 className="webinfo-section-title">Installation</h2> |
15 |
| - <p className="webinfo-section-description">To run this project locally, follow these steps:</p> |
16 |
| - <ol className="webinfo-list"> |
17 |
| - <li className="webinfo-list-item">Clone the repository to your local machine:</li> |
18 |
| - </ol> |
19 |
| - <pre className="webinfo-code"><code>git clone https://github.com/BuddhadebKoner/ExploreBuddhadebKoner.git</code></pre> |
20 |
| - </div> |
21 |
| - <div className="webinfo-section"> |
22 |
| - <h2 className="webinfo-section-title">Navigate to the project directory</h2> |
23 |
| - <pre className="webinfo-code"><code>cd ExploreBuddhadebKoner</code></pre> |
24 |
| - </div> |
25 |
| - <div className="webinfo-section"> |
26 |
| - <h2 className="webinfo-section-title">Install dependencies using npm</h2> |
27 |
| - <pre className="webinfo-code"><code>npm install react react-dom react-router-dom</code></pre> |
28 |
| - <pre className="webinfo-code"><code>npm install --save-dev vite @vitejs/plugin-react</code></pre> |
29 |
| - </div> |
30 |
| - <div className="webinfo-section"> |
31 |
| - <h2 className="webinfo-section-title">Usage</h2> |
32 |
| - <p className="webinfo-section-description">Once you've installed the dependencies, you can start the development server by running:</p> |
33 |
| - <pre className="webinfo-code"><code>npm run dev</code></pre> |
34 |
| - <p className="webinfo-section-description">This command will start the development server and open the website in your default web browser. You can then make changes to the code and see the results in real-time.</p> |
35 |
| - </div> |
36 |
| - <div className="webinfo-section"> |
37 |
| - <h2 className="webinfo-section-title">Build</h2> |
38 |
| - <p className="webinfo-section-description">To build the project for production, run:</p> |
39 |
| - <pre className="webinfo-code"><code>npm run build</code></pre> |
40 |
| - <p className="webinfo-section-description">This command will create an optimized build of the website in the dist directory.</p> |
41 |
| - </div> |
42 | 8 | <div className="webinfo-section">
|
43 |
| - <h2 className="webinfo-section-title">Contributing</h2> |
44 |
| - <p className="webinfo-section-description">Contributions are welcome! If you find any bugs or have suggestions for improvements, please open an issue or submit a pull request.</p> |
| 9 | + <h1 className="webinfo-section-title">Skills and Interests</h1> |
| 10 | + <p className="webinfo-section-description"> |
| 11 | + Here's a glimpse into my skills, interests, and what defines me: |
| 12 | + </p> |
45 | 13 | </div>
|
| 14 | + <ul className="webinfo-list"> |
| 15 | + <li className="webinfo-list-item"> |
| 16 | + <h2 className="webinfo-item-title">MERN Stack Developer</h2> |
| 17 | + <p className="webinfo-item-description"> |
| 18 | + Proficient in building full-stack web applications using MongoDB, Express.js, React.js, and Node.js. |
| 19 | + </p> |
| 20 | + </li> |
| 21 | + <li className="webinfo-list-item"> |
| 22 | + <h2 className="webinfo-item-title">Programming Languages</h2> |
| 23 | + <p className="webinfo-item-description"> |
| 24 | + Skilled in C++, C, and Python, with a strong foundation in algorithmic thinking and problem-solving. |
| 25 | + </p> |
| 26 | + </li> |
| 27 | + <li className="webinfo-list-item"> |
| 28 | + <h2 className="webinfo-item-title">Content Creator</h2> |
| 29 | + <p className="webinfo-item-description"> |
| 30 | + Enjoy creating engaging content, blending creativity and humor, especially in meme creation and digital content. |
| 31 | + </p> |
| 32 | + </li> |
| 33 | + <li className="webinfo-list-item"> |
| 34 | + <h2 className="webinfo-item-title">Messi Enthusiast</h2> |
| 35 | + <p className="webinfo-item-description"> |
| 36 | + Passionate about football, particularly a fan of Lionel Messi and avidly follow matches and career highlights. |
| 37 | + </p> |
| 38 | + </li> |
| 39 | + <li className="webinfo-list-item"> |
| 40 | + <h2 className="webinfo-item-title">Learning in Public</h2> |
| 41 | + <p className="webinfo-item-description"> |
| 42 | + Embrace the philosophy of learning in public, sharing knowledge, and documenting learning journeys to inspire others. |
| 43 | + </p> |
| 44 | + </li> |
| 45 | + </ul> |
46 | 46 | </div>
|
47 | 47 | </div>
|
48 | 48 | );
|
|
0 commit comments