-
Notifications
You must be signed in to change notification settings - Fork 1
/
feedback.html
73 lines (73 loc) · 2.83 KB
/
feedback.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Examples of feedback that resulted in changes</title>
<link rel="stylesheet" href="style.css" />
<link rel="icon" href="favicon.svg">
</head>
<body>
<div id="main_content_wrap" class="outer">
<nav class="main-nav">
<ul id="main-nav-list">
<li>
<a href="index.html">
<div>
Home
</div>
</a>
</li>
<li>
<a href="articles.html">
<div>
Articles
</div>
</a>
</li>
<li>
<a href="recommendations.html">
<div>
Recommendations
</div>
</a>
</li>
<li>
<a href="contact.html">
<div>
Contact
</div>
</a>
</li>
</ul>
</nav>
<section id="main_content" class="inner">
<h1>Examples of feedback that resulted in changes</h1>
<p>Examples of changes made based on received feedback:</p>
<ol>
<li>fixed even more typos</li>
<li>multiple style improvements</li>
<li>capitalization fix</li>
<li>reminder that not everybody carefully reads the entire page</li>
<li>grammar fixes</li>
<li>even more style improvements - Anonymous Helper #1</li>
<li>help with generating domain name ideas</li>
<li>more ideas for a domain name</li>
<li>renamed external links to links</li>
<li>fixed typos</li>
<li>added special formatting for code - thanks for reporting to Tomek Czajęcki</li>
<li>removed horrible center tag - thanks for reporting to Tomek Czajęcki</li>
<li>thorough review of ideas for a domain name - Anonymous Helper #2</li>
<li>added image to a volcano hint page in overpass tutorial - thanks for reporting to Tomek Czajęcki</li>
<li>added transition in overpass tutorial between introduction and exercises - thanks for reporting to Tomek Czajęcki</li>
<li>added missing full stop - thanks for reporting to Tomek Czajęcki</li>
<li>fixed horrible black footers - thanks for reporting to <a href="https://lingmates.com">Mateusz Bryła</a></li>
<li>fixed grammar - thanks for reporting to <a href="https://lingmates.com">Mateusz Bryła</a></li>
<li>improved style - thanks for reporting to <a href="https://lingmates.com">Mateusz Bryła</a></li>
<li>review of ideas for a domain name - thanks to <a href="https://lingmates.com">Mateusz Bryła</a></li>
</ol>
Thanks for help!
</section>
</div>
</body>
</html>