Skip to content

Commit 776ee7b

Browse files
committed
Fix URL
1 parent e37d067 commit 776ee7b

File tree

5 files changed

+56
-55
lines changed

5 files changed

+56
-55
lines changed

_config.yml

+16-16
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
name: Brittany Chiang
33
title: Brittany Chiang | Front End Software Engineer
44
description: Design-minded front-end software engineer focused on building beautiful interfaces and experiences
5-
url: https://brittanychiang.com/
6-
baseurl: ""
5+
url: https://bchiang7.github.io/
6+
baseurl: ''
77
8-
cover: https://brittanychiang.com/img/og.png
9-
logo: https://brittanychiang.com/img/emojis/technologist.png
10-
resume: https://brittanychiang.com/resume.pdf
8+
cover: https://bchiang7.github.io/img/og.png
9+
logo: https://bchiang7.github.io/img/emojis/technologist.png
10+
resume: https://bchiang7.github.io/resume.pdf
1111
social:
1212
- title: email
1313
url: mailto:[email protected]
@@ -26,19 +26,19 @@ social:
2626
markdown: kramdown
2727

2828
exclude:
29-
- "Gemfile"
30-
- "Gemfile.lock"
31-
- "*.gemspec"
32-
- "README.md"
33-
- "node_modules"
34-
- "build"
35-
- "gulpfile.js"
36-
- "package.json"
29+
- 'Gemfile'
30+
- 'Gemfile.lock'
31+
- '*.gemspec'
32+
- 'README.md'
33+
- 'node_modules'
34+
- 'build'
35+
- 'gulpfile.js'
36+
- 'package.json'
3737

3838
keep_files:
39-
- "CNAME"
40-
- ".git"
41-
- ".gitignore"
39+
- 'CNAME'
40+
- '.git'
41+
- '.gitignore'
4242

4343
plugins_dir:
4444
- jekyll-minifier

_config_dev.yml

+16-16
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
name: Brittany Chiang
33
title: Brittany Chiang | Front End Software Engineer
44
description: Design-minded front-end software engineer focused on building beautiful interfaces and experiences
5-
url: https://brittanychiang.com/
6-
baseurl: ""
5+
url: https://bchiang7.github.io/
6+
baseurl: ''
77
8-
cover: https://brittanychiang.com/img/og.png
9-
logo: https://brittanychiang.com/img/emojis/technologist.png
10-
resume: https://brittanychiang.com/resume.pdf
8+
cover: https://bchiang7.github.io/img/og.png
9+
logo: https://bchiang7.github.io/img/emojis/technologist.png
10+
resume: https://bchiang7.github.io/resume.pdf
1111
social:
1212
- title: email
1313
url: mailto:[email protected]
@@ -26,19 +26,19 @@ social:
2626
markdown: kramdown
2727

2828
exclude:
29-
- "Gemfile"
30-
- "Gemfile.lock"
31-
- "*.gemspec"
32-
- "README.md"
33-
- "node_modules"
34-
- "build"
35-
- "gulpfile.js"
36-
- "package.json"
29+
- 'Gemfile'
30+
- 'Gemfile.lock'
31+
- '*.gemspec'
32+
- 'README.md'
33+
- 'node_modules'
34+
- 'build'
35+
- 'gulpfile.js'
36+
- 'package.json'
3737

3838
keep_files:
39-
- "CNAME"
40-
- ".git"
41-
- ".gitignore"
39+
- 'CNAME'
40+
- '.git'
41+
- '.gitignore'
4242

4343
plugins_dir:
4444
- jekyll-minifier

_data/other-projects.yml

+21-20
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
- thing: YouTube API
1111

1212
- name: Halcyon Theme
13-
url: https://brittanychiang.com/halcyon-site/
13+
url: https://bchiang7.github.io/halcyon-site/
1414
code: https://github.com/bchiang7/halcyon-site
1515
description: A minimal, dark theme for Sublime Text, Atom, VS Code, and more published to <a class="underline-link" href="https://packagecontrol.io/packages/Halcyon%20Theme">Package Control</a>, <a class="underline-link" href="https://atom.io/themes/halcyon-syntax">Atom Package Manager</a>, <a class="underline-link" href="https://marketplace.visualstudio.com/items?itemName=brittanychiang.halcyon-vscode">Visual Studio Marketplace</a>, and <a class="underline-link" href="https://www.npmjs.com/package/hyper-halcyon-theme">NPM</a>.
1616
used:
@@ -34,7 +34,7 @@
3434
- thing: JavaScript
3535

3636
- name: myNEU Redesign
37-
url: http://brittanychiang.com/Redesign-myNEU/
37+
url: https://bchiang7.github.io/Redesign-myNEU/
3838
code: https://github.com/bchiang7/Redesign-myNEU
3939
description: myNEU student portal web prototype for my information science senior project. I conducted a study that aimed to answer the question of how myNEU can be improved to provide students at Northeastern with a better user experience. Informed by usability metrics gathered from user tests, I redesigned and developed a web prototype of myNEU.
4040
used:
@@ -46,7 +46,8 @@
4646
- name: Crowd DJ
4747
url: https://github.com/crowddj/crowddj-react
4848
code: https://github.com/crowddj/crowddj-react
49-
description: A web app that allows people who are at a party or social gathering with a DJ to request songs via their smartphones. The web app allows people to see the currently playing song, request songs, upvote songs, and rate songs so the DJ can see how the crowd is feeling and act accordingly. In other words, Crowd DJ is essentially a crowdsourced music queue. <br>
49+
description:
50+
A web app that allows people who are at a party or social gathering with a DJ to request songs via their smartphones. The web app allows people to see the currently playing song, request songs, upvote songs, and rate songs so the DJ can see how the crowd is feeling and act accordingly. In other words, Crowd DJ is essentially a crowdsourced music queue. <br>
5051
<a class="small" href="http://projects.hackbeanpot.com/2017-projects.html">🏆 Won Best UI/UX Design at Hackbeanpot 2017 🏆</a>
5152
used:
5253
- thing: React
@@ -80,24 +81,24 @@
8081
# - thing: Cordova
8182

8283
- name: Personal Website V2
83-
url: http://brittanychiang.com/v2
84+
url: https://bchiang7.github.io/v2
8485
code: https://github.com/bchiang7/v2
8586
description: Second iteration of my personal website. Designed and developed with a conscious effort to avoid using any superfluous frameworks like Bootstrap.
8687
used:
87-
- thing: Jekyll
88-
- thing: Handlebars
89-
- thing: SCSS
90-
- thing: JavaScript
91-
- thing: Github Pages
88+
- thing: Jekyll
89+
- thing: Handlebars
90+
- thing: SCSS
91+
- thing: JavaScript
92+
- thing: Github Pages
9293

9394
- name: React Resume
94-
url: http://brittanychiang.com/react-profile/
95+
url: https://bchiang7.github.io/react-profile/
9596
code: https://github.com/bchiang7/react-profile/
9697
description: An online version of my 2016 resume I made for fun. I was interested in learning React.js, so I found this <a class="underline-link" href="https://medium.com/learning-new-stuff/building-your-first-react-js-app-d53b0c98dc#.1439cdewq">simple tutorial</a> and it kind of spun into this weekend project. I probably didn't need to use React at all, but hey, at least I learned a few things!
9798
used:
98-
- thing: JavaScript
99-
- thing: React
100-
- thing: CSS
99+
- thing: JavaScript
100+
- thing: React
101+
- thing: CSS
101102

102103
- name: CourseSource
103104
url: http://webdevspring2016-chiangbrittany.rhcloud.com/project/client/#/login
@@ -124,23 +125,23 @@
124125
- thing: Bootstrap
125126

126127
- name: Fontipsums
127-
url: http://brittanychiang.com/fontipsums
128+
url: https://bchiang7.github.io/fontipsums
128129
code: https://github.com/bchiang7/fontipsums
129130
description: As someone who has an eye for typography, I wanted a way to visually see different font combinations together. I whipped up this simple website to display some of my favorite pairings combined with some fun lorem ipsum variations I found on the web.
130131
used:
131132
- thing: HTML
132133
- thing: SCSS
133134

134135
- name: Personal Website V1
135-
url: http://brittanychiang.com/v1
136+
url: https://bchiang7.github.io/v1
136137
code: https://github.com/bchiang7/website_2015/
137138
description: My first portfolio website I designed and built in 2014. I learned quite a bit about HTML, CSS, and SEO. Since then, I think my web development and design skills have improved immensely.
138139
used:
139-
- thing: HTML
140-
- thing: CSS
141-
- thing: Bootstrap
142-
- thing: JavaScript
143-
- thing: jQuery
140+
- thing: HTML
141+
- thing: CSS
142+
- thing: Bootstrap
143+
- thing: JavaScript
144+
- thing: jQuery
144145

145146
- name: One Card For All
146147
url: http://onecardforall.org

robots.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
User-agent: *
22
Disallow:
3-
Sitemap: https://brittanychiang.com/sitemap.xml
3+
Sitemap: https://bchiang7.github.io/sitemap.xml

sitemap.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<!-- created with Free Online Sitemap Generator www.xml-sitemaps.com -->
88

99
<url>
10-
<loc>https://brittanychiang.com/</loc>
10+
<loc>https://bchiang7.github.io/</loc>
1111
<lastmod>2017-10-12T00:07:11+00:00</lastmod>
1212
</url>
13-
</urlset>
13+
</urlset>

0 commit comments

Comments
 (0)