Skip to content

Commit 8942a8e

Browse files
committed
Changed profile description
1 parent 17a0c8e commit 8942a8e

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ default_img: https://scontent-iad3-1.xx.fbcdn.net/t31.0-8/13653050_1241431949208
1515
# Profile settings
1616
name: Dylan Huang
1717
profile_img: https://scontent-iad3-1.xx.fbcdn.net/t31.0-8/13653050_1241431949208972_2082487078901060498_o.jpg
18-
profile: Web enthusiast, Computer Engineer, Dog Lover
18+
profile: Web enthusiast, Computer Engineer, Dog Lover. <br><i><span id="sj-quote">"Everything around you that you call life was made up by people that were no smarter than you and you can change it, you can influence it, you can build your own things that other people can use. Once you learn that, you'll never be the same again."</span></i> ~ Steve Jobs
1919
social:
2020
github: https://github.com/dphuang2
2121
linkedin: https://www.linkedin.com/in/dphuang2

_scss/main.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,6 @@
5858
top: 50%;
5959
transform: translateY(-50%);
6060
}
61+
#sj-quote{
62+
font-size: .9em;
63+
}

css/main.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -967,3 +967,6 @@ section {
967967
top: 50%;
968968
-webkit-transform: translateY(-50%);
969969
transform: translateY(-50%); }
970+
971+
#sj-quote {
972+
font-size: .9em; }

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ gulp.task('sass', function () {
5858
*/
5959
gulp.task('watch', function () {
6060
gulp.watch('_scss/*.scss', ['sass']);
61-
gulp.watch(['*.html', '_layouts/*.html', '_posts/*', '_includes/*.html'], ['jekyll-rebuild']);
61+
gulp.watch(['_config.yml', '*.html', '_layouts/*.html', '_posts/*', '_includes/*.html'], ['jekyll-rebuild']);
6262
});
6363

6464
gulp.task("deploy", ["jekyll-build"], function () {

0 commit comments

Comments
 (0)