Skip to content

Commit

Permalink
Replace bootstrap with flex grid
Browse files Browse the repository at this point in the history
Remove old dependencies and add favicon.ico
  • Loading branch information
carlgunderson committed Oct 30, 2016
1 parent 5cfea19 commit 88f7754
Show file tree
Hide file tree
Showing 5 changed files with 813 additions and 9 deletions.
Binary file added favicon.ico
Binary file not shown.
4 changes: 0 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
<title>Carl Gunderson | web development</title>
<meta name="keywords" content="carl gunderson, crlgndrsn, front-end, web development, html, css, javascript, bootstrap">
<meta name="viewport" content="width=device-width">
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
<link href="//fonts.googleapis.com/css?family=Open+Sans:400,700,300" rel="stylesheet">
<link href="dist/styles.css" rel="stylesheet">
</head>
Expand All @@ -20,8 +18,6 @@ <h1>Carl Gunderson</h1>
<div class="row">
<div class="col-xs-12 col-sm-3">
<img src="//placehold.it/60x60">
<h1 class="text-center">CARL GUNDERSON</h1>
<h4 class="text-center">front-end web developer</h4>
<p class="text-center"><a href="resume-carlgunderson.pdf" target="_blank">resum&#233;</a></p>
</div>
<div class="col-xs-12 col-sm-9">
Expand Down
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,16 @@
},
"homepage": "https://github.com/carlgunderson/carlgunderson.github.io#readme",
"devDependencies": {
"autoprefixer": "^6.3.6",
"babel-core": "^6.7.7",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"css-loader": "^0.23.1",
"lodash": "^4.11.1",
"node-sass": "^3.6.0",
"parallelshell": "^2.0.0",
"sass-loader": "^3.2.0",
"style-loader": "^0.13.1",
"webpack": "^1.13.0",
"webpack-dev-server": "^1.14.1"
},
"dependencies": {
"lodash": "^4.11.1"
}
}
Loading

0 comments on commit 88f7754

Please sign in to comment.