-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
85 lines (83 loc) · 2.97 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>My Portfolio</title>
<link rel="stylesheet" href="style.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=Rubik+Vinyl&family=Secular+One&display=swap"
rel="stylesheet"
/>
<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=Dosis:wght@200&family=Rubik+Vinyl&family=Secular+One&display=swap"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css"
/>
</head>
<body>
<div class="combine">
<div class="profile">
<h2>Profile</h2>
<p>
I am a 2nd year computer science engineering student<br> at Sahyadri
college of Engineering and Mangaement,<br>Adyar,Mangalore.I am really passionate about <br>the web and the technologies involved in it.
</p>
<h2>Qualifications</h2>
<ol>
<li>10th- St Joseph's Joyland School,Mangalore</li>
<li>12th- St Aloysius pu college,Mangalore</li>
<li>
Btech- Sahyadri college of engineering and management,Mangalore
</li>
</ol>
<h2>Skills</h2>
<ol>
<li>C,C++,Java(Basics),Python</li>
<li>Figma,Wordpress</li>
<li>HTML,CSS,JAVASCRIPT(Basics)</li>
</ol>
<h2>Internships</h2>
<p>
Inunity cohort 2- Worked on a problem statement regarding electronic
medical records
</p>
<h2>Future Plans</h2>
<p>
I want to be a part of a tech orgaization as a software developer<br> and
contribute my knowledge for the development of the organization. <br>I want to keep myself updated with the current as well as future technologies emerging<br> on the web
</p>
</div>
<div class="bag">
<div class="img">
<img src="babith1.jpeg" alt="" height="229px" width="223px" />
</div>
<h2>Babith Poojari</h2>
<h2 class="cs">Computer science student</h2>
<h2 class="contact">Contact</h2>
<div class="container1">
<i class="fa-regular fa-envelope"></i>
<p>babithpoojari@gmail.com</p>
</div>
<br />
<div class="container2">
<i class="fa-solid fa-house"></i>
<p>New colony kotekar mangalore</p>
</div>
<br />
<div class="container3">
<i class="fa-solid fa-phone"></i>
<p>8971206807</p>
</div>
</div>
</div>
</body>
</html>