forked from daattali/beautiful-jekyll
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
73 lines (63 loc) · 1.54 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
---
layout: home
title: The decolFutures Blog
subtitle: A blog for sharing all things data.
---
<div class="wrapper">
<div class="typing-demo">Analyzing... </div>
<style>
/*for text over cover iamge*/
/* Container holding the image and the text */
.container {
text-align: center;
color: white;
padding: 50px;
width: 100%;
}
/* Top left text */
.top-left {
position: absolute;
top: 8px;
left: 12px;
}
/* for typing animation */
.wrapper {
height: 12vh;
display: grid;
place-items: center;
}
.typing-demo {
width: 35ch;
animation: typing 2s steps(5), blink .5s step-end infinite alternate;
white-space: nowrap;
overflow: hidden;
border-right: 3px solid;
font-family: monospace;
font-size: 2em;
padding: 20px;
}
@keyframes typing {
from {
width: 0
}
}
@keyframes blink {
50% {
border-color: transparent
}
}
</style>
</div>
<body>
<script src='https://storage.ko-fi.com/cdn/scripts/overlay-widget.js'></script>
<script>
kofiWidgetOverlay.draw('decolfutures', {
'type': 'floating-chat',
'floating-chat.donateButton.text': 'Support me',
'floating-chat.donateButton.background-color': '#fcbf47',
'floating-chat.donateButton.text-color': '#323842'
});
</script>
<h1>I'm open to contract, freelance, and part-time gigs</h1>
<p> Hi ~ I'm a digital asset manager, writer, and developer. I'm interested in making indie games, writing, designing museum exhibits, and full-stack development. I specialize in digital asset management, data migrations, and UX/UI Design. </p>
</body>