-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
66 lines (59 loc) · 2.45 KB
/
index.html
File metadata and controls
66 lines (59 loc) · 2.45 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Adith Ravi | Portfolio</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<h1>Adith Ravi</h1>
<p>Mechanical Engineering Student | Govt. Engineering College, Barton Hill</p>
<div class="contact-bar">
<a href="mailto:adithravi329@gmail.com">Email</a> •
<span>+91 7736723507</span> •
<a href="https://github.com/AdithRavi">GitHub</a>
</div>
</header>
<section class="profile">
<h2>Professional Profile</h2>
<p>Second-year Mechanical Engineering student with a strong interest in technology, UX research, and software development. Experienced in AI projects and database systems, with a passion for improving products through engineering and research.</p>
</section>
<section class="skills">
<h2>Technical Skills</h2>
<div class="skills-grid">
<div class="skill-category">
<strong>Programming:</strong> Python, Java, HTML, CSS
</div>
<div class="skill-category">
<strong>Tools:</strong> GitHub, Canva, Figma, DBMS
</div>
<div class="skill-category">
<strong>Specialized:</strong> User Research, Usability Analysis, AI Concepts
</div>
</div>
</section>
<section class="projects">
<h2>Key Projects</h2>
<div class="project-card">
<h3>Mechanical Engineering Calculator Web App</h3>
<p>Developed a web-based calculator for common engineering formulas using HTML, CSS, and JavaScript. Designed for a simple student user-experience.</p>
</div>
<div class="project-card">
<h3>UX Study: Student Productivity Apps</h3>
<p>Conducted usability research on student apps to identify friction points and suggest improvements for better digital user experiences.</p>
</div>
</section>
<section class="experience">
<h2>Experience & Internships</h2>
<div class="exp-item">
<strong>AI Intern - Ediglobe</strong> (2 Months)
<p>Collaborated on projects involving intelligent systems and automated data analysis.</p>
</div>
</section>
<footer>
<p>© 2026 Adith Ravi | Built with GitHub Pages</p>
</footer>
</body>
</html>