MY Portfolio
MY Portfolio
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<style>
body {
margin: 0;
padding: 0;
background-color: #f2f2f2;
text-align: center;
.container {
max-width: 600px;
padding: 0 20px;
h1 {
font-size: 48px;
margin: 0;
text-transform: uppercase;
color: #333;
p{
font-size: 18px;
margin-top: 10px;
color: #666;
}
nav {
margin-top: 30px;
text-align: center;
nav a {
text-decoration: none;
color: #333;
margin: 0 20px;
font-size: 18px;
text-transform: uppercase;
color: #00f;
text-decoration: underline;
form {
margin-top: 30px;
label {
display: block;
margin-bottom: 10px;
font-weight: bold;
input[type="text"],
input[type="email"],
input[type="tel"] {
width: 100%;
padding: 8px;
margin-bottom: 20px;
border-radius: 4px;
box-sizing: border-box;
input[type="submit"] {
background-color: #00f;
color: #fff;
border: none;
font-size: 18px;
border-radius: 4px;
cursor: pointer;
input[type="submit"]:hover {
background-color: #007bff;
</style>
</head>
<body>
<div class="container">
<div id="blurry-background"></div>
<h1>Shruti Manchanda</h1>
<nav>
<a href="#education">Education</a>
<a href="#expertise">Expertise</a>
<a href="#hobbies">Hobbies</a>
<a href="#goals">Goals</a>
<a href="#contact">Contact</a>
</nav>
</div>
<div id="about" class="container">
<h2>About Me</h2>
<p>Hi, I'm Shruti Manchanda. I am a passionate and dedicated individual with a love for learning
and exploring new technologies. As a study geek, I enjoy delving into complex subjects and finding
innovative solutions to challenging problems.</p>
<p>Aside from my academic pursuits, I'm also a hustler with a drive to succeed. I thrive in fast-
paced environments and enjoy taking on new challenges that push me out of my comfort zone.</p>
<p>As a coder, I'm skilled in various programming languages and technologies, and I'm always
eager to expand my knowledge and expertise.</p>
</div>
<h2>Education</h2>
</div>
<h2>Expertise</h2>
<p>I have a strong proficiency in French with extensive knowledge and fluency in the
language.</p>
<p>My passion for English Literature has equipped me with excellent English language skills.</p>
<p>In addition to language proficiency, I am proficient in HTML and skilled in creating animations
using Blender.</p>
<p>I also possess advanced skills in Microsoft Excel and Word, enabling me to efficiently handle
various tasks.</p>
</div>
<h2>Hobbies</h2>
<p>My hobbies include coding, where I enjoy exploring new programming languages and
working on personal projects to enhance my skills.</p>
<p>I also have a keen interest in traveling, as it allows me to experience different cultures, meet
new people, and broaden my horizons.</p>
<p>When I'm not coding or traveling, I like to spend time reading, cooking, and practicing
mindfulness to maintain a balanced lifestyle.</p>
</div>
<h2>Goals</h2>
<p>My goals include securing a position in a reputable company where I can apply my skills and
knowledge to contribute to meaningful projects and continue to grow professionally.</p>
<p>In the long term, I aspire to start my own company, leveraging my expertise in technology
and business to create innovative solutions that make a positive impact on society.</p>
</div>
<h2>Contact Me</h2>
<label for="name">Name:</label>
<label for="email">Email:</label>
<label for="phone">Phone:</label>
</form>
</div>
</body>
</html>