Merge pull request #38 from Coder206/youtubefix
Correction to link to featured page of youtube
This commit is contained in:
Коммит
386c58d95b
|
@ -169,6 +169,14 @@
|
|||
<binding protocol="http" bindingInformation="*:4675:localhost" />
|
||||
</bindings>
|
||||
</site>
|
||||
<site name="WWTMVC5(1)" id="3">
|
||||
<application path="/" applicationPool="Clr4IntegratedAppPool">
|
||||
<virtualDirectory path="/" physicalPath="E:\files\dev\microsoft\wwt\wwt-website\WWTMVC5" />
|
||||
</application>
|
||||
<bindings>
|
||||
<binding protocol="http" bindingInformation="*:64118: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>
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
<AssemblyName>WWTMVC5</AssemblyName>
|
||||
<TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion>
|
||||
<MvcBuildViews>false</MvcBuildViews>
|
||||
<UseIISExpress>false</UseIISExpress>
|
||||
<UseIISExpress>true</UseIISExpress>
|
||||
<IISExpressSSLPort />
|
||||
<IISExpressAnonymousAuthentication />
|
||||
<IISExpressWindowsAuthentication />
|
||||
|
@ -1231,7 +1231,7 @@
|
|||
<AutoAssignPort>True</AutoAssignPort>
|
||||
<DevelopmentServerPort>4675</DevelopmentServerPort>
|
||||
<DevelopmentServerVPath>/</DevelopmentServerVPath>
|
||||
<IISUrl>http://localhost/</IISUrl>
|
||||
<IISUrl>http://localhost:64118/</IISUrl>
|
||||
<NTLMAuthentication>False</NTLMAuthentication>
|
||||
<UseCustomServer>False</UseCustomServer>
|
||||
<CustomServerUrl>
|
||||
|
|
|
@ -10,6 +10,6 @@
|
|||
"angular-strap": "~2.1.6"
|
||||
},
|
||||
"resolutions": {
|
||||
"angular": "1.4.5"
|
||||
"angular": "1.5.7"
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче