Skip to content

Commit 9a1b39d

Browse files
committed
Merge pull request #25 from codeRIT/https-fix
HTTPS Fixes & Improvements
2 parents 4539b76 + b121e2d commit 9a1b39d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
coderit.github.io
22
=================
33

4-
The official website of [codeRIT](http://coderit.org).
4+
The official website of [codeRIT](https://coderit.org).

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ highliter: pygments
44

55
# Setup
66
title: codeRIT
7-
url: http://coderit.org
7+
url: https://coderit.org
88
description: codeRIT represents a coalition of RIT students with a mission to represent the RIT hackathon community on a national level. It focuses its attention towards increasing its relationship with other collegiate technical communities, teaching software development and entrepreneurial skills to its members, and uniting a fragmented collection of groups amongst GCCIS as one RIT group.
99

1010
committees:

_includes/head.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
<meta property="og:image" content="/assets/images/coderit_logo2.png" />
77
<meta property="og:url" content="http:coderit.org" />
88
<meta name="twitter:card" content="summary" />
9-
<meta name="twitter:url" content="http://coderit.org" />
9+
<meta name="twitter:url" content="https://coderit.org" />
1010
<meta name="twitter:title" content="codeRIT" />
1111
<meta name="twitter:description" content="{{site.description}}" />
1212
<title>codeRIT</title>
1313
<link rel="icon" type="image/png" href="/assets/images/icon.png" />
14-
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,300,700,800,400,600' rel='stylesheet' type='text/css' />
15-
<link href='http://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css' />
16-
<link href="http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet" />
14+
<link href="//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,300,700,800,400,600" rel="stylesheet" type="text/css" />
15+
<link href="//fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css" />
16+
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet" />
1717
<link href="/assets/css/main.css" type="text/css" rel="stylesheet" />
1818
</head>

0 commit comments

Comments
 (0)