File tree Expand file tree Collapse file tree 1 file changed +71
-0
lines changed
Expand file tree Collapse file tree 1 file changed +71
-0
lines changed Original file line number Diff line number Diff line change 1+ <script setup lang="ts">
2+ import { useHead } from ' @vueuse/head'
3+
4+ useHead ({
5+ title: ' Events | CodeIIEST' ,
6+ meta: [
7+ {
8+ name: ' description' ,
9+ content: ' Ongoing & past events' ,
10+ },
11+ ],
12+ })
13+ </script >
14+
15+ <template >
16+ <div class =" py-8" >
17+ <div class =" max-w-lg mx-auto px-6" >
18+ <div class =" flow-root" >
19+ <ul class =" -mb-8" >
20+ <li >
21+ <div class =" relative pb-8" >
22+ <span
23+ class =" absolute top-5 left-5 -ml-px h-full w-0.5 bg-gray-700 dark:bg-gray-200"
24+ aria-hidden =" true"
25+ ></span >
26+ <div class =" relative flex items-start space-x-3" >
27+ <div class =" relative" >
28+ <img
29+ class ="
30+ h-10
31+ w-10
32+ rounded-full
33+ bg-gray-400
34+ flex
35+ items-center
36+ justify-center
37+ ring-8 dark:ring-white
38+ ring-gray-700
39+ "
40+ src =" https://images.unsplash.com/photo-1520785643438-5bf77931f493?ixlib=rb-=eyJhcHBfaWQiOjEyMDd9& ; auto=format& ; fit=facearea& ; facepad=8& ; w=256& ; h=256& ; q=80"
41+ alt =" "
42+ />
43+ </div >
44+ <div class =" min-w-0 flex-1 text-left pl-4" >
45+ <div >
46+ <div >
47+ <a
48+ href =" #"
49+ class =" font-medium text-red-600 font-600 text-md dark:text-red-400"
50+ >Portfolio Making Contest</a >
51+ </div >
52+ <p class =" mt-0.5 text-sm text-gray-500 font-300 italic dark:text-gray-400" >
53+ 24th June, 2021 ~ 4th July, 2021
54+ </p >
55+ </div >
56+ <div class =" mt-4 text-sm text-gray-700 font-500 dark:text-gray-300" >
57+ <p >
58+ Lorem ipsum dolor sit amet, consectetur adipiscing elit.
59+ Tincidunt nunc ipsum tempor purus vitae id. Morbi in
60+ vestibulum nec varius. Et diam cursus quis sed purus nam.
61+ </p >
62+ </div >
63+ </div >
64+ </div >
65+ </div >
66+ </li >
67+ </ul >
68+ </div >
69+ </div >
70+ </div >
71+ </template >
You can’t perform that action at this time.
0 commit comments