|
1 | 1 | <!doctype html> |
2 | | -<!-- |
3 | | - Minimal Mistakes Jekyll Theme 4.11.2 by Michael Rose |
4 | | - Copyright 2013-2018 Michael Rose - mademistakes.com | @mmistakes |
5 | | - Free for personal and commercial use under the MIT license |
6 | | - https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE.txt |
7 | | ---> |
8 | 2 | <html lang="en" class="no-js"> |
9 | 3 | <head> |
10 | 4 | <meta charset="utf-8"> |
11 | 5 |
|
12 | | -<!-- begin _includes/seo.html --><title>Brief Introduction - Learn React</title> |
| 6 | +<!-- begin _includes/seo.html --><title>Brief Introduction - Learn React v.1</title> |
13 | 7 | <meta name="description" content="Welcome to Learn React, a comprehensive introduction to Reactjs. - Learn React"> |
14 | 8 |
|
15 | 9 |
|
16 | 10 |
|
17 | 11 | <meta property="og:type" content="article"> |
18 | 12 | <meta property="og:locale" content="en_US"> |
19 | | -<meta property="og:site_name" content="Learn React"> |
| 13 | +<meta property="og:site_name" content="Learn React v.1"> |
20 | 14 | <meta property="og:title" content="Brief Introduction"> |
21 | 15 | <meta property="og:url" content="/"> |
22 | 16 |
|
|
31 | 25 |
|
32 | 26 |
|
33 | 27 |
|
34 | | - <meta property="article:published_time" content="2018-05-24T17:03:54+07:00"> |
| 28 | + <meta property="article:published_time" content="2018-05-25T16:29:42+07:00"> |
35 | 29 |
|
36 | 30 |
|
37 | 31 |
|
|
80 | 74 | <!-- end _includes/seo.html --> |
81 | 75 |
|
82 | 76 |
|
83 | | -<link href="/feed.xml" type="application/atom+xml" rel="alternate" title="Learn React Feed"> |
| 77 | +<link href="/feed.xml" type="application/atom+xml" rel="alternate" title="Learn React v.1 Feed"> |
84 | 78 |
|
85 | 79 | <!-- http://t.co/dKP3o1e --> |
86 | 80 | <meta name="HandheldFriendly" content="True"> |
|
129 | 123 | <div class="masthead__inner-wrap"> |
130 | 124 | <div class="masthead__menu"> |
131 | 125 | <nav id="site-nav" class="greedy-nav"> |
132 | | - <a class="site-title" href="/">Learn React</a> |
| 126 | + <a class="site-title" href="/">Learn React v.1</a> |
133 | 127 | <ul class="visible-links"> |
134 | 128 |
|
| 129 | + |
| 130 | + <li class="masthead__menu-item"> |
| 131 | + <a href="https://createreactapp.github.io/" >[ Learn Create React App ]</a> |
| 132 | + </li> |
| 133 | + |
135 | 134 | </ul> |
136 | 135 |
|
137 | 136 | <button class="greedy-nav__toggle hidden" type="button"> |
|
0 commit comments