-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.qmd
49 lines (41 loc) · 1.41 KB
/
index.qmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
---
title: "🪐Cosmic Charade🌠"
subtitle: "In search of the origin of the Universe…"
image: "logo-trans-final-2.png"
about:
template: jolla
image-width: "100%"
image-shape: rectangle
links:
# - icon: twitter
# text: Twitter
# href: https://twitter.com
- icon: linkedin
text: LinkedIn
href: https://www.linkedin.com/company/bismoykar-bramhanda/
- icon: facebook
text: Facebook
href: https://www.facebook.com/bismaykarbramhanda/
# - icon: github
# text: Github
# href: https://github.com/
---
# 🪐বিস্ময়কর ব্রহ্মাণ্ড🌠 {style="text-align: center; font-family: Li Alinur Subas Unicode; font-size: 45px"}
### *সৃষ্টির রহস্য এবং উন্নতির সন্ধানে...* {style="text-align: center; font-family: bensen; font-size: 32px"}
```{r}
#| echo: false
t = Sys.time()
d <- format(t, "%d")
M <- format(t, "%m") |> as.numeric()
y <- format(t, "%Y")
h <- format(t, "%H")
m <- format(t, "%M")
s <- format(t, "%S")
date_time <- paste0(d, " ", month.abb[M], " ", y, ",", " ", h, ":", m, ":", s, " ", "IST")
```
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8479395590405219"
crossorigin="anonymous"></script>
::: {style="font-family: Bahnschrift; font-size: 15px; text-align: right"}
***Last updated on `r date_time`***
:::