refactoring, change pictures, connect js files automatically, etc.
77
gulpfile.js
|
@ -60,83 +60,20 @@ gulp.task('imagemin', function () {
|
|||
|
||||
gulp.task('js', function () {
|
||||
var libSrc = [
|
||||
"./src/assets/js/global-variables.js",
|
||||
"./src/assets/js/lib/jquery.min.js",
|
||||
"./src/assets/js/lib/jquery-ui.min.js",
|
||||
"./src/assets/js/lib/angular.min.js",
|
||||
"./src/assets/js/lib/angular-route.js",
|
||||
"./src/assets/js/lib/bootstrap.min.js",
|
||||
"./src/assets/js/lib/sortable.js",
|
||||
"./src/assets/js/lib/highlight.js",
|
||||
"./src/assets/js/lib/bootstrap-switch.min.js",
|
||||
"./src/assets/js/lib/bootstrap-select.js",
|
||||
"./src/assets/js/lib/bootstrap-tagsinput.js",
|
||||
"./src/assets/js/lib/amChart/amcharts.js",
|
||||
"./src/assets/js/lib/amChart/serial.js",
|
||||
"./src/assets/js/lib/amChart/funnel.js",
|
||||
"./src/assets/js/lib/amChart/pie.js",
|
||||
"./src/assets/js/lib/amChart/amstock.js",
|
||||
"./src/assets/js/lib/amChart/ammap.js",
|
||||
"./src/assets/js/lib/amChart/worldLow.js",
|
||||
"./src/assets/js//lib/amChart/blur.js",
|
||||
"./src/app/pages/maps/widgets/leaflet/lib/leaflet.js",
|
||||
"./src/app/pages/maps/widgets/google-maps/lib/google-maps.js",
|
||||
"./src/app/pages/modals/widgets/notifications/lib/angular-toastr.tpls.js"
|
||||
"./src/assets/js/global-variables.js",
|
||||
"./src/assets/js/lib/**/*.js",
|
||||
"./src/app/**/lib/**/*.js"
|
||||
];
|
||||
|
||||
var src = [
|
||||
"./src/app/app.js",
|
||||
"./src/app/components/widgets/widgets.js",
|
||||
"./src/app/components/sidebar/sidebar.js",
|
||||
"./src/app/components/pageTop/pageTop.js",
|
||||
"./src/app/pages/dashboard/dashboard.js",
|
||||
"./src/app/pages/buttons/buttons.js",
|
||||
"./src/app/pages/charts/charts.js",
|
||||
"./src/app/pages/icons/icons.js",
|
||||
"./src/app/pages/profile/profile.js",
|
||||
"./src/app/pages/tables/tables.js",
|
||||
"./src/app/pages/typography/typography.js",
|
||||
"./src/app/pages/form/layouts/layouts.js",
|
||||
"./src/app/pages/form/inputs/inputs.js",
|
||||
"./src/app/common/directives/autoFocus.js",
|
||||
"./src/app/common/directives/autoExpand.js",
|
||||
"./src/app/common/directives/animatedChange.js",
|
||||
"./src/app/common/directives/zoomIn.js",
|
||||
"./src/app/pages/dashboard/widgets/calendar/lib/moment.min.js",
|
||||
"./src/app/pages/dashboard/widgets/calendar/lib/fullcalendar.min.js",
|
||||
"./src/app/pages/dashboard/widgets/calendar/calendar.js",
|
||||
"./src/app/pages/dashboard/widgets/todo/todo.js",
|
||||
"./src/app/components/pieCharts/lib/jquery.easing.min.js",
|
||||
"./src/app/components/pieCharts/lib/jquery.easypiechart.min.js",
|
||||
"./src/app/components/pieCharts/pieCharts.js",
|
||||
"./src/app/pages/dashboard/widgets/amChart/amChart.js",
|
||||
"./src/app/components/backTop/lib/jquery.backTop.js",
|
||||
"./src/app/components/backTop/backTop.js",
|
||||
"./src/app/components/msgCenter/msgCenter.js",
|
||||
"./src/app/pages/dashboard/widgets/amChartMap/amChartMap.js",
|
||||
"./src/app/pages/dashboard/widgets/timeline/timeline.js",
|
||||
"./src/app/pages/dashboard/widgets/chart/lib/Chart.min.js",
|
||||
"./src/app/pages/dashboard/widgets/chart/chart.js",
|
||||
"./src/app/pages/charts/widgets/areaChart/areaChart.js",
|
||||
"./src/app/pages/charts/widgets/barChart/barChart.js",
|
||||
"./src/app/pages/charts/widgets/funnelChart/funnelChart.js",
|
||||
"./src/app/pages/charts/widgets/lineChart/lineChart.js",
|
||||
"./src/app/pages/charts/widgets/pieChart/pieChart.js",
|
||||
"./src/app/pages/form/inputs/widgets/switch/switch.js",
|
||||
"./src/app/pages/form/inputs/widgets/select/select.js",
|
||||
"./src/app/pages/form/inputs/widgets/tagsInput/tagsInput.js",
|
||||
"./src/app/pages/profile/profileModal/profileModal.js",
|
||||
"./src/app/common/controllers/mainCtrl.js",
|
||||
"./src/app/pages/maps/maps.js",
|
||||
"./src/app/pages/maps/widgets/leaflet/leaflet.js",
|
||||
"./src/app/pages/maps/widgets/google-maps/google-maps.js",
|
||||
"./src/app/pages/maps/widgets/map-bubbles/map-bubbles.js",
|
||||
"./src/app/pages/maps/widgets/map-lines/map-lines.js",
|
||||
"./src/app/pages/modals/modals.js",
|
||||
"./src/app/pages/modals/widgets/notifications/notifications.js"
|
||||
"./src/app/**/*.js",
|
||||
"!./src/app/**/lib/**/*.js"
|
||||
];
|
||||
var dst = './src/release/js/';
|
||||
|
||||
gulp.src(libSrc).pipe(concat('lib.min.js')).pipe(uglify()).pipe(gulp.dest(dst));
|
||||
gulp.src(libSrc).pipe(concat('lib.min.js')).pipe(stripDebug()).pipe(uglify()).pipe(gulp.dest(dst));
|
||||
gulp.src(src).pipe(concat('bundle.min.js')).pipe(uglify()).pipe(gulp.dest(dst));
|
||||
});
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<ul class="al-msg-center clearfix">
|
||||
<li class="dropdown">
|
||||
<a href="javascript:void(0)" class="dropdown-toggle" data-toggle="dropdown">
|
||||
<a href class="dropdown-toggle" data-toggle="dropdown">
|
||||
<i class="fa fa-bell-o"></i><span>5</span>
|
||||
|
||||
<div class="notification-ring"></div>
|
||||
|
@ -11,18 +11,18 @@
|
|||
|
||||
<div class="header clearfix">
|
||||
<strong>Notifications</strong>
|
||||
<a href="javascript:void(0)">Mark All as Read</a>
|
||||
<a href="javascript:void(0)">Settings</a>
|
||||
<a href>Mark All as Read</a>
|
||||
<a href>Settings</a>
|
||||
</div>
|
||||
<div class="msg-list">
|
||||
<a href="javascript:void(0)" class="clearfix">
|
||||
<div class="img-area"><img src="release/img/02.png"></div>
|
||||
<a href class="clearfix">
|
||||
<div class="img-area"><img src="release/img/pic-nasta.png"></div>
|
||||
<div class="msg-area">
|
||||
<div>Today is <strong>John Doe</strong>'s birthday.</div>
|
||||
<div>Today is <strong>Anastasiya</strong>'s birthday.</div>
|
||||
<span>1 min ago</span>
|
||||
</div>
|
||||
</a>
|
||||
<a href="javascript:void(0)" class="clearfix">
|
||||
<a href class="clearfix">
|
||||
<div class="img-area">
|
||||
<div class="comments"><i class="fa fa-comments-o"></i></div>
|
||||
</div>
|
||||
|
@ -31,21 +31,21 @@
|
|||
<span>2 hrs ago</span>
|
||||
</div>
|
||||
</a>
|
||||
<a href="javascript:void(0)" class="clearfix">
|
||||
<div class="img-area"><img src="release/img/01.png"></div>
|
||||
<a href class="clearfix">
|
||||
<div class="img-area"><img src="release/img/pic-kostia.png"></div>
|
||||
<div class="msg-area">
|
||||
<div><strong>Carrol Black</strong> changed her name to <strong>Carrol White</strong>.</div>
|
||||
<div><strong>Konstantin</strong> changed his contact information.</div>
|
||||
<span>10 hrs ago</span>
|
||||
</div>
|
||||
</a>
|
||||
<a href="javascript:void(0)" class="clearfix">
|
||||
<div class="img-area"><img src="release/img/08.png"></div>
|
||||
<a href class="clearfix">
|
||||
<div class="img-area"><img src="release/img/pic-vova.png"></div>
|
||||
<div class="msg-area">
|
||||
<div><strong>Bob Taylor</strong> posted in Startup Hub.</div>
|
||||
<div><strong>Vladimir</strong> posted in Startup Hub.</div>
|
||||
<span>1 day ago</span>
|
||||
</div>
|
||||
</a>
|
||||
<a href="javascript:void(0)" class="clearfix">
|
||||
<a href class="clearfix">
|
||||
<div class="img-area">
|
||||
<div class="orders"><i class="fa fa-shopping-cart"></i></div>
|
||||
</div>
|
||||
|
@ -54,26 +54,26 @@
|
|||
<span>5 mins ago</span>
|
||||
</div>
|
||||
</a>
|
||||
<a href="javascript:void(0)" class="clearfix">
|
||||
<div class="img-area"><img src="release/img/04.png"></div>
|
||||
<a href class="clearfix">
|
||||
<div class="img-area"><img src="release/img/pic-andrey.png"></div>
|
||||
<div class="msg-area">
|
||||
<div>Add <strong>Anna Smith</strong> as contact?</div>
|
||||
<div>Add <strong>Andrey</strong> as contact?</div>
|
||||
<span>2 days ago</span>
|
||||
</div>
|
||||
</a>
|
||||
<a href="javascript:void(0)" class="clearfix">
|
||||
<div class="img-area"><img src="release/img/07.png"></div>
|
||||
<a href class="clearfix">
|
||||
<div class="img-area"><img src="release/img/pic-kostia.png"></div>
|
||||
<div class="msg-area">
|
||||
<div><strong>Helen Jonhnson</strong> invited you to join the event.</div>
|
||||
<div><strong>Konstantin</strong> invited you to join the event.</div>
|
||||
<span>1 week ago</span>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
<a href="javascript:void(0)">See all notifications</a>
|
||||
<a href>See all notifications</a>
|
||||
</div>
|
||||
</li>
|
||||
<li class="dropdown">
|
||||
<a href="javascript:void(0)" class="msg dropdown-toggle" data-toggle="dropdown">
|
||||
<a href class="msg dropdown-toggle" data-toggle="dropdown">
|
||||
<i class="fa fa-envelope-o"></i><span>5</span>
|
||||
|
||||
<div class="notification-ring"></div>
|
||||
|
@ -84,62 +84,62 @@
|
|||
|
||||
<div class="header clearfix">
|
||||
<strong>Messages</strong>
|
||||
<a href="javascript:void(0)">Mark All as Read</a>
|
||||
<a href="javascript:void(0)">Settings</a>
|
||||
<a href>Mark All as Read</a>
|
||||
<a href>Settings</a>
|
||||
</div>
|
||||
<div class="msg-list">
|
||||
<a href="javascript:void(0)" class="clearfix">
|
||||
<div class="img-area"><img src="release/img/02.png"></div>
|
||||
<a href class="clearfix">
|
||||
<div class="img-area"><img src="release/img/pic-nasta.png"></div>
|
||||
<div class="msg-area">
|
||||
<div><strong>John Doe:</strong> After you get up and running, you can place Font Awesome icons just about...
|
||||
<div>After you get up and running, you can place Font Awesome icons just about...
|
||||
</div>
|
||||
<span>1 min ago</span>
|
||||
</div>
|
||||
</a>
|
||||
<a href="javascript:void(0)" class="clearfix">
|
||||
<div class="img-area"><img src="release/img/09.png"></div>
|
||||
<a href class="clearfix">
|
||||
<div class="img-area"><img src="release/img/pic-vova.png"></div>
|
||||
<div class="msg-area">
|
||||
<div>You asked, Font Awesome delivers with 40 shiny new icons in version 4.2.</div>
|
||||
<span>2 hrs ago</span>
|
||||
</div>
|
||||
</a>
|
||||
<a href="javascript:void(0)" class="clearfix">
|
||||
<div class="img-area"><img src="release/img/01.png"></div>
|
||||
<a href class="clearfix">
|
||||
<div class="img-area"><img src="release/img/pic-kostia.png"></div>
|
||||
<div class="msg-area">
|
||||
<div>Want to request new icons? Here's how. Need vectors or want to use on the...</div>
|
||||
<span>10 hrs ago</span>
|
||||
</div>
|
||||
</a>
|
||||
<a href="javascript:void(0)" class="clearfix">
|
||||
<div class="img-area"><img src="release/img/08.png"></div>
|
||||
<a href class="clearfix">
|
||||
<div class="img-area"><img src="release/img/pic-andrey.png"></div>
|
||||
<div class="msg-area">
|
||||
<div>Explore your passions and discover new ones by getting involved. Stretch your...</div>
|
||||
<span>1 day ago</span>
|
||||
</div>
|
||||
</a>
|
||||
<a href="javascript:void(0)" class="clearfix">
|
||||
<div class="img-area"><img src="release/img/03.png"></div>
|
||||
<a href class="clearfix">
|
||||
<div class="img-area"><img src="release/img/pic-nasta.png"></div>
|
||||
<div class="msg-area">
|
||||
<div>Get to know who we are - from the inside out. From our history and culture, to the...</div>
|
||||
<span>5 mins ago</span>
|
||||
</div>
|
||||
</a>
|
||||
<a href="javascript:void(0)" class="clearfix">
|
||||
<div class="img-area"><img src="release/img/04.png"></div>
|
||||
<a href class="clearfix">
|
||||
<div class="img-area"><img src="release/img/pic-kostia.png"></div>
|
||||
<div class="msg-area">
|
||||
<div>Need some support to reach your goals? Apply for scholarships across a variety of...</div>
|
||||
<span>2 days ago</span>
|
||||
</div>
|
||||
</a>
|
||||
<a href="javascript:void(0)" class="clearfix">
|
||||
<div class="img-area"><img src="release/img/07.png"></div>
|
||||
<a href class="clearfix">
|
||||
<div class="img-area"><img src="release/img/pic-vova.png"></div>
|
||||
<div class="msg-area">
|
||||
<div>Wrap the dropdown's trigger and the dropdown menu within .dropdown, or...</div>
|
||||
<span>1 week ago</span>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
<a href="javascript:void(0)">See all messages</a>
|
||||
<a href>See all messages</a>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
|
@ -3,18 +3,18 @@
|
|||
<div class="top-area clearfix">
|
||||
<div class="user-profile clearfix">
|
||||
<div class="al-user-profile dropdown">
|
||||
<a href="javascript:void(0)" class="dropdown-toggle" data-toggle="dropdown">
|
||||
<img src="release/img/00.png">
|
||||
<a href class="dropdown-toggle" data-toggle="dropdown">
|
||||
<img src="release/img/pic-profile-small.png">
|
||||
</a>
|
||||
<div class="dropdown-menu top-dropdown-menu profile-dropdown">
|
||||
<i class="dropdown-arr"></i>
|
||||
<a href="javascript:void(0)"><i class="fa fa-user"></i>Profile</a>
|
||||
<a href="javascript:void(0)"><i class="fa fa-cog"></i>Settings</a>
|
||||
<a href="javascript:void(0)" class="signout"><i class="fa fa-power-off"></i>Sign out</a>
|
||||
<a href><i class="fa fa-user"></i>Profile</a>
|
||||
<a href><i class="fa fa-cog"></i>Settings</a>
|
||||
<a href class="signout"><i class="fa fa-power-off"></i>Sign out</a>
|
||||
</div>
|
||||
</div>
|
||||
<msg-center></msg-center>
|
||||
<a href="javascript:void(0)" class="refresh-data"><i class="fa fa-refresh"></i></a>
|
||||
<a href class="refresh-data"><i class="fa fa-refresh"></i></a>
|
||||
</div>
|
||||
|
||||
<ul class="breadcrumb al-breadcrumb">
|
||||
|
|
|
@ -35,6 +35,8 @@ a.collapse-menu-link {
|
|||
width: 16px;
|
||||
text-align: center;
|
||||
line-height: 42px;
|
||||
transition: transform 0.5s ease-in;
|
||||
transform: rotate(0deg);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -201,9 +203,9 @@ a.al-sidebar-list-link {
|
|||
}
|
||||
}
|
||||
}
|
||||
.collapse-menu-link {
|
||||
.fa-angle-double-left:before {
|
||||
content: $angle-right;
|
||||
a.collapse-menu-link {
|
||||
i {
|
||||
transform: rotate(540deg);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -225,8 +227,8 @@ a.al-sidebar-list-link {
|
|||
position: relative;
|
||||
cursor: pointer;
|
||||
padding-left: 0px;
|
||||
.fa-angle-double-left:before {
|
||||
content: $angle-right;
|
||||
i {
|
||||
transform: rotate(540deg);
|
||||
}
|
||||
}
|
||||
.al-sidebar-list-block {
|
||||
|
@ -284,9 +286,8 @@ a.al-sidebar-list-link {
|
|||
width: 100%;
|
||||
position: relative;
|
||||
padding-left: 18px;
|
||||
|
||||
.fa-angle-double-left:before {
|
||||
content: $angle-left;
|
||||
i {
|
||||
transform: rotate(0deg);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
B<span>lur Admin</span>
|
||||
</a>
|
||||
|
||||
<a href="javascript:void(0)" class="collapse-menu-link clearfix" ng-click="menuExpand()">
|
||||
<a href class="collapse-menu-link clearfix" ng-click="menuExpand()">
|
||||
<i class="fa fa-angle-double-left"></i>
|
||||
<span>Collapse Menu</span>
|
||||
</a>
|
||||
|
|
|
@ -91,6 +91,9 @@ ul.todo-list {
|
|||
width: 100%;
|
||||
padding-right: 25px;
|
||||
cursor: text;
|
||||
span {
|
||||
display: block;
|
||||
}
|
||||
input {
|
||||
border: none;
|
||||
background: transparent;
|
||||
|
|
|
@ -1,3 +1,27 @@
|
|||
.label {
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.label-primary {
|
||||
background: $primary;
|
||||
}
|
||||
|
||||
.label-info {
|
||||
background: $primary-light;
|
||||
}
|
||||
|
||||
.label-success {
|
||||
background: $success;
|
||||
}
|
||||
|
||||
.label-warning {
|
||||
background: $warning;
|
||||
}
|
||||
|
||||
.label-danger {
|
||||
background: $danger;
|
||||
}
|
||||
|
||||
.form-horizontal {
|
||||
label {
|
||||
line-height: 34px;
|
||||
|
|
|
@ -1,3 +1,11 @@
|
|||
@keyframes fadeInNotification {
|
||||
0% {opacity: 0;}
|
||||
20% {opacity: 1;}
|
||||
70% {opacity: 1;}
|
||||
90% {opacity: 0;}
|
||||
100% {opacity: 0;}
|
||||
}
|
||||
|
||||
.toast-title {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
@ -105,9 +113,9 @@ button.toast-close-button {
|
|||
color: #ffffff;
|
||||
opacity: 0.9;
|
||||
cursor: pointer;
|
||||
}
|
||||
&:hover {
|
||||
& > div {
|
||||
animation-name: fadeInNotification;
|
||||
animation-duration: 5.5s;
|
||||
&:hover {
|
||||
opacity: 1 !important;
|
||||
}
|
||||
}
|
|
@ -21,8 +21,7 @@
|
|||
<div class="userpic">
|
||||
<img ng-src="{{ picture }}" ng-click="uploadPicture()">
|
||||
<i class="ion-ios-close-outline" ng-click="removePicture()" ng-if="!noPicture"></i>
|
||||
<a href="javascript:void(0)" class="change-userpic" ng-click="uploadPicture()">Change Profile
|
||||
Picture</a>
|
||||
<a href class="change-userpic" ng-click="uploadPicture()">Change Profile Picture</a>
|
||||
<input type="file" ng-show="false" id="uploadFile">
|
||||
</div>
|
||||
</div>
|
||||
|
@ -66,8 +65,7 @@
|
|||
<label for="inputOccupation" class="col-sm-3 control-label">Occupation</label>
|
||||
|
||||
<div class="col-sm-9">
|
||||
<input type="text" class="form-control" id="inputOccupation" placeholder=""
|
||||
value="Front End Web Developer">
|
||||
<input type="text" class="form-control" id="inputOccupation" placeholder="" value="Front End Web Developer">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -142,11 +140,16 @@
|
|||
|
||||
<div class="social-profiles row clearfix">
|
||||
<div class="col-md-3 col-sm-4" ng-repeat="item in socialProfiles">
|
||||
<a class="sn-link" ng-class="{connected: item.connected}" target=" {{ item.connected ? '_blank' : ''}}"
|
||||
href="{{ item.href }}" ng-click="showModalOrLink(item)">
|
||||
|
||||
<a class="sn-link" href ng-click="showModal()" ng-if="!item.href">
|
||||
<i class="socicon socicon-facebook"></i>
|
||||
<span>{{ item.name }}</span>
|
||||
<em class="ion-ios-close-empty sn-link-close" ng-if="item.connected" ng-mousedown="unconnect(item)"></em>
|
||||
</a>
|
||||
|
||||
<a class="sn-link connected" href="{{ item.href }}" target="_blank" ng-if="item.href">
|
||||
<i class="socicon socicon-facebook"></i>
|
||||
<span>{{ item.name }}</span>
|
||||
<em class="ion-ios-close-empty sn-link-close" ng-mousedown="unconnect(item)"></em>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -9,7 +9,7 @@ angular.module('BlurAdmin.profilePage', ['ngRoute'])
|
|||
});
|
||||
}])
|
||||
.controller('profilePageCtrl', ['$scope', function ($scope) {
|
||||
$scope.picture = "release/img/photo.png";
|
||||
$scope.picture = "release/img/pic-profile.png";
|
||||
|
||||
$scope.removePicture = function () {
|
||||
$scope.picture = "release/img/no-photo.png";
|
||||
|
@ -23,67 +23,49 @@ angular.module('BlurAdmin.profilePage', ['ngRoute'])
|
|||
|
||||
$scope.socialProfiles = [
|
||||
{
|
||||
connected: true,
|
||||
name: "Facebook",
|
||||
href: "https://www.facebook.com/nasta.kartul",
|
||||
icon: "socicon-facebook"
|
||||
},
|
||||
{
|
||||
connected: false,
|
||||
name: "Twitter",
|
||||
href: "javascript:void(0)",
|
||||
icon: "socicon-twitter"
|
||||
},
|
||||
{
|
||||
connected: false,
|
||||
name: "Google",
|
||||
href: "javascript:void(0)",
|
||||
icon: "socicon-google"
|
||||
},
|
||||
{
|
||||
connected: true,
|
||||
name: "LinkedIn",
|
||||
href: "https://www.linkedin.com/profile/view?id=177497038",
|
||||
icon: "socicon-linkedin"
|
||||
},
|
||||
{
|
||||
connected: true,
|
||||
name: "GitHub",
|
||||
href: "https://github.com/1itvinka",
|
||||
icon: "socicon-github"
|
||||
},
|
||||
{
|
||||
connected: false,
|
||||
name: "StackOverflow",
|
||||
href: "javascript:void(0)",
|
||||
icon: "socicon-stackoverflow"
|
||||
},
|
||||
{
|
||||
connected: false,
|
||||
name: "Dribbble",
|
||||
href: "javascript:void(0)",
|
||||
icon: "socicon-dribble"
|
||||
},
|
||||
{
|
||||
connected: false,
|
||||
name: "Behance",
|
||||
href: "javascript:void(0)",
|
||||
icon: "socicon-behace"
|
||||
}
|
||||
];
|
||||
|
||||
$scope.unconnect = function (item) {
|
||||
item.connected = false;
|
||||
item.href = "javascript:void(0)";
|
||||
item.href = undefined;
|
||||
};
|
||||
|
||||
$scope.showModalOrLink = function (item) {
|
||||
if (!item.connected) {
|
||||
$('#profileModal').modal('show');
|
||||
}
|
||||
$scope.showModal = function () {
|
||||
$('#profileModal').modal('show');
|
||||
};
|
||||
|
||||
$scope.switches = [true, true, false, true, true, false];
|
||||
|
||||
|
||||
}]);
|
|
@ -68,9 +68,9 @@
|
|||
<div class="col-sm-6">
|
||||
<div class="img-wrapper"><img src="release/img/typo03.png" alt="" title=""/></div>
|
||||
<p>Vel elit, eros elementum, id lacinia, duis non ut ut tortor blandit. Mauris <a
|
||||
href="javascript:void(0)">dapibus</a> magna rutrum. Ornare neque suspendisse <a
|
||||
href="javascript:void(0)">phasellus wisi</a>, quam cras pede rutrum suspendisse, <a
|
||||
href="javascript:void(0)">felis amet eu</a>. Congue magna elit quisque quia, nullam justo sagittis,
|
||||
href>dapibus</a> magna rutrum. Ornare neque suspendisse <a
|
||||
href>phasellus wisi</a>, quam cras pede rutrum suspendisse, <a
|
||||
href>felis amet eu</a>. Congue magna elit quisque quia, nullam justo sagittis,
|
||||
ante erat libero placerat, proin condimentum consectetuer lacus. Velit condimentum velit, sed penatibus
|
||||
arcu nulla.</p>
|
||||
</div>
|
||||
|
@ -100,18 +100,18 @@
|
|||
<div class="img-wrapper"><img src="release/img/typo04.png" alt=""/></div>
|
||||
<p>Eget augue, lacus erat ante egestas scelerisque aliquam, metus molestie leo in habitasse magna
|
||||
maecenas</p>
|
||||
<a href="javascript:void(0)" class="learn-more">Lean more</a>
|
||||
<a href class="learn-more">Lean more</a>
|
||||
</div>
|
||||
<div class="col-sm-4">
|
||||
<div class="img-wrapper"><img src="release/img/typo05.png" alt=""/></div>
|
||||
<p>Augue massa et parturient, suspendisse orci nec scelerisque sit, integer nam mauris pede consequat in
|
||||
velit</p>
|
||||
<a href="javascript:void(0)" class="learn-more">Lean more</a>
|
||||
<a href class="learn-more">Lean more</a>
|
||||
</div>
|
||||
<div class="col-sm-4">
|
||||
<div class="img-wrapper"><img src="release/img/typo06.png" alt=""/></div>
|
||||
<p>Eget turpis, tortor lobortis porttitor, vestibulum nullam vehicula aliquam</p>
|
||||
<a href="javascript:void(0)" class="learn-more">Lean more</a>
|
||||
<a href class="learn-more">Lean more</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -172,9 +172,9 @@
|
|||
<div class="links">
|
||||
<h2>Links</h2>
|
||||
|
||||
<p><a href="javascript:void(0)">Active link — #41bee9</a></p>
|
||||
<p><a href>Active link — #41bee9</a></p>
|
||||
|
||||
<p class="hovered"><a href="javascript:void(0)">Hover link — #9d498c</a></p>
|
||||
<p class="hovered"><a href>Hover link — #9d498c</a></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,32 +1,31 @@
|
|||
@import "_variables.scss";
|
||||
@import "_mixins.scss";
|
||||
@import "_blur-admin-theme.scss";
|
||||
@import "../../app/pages/typography/_typography.scss";
|
||||
@import "_preloader.scss";
|
||||
@import "_socicon.scss";
|
||||
@import "_buttons.scss";
|
||||
@import "_table.scss";
|
||||
@import "_layout.scss";
|
||||
@import "../../app/components/widgets/_widgets.scss";
|
||||
@import "../../app/pages/buttons/_buttonsPage.scss";
|
||||
@import "../../app/pages/icons/_iconsPage.scss";
|
||||
@import "../../app/pages/charts/_chartsPage.scss";
|
||||
@import "../../app/pages/profile/_profile.scss";
|
||||
@import "../../app/pages/form/_form.scss";
|
||||
@import "../../app/components/pageTop/_pageTop.scss";
|
||||
@import "../../app/components/sidebar/_sidebar.scss";
|
||||
@import "../../app/components/backTop/_backTop.scss";
|
||||
@import "../../app/components/msgCenter/_msgCenter.scss";
|
||||
@import "../../app/pages/dashboard/widgets/calendar/_calendar.scss";
|
||||
@import "../../app/components/pieCharts/_pieCharts.scss";
|
||||
@import "../../app/pages/dashboard/widgets/amChart/_amChart.scss";
|
||||
@import "../../app/pages/dashboard/widgets/todo/_todo.scss";
|
||||
@import "../../app/pages/dashboard/widgets/amChartMap/_amChartMap.scss";
|
||||
@import "../../app/pages/dashboard/widgets/timeline/_timeline.scss";
|
||||
@import "../../app/pages/dashboard/widgets/chart/_chart.scss";
|
||||
@import "../../app/pages/maps/widgets/leaflet/_leaflet.scss";
|
||||
@import "../../app/pages/maps/widgets/google-maps/_google-maps.scss";
|
||||
@import "../../app/pages/maps/widgets/map-bubbles/_map-bubbles.scss";
|
||||
@import "../../app/pages/maps/widgets/map-lines/_map-lines.scss";
|
||||
@import "../../app/pages/modals/_modals.scss";
|
||||
@import "../../app/pages/modals/widgets/notifications/_toastr.scss";
|
||||
@import "variables.scss",
|
||||
"mixins.scss",
|
||||
"../../app/pages/typography/typography.scss",
|
||||
"preloader.scss",
|
||||
"socicon.scss",
|
||||
"buttons.scss",
|
||||
"table.scss",
|
||||
"layout.scss",
|
||||
"../../app/components/widgets/widgets.scss",
|
||||
"../../app/pages/buttons/buttonsPage.scss",
|
||||
"../../app/pages/icons/iconsPage.scss",
|
||||
"../../app/pages/charts/chartsPage.scss",
|
||||
"../../app/pages/profile/profile.scss",
|
||||
"../../app/pages/form/form.scss",
|
||||
"../../app/components/pageTop/pageTop.scss",
|
||||
"../../app/components/sidebar/sidebar.scss",
|
||||
"../../app/components/backTop/backTop.scss",
|
||||
"../../app/components/msgCenter/msgCenter.scss",
|
||||
"../../app/pages/dashboard/widgets/calendar/calendar.scss",
|
||||
"../../app/components/pieCharts/pieCharts.scss",
|
||||
"../../app/pages/dashboard/widgets/amChart/amChart.scss",
|
||||
"../../app/pages/dashboard/widgets/todo/todo.scss",
|
||||
"../../app/pages/dashboard/widgets/amChartMap/amChartMap.scss",
|
||||
"../../app/pages/dashboard/widgets/timeline/timeline.scss",
|
||||
"../../app/pages/dashboard/widgets/chart/chart.scss",
|
||||
"../../app/pages/maps/widgets/leaflet/leaflet.scss",
|
||||
"../../app/pages/maps/widgets/google-maps/google-maps.scss",
|
||||
"../../app/pages/maps/widgets/map-bubbles/map-bubbles.scss",
|
||||
"../../app/pages/maps/widgets/map-lines/map-lines.scss",
|
||||
"../../app/pages/modals/modals.scss",
|
||||
"../../app/pages/modals/widgets/notifications/notifications.scss";
|
Before Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 23 KiB |
Before Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 21 KiB |
Before Width: | Height: | Size: 21 KiB |
Before Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 53 KiB |
After Width: | Height: | Size: 4.4 KiB |
After Width: | Height: | Size: 3.9 KiB |
After Width: | Height: | Size: 3.8 KiB |
After Width: | Height: | Size: 3.5 KiB |
After Width: | Height: | Size: 51 KiB |
After Width: | Height: | Size: 4.0 KiB |
|
@ -43,7 +43,7 @@
|
|||
|
||||
<div class="col-sm-10">
|
||||
<input type="password" class="form-control" id="inputPassword3" placeholder="Password">
|
||||
<a href="javascript:void(0)" class="forgot-pass">Forgot password?</a>
|
||||
<a href class="forgot-pass">Forgot password?</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
|
|