-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
93 lines (83 loc) · 3.46 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<!DOCTYPE html>
<html>
<head>
<title>skarphed</title>
<link href="static/style.css" rel="stylesheet" type="text/css">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link href="static/logo_32.png" rel="icon" type="image/png">
</head>
<body>
<div id="site">
<div id="head">
<a href="index.html"><img src="static/logo.png"></a>
<div id="menu">
<div id="headline"> <span class="headline_big">skarphed</span>
<span class="headline_small"> the free open source webmanagement system</span>
</div>
<div id="menubottomwrap">
<a href="blog.html">
<div class="menupoint firstmenupoint">
Blog
</div>
</a>
</div>
</div>
</div>
<div>
<div id="sidebar">
<a href="https://github.com/skarphed/skarphed" target="_blank">
<div class="sidebarlink">
skarphed on github
</div>
</a>
<a href="dox/index.html">
<div class="sidebarlink">
documentation
</div>
</a>
<a href="dox/faq.html">
<div class="sidebarlink">
FAQ
</div>
</a>
<p><span class="contact">
<span id="contact_heading">
contact:
</span><br>
email:<br>
<em>info [at] skarphed (dot) org</em><br>
irc: <br>
<em>#skarphed</em> on <em>freenode</em><br>
mailinglist: <br>
<em>skarphed-talk [at] skarphed (dot) org</em><br>
</span></p>
</div>
<div id="content">
<h1> skarphed </h1>
<p>
Skarphed is a program dedicated to create and manage website infrastructures.
Watch how skarphed works in this commented video demonstration:<br>
</p>
<p style="text-align:center">
<video width="640" preload="none" controls>
<source src="static/skarphed_screencast.webm" type="video/webm">
</video>
</p>
<footer id="footer">
<br>We use and like:<br><br>
<a href="https://www.gnu.org/licenses/agpl-3.0.html" target="_blank">
<img src="static/agpl.png" style="margin-right:40px;">
</a>
<a href="http://firebirdsql.org" target="_blank">
<img src="static/fb.png" style="margin-right:40px;">
</a>
<a href="https://python.org" target="_blank">
<img src="static/python.png">
</a>
<br><a href="imprint.html">Imprint</a><br><br>
</footer>
</div>
</div>
</div>
</body>
</html>