docs: guide/index misc Jade fixes
- Eliminate use of deprecated `clear=“all”` in `<br>`. - No need for local `langName`; use global `_Lang` var instead. - Remove duplicate id `learning-path`.
This commit is contained in:
parent
14db838f8b
commit
02f55592b2
|
@ -1,16 +1,14 @@
|
||||||
block includes
|
block includes
|
||||||
include ../_util-fns
|
include ../_util-fns
|
||||||
|
|
||||||
- var langName = current.path[1] == 'ts' ? 'TypeScript' : 'JavaScript'
|
|
||||||
figure
|
figure
|
||||||
img(src="/resources/images/devguide/intro/people.png" alt="Us" align="left" style="width:200px; margin-left:-40px;margin-right:10px" )
|
img(src="/resources/images/devguide/intro/people.png" alt="Us" align="left" style="width:200px; margin-left:-40px;margin-right:10px")
|
||||||
|
|
||||||
:marked
|
:marked
|
||||||
This is a practical guide to Angular for experienced programmers who
|
This is a practical guide to Angular for experienced programmers who
|
||||||
are building client applications in HTML and #{langName}.
|
are building client applications in HTML and #{_Lang}.
|
||||||
|
<br style="clear:left;">
|
||||||
|
|
||||||
<br clear="all">
|
|
||||||
|
|
||||||
<a id="learning-path"></a>
|
|
||||||
:marked
|
:marked
|
||||||
# Organization
|
# Organization
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue