Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
biamuniz committed Dec 4, 2023
1 parent 5278b57 commit 35a7fd2
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 17 deletions.
2 changes: 2 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
^.*\.Rproj$
^\.Rproj\.user$
18 changes: 8 additions & 10 deletions cv.Rmd → index.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -69,23 +69,13 @@ CV %>% print_skill_bars()
CV %>% print_hard_bars()
```

<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>


## Soft skills {#soft}

```{r}
CV %>% print_soft_bars()
```


## Disclaimer {#disclaimer}

Made with the R package [**pagedown**](https://github.com/rstudio/pagedown).

The source code is available [on github.com/biamuniz/resume](https://github.com/biamuniz/resume).

Last updated on `r Sys.Date()`.

# Main

Expand Down Expand Up @@ -116,5 +106,13 @@ CV %<>% print_section('education')
CV %<>% print_section('talks')
```

## Disclaimer {#disclaimer}

Made with the R package <br>
[**pagedown**](https://github.com/rstudio/pagedown).

The source code is available <br>
[on github.com/biamuniz/resume](https://github.com/biamuniz/resume).

Last updated on `r Sys.Date()`.

15 changes: 8 additions & 7 deletions cv.html → index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32516,7 +32516,6 @@ <h2>Tech skills</h2>
white 100% 100%)">
Data analysis - Advanced
</div>
<p><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br></p>
</div>
<div id="soft" class="section level2">
<h2>Soft skills</h2>
Expand All @@ -32541,12 +32540,6 @@ <h2>Soft skills</h2>
FOIA/LAI request
</div>
</div>
<div id="disclaimer" class="section level2">
<h2>Disclaimer</h2>
<p>Made with the R package <a href="https://github.com/rstudio/pagedown"><strong>pagedown</strong></a>.</p>
<p>The source code is available <a href="https://github.com/biamuniz/resume">on github.com/biamuniz/resume</a>.</p>
<p>Last updated on 2023-12-03.</p>
</div>
</div>
<div id="main" class="section level1">
<h1>Main</h1>
Expand Down Expand Up @@ -32666,6 +32659,14 @@ <h3>Voluntary work</h3>
</ul>
</div>
</div>
<div id="disclaimer" class="section level2">
<h2>Disclaimer</h2>
<p>Made with the R package <br>
<a href="https://github.com/rstudio/pagedown"><strong>pagedown</strong></a>.</p>
<p>The source code is available <br>
<a href="https://github.com/biamuniz/resume">on github.com/biamuniz/resume</a>.</p>
<p>Last updated on 2023-12-03.</p>
</div>
</div>

<script>
Expand Down

0 comments on commit 35a7fd2

Please sign in to comment.