-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtutorials.html
More file actions
53 lines (47 loc) · 2.41 KB
/
tutorials.html
File metadata and controls
53 lines (47 loc) · 2.41 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset='utf-8'>
<meta name="google-site-verification" content="MmPhvHx63B0OXINupX0JkoocA4vFy-mE61CxlzHe0SY" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="All tutorials for BOINC Central by Vitalii Koshura">
<meta name="keywords" content="BOINC, development, Vitalii Koshura, updates, information, tutorials">
<meta name="fediverse:creator" content="@AenBleidd@fosstodon.org">
<meta propery="og:title" content="Vitalii Koshura: Tutorials">
<meta propery="og:description" content="All tutorials for BOINC Central by Vitalii Koshura">
<meta propery="og:type" content="website">
<meta propery="og:url" content="https://aenbleidd.github.io/tutorials.html">
<meta propery="og:image" content="https://aenbleidd.github.io/images/me.png">
<link rel="canonical" href="https://aenbleidd.github.io/tutorials.html">
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-dark.css" media="screen">
<title>Vitalii Koshura: Tutorials</title>
<link rel="icon" type="image/x-icon" href="favicon.ico">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-RB9QYE55Z3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-RB9QYE55Z3');
</script>
</head>
<body>
<header><div class="container"><h1>Vitalii Koshura: Maintaining BOINC</h1></div></header>
<div class="container">
<aside id="menu">
<ul id="menu_items">
<li><a href = 'index.html'>Home</a></li>
<li><a href = 'blog.html'>Blog</a></li>
<li><a href = 'tutorials.html'>Tutorials</a></li>
</ul>
</aside>
<section id="main_content">
<!--BLOG REPLACE START--><div id="blog_content"><ul><li><a href="boinc_central_autodock_vina_vinardo_raccoon2.html">Molecular docking with Autodock4, Vina and Vinardo on BOINC Central</a></li></ul></div><!--BLOG REPLACE END-->
</section>
<aside id="right_block" style="margin-left: 100px;"></aside>
</div>
<script src="javascripts/main.js" type="module"></script>
<footer><div class="container"><p>Vitalii Koshura © 2026</p></div></footer>
</body>
</html>