Skip to content

Commit ce32708

Browse files
authored
Bugfix/fixing some https stuff (#214)
* adding the code for dc hack night calendar to the home page * Adding a new project ideas page Rearranging items in navbar * Moving slack sign ups to its own page * Updating the data portal links * HTTPS all the things
1 parent fdd5888 commit ce32708

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Code for DC
2-
url: http://codefordc.org
2+
url: https://codefordc.org
33
markdown: kramdown
44
highlighter: rouge
55
paginate: 10

assets/css/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/* general/sitewide */
33
/***************************/
44

5-
@import url(http://fonts.googleapis.com/css?family=Raleway:600,700);
5+
@import url(https://fonts.googleapis.com/css?family=Raleway:600,700);
66

77
body {
88
padding-top: 50px;

0 commit comments

Comments
 (0)