Skip to content

Commit

Permalink
cleanup button design
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanj committed Jul 26, 2018
1 parent ad8d5e5 commit 4479018
Show file tree
Hide file tree
Showing 4 changed files with 70 additions and 56 deletions.
32 changes: 16 additions & 16 deletions img/presented_by.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
86 changes: 50 additions & 36 deletions img/runsonk8s.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions index.html
Expand Up @@ -23,7 +23,7 @@
bottom: 10px;
left: 10px;
padding: 0.25%;
max-width: 130px;
height: 33px;
outline: none;
box-shadow: none;
background: transparent;
Expand All @@ -32,9 +32,9 @@
position: fixed;
z-index: 30;
bottom: 10px;
left: 150px;
left: 137px;
padding: 0.25%;
max-width: 99px;
height: 33px;
outline: none;
box-shadow: none;
background: transparent;
Expand Down
2 changes: 1 addition & 1 deletion server.js
Expand Up @@ -177,7 +177,7 @@ var svgtemplate = function (req, res, next)
//console.log("request url:" + req.url)
res.status(200);
res.header('Content-Type', 'image/svg+xml');
res.end(data.toString().replace(/gist-reveal/, "@"+presenter_name));
res.end(data.toString().replace(/gist-reveal/, presenter_name));
};

var concurrency = 0;
Expand Down

0 comments on commit 4479018

Please sign in to comment.