summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaumit Dinesan <justsaumit@protonmail.com>2023-09-13 19:12:53 +0530
committerSaumit Dinesan <justsaumit@protonmail.com>2023-09-13 19:12:53 +0530
commit69ceb297bab75e6d6a1b83a7dd91260c3471db13 (patch)
tree425a4df95da1b1a4c6917f1b2b78e13e937132f0
parent08dc058cfe1184281fef89c0c484b9e8a6b7a6b7 (diff)
Lab01: Create Basic Portfolio website w tables - Modifying README+index.html
-rw-r--r--Lab01/README.md8
-rw-r--r--Lab01/index.html8
2 files changed, 11 insertions, 5 deletions
diff --git a/Lab01/README.md b/Lab01/README.md
index 5071805..c9e2291 100644
--- a/Lab01/README.md
+++ b/Lab01/README.md
@@ -1,9 +1,10 @@
# Portfolio Webpage
-This repository contains a simple HTML webpage that acts as a portfolio website.
+This directory contains a simple HTML webpage that acts as a portfolio website.
## Table of Contents
- [Description](#description)
+- [To-Do List](#to-do-list)
- [Brief Look](#brief-look)
## Description
@@ -13,3 +14,8 @@ The portfolio website provides a brief introduction about me, my skills, project
## Brief Look
Here is a screenshot of the current look of the website:
![Website Screenshot](screenshot-lab01.png)
+
+## To-Do List
+- [ ] Responsive Design: Ensure that the website is fully responsive and looks great on various devices and screen sizes.
+
+- [ ] Contact Form: Add a contact form to allow visitors to get in touch easily.
diff --git a/Lab01/index.html b/Lab01/index.html
index 482ddf6..0b88291 100644
--- a/Lab01/index.html
+++ b/Lab01/index.html
@@ -9,7 +9,7 @@
</head>
<body>
<h1 class="header">Saumit's Portfolio Website</h1>
-<nav >
+<nav>
<ul>
<li><a href="#about">[About Me]</a></li>
<li><a href="#skills">[Skills]</a></li>
@@ -20,7 +20,7 @@
<h2 style="text-align: center;">Welcome to my website!</h2>
<div id="about">
<h2><u>About Me</u></h2>
-<p> My name is Saumit Dinesan. I'm a final year undergrad at Sikkim Manipal Institute of Technology, currently pursuing pursuing B.Tech Degree in Informational Technology with Honors in CyberSecurity.</p>
+<p> My name is Saumit Dinesan. I'm a final year undergrad at Sikkim Manipal Institute of Technology, currently pursuing B.Tech Degree in Informational Technology with Honors in CyberSecurity.</p>
<p> I'm a free and open source software enthusiast with a strong focus on development in C, Python and Golang.</p>
<p> I initially started out with making a career in Systems Administration but after researching and getting to know the industry demands I upskilled myself to be proficient in Cloud and DevOps domains.</p>
</div>
@@ -72,7 +72,7 @@
</div>
<div id="contact">
<h2><u>Contact</u></h2>
- <p> Don't im shy.</p>
- <p> Else justsaumit@protonmail.com <a href="mailto:justsaumit@protonmail.com">[mailto]</a></p>
+ <h3> Email </h3>
+ <p> justsaumit@protonmail.com <a href="mailto:justsaumit@protonmail.com">[mailto]</a></p>
</body>
</html> \ No newline at end of file