-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathintro.html
59 lines (36 loc) · 1.27 KB
/
intro.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
<!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 class="ltr">
<div id="wrapper">
<div id="container">
<div id="content_intro">
<div id="status_intro">
<br/><br/>
<span>Status of the nomadbase</span><br/>
<div >
<span class="waiting_intro">* Going to Lisbon</span><br/>
<span class="waiting_intro">* Looking for the place</span><br/>
<span class="active_intro">* Open</span><br/>
<a href="index.html"><span class="more_intro">more details.. </span></a>
</div>
</div><br/>
<div id="come_intro"><span class="boldtext_intro">Hello</span>, welcome to</div><br/>
<a class="no-decor" href="index.html"><div id="Nomadbase_intro">Nomadbase</div><br/>
<div id="Lisbon_intro">Lisbon</div><br/></a>
<div id="date_intro">hopefully opened till end of January 2016</div><br/>
</div>
</div>
<br/>
<div id="mountains">
<div id="mountains1"> </div><div id="mountains2"> </div>
</div>
</div>
</body>
</html>