diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 84065b5..138b21d 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -2,8 +2,11 @@ // See https://go.microsoft.com/fwlink/?LinkId=733558 // for the documentation about the tasks.json format "version": "0.1.0", - "command": "sass", - "isShellCommand": true, - "args": ["style.scss", "style.css"], - "showOutput": "always" + "command": "gulp", + "tasks": [{ + "taskName": "default", + "isBuildCommand": true, + "showOutput": "always", + "isBackground": true + }] } \ No newline at end of file diff --git a/covers.css b/covers.css deleted file mode 100644 index a6a0f5b..0000000 --- a/covers.css +++ /dev/null @@ -1,2 +0,0 @@ -#sierra { - background-image: url("ChuckNew.jpg"); } diff --git a/covers.scss b/covers.scss deleted file mode 100644 index a880ebb..0000000 --- a/covers.scss +++ /dev/null @@ -1,4 +0,0 @@ -// covers.scss -#sierra { - background-image: url("ChuckNew.jpg"); -} \ No newline at end of file diff --git a/css/covers.css b/css/covers.css new file mode 100644 index 0000000..30b555c --- /dev/null +++ b/css/covers.css @@ -0,0 +1,2 @@ +#sierra { + background-image: url("../images/ChuckNew.jpg"); } diff --git a/style.css b/css/style.css similarity index 86% rename from style.css rename to css/style.css index 797ea91..8541ebb 100644 --- a/style.css +++ b/css/style.css @@ -4,8 +4,11 @@ clear: both; } #sierra { - background-image: url("ChuckNew.jpg"); } + background-image: url("../images/ChuckNew.jpg"); } +/* + * sections + */ body { font-family: serif; font-size: 1em; @@ -73,30 +76,29 @@ body { .slide div { max-width: 800px; margin: auto; - text-align: center; /* Project bits */ } .slide div .project { transition-duration: .2s; width: 390px; - border: 1px solid #333; + border: 1px solid #aaa; border-radius: 5px; padding: 0px; display: inline-block; - margin: 3px; } + margin: 3px; + overflow: hidden; } .slide div .project .cover { height: 300px; background-position: center center; background-size: cover; margin: 0px; } - .slide div .project .cover h2 { - text-align: center; - background: rgba(0, 0, 0, 0.5); - color: white; } + .slide div .project h2 { + margin: .5em 0 0 1em; + padding: 0; } + .slide div .project p { + margin: 0 0 0 1.5em; + text-indent: 0; } .slide div .project:hover { box-shadow: 1px 1px 3px #333; } - .slide div p, - .slide div table { - text-align: left; } .slide table { line-height: 1.3; margin: 0; diff --git a/gulpfile.js b/gulpfile.js index 2afa92a..b6a6fd8 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -1,9 +1,22 @@ var gulp = require('gulp'); var sass = require('gulp-sass'); +var connect = require('gulp-connect'); gulp.task('default', function() { + connect.server({ + port: 3000, + livereload: true + }); + gulp.watch("./sass/*.scss", ['style', 'reload']); + gulp.watch("*.html", ['reload']); +}) +gulp.task('style', function() { // place code for your default task here - gulp.src('*.scss') + gulp.src('./sass/*.scss') .pipe(sass().on('error', sass.logError)) - .pipe(gulp.dest('./')); -}); \ No newline at end of file + .pipe(gulp.dest('./css/')); +}); +gulp.task('reload', function() { + gulp.src('*.html') + .pipe(connect.reload()); +}) \ No newline at end of file diff --git a/Chuck.jpg b/images/Chuck.jpg similarity index 100% rename from Chuck.jpg rename to images/Chuck.jpg diff --git a/ChuckNew.jpg b/images/ChuckNew.jpg similarity index 100% rename from ChuckNew.jpg rename to images/ChuckNew.jpg diff --git a/cd.ai b/images/cd.ai similarity index 100% rename from cd.ai rename to images/cd.ai diff --git a/cd.png b/images/cd.png similarity index 100% rename from cd.png rename to images/cd.png diff --git a/chuck2.png b/images/chuck2.png similarity index 100% rename from chuck2.png rename to images/chuck2.png diff --git a/index.html b/index.html index 0150162..17e323a 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ Chuck Dries - + @@ -30,7 +30,7 @@

Chuck Dries

- Chuck Dries + Chuck Dries

Tech / Design / Photography / Leadership

Digital Developer, The State Press

@@ -56,8 +56,8 @@

I'm a Computer Science student and Hackathon winner at Arizona State University and I'm interested in the intersection of technology and art. I pride myself in taking a diverse set of interest and my pixel perfect lovingly handcrafted 💯% good stuff 👍👌 HTML. These days, you can find me at The State Press working on ways to innovate the news during the week and winning hackathons on the weekends.

This website is still an active development project, pls don't judge too harshly.

-

Skills hide

-
+ +
More about me > +

Projects & Experience

- -
-
-

Project Sierra

-
-
+
+

Project Name

+

Project description

+
+
+

Project description

- -
-
-

Project Sierra

-
-

Project description

- -
-
-

Project Sierra

-
-
-
-

Project description

-
-
-
- -
-
-

Project Sierra

-
-

Project description

@@ -266,7 +245,7 @@