-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
51 lines (46 loc) · 1.9 KB
/
index.html
File metadata and controls
51 lines (46 loc) · 1.9 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>CryptoDev.tv - Tworzenie zdecentralizowanych aplikacji, analiza projektów, inwestycje i automatyzacja</title>
<meta name="robots" content="index, follow" />
<link rel="stylesheet" href="css/all.css" />
</head>
<body>
<div class="card">
<div class="card-avatar">
<img src="/img/crypto-dev-logo.png" />
</div>
<div class="card-details">
<div class="name">Tomasz Kowalczyk</div>
<div class="occupation">CryptoDev</div>
<div class="card-about">
<div class="item">
<span class="value">Follow</span>
<span class="label"><a href="https://twitter.com/tomkowalczyk">Twitter</a></span>
</div>
<div class="item">
<span class="value">Sub </span>
<span class="label"><a href="https://www.youtube.com/channel/UCDAgUeYcYhnhRaK2MAQGLbw">YouTube</a></span>
</div>
<div class="item">
<span class="value">Commit</span>
<span class="label"><a href="https://github.com/tkowalczyk">GitHub</a></span>
</div>
</div>
<div class="skills">
<span class="value">
Follow me for knowledge, profits will apear next.
<ul>
<li>cryptocurrencies</li>
<li>analysis</li>
<li>research</li>
<li>security</li>
</ul>
</span>
</div>
</div>
</div>
</body>
</html>