-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
148 lines (142 loc) · 4.95 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
<!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">
<link rel="stylesheets" href="./src/css/styles.css">
<title>My Website!</title>
<header>
<center>
<nav>
<a href="./index.html" >Home</a> |
<a href="./webdev.html">Web Dev Projects</a> |
<a href="./datascience.html">Data Science Projects</a> |
<a href="./contact-me.html">Contact Me</a>
</nav>
</center>
<hr>
</header>
</head>
<body>
<table cellspacing="20">
<tr>
<td>
<img src="./src/images/git-GB.png" alt = "Profile bit image">
</td>
<td>
<h1>Govind Bhat</h1>
<p><strong>Mail:</strong>[email protected]<a href="[email protected]"></a></p>
<strong>LinkedIn:</strong><a href="https://linkedin.com/in/govindsbhat">@govindsbhat</a></p>
<p>Kochi <strong>|</strong> Calicut <strong>|</strong> Banglore </p>
<p><em>Data Science | Web Development | Digital Marketing </em></p>
</td>
</tr>
</table>
<center>
<table>
<tr>
<td></td>
<td><p>Hi, I am Govind Bhat. I am a Data Scientist and Web Developer. I am also the founder of Dashrepo. I am passionate about Data Science, Web Development, and Digital Marketing. Just started working with Open Source projects and I love talking about Open Source projects in my Blog. I am also a big fan of Productivity and I love to share my productivity hacks on my blog and newsletter.</p></center> </td>
<td> </td>
</tr>
</table>
</center>
<br>
<center>
<table border="1", cellspacing="5">
<thead>
<tr>
<th>Education</th>
<th>University</th>
<th>Year</th>
</tr>
</thead>
<tr>
<td>Hult International Business School</td>
<td>Master of Science in Data Analytics</td>
<td>June 2021</td>
</tr>
<tr>
<td>University of Calicut</td>
<td>Bachelor of Business Administration: Marketing</td>
<td>Aug 2020</td>
</tr>
<br>
</table>
</center>
<br>
<hr>
<table>
<tr>
<h3>Skills</h3>
</tr>
<td>
<table cellspacing="10">
<tr>
<td>Data Analysis</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<td>Python</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>SQL</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Tableau</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Power BI</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>R Programming</td>
<td>⭐⭐⭐⭐</td>
</table>
</td>
<td>
<table cellspacing="10">
<tr>
<td>JavaScript</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>React</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Node.js</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Handlebars</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Bootstrap</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Git</td>
<td>⭐⭐⭐⭐</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
<footer>
<hr>
<dl>
<dd>
<p>Connect with me on <a href="https://www.linkedin.com/in/govindsbhat/">LinkedIn</a></p>
</dd>
<dd>
<p>Follow me on <a href="https://twitter.com/_gbhat_">Twitter</a></p>
</dd>
</dl>
</footer>
</html>