-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Tran Xuan Nam
committed
Jun 9, 2017
1 parent
10003d9
commit 9928072
Showing
13 changed files
with
68 additions
and
26 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,33 @@ | ||
<div class="section clearfix"> | ||
<div class="heading-block center nomargin"> | ||
<h3><%= t ".heading" %></h3> | ||
</div> | ||
</div> | ||
<div class="container japan-market-video"> | ||
<div class="row clearfix common-height"> | ||
<div class="col-md-6 center col-padding introduction-video-bg"> | ||
<div> </div> | ||
<div class="row clearfix"> | ||
<div class="col-md-6 "> | ||
<% %w(agile certificate expert softskill).each do |feature| %> | ||
<div class="feature"> | ||
<div class="feature-img"> | ||
<%= image_tag "introduction/#{feature}.png" %> | ||
</div> | ||
<div class="feature-description"> | ||
<%= t ".#{feature}" %> | ||
</div> | ||
</div> | ||
<% end %> | ||
</div> | ||
<div class="col-md-6 center col-padding introduction-video-custom"> | ||
<div> | ||
<div class="heading-block nobottomborder"> | ||
<h3><%= t ".heading" %></h3> | ||
<div class="col-md-6 "> | ||
<% %w(network teaching job activities).each do |feature| %> | ||
<div class="feature"> | ||
<div class="feature-img"> | ||
<%= image_tag "introduction/#{feature}.png" %> | ||
</div> | ||
<div class="feature-description"> | ||
<%= t ".#{feature}" %> | ||
</div> | ||
</div> | ||
<p class="lead nobottommargin"><%= simple_format t(".description") %></p> | ||
</div> | ||
<% end %> | ||
</div> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters