-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhelp.php
102 lines (94 loc) · 3.24 KB
/
help.php
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
93
94
95
96
97
98
99
100
101
102
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/html">
<head lang="en">
<meta charset="UTF-8">
<link rel='stylesheet' type='text/css' href='css/helpstyle.css' />
<title>offers </title>
</head>
<body>
<div id="img_header">
<marquee behavior="alternate" scrollamount="4">If you need some help</marquee>
<div id="log"></div>
</div>
<div id="menu">
<div id="navdiv">
<ul style="list-style-type:none" id="navList">
<li class="nav"><a href="profile.php" class="listbtn"><p>My Profile</p></a></li>
<li class="nav"><a href="contact.php" class="listbtn"><p>Contact</p></a></li>
<li class="nav"><a href="help.php" class="listbtn"> <p>Help</p></a></li>
<li class="nav"><a href="about.php" class="listbtn"><p>About Us</p></a></li>
</ul>
</div>
</div>
<div id="center_box">
<div id="paragraf">
<p><H1 class="instruction">HOW TO USE THIS SITE: </H1></p><br>
</div>
<div id="lista">
<ol><div class="small_img"></div>
<li><b>Create account</b>
<ul>
<li>For create an account pres the button sing up
and fil the gubs with your data
.</li>
</ul>
</li>
<li><b>My profile </b>
<ul>
<li> When you press the button singin it apear
a form which you must write your privacy data.
</li>
</ul>
</li>
<li><B>Log in</B>
<ul>
<li>When you create an account you are able to
login.Then go to the form log in and put
your name and your password!</li>
</ul>
</li>
</ol>
</div>
<div id="mi">
<ol start="4" ><div class="small_img"></div>
<li><b>Contact</b>
<ul>
<li>This is a form with our data you can
to comunicate with us if you want it.</li>
</ul>
</li>
<li><b>Help</b>
<ul>
<li>The help is ofcurse this menu whitch is to
accord you some help</li>
</ul>
</li>
<li><B>About Us</B>
<ul>
<li>In this form we write some information about
our page and what provides to you
</li>
</ul>
</li>
</ol>
</div>
<div id="posdiv">
<div id="extra_help">
<h2 class="instruction">For extra help:</h2>
<p>You could see this tutorial</p>
</div>
<div id="arrow">
<marquee behavior="scroll" direction="right">
<img src="http://i60.tinypic.com/1z4jxnc.giff"
width="32" height="32" alt="Arrow pointing down" />
</marquee>
</div>
<div id="link_for_extrahelp">
<a href="www.google.com" id="hj"><p>video</p></a>
</div>
</div>
</div>
<div id="footer">
</div>
</body>
</html>