Screenshots of virtual inauguration of short-courses
---
title: "BHW Short Course Inauguration"
date: '14 September 2021'
output:
flexdashboard::flex_dashboard:
source_code: embed
social: menu
---
```{css}
body > div.navbar.navbar-inverse.navbar-fixed-top > div > div.navbar-header > span.navbar-brand {
font-size: 30px;
color: white;
}
```
```{r setup, include=FALSE}
library(flexdashboard)
library(knitr)
```
# Speakers {data-navmenu="Short Course Inauguration"}
Screenshots of virtual inauguration of short-courses
```{r, echo = FALSE, out.width="50%"}
myimages<-list.files("F:/BHW Dcuments/Pilot Short Course documents/inauguration/", pattern = ".png", full.names = TRUE)
include_graphics(myimages)
```
# Program {data-navmenu="Short Course Inauguration"}
```{r, echo = FALSE, out.width="100%"}
include_graphics("F:/BHW Dcuments/Pilot Short Course documents/Final_11Sep21.jpg")
```