summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaumit Dinesan <justsaumit@protonmail.com>2023-08-17 11:42:19 +0530
committerSaumit Dinesan <justsaumit@protonmail.com>2023-08-17 11:42:19 +0530
commita36b37df5e58f006cf3455720f620ae2bf4403db (patch)
tree98b1be502e2daf7e0a4134f5968c8874470f79b2
parentfc248155864bb83177606b468c7e8eb8344eeba7 (diff)
Lab01: Create Basic Portfolio website w tables - Adding Readme
-rw-r--r--Lab01/README.md15
-rw-r--r--Lab01/screenshot-lab01.pngbin0 -> 128897 bytes
2 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)
diff --git a/Lab01/screenshot-lab01.png b/Lab01/screenshot-lab01.png
new file mode 100644
index 0000000..daa07ab
--- /dev/null
+++ b/Lab01/screenshot-lab01.png
Binary files differ