diff --git a/csvs/contact_info.csv b/csvs/contact_info.csv index 7f9729cd..d020f8c5 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 diff --git a/index.Rmd b/index.Rmd index d45881f8..645473c9 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" @@ -94,7 +94,7 @@ Contact {#contact} ```{r} contact_info %>% - glue_data("- {contact}") + glue_data("- [{contact}]({link})") ``` diff --git a/index.html b/index.html index 349738c9..61047a47 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