-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
54 lines (48 loc) · 2.31 KB
/
index.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
<!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>
<img src="img/indexpicture.jpg" alt="indexpic" class="center">
<p>Hey there! You enjoy music, right? Maybe you happen to enjoy live music aswell? You've probably got some amazing memories of the concerts you've attended? Would you like to share how many bands you've seen live and find new friends that have
the same taste in music as you?<br /> <b>Then you've come to the right place!</b></p>
<p>This is a website that helps you conveniently keep track of the bands and singers you've seen live, take notes on when it happened, who were you with, how you liked it and so on. You can find people that went to the same events or find new
concert buddies for the future, if that's what you're looking for.</p>
<h2>So, here's what you can do:</h2>
<div id="indexlist">
<ul>
<li>Create a list of artists you've seen live</li>
<li>Add details about each event <br /><i>(country, when, with who, warm-up artist, personal rating and other info)</i></li>
<li>Upload pictures of artists and your display picture</li>
<li>Compete with each other <i>(top 100 list)</i></li>
<li>Search for a specific user <i>(searchbar)</i></li>
</ul>
</div><br />
<div id="join">
<hr />
<p>Wanna join? <a href="login.html">Click here to get started! :)</a></p>
</div>
</div>
<footer>
<p>© 2014 Melissa Eenmaa </p>
</footer>
</div>
</body>
</html>