Skip to content

Commit 37f04ee

Browse files
Tanya ButenkoTanya Butenko
authored andcommitted
remove answers file from html
1 parent 78e0e9b commit 37f04ee

File tree

5 files changed

+5
-10
lines changed

5 files changed

+5
-10
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,9 @@ Check on slides, click [here](http://slides.com/tanyabutenko/ngs-intro-14#/)
1313
To leave feedback click [here](https://goo.gl/forms/ZKqQvSUyUQH1kmRW2)
1414

1515

16-
___________________
1716

18-
19-
##How to use
17+
How to use
18+
============
2019

2120

2221

@@ -39,10 +38,9 @@ code here as well and see result straight away, but as soon as you refresh the p
3938
gone, that is why we use Text Editor).
4039

4140

42-
________________________
43-
44-
##Structure
4541

42+
Structure
43+
============
4644

4745

4846
- Css folder contains css files that are responsible for styles and how our project looks
@@ -61,6 +59,7 @@ ________________________
6159
- Js folder contains JavaScript files that makes our project works, it defines content and make
6260
static page functional.
6361
Contains _main.js_ file where you write all your code.
62+
_answers.js_ - file with whole working code.
6463

6564
- _index.html_ - a file responsible for structure of our project.
6665

index.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,6 @@ <h1>Your letter is sent to Santa</h1>
9494
</footer>
9595

9696
<script src="js/main.js"></script>
97-
<script src="js/validation.js"></script>
98-
9997
</body>
10098

10199
</html>
File renamed without changes.

result.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,5 @@
5454
</footer>
5555

5656
<script src="js/main.js"></script>
57-
<script src="js/validation.js"></script>
5857
</body>
5958
</html>

wish-list.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ <h1> List of Wishes </h1>
5555
</footer>
5656

5757
<script src="js/main.js"></script>
58-
<script src="js/validation.js"></script>
5958
</body>
6059

6160
</html>

0 commit comments

Comments
 (0)