diff --git a/data.json b/data.json index 66fd74b..ff08fd7 100644 --- a/data.json +++ b/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 } ] } \ No newline at end of file diff --git a/style.css b/style.css index f93fdd2..93d866f 100644 --- a/style.css +++ b/style.css @@ -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;