From a36b37df5e58f006cf3455720f620ae2bf4403db Mon Sep 17 00:00:00 2001 From: Saumit Dinesan Date: Thu, 17 Aug 2023 11:42:19 +0530 Subject: Lab01: Create Basic Portfolio website w tables - Adding Readme --- Lab01/README.md | 15 +++++++++++++++ Lab01/screenshot-lab01.png | Bin 0 -> 128897 bytes 2 files changed, 15 insertions(+) create mode 100644 Lab01/README.md create mode 100644 Lab01/screenshot-lab01.png diff --git a/Lab01/README.md b/Lab01/README.md new file mode 100644 index 0000000..5071805 --- /dev/null +++ b/Lab01/README.md @@ -0,0 +1,15 @@ +# Portfolio Webpage +This repository contains a simple HTML webpage that acts as a portfolio website. + +## Table of Contents + +- [Description](#description) +- [Brief Look](#brief-look) + +## Description + +The portfolio website provides a brief introduction about me, my skills, projects and how to contact me. It is built using basic HTML and CSS and makes use of HTML Tables to showcase my work in a clean and organized manner. + +## Brief Look +Here is a screenshot of the current look of the website: +![Website Screenshot](screenshot-lab01.png) diff --git a/Lab01/screenshot-lab01.png b/Lab01/screenshot-lab01.png new file mode 100644 index 0000000..daa07ab Binary files /dev/null and b/Lab01/screenshot-lab01.png differ -- cgit v1.2.3