fix blurry skills and page not loading
This commit is contained in:
parent
86b20b2ce5
commit
a21ca4b648
16
data.json
16
data.json
@ -153,27 +153,33 @@
|
||||
"interests": [
|
||||
{
|
||||
"name": "Mandolin",
|
||||
"caption": "Octave mandolin is my instrument of choice. Wide range of tones, pleasant sound. Great way to relax your mind, explore melodies and harmonies."
|
||||
"caption": "Octave mandolin is my instrument of choice. Wide range of tones, pleasant sound. Great way to relax your mind, explore melodies and harmonies.",
|
||||
"image": null
|
||||
},
|
||||
{
|
||||
"name": "Electronics tinkering",
|
||||
"caption": "Building a useful device from scratch. Retrofitting modern brains into a broken vintage shell. Electronics is the magic that makes things alive."
|
||||
"caption": "Building a useful device from scratch. Retrofitting modern brains into a broken vintage shell. Electronics is the magic that makes things alive.",
|
||||
"image": null
|
||||
},
|
||||
{
|
||||
"name": "Synthwave",
|
||||
"caption": "Neon-filled nostalgia. Fun to create, relaxing to listen to it.",
|
||||
"image": null
|
||||
},
|
||||
{
|
||||
"name": "3D Printing & Design",
|
||||
"caption": "Designing and printing custom parts that serve a purpose. Unique designs, useful accessories, toys or just repairs."
|
||||
"caption": "Designing and printing custom parts that serve a purpose. Unique designs, useful accessories, toys or just repairs.",
|
||||
"image": null
|
||||
},
|
||||
{
|
||||
"name": "Mountain Biking",
|
||||
"caption": "Going places under your own power. Exploring forests, trails and nature where cars aren't allowed."
|
||||
"caption": "Going places under your own power. Exploring forests, trails and nature where cars aren't allowed.",
|
||||
"image": null
|
||||
},
|
||||
{
|
||||
"name": "RC Cars",
|
||||
"caption": "Rock crawlers, construction trucks, military vehicles. Building a custom offroad course in the garden to trial them all."
|
||||
"caption": "Rock crawlers, construction trucks, military vehicles. Building a custom offroad course in the garden to trial them all.",
|
||||
"image": null
|
||||
}
|
||||
]
|
||||
}
|
||||
@ -979,6 +979,7 @@ body.cv-mode {
|
||||
border: none !important;
|
||||
padding: 0 4px !important;
|
||||
font-size: 0.75em !important;
|
||||
transform: none !important;
|
||||
}
|
||||
|
||||
.personal-tags {
|
||||
@ -1070,7 +1071,6 @@ body.cv-mode {
|
||||
|
||||
.reveal,
|
||||
.fade-out,
|
||||
.tag,
|
||||
img {
|
||||
animation: none !important;
|
||||
transition: none !important;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user