diff --git a/src/App.css b/src/App.css index 2af3445..2f36007 100644 --- a/src/App.css +++ b/src/App.css @@ -238,8 +238,6 @@ body { letter-spacing: -2.5px; } .project-container { - display: flex; - justify-content: space-between; width: 80%; margin: 2% auto 0; } diff --git a/src/Pages/Projects.jsx b/src/Pages/Projects.jsx index d1afcac..2274a86 100644 --- a/src/Pages/Projects.jsx +++ b/src/Pages/Projects.jsx @@ -1,45 +1,65 @@ import React from "react"; import * as Images from "../images"; -import {Container, Row, Col} from "react-bootstrap" +import { Container, Row, Col } from "react-bootstrap"; export default function Projects() { return ( Project - - + +
- weather-thumb-nail -
- -

WEATHER APP

HTML • CSS • React • API

{/* project section-2 */} - +
- weather-thumb-nail -

QUIZZICAL

HTML • CSS • React • API

@@ -47,20 +67,32 @@ export default function Projects() { {/* Project section-3 */} - +
- weather-thumb-nail -

ROOM BOOKING SYSTEM

@@ -70,19 +102,29 @@ export default function Projects() { {/* Project section-4 */} - +
- weather-thumb-nail -

Walk-As-You-Scroll

@@ -90,6 +132,82 @@ export default function Projects() {

+ + {/* Project section-5 */} + + +
+

Password Generator

+

HTML • CSS • React • Bootstrap

+
+ + + {/* Project section-6 */} + + +
+

E-Commerce

+

+ HTML • SASS • React • Tailwind • NextJS • Prisma • Stripe +

+
+ ); diff --git a/src/images/e-commerceThumbnail.png b/src/images/e-commerceThumbnail.png new file mode 100644 index 0000000..cf8493c Binary files /dev/null and b/src/images/e-commerceThumbnail.png differ diff --git a/src/images/index.js b/src/images/index.js index eb10d14..7004f16 100644 --- a/src/images/index.js +++ b/src/images/index.js @@ -18,4 +18,5 @@ export { default as weatherThumbNail} from "./weatherThumbNail.png" export { default as quizThumbNail} from "./quizThumbNail.png" export { default as roomsystemThumbNail} from "./roomsystemThumbNail.png" export { default as chromeExtThumbNail} from "./chromeExtThumbNail.png" - +export { default as pwAppThumbnail} from "./pwAppThumbnail.png" +export { default as ecommerceThumbnail} from "./e-commerceThumbnail.png" diff --git a/src/images/pwAppThumbnail.png b/src/images/pwAppThumbnail.png new file mode 100644 index 0000000..007f840 Binary files /dev/null and b/src/images/pwAppThumbnail.png differ