Skip to content

Commit 357b495

Browse files
committed
added some references to work with
1 parent 928b8e6 commit 357b495

File tree

2 files changed

+19
-8
lines changed

2 files changed

+19
-8
lines changed

css.html

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<meta name="that js dude" content="">
99
<link rel="shortcut icon" href="images/favicon.jpg">
1010

11-
<title>interview: css</title>
11+
<title>interview: css questions</title>
1212

1313
<!-- Bootstrap core CSS -->
1414
<link href="css/bootstrap.min.css" rel="stylesheet">
@@ -221,10 +221,21 @@ <h2>15. semantic</h2>
221221
<p>for example, &lt;b&gt;&lt;/b&gt; (for bold), and &lt;i&gt;&lt;/i&gt; (for italic) should never be used, because they&#x2019;re to do with formatting, not with the meaning or structure of the content. Instead, use the replacements &lt;strong&gt;&lt;/strong&gt; and &lt;em&gt;&lt;/em&gt; (meaning emphasis), which by default will turn text bold and italic (but don&#x2019;t have to do so in all browsers), while adding meaning to the structure of the content.</p>
222222
<p>ref: <a href="http://en.wikipedia.org/wiki/Semantic_HTML">Wiki: semantic HTML</a> </p>
223223
</div> -->
224-
<!-- <div>
225-
<h2>Need more!</h2>
226-
read: <a href="https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/HTML5?redirectlocale=en-US&redirectslug=HTML%2FHTML5">HTML5</a>
227-
</div> -->
224+
<div>
225+
<h2>References</h2>
226+
<ul>
227+
<li><a href=""></a></li>
228+
<li><a href="http://css-tricks.com/interview-questions-css/">very good: css tricks</a></li>
229+
<li><a href="https://github.com/johnpolacek/Front-end-Developer-Interview-Questions/blob/master/README.md">decent in github</a></li>
230+
<li><a href=""></a></li>
231+
<li><a href="http://www.frontendjournal.com/most-common-technical-interview-question-for-frontend-developers/">some basic: float clear</a></li>
232+
<li><a href="http://www.codeproject.com/Articles/702051/40-important-HTML-5-Interview-questions-with-answe">have some basic css</a></li>
233+
<li><a href="http://www.getallfix.com/2012/11/web-developer-interview-questions-ui-developer-interview-questions-most-common-web-developer-interview-questions/">some old css question</a></li>
234+
<li><a href=""></a></li>
235+
<li><a href=""></a></li>
236+
<li><a href=""></a></li>
237+
</ul>
238+
</div>
228239

229240
<!-- div>h2+p+pre>code -->
230241
<hr>

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,9 @@ <h2>Win your future</h2>
9494
</div> -->
9595
<div class="row-fluid">
9696
<div class="col-md-4">
97-
<h2><a href="jsConcepts/concepts/html.html">html</a></h2>
97+
<h2><a href="html.html">html</a></h2>
9898
<p class="obsoleteContent">Value of this in Javascript is very confusing and very important. If you are not sure you are a master of this, you have to watch this video... </p>
99-
<p><a class="btn btn-default" href="jsConcepts/concepts/html.html" role="button">View details &raquo;</a></p>
99+
<p><a class="btn btn-default" href="html.html" role="button">View details &raquo;</a></p>
100100
</div>
101101
<div class="col-md-4">
102102
<h2>css</h2>
@@ -154,7 +154,7 @@ <h3>Invite to a talk</h3>
154154
<hr>
155155

156156
<footer>
157-
<p>&copy; thatJSDude 2013</p>
157+
<p>&copy; thatJSDude 2014</p>
158158
</footer>
159159
</div> <!-- /container -->
160160

0 commit comments

Comments
 (0)