File tree Expand file tree Collapse file tree 5 files changed +4978
-4168
lines changed Expand file tree Collapse file tree 5 files changed +4978
-4168
lines changed Original file line number Diff line number Diff line change 1
1
<script setup lang="ts">
2
2
useHead ({
3
- titleTemplate : (t ) => t ? ` ${t } - TeknumConf ` : ' TeknumConf'
3
+ titleTemplate : (t ) => t ? ` ${t } - TeknumConf ` : ' TeknumConf' ,
4
+ script:[
5
+ {
6
+ src: ' https://analytics.teknologiumum.com/script.js' ,
7
+ ' data-website-id' : ' b6a8d7a7-a90a-476c-8fd2-355afea623c4'
8
+ },
9
+ ],
4
10
})
5
11
</script >
6
12
<template >
Original file line number Diff line number Diff line change 23
23
<h4 class =" footer-menu-header" >Our Social Media</h4 >
24
24
<ul class =" list-none" >
25
25
<li >
26
- <a class =" white" href =" https://t.me/teknologi_umum_v2" target =" _blank" >
26
+ <a data-umami-event = " social-media-telegram " class =" white" href =" https://t.me/teknologi_umum_v2" target =" _blank" >
27
27
<svg xmlns =" http://www.w3.org/2000/svg" width =" 24" height =" 24" viewBox =" 0 0 24 24" ><path d =" M9.78 18.65l.28-4.23l7.68-6.92c.34-.31-.07-.46-.52-.19L7.74 13.3L3.64 12c-.88-.25-.89-.86.2-1.3l15.97-6.16c.73-.33 1.43.18 1.15 1.3l-2.72 12.81c-.19.91-.74 1.13-1.5.71L12.6 16.3l-1.99 1.93c-.23.23-.42.42-.83.42z" fill =" currentColor" /></svg >
28
28
<span >@teknologi_umum_v2</span >
29
29
</a >
30
30
</li >
31
31
<li >
32
- <a class =" white" href =" https://github.com/teknologi-umum/" target =" _blank" >
32
+ <a data-umami-event = " social-media-github " class =" white" href =" https://github.com/teknologi-umum/" target =" _blank" >
33
33
<svg xmlns =" http://www.w3.org/2000/svg" width =" 24" height =" 24" viewBox =" 0 0 24 24" ><path fill =" currentColor" d =" M12 2A10 10 0 0 0 2 12c0 4.42 2.87 8.17 6.84 9.5c.5.08.66-.23.66-.5v-1.69c-2.77.6-3.36-1.34-3.36-1.34c-.46-1.16-1.11-1.47-1.11-1.47c-.91-.62.07-.6.07-.6c1 .07 1.53 1.03 1.53 1.03c.87 1.52 2.34 1.07 2.91.83c.09-.65.35-1.09.63-1.34c-2.22-.25-4.55-1.11-4.55-4.92c0-1.11.38-2 1.03-2.71c-.1-.25-.45-1.29.1-2.64c0 0 .84-.27 2.75 1.02c.79-.22 1.65-.33 2.5-.33c.85 0 1.71.11 2.5.33c1.91-1.29 2.75-1.02 2.75-1.02c.55 1.35.2 2.39.1 2.64c.65.71 1.03 1.6 1.03 2.71c0 3.82-2.34 4.66-4.57 4.91c.36.31.69.92.69 1.85V21c0 .27.16.59.67.5C19.14 20.16 22 16.42 22 12A10 10 0 0 0 12 2Z" /></svg >
34
34
<span >teknologi-umum</span >
35
35
</a >
36
36
</li >
37
37
<li >
38
- <a class =" white" href =" https://twitter.com/teknumconf/" target =" _blank" >
38
+ <a data-umami-event = " social-media-twitter " class =" white" href =" https://twitter.com/teknumconf/" target =" _blank" >
39
39
<svg xmlns =" http://www.w3.org/2000/svg" width =" 24" height =" 24" viewBox =" 0 0 24 24" fill =" none" stroke =" currentColor" stroke-width =" 2" stroke-linecap =" round" stroke-linejoin =" round" >
40
40
<line x1 =" 18" y1 =" 6" x2 =" 6" y2 =" 18" ></line >
41
41
<line x1 =" 6" y1 =" 6" x2 =" 18" y2 =" 18" ></line >
44
44
</a >
45
45
</li >
46
46
<li >
47
- <a class =" white" href =" https://www.youtube.com/@teknologiumum1227" target =" _blank" >
47
+ <a data-umami-event = " social-media-youtube " class =" white" href =" https://www.youtube.com/@teknologiumum1227" target =" _blank" >
48
48
<svg xmlns =" http://www.w3.org/2000/svg" width =" 24" height =" 24" viewBox =" 0 0 24 24" fill =" none" stroke =" currentColor" stroke-width =" 2" stroke-linecap =" round" stroke-linejoin =" round" >
49
49
<path d =" M22.54 6.42a2.78 2.78 0 0 0-1.94-2C18.88 4 12 4 12 4s-6.88 0-8.6.46a2.78 2.78 0 0 0-1.94 2A29 29 0 0 0 1 11.75a29 29 0 0 0 .46 5.33A2.78 2.78 0 0 0 3.4 19a53.5 53.5 0 0 0 8.6.53 53.5 53.5 0 0 0 8.6-.53 2.78 2.78 0 0 0 1.94-2 29 29 0 0 0 .46-5.33 29 29 0 0 0-.46-5.33z" ></path >
50
50
<polygon points =" 9.75 15.02 15.5 11.75 9.75 8.48 9.75 15.02" ></polygon >
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ const showVideo = ref(false)
61
61
<svg xmlns =" http://www.w3.org/2000/svg" width =" 32" height =" 32" viewBox =" 0 0 24 24" ><path fill =" currentColor" d =" M12 6.5A2.5 2.5 0 0 1 14.5 9a2.5 2.5 0 0 1-2.5 2.5A2.5 2.5 0 0 1 9.5 9A2.5 2.5 0 0 1 12 6.5M12 2a7 7 0 0 1 7 7c0 5.25-7 13-7 13S5 14.25 5 9a7 7 0 0 1 7-7m0 2a5 5 0 0 0-5 5c0 1 0 3 5 9.71C17 12 17 10 17 9a5 5 0 0 0-5-5Z" /></svg >
62
62
<span >Kode Creative Hub, Depok Town Square<br />Depok, Indonesia</span >
63
63
</h3 >
64
- <Btn :is-link =" true" to =" /" class =" mt-5 lg:mt-15 text-center btn-save-my-spot" size =" xl" >Back to Current Event</Btn >
64
+ <Btn data-umami-event = " go-to-2024-page-btn " :is-link =" true" to =" /" class =" mt-5 lg:mt-15 text-center btn-save-my-spot" size =" xl" >Back to Current Event</Btn >
65
65
</div >
66
66
<div class =" card-right flex flex-grow-1 justify-end items-center" >
67
67
<img src =" @/assets/images/logo-white.png" alt =" TeknumConf logo" class =" w-100 hidden lg:block rounded-full" >
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ useHead({
23
23
</svg >
24
24
<span >We are still preparing for TeknumConf 2024</span >
25
25
</h3 >
26
- <Btn :isLink =" true" to =" /2023" class =" mt-5 lg:mt-15 text-center btn-save-my-spot" size =" xl" >Discover What You Missed in 2023!</Btn >
26
+ <Btn data-umami-event = " go-to-2023-page-btn " :isLink =" true" to =" /2023" class =" mt-5 lg:mt-15 text-center btn-save-my-spot" size =" xl" >Discover What You Missed in 2023!</Btn >
27
27
</div >
28
28
<div class =" card-right flex flex-grow-1 justify-end items-center" >
29
29
<img src =" @/assets/images/logo-white.png" alt =" TeknumConf logo" class =" w-100 hidden lg:block rounded-full" >
You can’t perform that action at this time.
0 commit comments