-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
51 lines (49 loc) · 4.23 KB
/
index.html
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Personal Portfolio</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="header-background">
<nav>
<ul>
<li><a href="#Home">Home</a><li>
<li><a href="#about">About</a></li>
<li><a href="#portfolio">Portfolio</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
<div class="header-content">
<img src="1705584959120.jpg" alt="Profile Photo of Richa">
<h1>Hi, my name is RICHA</h1>
<p>Web Developer | Python Developer | Tech enthuasist</p>
<p>As a CSE student and web developer, I possess strong programming skills in languages like Python, JavaScript, and HTML/CSS. </p>
</div>
</header>
<main>
<section id="about">
<h2>~ About Me ~</h2>
<img src="1705584959120.jpg" alt="Richa's Profile" class="profile-photo">
<p>As a CSE student, I am passionate about harnessing the power of technology to solve real-world problems and innovate for a better tomorrow. As a dedicated student at <b>Medi-Caps University</b>, I am immersed in a stimulating academic environment that fuels my passion for technology and innovation. My academic curriculum has provided me with a comprehensive understanding of core computer science principles, including algorithms, data structures, software development, and system design. Proficiency in programming languages such as Python, Java, and C++ has been central to my education, enabling me to build and optimize software solutions efficiently. Currently pursuing a Bachelor's degree in CS with specialization in <b>ARTIFICIAL INTELLIGENCE</b> at Medicaps University. I showcased my academic prowess alongside notable achievements, including a stellar performance in 12th grade (PCM) at Delhi Public School vijaipur Guna , where I secured an outstanding 89%, and an impressive 82% in 10th grade.
My journey into the world of technology and coding began as a curious teenager, fascinated by the endless possibilities that computers and software could offer. I began experimenting with simple programs, gradually progressing from basic HTML websites to more complex projects in Python and Java. The most notable being a responsive portfolio website developed using HTML and CSS, demonstrating my keen eye for web development and design.</p>
<p>With a strong command of Python, Java, and C++, I excel in developing robust algorithms and efficient software solutions.I bring a blend of creativity and precision to every project. This versatile skill set not only demonstrates my technical prowess but also my ability to adapt and innovate in the fast-paced world of technology.</p><p> Additionally, I was involved in debugging and troubleshooting, which significantly improved my problem-solving abilities. As a Computer Science Engineering student with a strong focus on Data Structures and Algorithms (DSA), I have developed a comprehensive skill set that is crucial for solving complex computational problems efficiently. My proficiency in DSA is reflected in my ability to implement and optimize a wide range of algorithms using programming languages such as Python, Java, and C++. I have a deep understanding of fundamental data structures like arrays, linked lists, stacks, queues, trees, graphs, and hash tables, which I leverage to design optimal solutions for various coding challenges.</p>
</section>
<section id="portfolio">
<h2>~ MY WORK ~</h2>
<div class="project" id="project1">Project 1</div>
<div class="project" id="project2">Project 2</div>
<div class="project" id="project3">Project 3</div>
<div class="project" id="project4">Project 4</div>
</section>
<section id="contact">
<h2>~ Keep in Touch ~</h2>
<button class="btn btn-default td-btn outline white">Send me a message!</button>
</section>
</main>
<footer>
<p>Copyright © 2024 Richa sharma — All Rights Reserved</p>
</footer>
</body>
</html>