-
Notifications
You must be signed in to change notification settings - Fork 0
/
webdev.html
70 lines (68 loc) · 2.72 KB
/
webdev.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Web Development projects</title>
</head>
<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>
<body>
<H3><strong>Web Dev Projects:</strong></H3>
<table>
<tr>
<td>
<img src="./src/images/Blufeed.png" alt="Blufeed" width="120" height="120">
</td>
<td>
<a href="https://blufeed.substack.com"><strong><em>Newsletter:</em></strong></a> Blu Feed is a newsltter that I created on substack. The Blufeed brings monthly updates, Tools, and Resources related to Data Science, Web Development, and Digital Marketing.
</td>
</tr>
<tr>
<td>
<img src="./src/images/Dashrepo.jpeg" alt="Dashrepo" width="120" height="120">
</td>
<td>
<a href="https://dashrepo.com"><em><strong>My Main Website:</strong></em></a> Dashrepo combines my newsletter and Blog. I built it with Ghost CMS and has automated newsltters and Paid Memberships.
</td>
</tr>
<>
<td>
<img src="./src/images/git-GB.png" alt="git-GB" width="120" height="120">
</td>
<td>
<a href="https://git-GB.github.io"><em><strong>GitHub-Jekyll Portfolio Site:</strong></em></a> This is my portfolio site and also the first website that i built with SSG. I used Jekyll to buld the site and GitHub Pages to host it.
</td>
</tr>
<tr>
<td>
<img src="./src/images/medium-icon.png" alt="medium-icon" width="120" height="120">
</td>
<td>
<a href="https://govindbhat.medium.com"><strong><em>My Medium blog:</em></strong></a>On Medium I write mainly about Data science, Web Dev Hacks and Productivity.
</td>
</tr>
</table>
</body>
<footer>
<hr>
<dl>
<dt>Connect</dt>
<dd>
<p><a href="https://www.linkedin.com/in/govindsbhat/">LinkedIn</a></p>
</dd>
<dd>
<p><a href="https://twitter.com/_gbhat_">Twitter</a></p>
</dd>
</dl>
</footer>
</html>