You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/step-3/AppShell.js
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -37,14 +37,14 @@ class AppShell extends Component {
37
37
<h1>App Shell Architecture</h1>
38
38
<p>An app shell architecture is minimal level <spanclassName="highlight bold no--bg">HTML, CSS, Javascript</span> required to power the application user interface.</p>
39
39
40
-
<h3>Components for App Shell</h3>
40
+
<h2>Components for App Shell</h2>
41
41
<ulclassName="">
42
42
<li>Header with icon and title</li>
43
43
<li>Menu with overlay</li>
44
44
<li>Main section</li>
45
45
</ul>
46
46
47
-
<h3>HTML for App Shell</h3>
47
+
<h2>HTML for App Shell</h2>
48
48
49
49
<Highlightlang='html'value={appShellCode}/>
50
50
@@ -73,7 +73,7 @@ class AppShell extends Component {
73
73
74
74
<p>See the full result <ahref="http://www.webpagetest.org/result/161021_1H_G6C/">here</a>.</p>
75
75
76
-
<h3>Applications using app shell in production</h3>
76
+
<h2>Applications using app shell in production</h2>
77
77
<ul>
78
78
<li><ahref="https://www.google.com/inbox/"target="_blank">Inbox</a> by Gmail</li>
Copy file name to clipboardExpand all lines: src/step-7/Finish.js
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ class Finish extends Component {
12
12
<div>
13
13
<h1>Deploy</h1>
14
14
<p>The final step of this codelabs is deploying our github cards with HTTPS server.</p>
15
-
<h3>Follow the below steps.</h3>
15
+
<h2>Follow the below steps.</h2>
16
16
<p><spanclassName="highlight bold no--bg">Step 1</span> - Install surge via npm.</p>
17
17
<Highlightlang="bash"value={surgeInstall}/>
18
18
@@ -24,7 +24,7 @@ class Finish extends Component {
24
24
25
25
<p>After successful deployment, you will get an url in your terminal. Copy it and open in your desktop and mobile browsers :D</p>
26
26
27
-
<h3>What next?</h3>
27
+
<h2>What next?</h2>
28
28
<p>Everything is perfect, except the deployed site is loading in HTTP unless we change the url to HTTPS. So lets fix it by forcing HTTP to redirect to HTTPS.</p>
0 commit comments