This commit is contained in:
Ron Gilchrist 2016-09-08 23:05:19 -07:00
Родитель f494e9b2af 77c5ea4ab2
Коммит 8e390917be
4 изменённых файлов: 4 добавлений и 3 удалений

Просмотреть файл

@ -169,6 +169,7 @@
<binding protocol="http" bindingInformation="*:4675:localhost" />
</bindings>
</site>
<siteDefaults>
<logFile logFormat="W3C" directory="%IIS_USER_HOME%\Logs" />
<traceFailedRequestsLogging directory="%IIS_USER_HOME%\TraceLogFiles" enabled="true" maxLogFileSizeKB="1024" />

Просмотреть файл

@ -135,7 +135,7 @@
</a>
</div>
<div class="col-md-4 col-md-offset-0 col-sm-6 col-sm-offset-3 col-xs-12">
<a href="https://www.youtube.com/channel/UCjx-BjxGX6vvxALi9ziBfjA/videos" target="_blank">
<a href="https://www.youtube.com/channel/UCjx-BjxGX6vvxALi9ziBfjA/featured" target="_blank">
<img src="@Model.ImgDir/youtube-channel.jpg" class="img-responsive" />
<i class="fa fa-caret-square-o-right"></i>
<h4>Check out our videos</h4>

Просмотреть файл

@ -27,7 +27,7 @@
<p>To get started:</p>
<ol>
<li>Get a Windows machine with about 20 GB of space.</li>
<li>If you do not already have Visual Studio, you may download the free Community Edition at <a href="http://www.visualstudio.com">http://www.visualstudio.com</a></li>
<li>If you do not already have <a href="http://www.visualstudio.com">Visual Studio</a>, you may download the <a href="https://go.microsoft.com/fwlink/?LinkId=691978&clcid=0x409">Community Edition</a> for free
<li>Get an account at GitHub (<a href="https://github.com/join">https://github.com/join</a>)</li>
<li>Install the GitHub for Windows application, available at <a href="https://github.com/">https://github.com/</a></li>
<li>Choose the repository from the list above. Clone it to your local computer.</li>

Просмотреть файл

@ -10,6 +10,6 @@
"angular-strap": "~2.1.6"
},
"resolutions": {
"angular": "1.4.5"
"angular": "1.5.7"
}
}