-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
34 lines (30 loc) · 1.06 KB
/
index.html
File metadata and controls
34 lines (30 loc) · 1.06 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
<!doctype html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="style.css" />
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<main>
<section>
<div id="textbio">
<div id="name">Rodion Borovyk</div>
<div id="bio">Here I write about programming</div>
</div>
</section>
<div id="links">
<a href="https://github.com/rodio">github</a>
<a href="https://www.linkedin.com/in/rodion-borovyk-9b5329aa/">linkedin</a>
<a href="cv.html">cv</a>
<a href="feed.xml">rss</a>
</div>
<div id="maintext">There's going to be something about me here ...</div>
<div id="posts">
<h2>My recent blog posts:</h2>
<a class="blogentry" href="posts/learnwgpu.html"><span>WebGPU Demo</span></a>
<a class="blogentry" href="posts/lifetimes.html"><span>Yet Another Explanation of Lifetimes in Rust</span></a>
<a class="blogentry" href="posts/winit.html"><span>Winit and WGPU</span></a>
</div>
<main>
</body>
</html>