This repository was archived by the owner on Jan 25, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
43 lines (43 loc) · 1.75 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
<!DOCTYPE html>
<html>
<head>
<title>VSTU CAD stuff</title>
<link href='https://fonts.googleapis.com/css?family=PT+Sans:400,700' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Roboto+Slab:300&subset=latin,cyrillic' rel='stylesheet' type='text/css'>
<link rel="icon" type="image/x-icon" href="half-gear.ico">
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div id="path">
<img id="logo" src="https://avatars1.githubusercontent.com/u/10259327" />
<span>
vstu-cad-stuff
</span>
</div>
<hr />
<div class="wrapper">
<div id="main">
<span>Main projects:</span>
<ul class="links">
<li><a href="/clustering">Project "Clustering"</a></li>
<li><a href="/routing">Project "Routing"</a></li>
</ul>
<span>Other works:</span>
<ul class="links">
<li><a href="/scatter">Project "Scatter"</a></li>
<li><a href="/scatter/watch">"Watch"</a> - look on your clusters</li>
<li><a href="/osm-manual/osm-manual.pdf" target="_blank">Manual for OSM</a></li>
</ul>
</div>
</div>
<hr />
<div id="footer">
<ul class="references">
<li><a href="https://github.com/vstu-cad-stuff">VSTU-CAD-stuff</a>:</li>
<li><a href="https://github.com/FreeCX">Golubev Alexey</a>,</li>
<li><a href="https://github.com/Illaech">Chechetkin Ilya</a>.</li>
</ul>
<span>Volgograd, 2016</span>
</div>
</body>
</html>