-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
65 lines (44 loc) · 2.77 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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen" />
<link rel="stylesheet" type="text/css" href="stylesheets/pygment_trac.css" media="screen" />
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print" />
<title>Wadobo by wadobo</title>
</head>
<body>
<header>
<div class="container">
<h1>Wadobo</h1>
<h2>wadobo github page</h2>
</div>
</header>
<div class="container">
<section id="main_content">
<h3>Welcome to Wadobo.</h3>
<p>Wadobo is a startup specialized in the development of innovative projects and advanced software solutions with open source technologies.</p>
<h3>Our work</h3>
<p>You can view in what we are working our github repo:</p>
<ul>
<li><a href="https://github.com/wadobo">https://github.com/wadobo</a></li>
</ul><p>Or in our members repo:</p>
<ul>
<li><a href="https://github.com/danigm">https://github.com/danigm</a></li>
<li><a href="https://github.com/edulix">https://github.com/edulix</a></li>
</ul><h3>Technologies we work with</h3>
<p><strong>Python</strong>: We have lots of experience in Python programming doing developments from simple scripts to full complex applications.</p>
<p><strong>Qt</strong>: We work in several Qt projects related with KDE and we have Qt certified developers. We have experience with Qt and KDE tools and C++ development.</p>
<p><strong>Gtk+</strong>: We work in several GTK+ projects related with GNOME. Some of us are GNOME developers and are experts in GTK+ and GNOME tools, with C and Python languages.</p>
<p><strong>Django</strong>: As python developers we use the Django web framework to develop web applications and services.
netfilter</p>
<p><strong>Netfilter</strong>: Netfilter is a set of hooks inside the Linux kernel that allows kernel modules to register callback functions with the network stack. A registered callback function is then called back for every packet that traverses the respective hook within the network stack.</p>
<p><strong>SDL</strong>: We develop several videogames using SDL and C++.</p>
<p><strong>Linux</strong>: As free software developers we center our development in a Linux environment and we work with a lot of technologies related to it. We work with bash scripting, linux distribution packaging, linux desktop development and other GNU/Linux related technologies.</p>
<h3>Support or Contact</h3>
<p>You can contact with wadobo in our webpage <a href="http://wadobo.com/contact">http://wadobo.com/contact</a> or contact <a href="mailto:[email protected]">[email protected]</a> and we’ll help you sort it out.</p>
</section>
</div>
</body>
</html>