summaryrefslogtreecommitdiff
path: root/download/build.js
diff options
context:
space:
mode:
authormattkae <mattkae@protonmail.com>2023-01-22 18:59:38 -0500
committermattkae <mattkae@protonmail.com>2023-01-22 18:59:38 -0500
commit22c7d2cfa31d83eb81c5ab397e287c2212691e71 (patch)
tree38ba6db608beff7cbc1ed476531eb02befd44942 /download/build.js
parent64a8d78225e6539ca25374596fe5de44e6252a62 (diff)
WIP on Wind Fields, and updated resume
Diffstat (limited to 'download/build.js')
-rw-r--r--download/build.js13
1 files changed, 11 insertions, 2 deletions
diff --git a/download/build.js b/download/build.js
index 39c79cc..6c58162 100644
--- a/download/build.js
+++ b/download/build.js
@@ -18,8 +18,17 @@ const newHeader = `
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<meta charset="UTF-8" />
- <script src="https://twemoji.maxcdn.com/2/twemoji.min.js?11.2"></script>
- <script>window.onload = function () { twemoji.parse(document.body);}</script>
+ <style>
+img.emoji {
+ height: 1em;
+ width: 1em;
+ margin: 0 .05em 0 .1em;
+ vertical-align: -0.1em;
+}
+</style>
+<script src="https://unpkg.com/twemoji@latest/dist/twemoji.min.js" crossorigin="anonymous"></script>
+
+<script>window.onload = function () { twemoji.parse(document.body);}</script>
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,600,300" rel="stylesheet" type="text/css">
<style>
${resumeCss}