-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
30 lines (28 loc) · 1.52 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
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Dor Ben Dov</title>
<link href="https://fonts.googleapis.com/css?family=Reem+Kufi|Roboto:300" rel="stylesheet">
<link href="https://use.fontawesome.com/releases/v5.13.1/css/all.css" rel="stylesheet">
<link rel="stylesheet" href="reset.css">
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="grey-white.css">
</head>
<body>
<main>
<div class="intro">Hi, I'm Dor Ben Dov</div>
<div class="tagline"> ChatGPT | Generative-AI | Product | SW Architect | Technology enthusiast | Research, Innovation, Entrepreneur, Startups | Public/Private Cloud</div>
<div class="icons-social">
<a target="_blank" href="https://github.com/doribd"><i class="fab fa-github"></i></a>
<a target="_blank" href="https://twitter.com/dorbendov"><i class="fab fa-twitter"></i></a>
<a target="_blank" href="https://dev.to/doribd"><i class="fab fa-dev"></i></a>
<a target="_blank" href="https://stackoverflow.com/users/919299/dor"><i class="fab fa-stack-overflow"></i></a>
<a target="_blank" href="https://www.linkedin.com/in/dorbendov/"><i class="fab fa-linkedin"></i></a>
<a target="_blank" href="https://dorbd.medium.com/about"><i class="fab fa-medium"></i></a>
<a target="_blank" href="http://daily-dev-solutions.blogspot.com/"><i class="fab fa-blogger"></i></a>
<a target="_blank" href="https://www.reddit.com/user/dorbendov/"><i class="fab fa-reddit"></i></a>
</div>
</main>
</body>
</html>