Skip to content

Commit

Permalink
修改Demo内容介绍
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreySu committed Mar 25, 2018
1 parent e92007a commit 31440d2
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
<h2>@ViewBag.Title.</h2>
<h3>@ViewBag.Message</h3>

<p>Use this area to provide additional information.</p>
<p>《微信公众号+小程序快速开发》视频课程代码示例</p>
<p>本示例完全免费开源,欢迎交流!</p>
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<h3>@ViewBag.Message</h3>

<address>
One Microsoft Way<br />
Redmond, WA 98052-6399<br />
苏州市西园路609号<br />
金创商务大厦202<br />
<abbr title="Phone">P:</abbr>
425.555.0100
400-031-8816
</address>

<address>
<strong>Support:</strong> <a href="mailto:[email protected]">Support@example.com</a><br />
<strong>Marketing:</strong> <a href="mailto:[email protected]">Marketing@example.com</a>
<strong>Support:</strong> <a href="mailto:[email protected]">zsu@senparc.com</a><br />
<strong>Marketing:</strong> <a href="mailto:[email protected]">zli@senparc.com</a>
</address>
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,23 @@
}

<div class="jumbotron">
<h1>ASP.NET</h1>
<p class="lead">ASP.NET is a free web framework for building great Web sites and Web applications using HTML, CSS and JavaScript.</p>
<p><a href="https://asp.net" class="btn btn-primary btn-lg">Learn more &raquo;</a></p>
<h1>《微信公众号 + 小程序快速开发》</h1>
<p class="lead">讲师:苏震巍</p>
<p><a href="http://study.163.com/course/introduction/1004873017.htm" class="btn btn-primary btn-lg">开始学习 &raquo;</a></p>
</div>

<div class="row">
<div class="col-md-4">
<h2>Getting started</h2>
<h2>开始学习</h2>
<p>
ASP.NET MVC gives you a powerful, patterns-based way to build dynamic websites that
enables a clean separation of concerns and gives you full control over markup
for enjoyable, agile development.
当前课程已经在网易云课堂、腾讯课堂、CSDN上线,由于每个平台的课程规则不一样,所以课程数量安排、上传速度都会有所不同,目前网易云课堂应该是更新最快的。
</p>
<p><a class="btn btn-default" href="https://go.microsoft.com/fwlink/?LinkId=301865">Learn more &raquo;</a></p>
<p><a class="btn btn-default" href="http://study.163.com/course/introduction/1004873017.htm">网易云课堂 &raquo;</a></p>
</div>
<div class="col-md-4">
<h2>Get more libraries</h2>
<p>NuGet is a free Visual Studio extension that makes it easy to add, remove, and update libraries and tools in Visual Studio projects.</p>
<p><a class="btn btn-default" href="https://go.microsoft.com/fwlink/?LinkId=301866">Learn more &raquo;</a></p>
<h2>获取课堂示例代码</h2>
<p>视频过程中的代码我们已经完全开放,无论您有没有购买课程,都是免费的。</p>
<p><a class="btn btn-default" href="https://github.com/JeffreySu/WechatVideoCourse">查看 &raquo;</a></p>
</div>
<div class="col-md-4">
<h2>Web Hosting</h2>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
@Html.ActionLink("应用程序名称", "Index", "Home", new { area = "" }, new { @class = "navbar-brand" })
@Html.ActionLink("微信公众号 + 小程序快速开发", "Index", "Home", new { area = "" }, new { @class = "navbar-brand" })
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
Expand Down

0 comments on commit 31440d2

Please sign in to comment.