-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkrs.html
171 lines (137 loc) · 4.7 KB
/
krs.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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
<!DOCTYPE html>
<html lang="pl">
<head>
<title>Kopia odpisu KRS Stowarzyszenia Hakierspejs Łódź</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
div, td, th {
border: 1px solid black;
}
body {
/* maximum width: 800px */
max-width: 800px;
margin: 0 auto;
}
* {
padding: 5px;
}
</style>
</head>
<body>
<h1>Krajowy Rejestr Sądowy - nieoficjalna kopia</h1>
<h2>Informacje o podmiocie</h2>
<table>
<tbody><tr>
<th>Status</th>
<td>aktywna</td>
</tr>
<tr>
<th>KRS</th>
<td>0000890497</td>
</tr>
<tr>
<th>NIP</th>
<td>7272848877</td>
</tr>
<tr>
<th>Regon</th>
<td>388460904</td>
</tr>
<tr>
<th>Kapitał zakładowy</th>
<td></td>
</tr>
<tr>
<th>Forma prawna</th>
<td>STOWARZYSZENIE</td>
</tr>
<tr>
<th>Adres</th>
<td itemscope="" itemtype="http://data-vocabulary.org/Address">
<span itemprop="street-address">ul. ZIELONA 30/L.U. 3 </span><br>
90-604 <span itemprop="locality">ŁÓDŹ</span><br>
<span itemprop="region">ŁÓDZKIE</span>
</td>
</tr>
<tr>
<th>Data rejestracji</th>
<td>2021-03-22</td>
</tr>
<tr>
<th>Ostatnia zmiana w KRS</th>
<td>2024-12-05</td>
</tr>
<tr>
<th>Reprezentacja</th>
<td>ZARZĄD</td>
</tr>
<tr>
<th>Sposób reprezentacji</th>
<td>DO ZAWIERANIA UMÓW, UDZIELANIA PEŁNOMOCNICTWA I SKŁADANIA INNYCH OŚWIADCZEŃ
WOLI, W SZCZEGÓLNOŚCI W SPRAWACH MAJĄTKOWYCH:
1) UPOWAŻNIONYCH JEST DOWOLNYCH DWÓCH CZŁONKÓW ZARZĄDU DZIAŁAJĄCYCH
ŁĄCZNIE,
2) UPOWAŻNIONY JEST KAŻDY CZŁONEK ZARZĄDU DZIAŁAJĄCY SAMODZIELNIE, JEŻELI
WYSOKOŚĆ PODEJMOWANEGO ZOBOWIĄZANIA NIE PRZEKRACZA 1024 PLN.</td>
</tr>
<tr>
<th>Sąd</th>
<td>SĄD REJONOWY DLA ŁODZI ŚRÓDMIEŚCIA W ŁODZI, XX WYDZIAŁ GOSPODARCZY KRAJOWEGO REJESTRU SĄDOWEGO</td>
</tr>
<tr>
<th>Sygnatura</th>
<td>LD.XX NS-REJ.KRS/21595/24/498</td>
</tr>
<tr>
<th>Podstawowa działalność</th>
<td>Działalność pozostałych organizacji członkowskich, gdzie indziej niesklasyfikowana (9499Z)</td>
</tr>
</tbody></table>
<h2>Osoby powiązane</h2>
<div>
<div itemscope="" itemtype="http://data-vocabulary.org/Person">
<p>zarząd</p>
<p><strong>JACEK WIELEMBOREK</strong></p>
</div>
<div itemscope="" itemtype="http://data-vocabulary.org/Person">
<p>zarząd</p>
<p><strong>TOMASZ ANDRZEJ PABICH</strong></p>
</div>
<div itemscope="" itemtype="http://data-vocabulary.org/Person">
<p>zarząd</p>
<p><strong>ROBERT CEZARY KUJAWA</strong></p>
</div>
<div itemscope="" itemtype="http://data-vocabulary.org/Person">
<p>zarząd</p>
<p><strong>KACPER SAGALARA</strong></p>
</div>
<div itemscope="" itemtype="http://data-vocabulary.org/Person">
<p>zarząd</p>
<p><strong>TOMASZ GANICZ</strong></p>
</div>
<div itemscope="" itemtype="http://data-vocabulary.org/Person">
<p>organ nadzoru</p>
<p><strong>MARCIN PIOTR KURCZYCH</strong></p>
</div>
<div itemscope="" itemtype="http://data-vocabulary.org/Person">
<p>organ nadzoru</p>
<p><strong>KACPER BARTOSZ PACEK</strong></p>
</div>
<div itemscope="" itemtype="http://data-vocabulary.org/Person">
<p>organ nadzoru</p>
<p><strong>PIOTR JAN ZDUNIAK</strong></p>
</div>
<div itemscope="" itemtype="http://data-vocabulary.org/Person">
<p>organ nadzoru</p>
<p><strong>ALIAKSEI VISHNEUSKI</strong></p>
</div>
<div itemscope="" itemtype="http://data-vocabulary.org/Person">
<p>organ nadzoru</p>
<p><strong>PIOTR PAWEŁ PASZKIEWICZ</strong></p>
</div>
</div>
<!-- Add a link to krs_aktualny.pdf and krs_pelny.pdf -->
<a href="krs_aktualny.pdf">KRS aktualny</a> |
<a href="krs_pelny.pdf">KRS pełny</a>
</body>
</html>