[READ-ONLY] Mirror of https://github.com/hacknug/romi-project. romi-project.vercel.app
0

Configure Feed

Select the types of activity you want to include in your feed.

Update URLs to use `https` protocol

Nestor Vera (Jul 11, 2022, 9:35 PM +0200) e3985812 74940217

+3 -3
+1 -1
components/content/EmbedYoutube.vue
··· 4 4 <iframe :src="`https://www.youtube.com/embed/${id}?autoplay=1`" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> 5 5 </template> 6 6 <template v-else> 7 - <img class="object-cover" :src="`http://i3.ytimg.com/vi/${id}/maxresdefault.jpg`" alt=""> 7 + <img class="object-cover" :src="`https://i3.ytimg.com/vi/${id}/maxresdefault.jpg`" alt=""> 8 8 <button class="group flex justify-center items-center" @click="isActive = !isActive"> 9 9 <div class="w-20 h-w-20 rounded-full bg-primary-400/75 group-hover:scale-105 group-focus:scale-105 transition-transform shadow"> 10 10 <svg xmlns="http://www.w3.org/2000/svg" class="w-full fill-primary-50" viewBox="0 0 20 20">
+1 -1
content/9.partners/6.pepinieres-chatelain.md
··· 1 1 --- 2 2 title: 'Pépinières Chatelain' 3 - url: 'http://www.pepinieres-chatelain.com/' 3 + url: 'https://www.pepinieres-chatelain.com/' 4 4 logo: '/assets/partners/pepipnieres-chatelain.png' 5 5 navigation: false 6 6 ---
+1 -1
content/9.partners/7.fei.md
··· 1 1 --- 2 2 title: 'FEI' 3 - url: 'http://www.france-europe-innovation.fr/' 3 + url: 'https://www.france-europe-innovation.fr/' 4 4 logo: '/assets/partners/fei.jpg' 5 5 navigation: false 6 6 ---