forked from Rasheedatj/Skriper-Project
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFAQ.html
113 lines (110 loc) · 3.93 KB
/
FAQ.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
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
103
104
105
106
107
108
109
110
111
112
113
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="style.css" />
<title>Document</title>
</head>
<body id="faqbody">
<header>
<main id="homemain">
<div id="skriperlogo">
<a href="#" > <img src="IMAGES/just-logo.svg" alt="skriper logo" /></a>
<p id="help">
<b>HELP</b><br />Help documentation for using our platform
</p>
</div>
<div id="headingicons">
<a href="#" ><p id="flame"><img src="IMAGES/flame.svg" alt="trends" />Trends</p></a>
<a href="#" ><p id="star"><img src="IMAGES/star-filled.svg" alt="Featured" />Featured</p></a>
<a href="#" ><p id="watch"><img src="IMAGES/watch.svg" alt="latest" />Latest</p></a>
<p id="startcoding">
<img src="IMAGES/just-menu-item-logo.svg" alt="" /> Start coding
</p>
<p id="homelogin"><img src="IMAGES/login(1).svg" alt="ogin logo" /> Login</p>
<p id="homesearch"><img src="IMAGES/zoom.svg" alt="search bar" /></p>
</div>
</main>
</header>
<main id="faqmain">
<section id="faq">
<div id="topsearch">
<div id="searchtext">Search</div>
<div id="searchspace"><input placeholder="Search..." /></div>
<div id="searchicon">
<img src="IMAGES/zoom.svg" at="search icon" id="iconfaq" />
</div>
</div>
</section>
<section id="faqparagraph">
<div id="faq1">
<p> Where can I chnage my password</p>
</div>
<div id="faq2">
<p>How can I delete my account</p>
</div>
<div id="faq3">
<p>I recieved an email with a temporary password to access, but I did not
request it, what should I do?
</p>
</div>
<div id="faq4">
<p>After deleting my account, can I get my codes back</p>
</div>
<div id="faq5">
<p>Can I cancel the request to delete my account?</p>
</div>
<div id="faq6">
<p>How can I contact a user</p>
</div>
<div id="faq7">
<p>How can i downgrade if i delete my code?</p>
</div>
<div id="faq8">
<p>Do the created codes have any limit?</p>
</div>
<div id="faq9">
<p>How may codes can i have</p>
</div>
<div id="faq10">
<p>What licenses do the published codes have in skriper.dev?</p>
</div>
<div id="faq11"><p>What are account levels?</p></div>
<div id="faq12"><p>What do I do if my code is copied</p></div>
<div id="faq13"><p>How can I add a mockup phone in my preview?</p></div>
<div id="faq14">
<p>How to create a picture of my code and share it?</p>
</div>
<div id="faq15"><p>How to include external CDN library</p></div>
<div id="faq16"><p>How to create gradients?</p></div>
</section>
</main>
<footer>
<div class="box1">
<div class="logo">
<img src="IMAGES/just-skripper-text.svg" alt="skriper logo text" />
</div>
<div class="icons">
<img src="IMAGES/twitter.svg" alt="twitter icon" />
<img src="IMAGES/youtube.svg" alt="youtube icon" />
<img src="IMAGES/facebook.svg" alt="facebook icon" />
</div>
</div>
<div class="box2">
<ul>
<li><h2>Links of interest</h2></li>
<li><a href="FAQ.html">FAQ</a></li>
<li><a href="#">Twitter</a></li>
<li><a href="#">Facebook</a></li>
<li><a href="#">Youtube</a></li>
</ul>
</div>
<div class="box3">
<p>Copyright Skriper.dev © 2022</p>
<img src="IMAGES/contact-skriper-text.svg" alt="" />
</div>
</footer>
</body>
</html>