UPDATE person.jpg
This commit is contained in:
parent
9d769d726d
commit
1ffb0b425b
@ -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;
|
||||
|
||||
@ -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 |
2
public/style.min.css
vendored
2
public/style.min.css
vendored
File diff suppressed because one or more lines are too long
@ -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', {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user