Skip to content

Commit 2fc740d

Browse files
committed
Add migration guide
1 parent e2a5dd5 commit 2fc740d

File tree

8 files changed

+321
-44
lines changed

8 files changed

+321
-44
lines changed

Diff for: _includes/contactus.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<section style="margin-bottom: 0">
22
<h3>Parse.com Shutdown Reminder</h3>
3-
<h6>The hosted Parse service has been shut down. If you are having issues migrating your data, <a href="https://developers.facebook.com/bugs/create/?parse_app_id=none&parse_app_name=OpenSourceHubInbound&parse_email=migration%40parse.com">contact us</a>.</h6>
3+
<h6>The hosted Parse service has been shut down after a yearlong sunset period. Hosted Parse.com apps are no longer available and no database migrations can be performed at this time. If you have any concerns regarding the migration, refer to the <a href="/migration/">migration guide</a> or reach out to <a href="mailto:migration%40parse.com">[email protected]</a>.</h6>
44
</section>

Diff for: _includes/footer.html

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<footer>
22
<div class="container">
3-
<img src="img/openSourceIllustration.svg" alt="Parse open source illustration" class="footerImage">
3+
<img src="/img/openSourceIllustration.svg" alt="Parse open source illustration" class="footerImage">
44
<div class="needHelp">
55
<h5>Need Help?</h5>
66
<p><a href="http://stackoverflow.com/tags/{{ site.stackoverflow_tag }}" target="_blank">Code-level questions</a></p>
@@ -9,10 +9,10 @@ <h5>Need Help?</h5>
99
<div class="socialLinks">
1010
<h5>Stay Connected</h5>
1111
<div class="socialIcons">
12-
<a href="https://www.facebook.com/{{ site.facebook_username }}" target="_blank"><img src="img/facebook.svg" alt="">
13-
<a href="https://twitter.com/{{ site.twitter_username }}" target="_blank"><img src="img/twitter.svg" alt=""></a>
14-
<a href="https://github.com/{{ site.github_username }}" target="_blank"><img src="img/github.svg" alt=""></a>
15-
<a href="http://stackoverflow.com/tags/{{ site.stackoverflow_tag }}" target="_blank"><img src="img/overflow.svg" alt=""></a>
12+
<a href="https://www.facebook.com/{{ site.facebook_username }}" target="_blank"><img src="/img/facebook.svg" alt="">
13+
<a href="https://twitter.com/{{ site.twitter_username }}" target="_blank"><img src="/img/twitter.svg" alt=""></a>
14+
<a href="https://github.com/{{ site.github_username }}" target="_blank"><img src="/img/github.svg" alt=""></a>
15+
<a href="http://stackoverflow.com/tags/{{ site.stackoverflow_tag }}" target="_blank"><img src="/img/overflow.svg" alt=""></a>
1616
</div>
1717
</div>
1818
</div>
@@ -29,5 +29,5 @@ <h5>Stay Connected</h5>
2929
</script>
3030
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
3131
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.11.3.min.js"><\/script>')</script>
32-
<script src="js/plugins.js"></script>
33-
<script src="js/main.js"></script>
32+
<script src="/js/plugins.js"></script>
33+
<script src="/js/main.js"></script>

Diff for: _includes/head.html

+6-6
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
<meta property="og:description" content="{{ site.description }}"/>
1111
<meta property="og:image" content="http://parseplatform.github.io/img/preview.png">
1212

13-
<link rel="icon" type="image/png" href="img/favicon/favicon-32x32.png" sizes="32x32">
14-
<link rel="icon" type="image/png" href="img/favicon/favicon-194x194.png" sizes="194x194">
15-
<link rel="icon" type="image/png" href="img/favicon/favicon-96x96.png" sizes="96x96">
16-
<link rel="icon" type="image/png" href="img/favicon/android-chrome-192x192.png" sizes="192x192">
17-
<link rel="icon" type="image/png" href="img/favicon/favicon-16x16.png" sizes="16x16">
13+
<link rel="icon" type="image/png" href="/img/favicon/favicon-32x32.png" sizes="32x32">
14+
<link rel="icon" type="image/png" href="/img/favicon/favicon-194x194.png" sizes="194x194">
15+
<link rel="icon" type="image/png" href="/img/favicon/favicon-96x96.png" sizes="96x96">
16+
<link rel="icon" type="image/png" href="/img/favicon/android-chrome-192x192.png" sizes="192x192">
17+
<link rel="icon" type="image/png" href="/img/favicon/favicon-16x16.png" sizes="16x16">
1818

1919
<link rel="stylesheet" href="/css/normalize.css">
2020
<link rel="stylesheet" href="/css/main.css">
21-
<script src="js/vendor/modernizr-2.8.3.min.js"></script>
21+
<script src="/js/vendor/modernizr-2.8.3.min.js"></script>
2222
<script src="https://www.parsecdn.com/js/parse-1.6.7.min.js"></script>
2323
<script>
2424
var gitJson = {{ site.github.public_repositories | jsonify }};

Diff for: _includes/header.html

+18-18
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
<div class="heroText">
44
<h1>Open Source Hub</h1>
55
<h2>
6-
<span class="subheadSection "><img src="img/stars.svg" alt="" class="icon"><span class="starCount"></span></span>
7-
<span class="subheadSection"><img src="img/forks.svg" alt="" class="icon"><span class="forkCount"></span></span>
8-
<span class="subheadSection"><img src="img/repos.svg" alt="" class="icon"><span class="repoCount"></span></span>
6+
<span class="subheadSection "><img src="/img/stars.svg" alt="" class="icon"><span class="starCount"></span></span>
7+
<span class="subheadSection"><img src="/img/forks.svg" alt="" class="icon"><span class="forkCount"></span></span>
8+
<span class="subheadSection"><img src="/img/repos.svg" alt="" class="icon"><span class="repoCount"></span></span>
99
</h2>
1010
</div>
1111
</div>
@@ -14,13 +14,13 @@ <h2>
1414
bottom: 0px; left: 0px;"></div>
1515
<div class="illustrationForeground">
1616
<!--right animations-->
17-
<img src="img/header/rightBackground.svg" alt="" class="headerRight">
17+
<img src="/img/header/rightBackground.svg" alt="" class="headerRight">
1818
<div class="headerRight headerRightContainer">
1919
<div class="phone2Screen">
2020
<div class="phoneCircle"></div>
2121
</div>
2222
</div>
23-
<img src="img/header/rightBackground2.svg" alt="" class="headerRight">
23+
<img src="/img/header/rightBackground2.svg" alt="" class="headerRight">
2424
<div class="headerRight headerRightContainer">
2525
<div class="phone3Screen">
2626
<div class="phoneCircle"></div>
@@ -75,17 +75,17 @@ <h2>
7575
</svg>
7676
</svg>
7777
</div>
78-
<img src="img/header/hoist.svg" alt="" class="headerRight hoist" style="-webkit-transform: translateX(100%); -ms-transform: translateX(100%); transform: translateX(100%);">
78+
<img src="/img/header/hoist.svg" alt="" class="headerRight hoist" style="-webkit-transform: translateX(100%); -ms-transform: translateX(100%); transform: translateX(100%);">
7979
<div class="headerRight headerRightContainer wheelsContainer" style="-webkit-transform: translateX(100%); -ms-transform: translateX(100%); transform: translateX(100%);">
80-
<img src="img/header/hoistWheel.svg" alt="" class="hoistWheel">
81-
<img src="img/header/hoistWheel.svg" alt="" class="hoistWheel">
82-
<img src="img/header/hoistWheel.svg" alt="" class="hoistWheel">
83-
<img src="img/header/hoistWheel.svg" alt="" class="hoistWheel">
84-
<img src="img/header/hoistWheel.svg" alt="" class="hoistWheel">
80+
<img src="/img/header/hoistWheel.svg" alt="" class="hoistWheel">
81+
<img src="/img/header/hoistWheel.svg" alt="" class="hoistWheel">
82+
<img src="/img/header/hoistWheel.svg" alt="" class="hoistWheel">
83+
<img src="/img/header/hoistWheel.svg" alt="" class="hoistWheel">
84+
<img src="/img/header/hoistWheel.svg" alt="" class="hoistWheel">
8585
</div>
8686

8787
<!-- left side animations -->
88-
<img src="img/header/craneBackground.svg" alt="" class="headerLeft">
88+
<img src="/img/header/craneBackground.svg" alt="" class="headerLeft">
8989
<div class="headerLeft headerLeftContainer">
9090
<div class="phone1ScreenContainer">
9191
<div class="appSquare one"></div>
@@ -95,18 +95,18 @@ <h2>
9595
<div class="appRect two"></div>
9696
<div class="appRect three"></div>
9797
</div>
98-
<img src="img/header/video.svg" alt="" class="craneVideo">
98+
<img src="/img/header/video.svg" alt="" class="craneVideo">
9999
<div class="craneLineContainer">
100-
<img src="img/header/craneLine.svg" class="craneLine" alt="">
100+
<img src="/img/header/craneLine.svg" class="craneLine" alt="">
101101
</div>
102-
<img src="img/header/cranePivot.svg" alt="" class="cranePivot">
102+
<img src="/img/header/cranePivot.svg" alt="" class="cranePivot">
103103
</div>
104104

105105
<!--center animations-->
106-
<img src="img/header/truckBackground.svg" alt="" class="headerCenter">
106+
<img src="/img/header/truckBackground.svg" alt="" class="headerCenter">
107107
<div class="headerCenter headerCenterContainer">
108-
<img src="img/header/pushOne.svg" alt="" class="pushOne">
109-
<img src="img/header/middleLine.svg" alt="" class="middleLineOne">
108+
<img src="/img/header/pushOne.svg" alt="" class="pushOne">
109+
<img src="/img/header/middleLine.svg" alt="" class="middleLineOne">
110110
</div>
111111
</div>
112112
</div>

Diff for: _includes/nav.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<nav>
22
<div class="container">
33
<a href="//" target="_blank">
4-
<img src="img/logo.svg" alt="Parse logo" class="logo">
4+
<img src="/img/logo.svg" alt="Parse logo" class="logo">
55
</a>
66
<ul>
77
<a href="/docs/" target="_blank"><li>Docs</li></a>

Diff for: _layouts/landing.html

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
--
2+
layout: default
3+
---
4+
{% include header.html %}
5+
{% include nav-secondary.html %}
6+
7+
<div class="wrapper">
8+
<div class="container">
9+
{{ content }}
10+
</div>
11+
12+
{% include footer.html %}
13+
</div>

Diff for: _layouts/page.html

+15-11
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
1-
---
2-
layout: default
3-
---
4-
<article class="post">
1+
<!doctype html>
2+
<html class="no-js" lang="">
53

6-
<header class="post-header">
7-
<h1 class="post-title">{{ page.title }}</h1>
8-
</header>
4+
{% include head.html %}
95

10-
<div class="post-content">
11-
{{ content }}
12-
</div>
6+
<body>
137

14-
</article>
8+
{% include nav.html %}
9+
10+
<div class="wrapper">
11+
<div class="container">
12+
{{ content }}
13+
</div>
14+
15+
{% include footer.html %}
16+
</div>
17+
</body>
18+
</html>

0 commit comments

Comments
 (0)