Skip to content

Commit 8a22834

Browse files
updated controllers and images
1 parent db5ed4d commit 8a22834

File tree

12 files changed

+27
-14
lines changed

12 files changed

+27
-14
lines changed

app/modules/dashboard/controllers/home.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,8 @@ function ($rootScope, $scope, $state, $location, dashboardService, Flash) {
218218
navigation: true, // Show next and prev buttons
219219
slideSpeed: 300,
220220
paginationSpeed: 400,
221-
singleItem: true
221+
singleItem: true,
222+
autoPlay: 5000, //Set AutoPlay to 3 seconds
222223
});
223224
}]);
224225

app/modules/dashboard/controllers/recent.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ function ($rootScope, $scope, $state, $location, dashboardService, Flash) {
4747
description: "E-Comm sites for various Attractions, Zoos and Amusement Parks",
4848
image: "e-comm",
4949
theme:"info",
50-
url: "fp360.us:830",
50+
url: "fp360.us:459",
5151
roles: [
5252
{
5353
theme: "success",
@@ -62,7 +62,7 @@ function ($rootScope, $scope, $state, $location, dashboardService, Flash) {
6262
myRole: "Service Integration"
6363
},
6464
{
65-
theme: "red",
65+
theme: "danger",
6666
myRole: "UX Consultant"
6767
},
6868
{
@@ -77,7 +77,7 @@ function ($rootScope, $scope, $state, $location, dashboardService, Flash) {
7777
title: "Angular Bootstrap Dashboard",
7878
description: "Angular Bootstrap Dashboard is a web dashboard application based on Bootstrap and AngularJS.",
7979
image: "dashboard",
80-
theme: "warning",
80+
theme: "success",
8181
url: "dashboard.ranjithprabhu.in",
8282
roles: [
8383
{
@@ -91,7 +91,7 @@ function ($rootScope, $scope, $state, $location, dashboardService, Flash) {
9191
heading: "Reporting Tool",
9292
title: "Focus Point Advanced Reporting",
9393
description: "Web application to view all the Reports of the Sales",
94-
image: "active-report",
94+
image: "active-reports",
9595
theme: "danger",
9696
url: "fp360.us:202",
9797
roles: [
@@ -104,7 +104,7 @@ function ($rootScope, $scope, $state, $location, dashboardService, Flash) {
104104
myRole: "UI Development"
105105
},
106106
{
107-
theme: "red",
107+
theme: "danger",
108108
myRole: "jQuery Plugin Development"
109109
}
110110
]
@@ -115,8 +115,8 @@ function ($rootScope, $scope, $state, $location, dashboardService, Flash) {
115115
title: "Ticket Kiosk",
116116
description: "Web application developed for Ticket vending machine to use it inside the zoos",
117117
image: "kiosk",
118-
theme: "warning",
119-
url: "fp360.us:830",
118+
theme: "primary",
119+
url: "fp360.us:7077",
120120
roles: [
121121
{
122122
theme: "success",

app/modules/dashboard/controllers/websites.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,6 @@ function ($rootScope, $scope, $state, $location, dashboardService, Flash) {
9292
title: "Garments Today",
9393
image: "garment",
9494
link: "http://garmenttoday.in"
95-
},
96-
{
97-
title: "Curriculam Vitae",
98-
image: "cv",
99-
link: "http://cv.ranjithprabhu.in"
10095
}
10196
];
10297
console.log("coming to Websites controller");

app/modules/dashboard/views/experience.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,10 @@ <h3 class="timeline-header"><a href="http://kmitsolutions.com" target="_blank">S
4242
<p>
4343
<span class="label label-danger">HTML 5</span>
4444
<span class="label label-success">CSS 3</span>
45-
<span class="label label-info">Angular JS</span>
4645
<span class="label label-warning">Java Script</span>
4746
<span class="label label-primary">Type Script</span>
47+
<span class="label label-danger">jQuery</span>
48+
<span class="label label-info">Angular JS</span>
4849
<span class="label label-success">SAAS</span>
4950
<span class="pull-right">
5051
<a class="btn btn-primary btn-xs" ui-sref="app.recent">View Recent projects</a>

app/modules/dashboard/views/home.html

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,22 @@ <h3 class="website-text text-uppercase">Tech & Tools I Use Most</h3>
123123
<img src="../../../../images/icons/coreldraw.png" />
124124
<p>Corel Draw</p>
125125
</div>
126+
<div class="item bg-maroon-gradient">
127+
<img src="../../../../images/icons/java.png" />
128+
<p>Java</p>
129+
</div>
130+
<div class="item bg-green-gradient">
131+
<img src="../../../../images/icons/sql.png" />
132+
<p>SQL</p>
133+
</div>
134+
<div class="item bg-maroon-gradient">
135+
<img src="../../../../images/icons/hardware.png" />
136+
<p>Hardware</p>
137+
</div>
138+
<div class="item bg-red-gradient">
139+
<img src="../../../../images/icons/cloud.png" />
140+
<p>Cloud Computing</p>
141+
</div>
126142
</div>
127143

128144
<div class="customNavigation">

images/recent/active-reports.jpg

43.9 KB
Loading

images/recent/dashboard.jpg

45.3 KB
Loading

images/recent/e-comm.jpg

82.7 KB
Loading

images/recent/e-pos.jpg

47.6 KB
Loading

images/recent/kiosk.jpg

72.1 KB
Loading

0 commit comments

Comments
 (0)