UPDATE person.jpg

This commit is contained in:
salamimitpizza 2017-02-01 20:40:32 +01:00
parent 9d769d726d
commit 1ffb0b425b
7 changed files with 6 additions and 3 deletions

View File

@ -1,6 +1,7 @@
@import "resume-1.less";
@import "resume-2.less";
@import "../node_modules/open-sans-fontface/open-sans.less";
@import (less) "../node_modules/raleway-webfont/raleway.min.css";
@header: #4B5B6E;
@background: #CCCCCC;
@darkgrey: #343444;

View File

@ -29,6 +29,7 @@
"local-web-server": "1.2.6",
"mustache-express": "^1.2.4",
"open-sans-fontface": "^1.4.0",
"path": "^0.12.7"
"path": "^0.12.7",
"raleway-webfont": "^3.0.1"
}
}

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.6 KiB

After

Width:  |  Height:  |  Size: 9.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 89 KiB

After

Width:  |  Height:  |  Size: 91 KiB

File diff suppressed because one or more lines are too long

View File

@ -12,7 +12,8 @@ app.engine('mustache', require('hogan-express'));
app.set('view engine', 'mustache');
app.use(express.static(path.join(__dirname, 'public')));
app.use(express.static(path.join(__dirname, 'node_modules')));
app.use(express.static(path.join(__dirname, 'node_modules/open-sans-fontface')));
app.use('/fonts', express.static(path.join(__dirname, 'node_modules/open-sans-fontface/fonts')));
app.use('/fonts', express.static(path.join(__dirname, 'node_modules/raleway-webfont/fonts')));
app.get('/', function(req, res) {
res.render('layout', {