├── Blog
├── Demo Food Blog
│ ├── README.md
│ ├── demo_food_blog_amended.png
│ ├── food_blog_demo.html
│ ├── food_blog_demo_amended.html
│ ├── food_blog_demo_sketch.jpg
│ └── food_blog_sketch2code.png
└── README.md
├── CONTRIBUTING.md
├── LICENSE
├── News App
└── README.MD
├── README.md
├── Result Summary
└── README.md
├── Tributary
└── README.md
├── Weather App
└── README.md
├── Web Article
└── README.md
├── Web Survey
└── README.md
└── img
├── ins_fork.png
├── ins_nav.png
├── ins_pr1.png
├── ins_pr2.png
├── ins_pr3.png
├── ins_s2c1.png
├── ins_s2c2.jpeg
├── ins_upload1.png
└── ins_upload2.png
/Blog/Demo Food Blog/README.md:
--------------------------------------------------------------------------------
1 | # This is a demo of your submission
2 |
3 | ## Files included
4 |
5 | - HTML file ([food_blog_demo.html](https://github.com/dunmanhigh/web_templates/blob/main/Blog/Demo%20Food%20Blog/food_blog_demo.html))
6 | - Image of your sketch ([food_blog_demo_sketch.jpg](https://github.com/dunmanhigh/web_templates/blob/main/Blog/Demo%20Food%20Blog/food_blog_demo_sketch.jpg))
7 | - Optional: Amended HTML file ([food_blog_demo_amended.html](https://github.com/dunmanhigh/web_templates/blob/main/Blog/Demo%20Food%20Blog/food_blog_demo_amended.html))
8 |
9 | ## Why is Amendment necessary?
10 |
11 | Sketch2Code is not perfectly accurate
12 |
13 |
14 |
15 | 
16 |
17 | As you can see, Sketch2Code did not include the navigation bar, certain title, and a few buttons. I may also want to change the CSS to make the page look closer to my sketch.
18 |
19 | After amendment, it looks much better and is closer to the sketch.
20 |
21 | 
22 |
23 | However this is not necessary if you are unfamiliar with HTML. It is just a bonus :)
24 |
--------------------------------------------------------------------------------
/Blog/Demo Food Blog/demo_food_blog_amended.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dunmanhigh/web_templates/e320fc3fdf04dcf3f2fb85a470db276d2608ee21/Blog/Demo Food Blog/demo_food_blog_amended.png
--------------------------------------------------------------------------------
/Blog/Demo Food Blog/food_blog_demo.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
33 | Lorem ipsum dolor sit amet, consectetur adipiscing elit
34 |
35 | sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
36 |
37 | Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris
38 |
52 | Lorem ipsum dolor sit amet, consectetur adipiscing elit
53 |
54 | sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
55 |
56 | Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris
57 |
52 | Lorem ipsum dolor sit amet, consectetur adipiscing elit
53 |
54 | sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
55 |
56 | Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris
57 |
73 | Lorem ipsum dolor sit amet, consectetur adipiscing elit
74 |
75 | sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
76 |
77 | Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris
78 |