diff --git a/data/locale.yml b/data/locale.yml index 2aea63686..aa4112af0 100644 --- a/data/locale.yml +++ b/data/locale.yml @@ -187,18 +187,11 @@ get_started: installers. explore: - title: Explore the Electron APIs - description: - "The Electron API Demos app - interactively demonstrates the most important features of the Electron API. - See what's possible with Electron with sample code and helpful tips for - building your app." - fiddle_title: Try more powerful experiments with Electron Fiddle + fiddle_title: Try powerful experiments with Electron Fiddle see_more_info: See more info download: Download download_from_github: Download from GitHub -view_all_releases_on_github: View all releases on GitHub quick_start: title: diff --git a/lib/featured-apps.js b/lib/featured-apps.js index 8e516fc9e..cb06b95c9 100644 --- a/lib/featured-apps.js +++ b/lib/featured-apps.js @@ -32,8 +32,7 @@ const collaboration = [ { name: 'Microsoft Teams', screenshot: 'teams', - url: - 'https://products.office.com/en-US/microsoft-teams/group-chat-software', + url: 'https://products.office.com/en-US/microsoft-teams/group-chat-software', icon: 'teams-icon.svg', }, ] diff --git a/scripts/create-filter-list.js b/scripts/create-filter-list.js index 7ed488876..f79ca18eb 100644 --- a/scripts/create-filter-list.js +++ b/scripts/create-filter-list.js @@ -16,9 +16,8 @@ class FilterList { this.referenceList .querySelectorAll('img[data-src]') .forEach(lazyLoadImages.addImage) - this.totalAppCount = this.referenceList.querySelectorAll( - '.listed-app' - ).length + this.totalAppCount = + this.referenceList.querySelectorAll('.listed-app').length this.input.addEventListener( 'input', @@ -105,8 +104,9 @@ class FilterList { docForEntry(id, entry) { const name = entry.querySelector('.listed-app-name').textContent - const description = entry.querySelector('.listed-app-description') - .textContent + const description = entry.querySelector( + '.listed-app-description' + ).textContent const addDateSelector = entry.querySelector( '.listed-app-add-date [data-date]' ) diff --git a/views/home.hbs b/views/home.hbs index 91a0a7939..a152589d2 100644 --- a/views/home.hbs +++ b/views/home.hbs @@ -138,30 +138,23 @@ {{{localized.get_started.description}}}

-
-
- -
- Screenshot of Electron API Demos app -
-
-
-
-

{{{localized.explore.title}}}

-

{{{localized.explore.description}}}

-

- - - {{{localized.download_from_github}}} - -

- -
-
+

+ {{{localized.quick_start.title}}} +

+

{{{localized.quick_start.description}}}

-
+
+
# {{{localized.quick_start.clone}}}
+$ git clone https://github.com/electron/electron-quick-start
+
+# {{{localized.quick_start.go_into_repo}}}
+$ cd electron-quick-start
+
+# {{{localized.quick_start.install_deps}}}
+$ npm install && npm start
+
+ +
@@ -202,22 +195,6 @@
-

- {{{localized.quick_start.title}}} -

-

{{{localized.quick_start.description}}}

- -
-
# {{{localized.quick_start.clone}}}
-$ git clone https://github.com/electron/electron-quick-start
-
-# {{{localized.quick_start.go_into_repo}}}
-$ cd electron-quick-start
-
-# {{{localized.quick_start.install_deps}}}
-$ npm install && npm start
-
-

{{{localized.quick_start.dive_deeper}}}