-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
93 lines (62 loc) · 2.26 KB
/
contact.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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Nomadbase Lisbon</title>
<meta name="viewport" content="width=600">
<link rel="stylesheet" href="css/style.css"/>
</head>
<body>
<div id="wrapper">
<div id="logo">
<a href="index.html">
<span id="Nomadbase">Nomadbase</span> <span id="Lisbon"> Lisbon</span>
</a>
</div>
<div id="menu">
<a href="index.html"><span >home</span></a>
<a href="participate.html"><span>participate</span></a>
<a href="contact.html"><span class="menu_active">contact</span></a>
<span class="menu_inactive">values</span>
<span class="menu_inactive">activities</span>
<span class="menu_inactive">come</span>
<span class="menu_inactive">place</span>
</div>
<div id="container">
<div id="content">
<table style="width:600px">
<tr>
<td>Michal:</td><td> </td></tr>
<tr>
<td> </td><td><a href="http://www.bewelcome.org/members/mrkvon" target='_blank'>bewelcome profile</a></td>
</tr>
<tr><td> </td><td><a href="https://www.trustroots.org/profile/mrkvon" target='_blank'>trustroots profile</a></td></tr>
<tr>
<td> </td><td>michal dot salajka at email dot cz</td>
</tr>
<tr>
<td>Talita:</td><td> </td></tr>
<tr>
<td> </td><td><a href="http://www.bewelcome.org/members/dzikudzik" target='_blank'>bewelcome profile</td>
</tr>
<tr><td> </td><td><a href="https://www.trustroots.org/profile/smarkaty" target='_blank'>trustroots profile</td></tr>
<tr>
<td> </td><td>dzikilubiabloto at protonmail dot com</td>
</tr>
<tr>
<td>Nomadbase Lisbon:</td><td> </td></tr>
<tr>
<td> </td><td><a href="http://www.bewelcome.org/members/nomadbase" target='_blank'>bewelcome profile</td>
</tr>
<tr><td> </td><td><a href="https://www.trustroots.org/profile/nomad-base" target='_blank'>trustroots profile</td></tr>
</table>
</div>
</div>
<br/>
<div id="mountains">
<div id="mountains1"> </div><div id="mountains2"> </div>
</div>
</div>
</body>
</html>