This repository contains the tasks for CodSoft Web-Development Internship, which includes creating a Portfolio, Landing Page, and a Calculator.
- Folder:
portfolio
index.html
: The main HTML file for portfolio.sassets/css/style.css
: The CSS file for styling portfolio.img/
: Stored all the images used in portfolio here.
Create a professional portfolio website to showcase your work, skills, and projects. Customize it to reflect your personality and skills as a fullstack web developer and game developer.
- Folder:
landing-page
index.html
: The main HTML file for landing page.assets/css/style.css
: The CSS file for styling landing page.assets/image/
: Stored all the images used on the landing page here.
Design and develop an eye-catching landing page using HTML,CSS & Swiper.js.
- Folder:
calculator
index.html
: The main HTML file for your calculator.script.js
: The JavaScript file for the calculator functionality.style.css
: The CSS file for styling the calculator.
Create a simple web-based calculator using HTML,CSS & JavaScript. The calculator should be able to perform basic arithmetic operations like addition, subtraction, multiplication, division and many more.