-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
55 lines (51 loc) · 2.37 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
52
53
54
55
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Kiran B's Portfolio</title>
<link rel="stylesheet" href="styles.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" rel="stylesheet">
</head>
<body>
<header>
<h1>Kiran B</h1>
<p>Data Scientist | Biotechnologist</p>
<p>📞 +91 879267458 | 📧 <a href="mailto:[email protected]">[email protected]</a></p>
<p><a href="https://www.linkedin.com/in/kiran-b-9671b6209" target="_blank">LinkedIn</a> | Davangere, KA</p>
</header>
<section id="education">
<h2>Education</h2>
<p><strong>Bachelor of Engineering, Biotechnology</strong> | 3.8/4.0 CGPA</p>
<p>GM Institute of Technology, Davangere, KA</p>
<p><strong>12th (PUC) in Physics, Chemistry & Mathematics:</strong> 45.66%</p>
<p>Smt Pushpa Shamnur Mahalingappa PU Science College, Davangere, KA</p>
<p><strong>10th (SSLC):</strong> 68.80%</p>
<p>Sri Siddaganga Composite High School, Davangere, KA</p>
</section>
<section id="skills">
<h2>Technical Skills</h2>
<ul>
<li>Python</li>
<li>Data Analysis</li>
<li>Data Science</li>
</ul>
</section>
<section id="experience">
<h2>Experience</h2>
<p><strong>Kaggle Online</strong></p>
<p>Completed a summer internship specializing in Data Science focusing on weather dashboard (Certificate No. CPBLIP24030).</p>
<p>Participated in the Kaggle competition where the task was to predict which passengers on the Spaceship Titanic were transported to an alternate dimension.</p>
</section>
<section id="projects">
<h2>Projects</h2>
<ul>
<li><strong>IPL Dataset Analysis</strong> | Python | EDA, Query, and Visualization</li>
<li><strong>Students Adaptability Level Online Education</strong> | Python | EDA and ML Algorithms</li>
<li><strong>House Price Prediction</strong> | <a href="https://house-price-prediction-india.streamlit.app/" target="_blank">Visit the App</a></li>
</ul>
</section>
</body>
</html>