Skip to content

Commit c6d0858

Browse files
authored
Merge pull request #163 from elysiajs/nearl
Nearl
2 parents 43db447 + c71f4e1 commit c6d0858

File tree

121 files changed

+6221
-5010
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

121 files changed

+6221
-5010
lines changed

bun.lockb

795 Bytes
Binary file not shown.

components/blog/Landing.vue

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<template>
2-
<header
3-
class="flex flex-col justify-center items-center max-w-3xl gap-3 w-full mx-auto pt-20 pb-4"
4-
>
2+
<Ray class="h-[62.5vh] -top-18 left-0 z-[100] opacity-30 dark:opacity-[.55] pointer-events-none" />
3+
<header class="flex flex-col justify-center items-center max-w-3xl gap-3 w-full mx-auto pt-20 pb-4">
54
<h1 class="text-2xl md:text-3xl text-gray-700 dark:text-gray-100 font-semibold">
65
Latest Updates
76
</h1>
@@ -10,11 +9,9 @@
109
</p>
1110
</header>
1211
<main class="flex flex-col max-w-xl gap-4 w-full mx-auto my-8">
13-
<a
14-
v-for="blog in props.blogs"
12+
<a v-for="blog in props.blogs"
1513
class="px-4 py-2 rounded-lg hover:bg-gray-50 focus:bg-gray-50 dark:hover:bg-gray-700 dark:focus:bg-gray-700 transition-colors cursor-pointer"
16-
:href="blog.href"
17-
>
14+
:href="blog.href">
1815
<article class="flex flex-col gap-2">
1916
<h2 class="text-xl font-semibold text-gray-700 dark:text-gray-100">
2017
{{ blog.title }}
@@ -28,6 +25,8 @@
2825
<script lang="ts" setup>
2926
import { defineProps } from 'vue'
3027
28+
import Ray from '../../components/midori/ray.vue'
29+
3130
import '../tailwind.css'
3231
3332
const props = defineProps<{

components/landing/benchmark.vue

Lines changed: 0 additions & 60 deletions
This file was deleted.

components/landing/built-with-love.vue

Lines changed: 0 additions & 40 deletions
This file was deleted.

components/landing/components/plugins.vue

Lines changed: 0 additions & 22 deletions
This file was deleted.

components/landing/components/progress.vue

Lines changed: 0 additions & 61 deletions
This file was deleted.

components/landing/components/simple.vue

Lines changed: 0 additions & 36 deletions
This file was deleted.

components/landing/ecosystem.vue

Lines changed: 0 additions & 42 deletions
This file was deleted.

components/landing/eden.vue

Lines changed: 0 additions & 91 deletions
This file was deleted.

0 commit comments

Comments
 (0)