-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
69 lines (64 loc) · 2.82 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>BarD Software</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1>BarD Software s.r.o</h1>
<p>Varšavská 715/36, Vinohrady (Praha 2), 120 00 Praha, Czech Republic</p>
<p>VAT ID: CZ24232980</p>
<p>Phone: +420608851958, +995551172098</p>
</header>
<section>
<h3>
<a id="about" class="anchor" href="#about" aria-hidden="true"><span class="octicon octicon-link"></span></a>
About
</h3>
<p>BarD Software s.r.o is a software development company founded in 2012 in Prague, Czech Republic,
by <a href="https://www.linkedin.com/in/dbarashev">Dmitry Barashev</a>.
</p>
</section>
<section>
<h3>
<a id="products" class="anchor" href="#refund" aria-hidden="true"><span class="octicon octicon-link"></span></a>
Products
</h3>
<p> Our portfolio includes <a href="https://www.ganttproject.biz">GanttProject</a>,
free desktop project management app, and <a href="https://papeeria.com">Papeeria, online LaTeX editor</a>
</p>
<h4>GanttProject</h4>
<p>GanttProject is a free project planning and project management tool for Windows, Mac OSX, and Linux platforms.
It is a good choice for small and medium businesses which need to schedule their business tasks but can't afford
high-end project management apps such as Microsoft Project. GanttProject is free for any purposes and is open-source</p>
<p>Despite that GanttProject can be downloaded for free, one can buy a downloadable package for any price
which seems to be reasonable to the buyer.
</p>
<h4>Papeeria</h4>
<p>Papeeria is an online service for authoring scientific texts. It includes a collaborative LaTeX editor, plot
building and bibliography management tools. Papeeria provides subscription plans, both free and paid.
</p>
</section>
<section>
<h3>
<a id="refund" class="anchor" href="#refund" aria-hidden="true"><span class="octicon octicon-link"></span></a>
Refund Policy
</h3>
<p>If you're not satisfied with any of the products purchased from BarD Software s.r.o, you can request
a full refund within 60 days from the purchase date. To request a refund, please contact us by
email <code>[email protected]</code> and send the purchase receipt.
</p>
</section>
</div>
<script src="javascripts/scale.fix.js"></script>
</body>
</html>