move content and symlink

This commit is contained in:
unknown
2015-03-28 08:26:47 -04:00
parent e7b205ef3b
commit 24ce3861b2
7 changed files with 21 additions and 63 deletions

View File

@@ -1,12 +1,18 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
# Visual Studio 14
VisualStudioVersion = 14.0.22609.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UntappedWidgetGenerator", "src\UntappedWidgetGenerator\UntappedWidgetGenerator.csproj", "{4E8D4994-A4A1-4E86-885A-703A4BB0D4AA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UntappedWidgetGenerator.Web", "src\UntappedWidgetGenerator.Web\UntappedWidgetGenerator.Web.csproj", "{B4F9C525-5C56-440E-B4C2-972A33D7C8CD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{AF0F0CDF-F957-4BB1-A30B-3357417FCB2B}"
ProjectSection(SolutionItems) = preProject
jquery.UntappedWidget.js = jquery.UntappedWidget.js
jquery.UntappedWidget.less = jquery.UntappedWidget.less
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU

View File

@@ -1,48 +0,0 @@
.profile {
background-position: center 0px;
background-repeat: no-repeat;
height: 240px;
max-width: 1024px;
position: relative;
}
.profile .badges {
margin-right: 3px;
}
.profile .badges img {
width: 52px;
height: 52px;
border-radius: 27px;
}
.profile .stats-bar {
position: absolute;
bottom: 0;
left: 0;
right: 0;
width: 100%;
background-color: rgba(0, 0, 0, 0.6);
height: 52px;
}
.profile .user-info {
position: absolute;
left: 20px;
bottom: 55px;
z-index: 2;
}
.profile .user-info .user-avatar {
display: inline-block;
vertical-align: top;
}
.profile .user-info .avatar-holder {
overflow: hidden;
border-radius: 64px;
width: 124px;
height: 124px;
border: 4px solid white;
}
.profile .user-info .info {
padding: 46px 0 0 16px;
font-family: "ProximaNova", Helvetica Neue, Helvetica;
color: white;
display: inline-block;
}
/*# sourceMappingURL=jquery.UntappedWidget.css.map */

View File

@@ -80,16 +80,13 @@
<Reference Include="System.Xml.Linq" />
</ItemGroup>
<ItemGroup>
<Content Include="..\..\jquery.UntappedWidget.js">
<Link>Scripts\jquery.UntappedWidget.js</Link>
</Content>
<Content Include="Content\bootstrap-theme.css" />
<Content Include="Content\bootstrap-theme.min.css" />
<Content Include="Content\bootstrap.css" />
<Content Include="Content\bootstrap.min.css" />
<Content Include="Content\jquery.UntappedWidget.css">
<DependentUpon>jquery.UntappedWidget.less</DependentUpon>
</Content>
<Content Include="Content\jquery.UntappedWidget.min.css">
<DependentUpon>jquery.UntappedWidget.css</DependentUpon>
</Content>
<Content Include="Content\Site.css" />
<Content Include="fonts\glyphicons-halflings-regular.svg" />
<Content Include="fonts\glyphicons-halflings-regular.woff2" />
@@ -98,15 +95,15 @@
<Content Include="fonts\glyphicons-halflings-regular.eot" />
<Content Include="Content\bootstrap-theme.css.map" />
<Content Include="Content\bootstrap.css.map" />
<Content Include="Content\jquery.UntappedWidget.css.map">
<DependentUpon>jquery.UntappedWidget.css</DependentUpon>
<Content Include="..\..\jquery.UntappedWidget.less">
<Link>Content\jquery.UntappedWidget.less</Link>
</Content>
<None Include="Properties\PublishProfiles\f.pubxml" />
<None Include="Scripts\jquery-1.9.1.intellisense.js" />
<Content Include="Scripts\bootstrap.js" />
<Content Include="Scripts\bootstrap.min.js" />
<Content Include="Scripts\jquery-1.9.1.js" />
<Content Include="Scripts\jquery-1.9.1.min.js" />
<Content Include="Scripts\jquery.UntappedWidget.js" />
<Content Include="Web.config" />
</ItemGroup>
<ItemGroup>
@@ -119,7 +116,6 @@
<Content Include="Views\Index\Index.cshtml" />
<Content Include="packages.config" />
<Content Include="Views\Index\Badge.cshtml" />
<Content Include="Content\jquery.UntappedWidget.less" />
<Content Include="Views\Shared\_Layout.cshtml" />
<Content Include="Scripts\jquery-1.9.1.min.map" />
<Content Include="Views\Index\Profile.cshtml" />
@@ -169,10 +165,14 @@ xcopy /s /y /R "$(SolutionDir)packages\Nancy.Viewengines.Razor.1.1\BuildProvider
xcopy /s /y /R "$(SolutionDir)packages\Nancy.Viewengines.Razor.1.1\lib\Net40\Nancy.ViewEngines.Razor.dll" "$(ProjectDir)bin\"
)</PostBuildEvent>
</PropertyGroup>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<!--
<Target Name="BeforeBuild">
<ItemGroup>
<Content Include="..\..\jquery.UntappedWidget.js" />
</ItemGroup>
</Target>
To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="AfterBuild">
</Target>
-->