-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
48 lines (42 loc) · 1.54 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="/showcase/file/favicon.png">
<link href="/dist/0.2/assets/style.css" rel="stylesheet">
<title>DSC linuxenko (Svetlana Linuxenko)</title>
</head>
<body>
<canvas id="screen-background" class="screen-background"></canvas>
<section class="screen owner-screen">
<div class="wrapper">
<div class="content">
<img alt="Svetlana Linuxenko" src="https://s.gravatar.com/avatar/92b887209f23f882ff0473a183894d5d?s=90&r=pg" />
<h2>Svetlana Linuxenko</h2>
<div class="specials-background">
Main specialization is Front-End <br />
development, using modern technologies. <br />
<h4>
<a href="https://github.com/linuxenko" target="_blank">Public Profile</a>
</h4>
</div>
</div>
</div>
</section>
<section class="screen dsc-screen">
<div class="content">
<div class="specials-background">
The general alias for are really geeky things <br />
i'm working on. Be polite, she is a bit rough. <br />
<h4>
<a href="https://github.com/b37t1td/general-discussion" target="_blank">General Discussion</a>
</h4>
</div>
</div>
<canvas id="dsc-logo" class="dsc-screen"></canvas>
</section>
<script src="/dist/0.2/assets/bundle.js"></script>
</body>
</html>