diff --git a/src/components/icon.webc b/src/components/icon.webc index 94b21af..da121e8 100644 --- a/src/components/icon.webc +++ b/src/components/icon.webc @@ -298,6 +298,54 @@ /> + + + + + + + + + + + + + + + + + + + + + + + Sebin is passionate about his hobbies. If he notices even the smallest spark of interest in his hobbies you should bring a lot of time, as he will chew your ear off first. Patience is known to be a virtue — one unknown to this dragon. When he indulges in his hobbies, he does so with devotion. Every move has to be right and everything has to be in perfect harmony. Once he is in his flow, he must not be disturbed, otherwise he can sometimes become quite eccentric in expressing his dismay of being disrupted, possibly losing a very important train of thought. diff --git a/src/sebin/sebin.11tydata.js b/src/sebin/sebin.11tydata.js index 3095909..7c67767 100644 --- a/src/sebin/sebin.11tydata.js +++ b/src/sebin/sebin.11tydata.js @@ -24,7 +24,6 @@ const firstName = 'Sebin', nipples: '#413a3a', penis: '#413a3a' }, - hobbies = ['working out', 'travels', 'camping', 'video games', 'tech'], penis = { shape: 'humanoid', type: 'grower', @@ -219,6 +218,15 @@ const getWingspan = () => `${wingspan / 100} m (${toImperial(wingspan)})`; const getTraits = (type) => { switch (type) { + case 'hobbies': + return [ + { icon: 'fa6-solid:dumbbell', type: 'Hobby', text: 'working out' }, + { icon: 'fa6-solid:plane', type: 'Hobby', text: 'traveling' }, + { icon: 'fa6-solid:campground', type: 'Hobby', text: 'camping' }, + { icon: 'fa6-solid:gamepad', type: 'Hobby', text: 'video games' }, + { icon: 'fa6-solid:laptop-code', type: 'Hobby', text: 'tech' } + ]; + case 'general': return [ { icon: 'fa6-solid:ruler', type: 'Tail Length', text: getTailLength() },