Merge pull request #2794 from IdeaBlade/chalin-guide-misc-fix-1113

docs: guide/index misc Jade fixes
This commit is contained in:
Ward Bell 2016-11-14 09:34:36 -08:00 committed by GitHub
commit 75464d585c
1 changed files with 4 additions and 6 deletions

View File

@ -1,16 +1,14 @@
block includes
include ../_util-fns
- var langName = current.path[1] == 'ts' ? 'TypeScript' : 'JavaScript'
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
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
# Organization