Skip to content

Commit d3b20d7

Browse files
authored
Add image files and relevant site content
1 parent b6bbc9f commit d3b20d7

17 files changed

+120
-141
lines changed

Diff for: images/25-logo.png

86.5 KB
Loading

Diff for: images/ChiDang_Headshot.png

1.35 MB
Loading

Diff for: images/dove.png

15.2 KB
Loading

Diff for: images/facade.jpg

94.9 KB
Loading

Diff for: images/flower.jpg

158 KB
Loading

Diff for: images/gala-logo.png

54 KB
Loading

Diff for: images/givebig.jpg

90.1 KB
Loading

Diff for: images/olive.png

16.8 KB
Loading

Diff for: images/phu.jpg

331 KB
Loading

Diff for: images/seattle-skyline.jpg

257 KB
Loading

Diff for: images/space-needle.jpg

460 KB
Loading

Diff for: images/summer-students1.jpg

365 KB
Loading

Diff for: images/summer-students2.png

199 KB
Loading

Diff for: images/teamwork.png

12.9 KB
Loading

Diff for: index.html

+37-63
Large diffs are not rendered by default.

Diff for: js/custom.js

+12-12
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
size: 156,
8484
thickness: 3,
8585
fill: {
86-
gradient: ["#ff5a00", "#ff3600"]
86+
gradient: ["#ffe059", "#F6EFA6"]
8787
}
8888
}).on('circle-animation-progress', function(event, progress) {
8989
$(this).find('strong').html(Math.round(83 * progress) + '<i>%</i>');
@@ -95,7 +95,7 @@
9595
size: 156,
9696
thickness: 3,
9797
fill: {
98-
gradient: ["#ff5a00", "#ff3600"]
98+
gradient: ["#ffe059", "#F6EFA6"]
9999
}
100100
}).on('circle-animation-progress', function(event, progress) {
101101
$(this).find('strong').html(Math.round(100 * progress) + '<i>%</i>');
@@ -107,7 +107,7 @@
107107
size: 156,
108108
thickness: 3,
109109
fill: {
110-
gradient: ["#ff5a00", "#ff3600"]
110+
gradient: ["#ffe059", "#F6EFA6"]
111111
}
112112
}).on('circle-animation-progress', function(event, progress) {
113113
$(this).find('strong').html(Math.round(75 * progress) + '<i>%</i>');
@@ -119,7 +119,7 @@
119119
size: 156,
120120
thickness: 3,
121121
fill: {
122-
gradient: ["#ff5a00", "#ff3600"]
122+
gradient: ["#ffe059", "#F6EFA6"]
123123
}
124124
}).on('circle-animation-progress', function(event, progress) {
125125
$(this).find('strong').html(Math.round(65 * progress) + '<i>%</i>');
@@ -137,14 +137,14 @@
137137
});
138138

139139
// Bar Filler
140-
$('.featured-fund-raised-bar').barfiller({ barColor: '#ff5a00', duration: 1500 });
141-
142-
$('.fund-raised-bar-1').barfiller({ barColor: '#ff5a00', duration: 1500 });
143-
$('.fund-raised-bar-2').barfiller({ barColor: '#ff5a00', duration: 1500 });
144-
$('.fund-raised-bar-3').barfiller({ barColor: '#ff5a00', duration: 1500 });
145-
$('.fund-raised-bar-4').barfiller({ barColor: '#ff5a00', duration: 1500 });
146-
$('.fund-raised-bar-5').barfiller({ barColor: '#ff5a00', duration: 1500 });
147-
$('.fund-raised-bar-6').barfiller({ barColor: '#ff5a00', duration: 1500 });
140+
$('.featured-fund-raised-bar').barfiller({ barColor: '#1636d9', duration: 1500 });
141+
142+
$('.fund-raised-bar-1').barfiller({ barColor: '#1636d9', duration: 1500 });
143+
$('.fund-raised-bar-2').barfiller({ barColor: '#1636d9', duration: 1500 });
144+
$('.fund-raised-bar-3').barfiller({ barColor: '#1636d9', duration: 1500 });
145+
$('.fund-raised-bar-4').barfiller({ barColor: '#1636d9', duration: 1500 });
146+
$('.fund-raised-bar-5').barfiller({ barColor: '#1636d9', duration: 1500 });
147+
$('.fund-raised-bar-6').barfiller({ barColor: '#1636d9', duration: 1500 });
148148

149149
// Load more
150150
let $container = $('.portfolio-container');

0 commit comments

Comments
 (0)