-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathIntroduction.html
More file actions
37 lines (37 loc) · 2.25 KB
/
Introduction.html
File metadata and controls
37 lines (37 loc) · 2.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!DOCTYPE html>
<head>
<title>My Introduction</title>
</head>
<body style="font-family: Arial; line-height: 1.6; background-color: lightcyan; color: #333; margin: 0; padding: 0;">
<header style="background-color: #333; color: white; padding: 10px 0; text-align: center;">
<h1 style="margin: 0;">Welcome to My Introduction Page</h1>
</header>
<main style="padding: 20px;">
<section id="introduction" style="margin-bottom: 40px;">
<img src="myimage.jpg" alt="My Image" style="max-width: 200px; margin-left: 50px; margin-right:50px; float:right">
<div><h2>About Me</h2>
<p>Hello! I'm a student currently pursuing a Bachelor of Technology (B.Tech) in Computer Science Engineering (CSE) with a focus on Core Computing. My academic journey involves exploring various aspects of computing, including programming, algorithms, data structures, and software development. I'm committed to deliver high-quality work and capable of thriving in challenging environments.<br>Outside of work, an avid reader and pianist.</p></div>
</section>
<section id="education" style="margin-bottom: 40px;">
<h2>Education</h2>
<h3><b>B.Tech CSE Core</b></h3>
<p>2023-present<p>
<h3><b>Senior Secondary</b></h3>
<p>2022-2023<br>Percentage : 93.6%</p>
<h3><b>Secondary</b></h3>
<p>2020-2021<br>Percentage : 96.6%</p></section>
<section id="details" style="margin-bottom: 40px;">
<h2>My Interests</h2>
<p>I'm particularly interested in software development, artificial intelligence, and more. I enjoy coding in languages such as Python, Java, and C++, and I'm always eager to learn about new technologies and tools in the field.</p>
<p>Apart from my technical interests, I also like drawing and listening to music.</p>
</section>
<section id="contact" style="margin-bottom: 40px;">
<h2>Contact Me</h2>
<p>You can connect with me on LinkedIn:</p>
<ul>
<li><a href="https://www.linkedin.com/in/mehwish-81698328a?utm_source=share&utm_campaign=share_via&utm_content=profile&utm_medium=android_app" target="_blank" style="color: blue;">LinkedIn</a></li>
</ul>
</section>
</main>
</body>
</html>