-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
68 lines (68 loc) · 2.34 KB
/
Copy pathindex.html
File metadata and controls
68 lines (68 loc) · 2.34 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<!DOCTYPE html>
<html lang="ru">
<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>Document</title>
<link rel="stylesheet" href="./css/index.css" />
</head>
<body>
<table class="content">
<tr>
<td class="side">
<div class="sidebar links">
<img class="myphoto" src="./img/Sergei.jpg" alt="" />
<h3>Sergei Borisov</h3>
Sochi, Russia
<br /><br />
<a href="https://www.google.com">About Me</a>
<a href="https://www.yandex.ru">Portfolio</a>
<a href="https://linktree.com/asby">Socials</a>
</div>
</td>
<td>
<div class="postlist">
<div class="post">
<h3>About Me</h3>
<p>
Hi, my name is <del>Slim Shady</del> Sergei Borisov. Previously
a 2x startup founder & PM in US early-stage startups. Love
tennis, hiking, some CS:GO sometimes. Currently upgrading myself
and learning Web-development at Elbrus bootcamp. Here are a few
things I did before:
</p>
</div>
<div class="post">
<h3>Portfolio</h3>
<div class="portfolio list">
<div>
<a href="https://www.ycombinator.com/companies/careerist"
><img
class="photo example"
src="./img/Careerist.png"
alt=""
/></a>
<br />PM at Careerist
</div>
<div>
<a href="https://www.welovenocode.com/"
><img class="photo example" src="./img/WLNC.png" alt=""
/></a>
<br />PM at WeLoveNoCode
</div>
<div>
<a href="https://www.youtube.com/watch?v=dQw4w9WgXcQ"
><img class="photo example" src="./img/bonk.jpg" alt=""
/></a>
<br />Sexy Chicks here (click)
</div>
</div>
</div>
</div>
</td>
</tr>
</table>
<div class="footer">©2023</div>
</body>
</html>