Skip to content

Commit

Permalink
update Index.html and removed unUsed fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
ankit authored and ankit committed Mar 8, 2017
1 parent ef58da0 commit 7b858eb
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 304 deletions.
5 changes: 0 additions & 5 deletions Slack.Automation/Promact.Erp.Web/Promact.Erp.Web.csproj
Expand Up @@ -290,7 +290,6 @@
<Content Include="Content\js\custom.js" />
<Content Include="Content\Site.css" />
<Content Include="favicon.ico" />
<Content Include="fonts\glyphicons-halflings-regular.svg" />
<Content Include="Global.asax" />
<Content Include="karma-test-shim.js" />
<Content Include="karma.config.js" />
Expand Down Expand Up @@ -328,10 +327,6 @@
<Content Include="Scripts\bootstrap\js\tooltip.js" />
<Content Include="Scripts\bootstrap\js\transition.js" />
<Content Include="Scripts\bootstrap\package.js" />
<Content Include="fonts\glyphicons-halflings-regular.woff2" />
<Content Include="fonts\glyphicons-halflings-regular.woff" />
<Content Include="fonts\glyphicons-halflings-regular.ttf" />
<Content Include="fonts\glyphicons-halflings-regular.eot" />
<Content Include="Content\fonts\fontawesome-webfont.eot" />
<Content Include="Content\fonts\fontawesome-webfont.ttf" />
<Content Include="Content\fonts\fontawesome-webfont.woff" />
Expand Down
23 changes: 12 additions & 11 deletions Slack.Automation/Promact.Erp.Web/Views/Home/Index.cshtml
Expand Up @@ -3,15 +3,15 @@
Layout = null;
}
@*<div>
<div>
<div>
<h1>Reports Management</h1>
</div>
<div>
@Html.ActionLink("Log In With Promact", "AfterLogIn", "Home")
<div>
<h1>Reports Management</h1>
</div>
<div>
@Html.ActionLink("Log In With Promact", "AfterLogIn", "Home")
</div>
</div>
</div>
</div>*@
</div>*@

<!DOCTYPE html>
<html lang="en">
Expand All @@ -29,8 +29,7 @@
<title>Slack ERP</title>

<!-- Bootstrap CSS -->
<link href="../../Content/css/bootstrap.min.css" rel="stylesheet">

<link href="~/Scripts/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet" />
<!-- Additionals -->
<link href="../../Content/css/font-lineicons.css" rel="stylesheet">
<link href="../../Content/Site.css" rel="stylesheet">
Expand Down Expand Up @@ -364,9 +363,11 @@
</section>

<!-- jQuery -->
<script src="../../Content/js/jquery.min.js"></script>

<script src="~/Scripts/jquery/dist/jquery.min.js"></script>
<!-- Bootstrap JS -->
<script src="../../Content/js/bootstrap.min.js"></script>

<script src="~/Scripts/bootstrap/dist/js/bootstrap.min.js"></script>
<!-- Custom JS -->
<script src="../../Content/js/custom.js"></script>
</body>
Expand Down
Binary file not shown.

0 comments on commit 7b858eb

Please sign in to comment.