Browse Source

#16525 Cosmetic changes

Ime-london-webcore
Leeza Baidar 1 year ago
parent
commit
c5c97d54d6
  1. 8
      Swift.API/Swift.API.csproj
  2. 5
      Swift.DAL/Swift.DAL.csproj
  3. 25
      Swift.web/Admin/Default.aspx
  4. 4
      Swift.web/DashboardV2/Dashboard.aspx
  5. 15
      Swift.web/Default.aspx
  6. BIN
      Swift.web/Images/1b.png
  7. BIN
      Swift.web/Images/Demologo-1.png
  8. BIN
      Swift.web/Images/IME_londonred-coin-curve.png
  9. BIN
      Swift.web/Images/NEWred-sqr.png
  10. BIN
      Swift.web/Images/ime-london-logo.png
  11. BIN
      Swift.web/Images/logo-1.png
  12. 8
      Swift.web/Swift.web.csproj
  13. 22
      Swift.web/ui/css/menu.css
  14. 29
      Swift.web/ui/css/style.css
  15. 2
      Swift.web/ui/index/css/custom.css

8
Swift.API/Swift.API.csproj

@ -36,14 +36,12 @@
<Reference Include="log4net, Version=2.0.13.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
<HintPath>..\packages\log4net.2.0.13\lib\net40\log4net.dll</HintPath>
</Reference>
<Reference Include="Mono.HttpUtility, Version=1.0.0.1, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Mono.HttpUtility.1.0.0.1\lib\net40\Mono.HttpUtility.dll</HintPath>
</Reference>
<Reference Include="MoreLinq.Portable, Version=1.4.18916.0, Culture=neutral, PublicKeyToken=384d532d7e88985d, processorArchitecture=MSIL">
<HintPath>..\packages\MoreLinq.Portable.1.4.0\lib\portable-net4+sl5+netcore45+wpa81+wp8+MonoAndroid1+MonoTouch1\MoreLinq.Portable.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.12.0.2\lib\net40\Newtonsoft.Json.dll</HintPath>
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Newtonsoft.Json.13.0.1\lib\net40\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.ComponentModel.DataAnnotations" />

5
Swift.DAL/Swift.DAL.csproj

@ -148,8 +148,9 @@
<Reference Include="Microsoft.SqlServer.WmiEnum, Version=15.100.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.SqlServer.SqlManagementObjects.150.18178.0\lib\net45\Microsoft.SqlServer.WmiEnum.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.12.0.1\lib\net40\Newtonsoft.Json.dll</HintPath>
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Newtonsoft.Json.13.0.1\lib\net40\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core">

25
Swift.web/Admin/Default.aspx

@ -16,12 +16,21 @@
<link href="../ui/css/menu.css" type="text/css" rel="stylesheet" />
<link href="../ui/css/style.css" type="text/css" rel="stylesheet" />
<link href="../ui/font-awesome/css/font-awesome.min.css" rel="stylesheet" />
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<style type="text/css">
.auto-style1 {
width: 123%;
height: 79px;
}
</style>
</head>
<body>
<div onkeypress="return checkSubmit(event)">
@ -60,6 +69,9 @@
</div>
</form>
</div>
<div class="login-logos">
<img src="../Images/logo-1.png" class="auto-style1" />
</div>
<div class="login-logo">
<i class="fa fa-user" aria-hidden="true"></i>
</div>
@ -71,15 +83,26 @@
</div>
<!-- jQuery -->
<script src="/ui/js/jquery.min.js" type="text/javascript"></script>
<script src="/ui/bootstrap/js/bootstrap.min.js" type="text/javascript"></script>
<script src="/js/functions.js" type="text/javascript"></script>
<script src="Bootstrap/js/jquery.backstretch.min.js" type="text/javascript"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/jquery-form-validator/2.2.8/jquery.form-validator.min.js" type="text/javascript"></script>
<script type="text/javascript">
$(".login-bg").backstretch([
"../images/1b.png",
], { duration: 4000, fade: 750 });
</script>
<script type="text/javascript">
function checkSubmit(e) {
ipt> function checkSubmit(e) {
if (e && e.keyCode == 13) {
// document.forms[0].submit();
document.getElementById("<%=btnLogin.ClientID%>").click();

4
Swift.web/DashboardV2/Dashboard.aspx

@ -145,7 +145,7 @@
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">
<img src="../ui/images/jme.png" /></a>
<img src="../Images/ime-london-logo.png" style="margin-top: 8px;" /></a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right navbar-top-drops">
@ -253,7 +253,6 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div id="menu" runat="server">
<div id="navbar-main" class="menu navbar-collapse collapse">
<ul class="nav navbar-nav">
@ -340,6 +339,7 @@
<!--/.nav-collapse -->
</div>
</div>
</div>
<!--/.container-fluid -->
</nav>
</nav>

15
Swift.web/Default.aspx

@ -16,8 +16,10 @@
<meta name="theme-color" content="#fffff">
<title>JME Japan</title>
<link href="ui/bootstrap/css/bootstrap.min.css" rel="stylesheet" />
<link href="ui/index/css/custom.css" rel="stylesheet" media="screen">
<link href="ui/index/index/custom.css" rel="stylesheet" />
<!--<link href="ui/bootstrap/css/custom-media.css" rel="stylesheet" media="screen">-->
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
@ -25,6 +27,8 @@
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<header>
@ -38,10 +42,12 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand alightgp" href="/" title="Swifttech"><img src="Images/jme.png" /></a>
<a class="navbar-brand alightgp" href="/" title="Swifttech">
<img src="Images/ime-london-logo.png" />
</a>
<a class="navbar-brand alightgp right" href="/SendMoney" title="Agent Login" >
<h1> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<h1>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<span class="btn-danger ">Send Transaction Click Here ....</span>
</h1>
</a>
@ -77,13 +83,14 @@
<div class="container">
<div class="col-md-7 col-sm-12 dest-detail wow fadeInLeft" data-wow-duration="3s">
<div class="titles">
<h1>About JME Remittance</h1>
<h1>ABOUT IME LONDON</h1>
</div>
<p>JME Remittance offers a wide range of custom IT enabled services. We have outstanding experience in delivering custom database development, desktop, distributed and networked application design as well as development of various web components and projects</p>
<p>IME London offers online remittance solutions. We have outstanding experience in delivering custom database development, desktop, distributed and networked application design as well as development of various web components and projects</p>
</div>
<div class="col-md-5 hidden-xs wow fadeInRight" data-wow-duration="3s">
<span><img src="ui/index/images/slider1.png" alt="" class="img-responsive"></span>
<%--<span><img src="Images/background.png" alt="" class="img-responsive"/></span>--%>
</div>
</div>
</div>

BIN
Swift.web/Images/1b.png

After

Width: 639  |  Height: 360  |  Size: 536 KiB

BIN
Swift.web/Images/Demologo-1.png

After

Width: 1920  |  Height: 1080  |  Size: 30 KiB

BIN
Swift.web/Images/IME_londonred-coin-curve.png

After

Width: 1200  |  Height: 1200  |  Size: 74 KiB

BIN
Swift.web/Images/NEWred-sqr.png

After

Width: 1600  |  Height: 1600  |  Size: 54 KiB

BIN
Swift.web/Images/ime-london-logo.png

After

Width: 697  |  Height: 113  |  Size: 11 KiB

BIN
Swift.web/Images/logo-1.png

After

Width: 466  |  Height: 461  |  Size: 53 KiB

8
Swift.web/Swift.web.csproj

@ -59,7 +59,7 @@
<HintPath>..\packages\BouncyCastle.Cryptography.2.1.1\lib\net461\BouncyCastle.Cryptography.dll</HintPath>
</Reference>
<Reference Include="CKEditor.NET">
<HintPath>C:\Users\arjun.dhami\Downloads\CKEditor.NET.dll</HintPath>
<HintPath>..\..\..\Repo\OFAC\GME-APP\packages\CkeditorForASP.NET.3.6.4.0\lib\CKEditor.NET.dll</HintPath>
</Reference>
<Reference Include="CookComputing.XmlRpcV2, Version=2.5.0.0, Culture=neutral, PublicKeyToken=a7d6e17aa302004d, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
@ -1072,6 +1072,7 @@
<Content Include="DashboardV2\Dashboard.aspx" />
<Content Include="DashboardV2\Dashboard2.aspx" />
<Content Include="Images\approve-mapping.PNG" />
<Content Include="Images\1b.png" />
<Content Include="Images\countryflag\BD.png" />
<Content Include="Images\countryflag\BE.png" />
<Content Include="Images\countryflag\BH.png" />
@ -1105,7 +1106,11 @@
<Content Include="Images\countryflag\USD.png" />
<Content Include="Images\countryflag\VN.png" />
<Content Include="Images\countryflag\VND.png" />
<Content Include="Images\Demologo-1.png" />
<Content Include="Images\ime-london-logo.png" />
<Content Include="Images\IME_londonred-coin-curve.png" />
<Content Include="Images\jme.png" />
<Content Include="Images\logo-1.png" />
<Content Include="Images\luckydraw\btn.jpg" />
<Content Include="Images\luckydraw\btn_new.jpg" />
<Content Include="Images\luckydraw\btn_red.jpg" />
@ -1120,6 +1125,7 @@
<Content Include="Images\luckydraw\jquery.color.min.js" />
<Content Include="Images\luckydraw\Processing.png" />
<Content Include="Images\luckydraw\spin.min.js" />
<Content Include="Images\NEWred-sqr.png" />
<Content Include="Images\pdf-img.png" />
<Content Include="Images\watermarkNew.png" />
<Content Include="INTAPI\SchedularHelper.asmx" />

22
Swift.web/ui/css/menu.css

@ -557,12 +557,12 @@ body.body-small.mini-navbar #wrapper {
background-color: rgba(0,0,0,0.2);
color:#eee;
}
.navbar-default{
border-top: 0 solid #b50000;
border-left:0;
border-bottom:0;
border-right:0;
background-color: #b50000;
.navbar-default {
border-top: 0 solid #ed174f;
border-left: 0;
border-bottom: 0;
border-right: 0;
background-color: #ed174f;
border-radius: 0px;
-webkit-border-radius: 0px;
}
@ -575,16 +575,16 @@ body.body-small.mini-navbar #wrapper {
color: #fff;
background-color: rgba(0,0,0,0.1);
}
.navbar-default .dropdown-menu{
background: #b50000;
color:#fff;
.navbar-default .dropdown-menu {
background: #ed174f;
color: #fff;
padding: 0px;
min-width: 190px;
box-shadow: 5px 5px rgba(102,102,102,0.1);
border:0px;
border: 0px;
border-radius: 0px;
-webkit-border-radius: 0px;
}
}
.navbar-default .dropdown-menu>li>a{
color:#fff;
padding: 8px 20px;

29
Swift.web/ui/css/style.css

@ -47,7 +47,7 @@ body.bg-light {
a {
transition: all 0.3s ease-in-out;
text-decoration: none;
color: #ed1c24;
color: #ed174f;
}
a:hover, a:focus, button, button:focus {
@ -285,7 +285,7 @@ p {
-----------*/
.banner-section {
position: relative;
background: #0073AB;
background: #262262;
overflow: hidden;
}
@ -669,9 +669,9 @@ p {
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
background-color: #ed1c24;
background-color: #262262;
color: #fff;
border-color: #ed1c24 #ed1c24 transparent;
border-color: #262262 transparent;
border-radius: 5px 5px 0 0;
border-style: solid;
border-width: 1px;
@ -1035,9 +1035,20 @@ p {
margin: 90px auto;
position: relative;
}
.login-logos {
position: absolute;
left: -2%;
top: -1%;
width: 78px;
}
.login-logos img {
width: 156%;
height: 118px;
}
.login-logo {
background: #333 none repeat scroll 0 0;
background: #ed174f none repeat scroll 0 0;
border-radius: 100%;
height: 50px;
position: absolute;
@ -1054,7 +1065,7 @@ p {
}
.login-head {
background: #EC1C24;
background: #ed174f;
position: relative;
padding-top: 45px;
padding-bottom: 15px;
@ -1103,7 +1114,7 @@ p {
}
.login-body .btn-default {
background: #ED1C24;
background: #262262;
border: 0 none;
border-radius: 20px;
color: #fff;
@ -1358,8 +1369,8 @@ ul.wysihtml5-toolbar a.btn.wysihtml5-command-active {
}
.btn-primary {
background-color: #ed1c24 !important;
border-color: #ed1c24 !important;
background-color: #262262 !important;
border-color: #262262 !important;
}
.btn-primary:hover {

2
Swift.web/ui/index/css/custom.css

@ -29,7 +29,7 @@ p {
-----------*/
.banner-section{
position:relative;
background:#0073AB;
background:#262262;
overflow: hidden;
}

Loading…
Cancel
Save