-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmelissahurts.html
70 lines (57 loc) · 2.58 KB
/
melissahurts.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
<!DOCTYPE HTML>
<html>
<head>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="css/style.css" />
<title>Concert Journal</title>
</head>
<body>
<div id="wrap">
<header>
<div id="menu">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="guide.html">How to get started</a></li>
<li><a href="artists.html">Artists</a></li>
<li><a href="toplist.html">Top 100 users</a></li>
<li><a href="login.html">Log in</a></li>
</ul>
</div>
</header>
<div id="content">
<h1>Concert Journal</h1>
<h2>SEE LEHEKÜLG ON AINULT NÄIDIS </h2>
<div id="postfilledin">
<hr />
<b>Arstist:</b> Hurts<br /><br />
<b>Warm-up artist(s):</b> Golden Parazyth<br /><br />
<b>Date/time:</b> 03.11.2013 <br /><br />
<b>Venue:</b> Saku Suurhall <br /><br />
<b>Seats:</b> Standing in the second row :) <br /><br />
<b>Fan-zone?:</b> No <br /><br />
<b>Who went:</b> Selena, Kersti, Krislyn<br /><br />
<b>Personal rating:</b><br />
<div class="rating">
<span>★</span><span>★</span><span>★</span><span>★</span><span>★</span>
</div>
<div id="clearfloat"> It was one of the best concerts I've ever been to. I enjoyed every second of it. Theo (the singer) threw white roses into the crowd and my sister Selena got one... Which is an unbelieveable luck considering she also met the band just before
the show and got to hug the singer (she won meet&greet). Anyway, everything about that show was incredibly touching and I'll always remember it!!</div><br />
<h2>About artist:</h2>
<hr />
<b>Country:</b> United Kingdom<br /><br />
<b>How many times have you seen them live?</b> 2
<br /><br />
<b>Would you like to see them again?</b> Yes<br /><br />
<h2>About warm-up artists:</h2>
<hr />
<b>Country:</b> Lithuania<br /><br />
<b>How much did you like them?</b> Loved it<br /><br />
<b>Have you seen them live before?</b> I wish I had!<br /><br />
</div>
</div>
<footer>
<p>© 2014 Melissa Eenmaa</p>
</footer>
</div>
</body>
</html>