GillyRabutTsurwa / gilbertrabuttsurwa__site

My main site, build with Nuxt, with the content managed by Storyblok. The site includes a bit of who I am, the projects I have made and access to my other sites. The site will continue to be expanded upon as I get ideas for it.
https://gilbertrabuttsurwa.com
0 stars 0 forks source link

Make this component a Storyblok component #12

Closed github-actions[bot] closed 9 months ago

github-actions[bot] commented 10 months ago

https://github.com/GillyRabutTsurwa/gilbertrabuttsurwa__site/blob/533deacf5875f14db9a93d55a15f7e5a5ef770dd/storyblok/Premier.vue#L22


const richTextTwo = computed(() => {
    return renderRichText(props.blok.paraTwo);
});
</script>

<template>
    <!-- @todo: Make this component a Storyblok component  -->
    <section class="columns">
        <div class="columns__box">
            <div :style="{ backgroundImage: 'linear-gradient(to bottom, #1a2934 0%, #1a2934 33%, #fefefe 33%, #fefefe 66%, #1a2934 66%, #1a2934 100%)', color: '#1a2934' }"
github-actions[bot] commented 9 months ago

Closed in db66107f2d8a8f7b66702a05a39158b99c21fca0