Skip to content

Commit 6d4d545

Browse files
Nord Docs Transition
All documentations and assets have been moved to the official Nord website and documentations (1,2). References: (1) https://www.nordtheme.com/ports/atom-ui (2) https://github.com/arcticicestudio/nord-docs GH-82
1 parent 55587b2 commit 6d4d545

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+265
-21894
lines changed

Diff for: .gitignore

+16-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
1+
# Copyright (C) 2016-present Arctic Ice Studio <[email protected]>
2+
# Copyright (C) 2016-present Sven Greb <[email protected]>
3+
#
4+
# Project: Nord Atom UI
5+
# Repository: https://github.com/arcticicestudio/nord-atom-ui
6+
# License: MIT
7+
8+
# +------+
9+
# + Logs +
10+
# +------+
11+
logs/
12+
**/*.log
13+
npm-debug.log*
14+
115
# +---------+
216
# + Node.js +
317
# +---------+
4-
node_modules
5-
npm-debug.log
18+
**/node_modules/
19+
.npm/

Diff for: .travis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Copyright (c) 2016-present Arctic Ice Studio <[email protected]>
2-
# Copyright (c) 2016-present Sven Greb <code@svengreb.de>
1+
# Copyright (C) 2016-present Arctic Ice Studio <[email protected]>
2+
# Copyright (C) 2016-present Sven Greb <development@svengreb.de>
33

44
# Project: Nord Atom UI
55
# Repository: https://github.com/arcticicestudio/nord-atom-ui
@@ -12,4 +12,4 @@ notifications:
1212
email:
1313
on_success: never
1414
on_failure: change
15-
script: 'curl -s https://raw.githubusercontent.com/atom/ci/master/build-package.sh | sh'
15+
script: "curl -s https://raw.githubusercontent.com/atom/ci/master/build-package.sh | sh"

Diff for: CHANGELOG.md

+8-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
<p align="center"><img src="https://cdn.rawgit.com/arcticicestudio/nord-atom-ui/develop/assets/nord-atom-ui-banner.svg"/></p>
1+
<p align="center"><a href="https://www.nordtheme.com/ports/atom-ui" target="_blank"><img src="https://raw.githubusercontent.com/arcticicestudio/nord-docs/develop/assets/images/ports/atom-ui/repository-hero.svg?sanitize=true"/></a></p>
22

3-
<p align="center"><img src="https://assets-cdn.github.com/favicon.ico" width=24 height=24/> <a href="https://github.com/arcticicestudio/nord-atom-ui/releases/latest"><img src="https://img.shields.io/github/release/arcticicestudio/nord-atom-ui.svg?style=flat-square"/></a> <a href="https://github.com/arcticicestudio/nord/releases/tag/v0.2.0"><img src="https://img.shields.io/badge/Nord-v0.2.0-88C0D0.svg?style=flat-square"/></a> <img src="https://atom.io/favicon.ico" width=24 height=24/> <a href="https://github.com/atom/atom/releases/tag/v1.13.0"><img src="https://img.shields.io/badge/Atom->=v1.13.0-green.svg?style=flat-square"/></a> <a href="https://atom.io/themes/nord-atom-ui"><img src="https://img.shields.io/apm/v/nord-atom-ui.svg?style=flat-square"/></a> <a href="https://atom.io/themes/nord-atom-ui"><img src="https://img.shields.io/apm/dm/nord-atom-ui.svg?style=flat-square"/></a></p>
3+
<p align="center"><a href="https://www.nordtheme.com/docs/ports/atom-ui" target="_blank"><img src="https://img.shields.io/github/release/arcticicestudio/nord-atom-ui.svg?style=flat-square&label=Docs&colorA=4c566a&colorB=88c0d0&logo=data%3Aimage%2Fsvg%2Bxml%3Bbase64%2CPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI%2BCiAgICA8cGF0aCBmaWxsPSIjZDhkZWU5IiBkPSJNMTMuNzQ2IDIuODEzYS42Ny42NyAwIDAgMC0uNTU5LS4xMzNMOCAzLjg0OGwtNS4xODgtMS4xOGEuNjY5LjY2OSAwIDAgMC0uNTcuMTMzLjY3Ny42NzcgMCAwIDAtLjI0Mi41MzF2OC4xMzNjLS4wMDguMzIuMjEuNTk4LjUyLjY2OGw1LjMzMiAxLjE5OWguMjk2bDUuMzMyLTEuMmEuNjY4LjY2OCAwIDAgMCAuNTItLjY2N1YzLjMzMmEuNjU5LjY1OSAwIDAgMC0uMjU0LS41MnpNMy4zMzIgNC4xNjhsNCAuODk4djYuNzY2bC00LS44OTh6bTkuMzM2IDYuNzY2bC00IC44OThWNS4wNjZsNC0uODk4em0wIDAiLz4KPC9zdmc%2BCg%3D%3D"/></a></p>
44

5-
---
5+
<p align="center"><a href="https://atom.io/themes/nord-atom-ui" target="_blank"><img src="https://img.shields.io/apm/v/nord-atom-ui.svg?style=flat-square&label=Package%20Registry&logo=atom&logoColor=eceff4&colorA=4c566a&colorB=88c0d0"/></a> <a href="https://atom.io/themes/nord-atom-ui" target="_blank"><img src="https://img.shields.io/apm/dm/nord-atom-ui.svg?style=flat-square&label=Downloads&logo=atom&logoColor=eceff4&colorA=4c566a&colorB=88c0d0"/></a></p>
6+
7+
<p align="center"><a href="https://blog.atom.io/2017/01/10/atom-1-13.html" target="_blank"><img src="https://img.shields.io/static/v1.svg?style=flat-square&label=Compatibility&message=%3E%3D1.13.0&logo=atom&logoColor=eceff4&colorA=4c566a&colorB=88c0d0"/></a></p>
8+
9+
<p align="center">Changelog for <a href="https://www.nordtheme.com/ports/atom-ui">Nord Atom UI</a> — An arctic, north-bluish clean and elegant <a href="https://atom.io" target="_blank">Atom</a> UI theme.</p>
610

711
# 0.11.0
812
*2017-04-01*
@@ -184,4 +188,4 @@ Detailed information of already implemented packages can be found in the [projec
184188
- [`autocomplete-plus`](https://atom.io/packages/autocomplete-plus) (@arcticicestudio, #22, 44714fd6)
185189
- [`deprecation-cop`](https://atom.io/packages/deprecation-cop) (@arcticicestudio, #23, e9b9a1b2)
186190
- [`markdown-preview`](https://atom.io/packages/markdown-preview) (@arcticicestudio, #27, 11ed42e6)
187-
- [`timecop`](https://atom.io/packages/timecop) (@arcticicestudio, #24, 20653ad8)
191+
- [`timecop`](https://atom.io/packages/timecop) (@arcticicestudio, #24, 20653ad8)

Diff for: LICENSE.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
MIT License (MIT)
22

3-
Copyright (c) 2016-present Arctic Ice Studio <[email protected]> (http://arcticicestudio.com)
4-
Copyright (c) 2016-present Sven Greb <code@svengreb.de> (http://svengreb.de)
3+
Copyright (C) 2016-present Arctic Ice Studio <[email protected]> (https://www.arcticicestudio.com)
4+
Copyright (C) 2016-present Sven Greb <development@svengreb.de> (https://www.svengreb.de)
55

66
Permission is hereby granted, free of charge, to any person obtaining a copy
77
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)