-
Notifications
You must be signed in to change notification settings - Fork 0
/
guide.html
50 lines (44 loc) · 2.19 KB
/
guide.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
<!DOCTYPE HTML>
<html>
<head>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="css/style.css" />
<title>Concert Journal</title>
<script type="text/javascript" src="vendor/jquery-3.5.0.min.js"></script>
<script type="text/javascript" src="js/script.js"></script>
</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>A little guide for you to get started</h2> <img src="img/muse.png" alt="MUSE" id="picture">
<p> ➤ As soon as you've joined our website and logged in, you can find <b>'Post'</b> from the menu above.<br /> ➤ When clicking on <b>'Post'</b> you'll see your profile and <a href="post.html">a form to fill in</a> about some amazing (or not so
amazing) event you've been to. </p>
<p> ➤ Fill it in and then upload a picture of the band or simply choose the picture to appear automatically. </p>
<p> ➤ When you've posted your first artist you'll see its picture appear on your profile. Click on it and you'll see the rest of the info you've submitted about that event.</p>
<p> And now just keep adding artists to your journal! 👌😉</p>
<!-- boxes are emoticons -->
<div id="toggle"><b>Click here</b> to see what the fill-in form looks like</div>
<img src="img/postform.jpg" alt="postform" class="postpics" /><img src="img/postform2.jpg" alt="postform2" class="postpics" /><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>