From 1069ad12bc7e2fd6efd757bd14980c16a19af4fb Mon Sep 17 00:00:00 2001 From: Yangshun Tay Date: Thu, 5 Oct 2017 14:07:59 +0800 Subject: [PATCH] Add resume tips section (#33) * Add resume tips section * Add resume tips section --- front-end/interview-questions.md | 2 +- non-technical/resume.md | 144 +++++++++++++++++++++++++++++++ 2 files changed, 145 insertions(+), 1 deletion(-) create mode 100644 non-technical/resume.md diff --git a/front-end/interview-questions.md b/front-end/interview-questions.md index 40851c15..d1bc3a0b 100644 --- a/front-end/interview-questions.md +++ b/front-end/interview-questions.md @@ -154,7 +154,7 @@ Note: The `async` and `defer` attrib­utes are ignored for scripts that have no Putting ``s in the head is part of the specification. Besides that, placing at the top allows the page to render progressively which improves user experience. The problem with putting stylesheets near the bottom of the document is that it prohibits progressive rendering in many browsers, including Internet Explorer. Some browsers block rendering to avoid having to repaint elements of the page if their styles change. The user is stuck viewing a blank white page. It prevents the flash of unstyled contents. -**Placing ``s just before ``** +**Placing `