-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
81 lines (72 loc) · 1.89 KB
/
index.html
File metadata and controls
81 lines (72 loc) · 1.89 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
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Code-House.org</title>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8" />
<style type="text/css">
body {
font-family: Tahoma;
font-size: 10px;
line-height: normal;
}
#container {
width: 900px;
margin: 0px auto;
padding-top: 110px;
}
#images {
border-bottom: 1px solid #dcdcdc;
}
img.with-border {
border-right: 1px solid #dcdcdc;
border-left: 1px solid #dcdcdc;
}
img {
padding: 43px;
padding-bottom: 20px;
padding-top: 0px;
margin-top: 20px;
}
div.info {
font-weight: bold;
text-align: center;
}
div.vcard {
text-align: center;
}
div.vcard p {
display: inline;
text-align: center;
}
div.winfo {
width: 900px;
text-align: center;
}
div.text2 {
margin: 20px;
}
</style>
</head>
<body>
<div id="container">
<div id="images" style="text-align: center">
<br />
<img src="/static/code-house-software.png" alt="Code-House" />
<!--
<img src="/static/code-house-workshop.png" class="with-border" alt="Workshop" />
<img src="/sites/all/themes/code_house/logo.png" alt="Software" />
-->
</div>
<div class="info">
<br />
Wspieraliśmy Open Source do 31 grudnia 2024 r.
</div>
<div class="vcard">
<p class="adr"><span class="street-address">ul. Krasiczyńska 3/80</span>, <span class="postal-code">03-379</span> <span class="locality">Warszawa</span>,</p>
<p>mob.: <span class="tel">+48 721 151 666</span></p>
<p>e-mail: <a title="company code-house.org">company code-house.org</a></p>
<p>url: <a title="code-house.org" class="url" href="http://code-house.org">code-house.org</a></p>
</div>
</div>
</body>
</html>