From 54793aa4b4c1469b6ae4cad446b3acc548ab40fb Mon Sep 17 00:00:00 2001 From: Brendan Cullen Date: Sat, 29 Feb 2020 13:25:27 -0800 Subject: [PATCH 1/3] add hyperlinks to social media iconds on sidebar --- index.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.Rmd b/index.Rmd index d45881f..8acf858 100644 --- a/index.Rmd +++ b/index.Rmd @@ -94,7 +94,7 @@ Contact {#contact} ```{r} contact_info %>% - glue_data("- {contact}") + glue_data("- [{contact}]({link})") ``` From fe459683deba623300d9374cf21a3488ec8bea9d Mon Sep 17 00:00:00 2001 From: Brendan Cullen Date: Sat, 29 Feb 2020 13:28:21 -0800 Subject: [PATCH 2/3] add 'link' column to contact csv file --- csvs/contact_info.csv | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/csvs/contact_info.csv b/csvs/contact_info.csv index 7f9729c..d020f8c 100644 --- a/csvs/contact_info.csv +++ b/csvs/contact_info.csv @@ -1,6 +1,6 @@ -,Icon used from font-awesome 4 to label this contact section,The actual value written for the contact entry -loc,icon,contact -email,envelope,nick.strayer@gmail.com -twitter,twitter,NicholasStrayer -github,github,github.com/nstrayer -website,link,nickstrayer.me \ No newline at end of file +,Icon used from font-awesome 4 to label this contact section,The actual value written for the contact entry, +loc,icon,contact,link +email,envelope,nick.strayer@gmail.com,mailto:nick.strayer@gmail.com +twitter,twitter,NicholasStrayer,https://twitter.com/NicholasStrayer +github,github,github.com/nstrayer,https://github.com/nstrayer +website,link,nickstrayer.me,http://nickstrayer.me/ \ No newline at end of file From d353584bf50c53384734a2cb871ed8545634e7f2 Mon Sep 17 00:00:00 2001 From: Brendan Cullen Date: Sat, 29 Feb 2020 13:33:40 -0800 Subject: [PATCH 3/3] create HTML version with clickable contact links --- index.Rmd | 2 +- index.html | 33 +++++++++++++++++++++++++-------- 2 files changed, 26 insertions(+), 9 deletions(-) diff --git a/index.Rmd b/index.Rmd index 8acf858..645473c 100644 --- a/index.Rmd +++ b/index.Rmd @@ -24,7 +24,7 @@ library(tidyverse) # Is data stored in google sheets? If no data will be gather from the csvs/ # folder in project -using_googlesheets <- TRUE +using_googlesheets <- FALSE # Just the copied URL from the sheet positions_sheet_loc <- "https://docs.google.com/spreadsheets/d/14MQICF2F8-vf8CKPF1m4lyGKO6_thG-4aSwat1e2TWc" diff --git a/index.html b/index.html index 349738c..61047a4 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,7 @@ - + Nick Strayer’s CV @@ -1794,6 +1794,9 @@ .main-block:not(.concise) .details div{ margin: 0.18in 0 0.1in 0; } +.main-block:not(.concise) .details div:empty { +margin: 0; +} .main-block:not(.concise) .blocks:last-child .details div{ margin-bottom: 0; } @@ -30210,6 +30213,21 @@ position: relative; width: 100%; } + + +.section.no-timeline h2::after { +content: none; +} + +.section.no-timeline h2 { +padding-bottom: 1rem; +} + +.info-card{ +width: 220px; float: left; padding: 0.5rem; +margin: 0.5rem; +box-shadow: 1px 1px 4px black; +} @@ -30222,11 +30240,10 @@

Aside

Contact

@@ -30257,7 +30274,7 @@

Language Skills

Disclaimer

Made with the R package pagedown.

The source code is available at github.com/nstrayer/cv.

-

Last updated on 2020-02-12.

+

Last updated on 2020-02-29.

@@ -30415,7 +30432,7 @@

Teaching Experience

Javascript for Shiny Users

RStudio::conf 2020

-

NA

+

N/A

2020

  • Served as TA for two day workshop on how to leverage Javascript in Shiny applications