Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
kumarbhrigu authored May 22, 2024
1 parent 65ca611 commit 885dc2f
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Resume.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
::: {style="text-align: center;"}
<iframe src="image/resume.pdf" width="800" height="800">
</iframe>
:::

```{=html}
<style>
body {
background-image: url("image/background1.png");
background-size: cover;
background-repeat: no-repeat;
}
</style>
```
23 changes: 23 additions & 0 deletions portfolio.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
title: "List of projects : "
listing:
contents: posts
sort: "date desc"
type: default
categories: true
sort-ui: false
filter-ui: false
page-layout: full
title-block-banner: true
---

```{=html}
<style>
body {
background-image: url("image/background1.png");
background-size: cover;
background-repeat: no-repeat;
}
</style>
```
18 changes: 18 additions & 0 deletions projects.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Here is list of projects I have completed

- R package longit

- R package MIIPW

- R package jmBIG

```{=html}
<style>
body {
background-image: url("image/background1.png");
background-size: cover;
background-repeat: no-repeat;
}
</style>
```

0 comments on commit 885dc2f

Please sign in to comment.