Skip to content

Commit

Permalink
Move pictures to images folder
Browse files Browse the repository at this point in the history
  • Loading branch information
ismayc committed May 27, 2020
1 parent d7ccee0 commit ababba5
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
Binary file added images/happy_cap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions images/hex_creator.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
library(hexSticker)

# https://pixabay.com/illustrations/graduation-hats-throw-graduation-4906359/
cap <- "images/happy_cap.png"

sticker(cap,
package = "thesisdown",
p_family = "Aller_Rg",
p_size = 7, p_color = "#5B5040", # p_x = 4, p_y = 1.4,
s_x = 1, s_y = .8, s_width = 0.75, s_height = 0.75,
h_fill = "#FAECC7", h_color = "#5B5040",
filename = "thesisdown_hex.png",
url = "thesisdown.rbind.io"
)

# Final image was revised in Adobe Illustrator
File renamed without changes
Binary file added images/thesisdown_hex.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ababba5

Please sign in to comment.