Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

docs: guide/index misc Jade fixes #2794

Merged
merged 1 commit into from
Nov 14, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions public/docs/ts/latest/guide/index.jade
Original file line number Diff line number Diff line change
@@ -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}.

<br clear="all">
are building client applications in HTML and #{_Lang}.
<br style="clear:left;">

<a id="learning-path"></a>
:marked
# Organization

Expand Down