-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
65 lines (59 loc) · 2.34 KB
/
index.html
File metadata and controls
65 lines (59 loc) · 2.34 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Bhavana's Portfolio</title>
<style>
body { font-family: Arial, sans-serif; margin: 40px; background-color: #f9f9f9; }
h1 { color: navy; }
h2 { color: teal; margin-top: 30px; }
.section { margin-bottom: 30px; }
ul { list-style-type: square; }
.contact { background-color: #e6f2ff; padding: 15px; border-radius: 8px; }
</style>
</head>
<body>
<h1>Bhavana</h1>
<p><em>Methodical problem-solver blending logic, creativity, and AI innovation</em></p>
<div class="section">
<h2>About Me</h2>
<p>I am a resourceful learner and problem-solver with a strong ability to break down complex challenges into clear, step-by-step solutions. My journey combines structured aptitude preparation with explorations in AI/ML development, language learning, and personal growth. I thrive on clarity, creativity, and resilience — qualities that help me excel in interviews, projects, and life planning.</p>
</div>
<div class="section">
<h2>Skills</h2>
<ul>
<li>Aptitude & Reasoning (Quantitative, Logical, Verbal)</li>
<li>AI/ML Concepts (Python, ML algorithms, project prototyping)</li>
<li>Languages: Chinese and Kannada (daily practice routines)</li>
<li>Tools: Cheat sheets, reference guides, free AI app builders</li>
</ul>
</div>
<div class="section">
<h2>Projects</h2>
<ul>
<li>AI-powered Aptitude App Prototype</li>
<li>Visual Timeline Forecasts for career and life milestones</li>
<li>Internship Research Portfolio for AI/ML developer roles</li>
</ul>
</div>
<div class="section">
<h2>Achievements</h2>
<ul>
<li>Prepared with 500+ campus interview aptitude questions</li>
<li>Progress in Chinese and Kannada through daily practice</li>
<li>Applied Joseph Murphy’s subconscious mind techniques for focus</li>
</ul>
</div>
<div class="section">
<h2>Future Goals</h2>
<p><strong>Short-term:</strong> Ace Besant Campus Connect 2026 and secure an AI/ML internship.<br>
<strong>Long-term:</strong> Build a stable career aligned with personal values and meaningful milestones.</p>
</div>
<div class="section contact">
<h2>Contact</h2>
<p>Email: yourname@email.com<br>
LinkedIn: your-linkedin<br>
GitHub: your-github</p>
</div>
</body>
</html>