diff options
author | Saumit Dinesan <justsaumit@protonmail.com> | 2023-08-17 11:42:19 +0530 |
---|---|---|
committer | Saumit Dinesan <justsaumit@protonmail.com> | 2023-08-17 11:42:19 +0530 |
commit | a36b37df5e58f006cf3455720f620ae2bf4403db (patch) | |
tree | 98b1be502e2daf7e0a4134f5968c8874470f79b2 /Lab01/README.md | |
parent | fc248155864bb83177606b468c7e8eb8344eeba7 (diff) |
Lab01: Create Basic Portfolio website w tables - Adding Readme
Diffstat (limited to 'Lab01/README.md')
-rw-r--r-- | Lab01/README.md | 15 |
1 files changed, 15 insertions, 0 deletions
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) |