Skip to content

Commit

Permalink
Change the hosted website link inside all files.
Browse files Browse the repository at this point in the history
  • Loading branch information
obrymec committed Sep 28, 2023
1 parent 3a567af commit f291986
Show file tree
Hide file tree
Showing 73 changed files with 159 additions and 150 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ yarn --version

### <u>Sources code cloning</u>:
```sh
git clone [email protected]:cacybernetic/cacybernetic.git ca_cybernetic/
git clone [email protected]:cacybernetic/cacybernetic.github.io.git ca_cybernetic/
```

### <u>Install dependencies</u>:
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
@project: Console Art Cybernetic - https://cacybernetic.github.io/cacybernetic/
@project: Console Art Cybernetic - https://cacybernetic.github.io
@author: Obrymec - [email protected]
@fileoverview: The main html structure.
@supported: DESKTOP, MOBILE
Expand All @@ -23,7 +23,7 @@
/>
<!--Loads stylesheet-->
<link
href = "./public/style.css"
href = "./style.css"
rel = "stylesheet"
/>
<!--Global title-->
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"repository": "[email protected]:cacybernetic/cacybernetic.github.io.git",
"description": "The official website of Console Art Cybernetic.",
"repository": "[email protected]:cacybernetic/cacybernetic.git",
"author": "Obrymec - [email protected]",
"name": "console-art-cybernetic",
"version": "0.0.1",
Expand All @@ -17,10 +17,10 @@
"vite": "^4.4.5"
},
"dependencies": {
"expect.js": "^0.3.1",
"mocha": "^10.2.0",
"mock-browser": "^0.92.14",
"vite-plugin-minify": "^1.5.2",
"vite-plugin-pwa": "^0.16.5"
"vite-plugin-pwa": "^0.16.5",
"mock-browser": "^0.92.14",
"expect.js": "^0.3.1",
"mocha": "^10.2.0"
}
}
4 changes: 2 additions & 2 deletions src/common/components/button/button.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/**
* @project Console Art Cybernetic - https://cacybernetic.github.io/cacybernetic/
* @project Console Art Cybernetic - https://cacybernetic.github.io
* @fileoverview Defines a common button for focus.
* @author Obrymec - [email protected]
* @supported DESKTOP, MOBILE
* @created 2023-08-03
* @updated 2023-09-27
* @updated 2023-09-28
* @file button.js
* @version 0.0.2
* @type {Button}
Expand Down
4 changes: 2 additions & 2 deletions src/common/components/button/button.test.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/**
* @project Console Art Cybernetic - https://cacybernetic.github.io/cacybernetic/
* @project Console Art Cybernetic - https://cacybernetic.github.io
* @fileoverview Defines tests process for button.
* @author Obrymec - [email protected]
* @supported DESKTOP, MOBILE
* @file button.test.js
* @created 2023-09-21
* @updated 2023-09-27
* @updated 2023-09-28
* @version 0.0.1
* @type {Button}
*/
Expand Down
4 changes: 2 additions & 2 deletions src/common/components/button/stylesheets/_button.scss
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/**
* @project: Console Art Cybernetic - https://cacybernetic.github.io/cacybernetic/
* @project: Console Art Cybernetic - https://cacybernetic.github.io
* @fileoverview: Console Art Cybernetic button stylesheet.
* @author: Obrymec - [email protected]
* @supported: DESKTOP, MOBILE
* @created: 2023-08-03
* @updated: 2023-09-27
* @updated: 2023-09-28
* @file: button.scss
* @version: 0.0.2
*/
Expand Down
4 changes: 2 additions & 2 deletions src/common/components/button/stylesheets/_variables.scss
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/**
* @project: Console Art Cybernetic - https://cacybernetic.github.io/cacybernetic/
* @project: Console Art Cybernetic - https://cacybernetic.github.io
* @fileoverview: Console Art Cybernetic button variables stylesheet.
* @author: Obrymec - [email protected]
* @supported: DESKTOP, MOBILE
* @file: variables.scss
* @created: 2023-08-03
* @updated: 2023-08-27
* @updated: 2023-08-28
* @version: 0.0.2
*/

Expand Down
2 changes: 1 addition & 1 deletion src/common/components/icon_logo_image/icon_logo_image.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @project Console Art Cybernetic - https://cacybernetic.github.io/cacybernetic/
* @project Console Art Cybernetic - https://cacybernetic.github.io
* @fileoverview Defines icon, logo and image view.
* @author Obrymec - [email protected]
* @supported DESKTOP, MOBILE
Expand Down
4 changes: 2 additions & 2 deletions src/common/components/icon_logo_image/icon_logo_image.test.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
/**
* @project Console Art Cybernetic - https://cacybernetic.github.io/cacybernetic/
* @project Console Art Cybernetic - https://cacybernetic.github.io
* @fileoverview Defines tests process for image, logo and icon view.
* @author Obrymec - [email protected]
* @file icon_logo_image.test.js
* @supported DESKTOP, MOBILE
* @type {IconLogoImage}
* @created 2023-09-21
* @updated 2023-09-27
* @updated 2023-09-28
* @version 0.0.1
*/

Expand Down
4 changes: 2 additions & 2 deletions src/common/i18n/english.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/**
* @project Console Art Cybernetic - https://cacybernetic.github.io/cacybernetic/
* @project Console Art Cybernetic - https://cacybernetic.github.io
* @fileoverview Defines language textuals data.
* @author Obrymec - [email protected]
* @supported DESKTOP, MOBILE
* @created 2021-07-28
* @updated 2023-09-27
* @updated 2023-09-28
* @file english.js
* @type {English}
* @version 0.0.2
Expand Down
4 changes: 2 additions & 2 deletions src/common/i18n/french.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/**
* @project Console Art Cybernetic - https://cacybernetic.github.io/cacybernetic/
* @project Console Art Cybernetic - https://cacybernetic.github.io
* @fileoverview Defines language textuals data.
* @author Obrymec - [email protected]
* @supported DESKTOP, MOBILE
* @created 2023-08-26
* @updated 2023-09-27
* @updated 2023-09-28
* @file french.js
* @version 0.0.2
* @type {French}
Expand Down
4 changes: 2 additions & 2 deletions src/common/i18n/i18n.test.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/**
* @project Console Art Cybernetic - https://cacybernetic.github.io/cacybernetic/
* @project Console Art Cybernetic - https://cacybernetic.github.io
* @fileoverview Defines tests process for i18n module.
* @author Obrymec - [email protected]
* @supported DESKTOP, MOBILE
* @created 2023-09-21
* @updated 2023-09-27
* @updated 2023-09-28
* @file i18n.test.js
* @version 0.0.1
* @type {I18n}
Expand Down
2 changes: 1 addition & 1 deletion src/common/themes/_light.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @project: Console Art Cybernetic - https://cacybernetic.github.io/cacybernetic/
* @fileoverview: Console Art Cybernetic global configurations for light theme.
* @project: Console Art Cybernetic - https://cacybernetic.github.io
* @author: Obrymec - [email protected]
* @supported: DESKTOP, MOBILE
* @created: 2023-06-16
Expand Down
4 changes: 2 additions & 2 deletions src/common/utilities/browser/browser.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/**
* @project Console Art Cybernetic - https://cacybernetic.github.io/cacybernetic/
* @project Console Art Cybernetic - https://cacybernetic.github.io
* @fileoverview Defines a multitude of methods
* to manage common navigator treatments.
* @author Obrymec - [email protected]
* @supported DESKTOP, MOBILE
* @created 2023-07-28
* @updated 2023-09-27
* @updated 2023-09-28
* @file browser.js
* @type {Browser}
* @version 0.0.4
Expand Down
4 changes: 2 additions & 2 deletions src/common/utilities/browser/browser.test.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/**
* @project Console Art Cybernetic - https://cacybernetic.github.io/cacybernetic/
* @project Console Art Cybernetic - https://cacybernetic.github.io
* @fileoverview Defines tests process for browser module.
* @author Obrymec - [email protected]
* @supported DESKTOP, MOBILE
* @file browser.test.js
* @created 2023-09-21
* @updated 2023-09-27
* @updated 2023-09-28
* @type {Browser}
* @version 0.0.1
*/
Expand Down
4 changes: 2 additions & 2 deletions src/common/utilities/language/language.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/**
* @project Console Art Cybernetic - https://cacybernetic.github.io/cacybernetic/
* @project Console Art Cybernetic - https://cacybernetic.github.io
* @fileoverview Defines a function as class to
* manage application global languages.
* @author Obrymec - [email protected]
* @supported DESKTOP, MOBILE
* @created 2021-07-28
* @updated 2023-09-27
* @updated 2023-09-28
* @file language.js
* @type {Language}
* @version 0.0.2
Expand Down
4 changes: 2 additions & 2 deletions src/common/utilities/screen/screen.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
/**
* @project Console Art Cybernetic - https://cacybernetic.github.io/cacybernetic/
* @project Console Art Cybernetic - https://cacybernetic.github.io
* @fileoverview Defines a class to detect screen
* formats: Large, Medium and Small.
* @author Obrymec - [email protected]
* @supported DESKTOP, MOBILE
* @type {ScreenManager}
* @created 2023-08-17
* @updated 2023-09-27
* @updated 2023-09-28
* @file screen.js
* @version 0.0.1
*/
Expand Down
4 changes: 2 additions & 2 deletions src/common/utilities/scroll/scroll.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/**
* @project Console Art Cybernetic - https://cacybernetic.github.io/cacybernetic/
* @project Console Art Cybernetic - https://cacybernetic.github.io
* @fileoverview Defines a class to detect scroll.
* @author Obrymec - [email protected]
* @supported DESKTOP, MOBILE
* @type {ScrollManager}
* @created 2023-08-17
* @updated 2023-09-27
* @updated 2023-09-28
* @file scroll.js
* @version 0.0.4
*/
Expand Down
4 changes: 2 additions & 2 deletions src/common/utilities/string/string.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/**
* @project Console Art Cybernetic - https://cacybernetic.github.io/cacybernetic/
* @project Console Art Cybernetic - https://cacybernetic.github.io
* @fileoverview Defines common methods for string treatment.
* @author Obrymec - [email protected]
* @supported DESKTOP, MOBILE
* @created 2021-07-28
* @updated 2023-09-27
* @updated 2023-09-28
* @file string.js
* @type {String}
* @version 0.0.4
Expand Down
4 changes: 2 additions & 2 deletions src/common/utilities/swipe/swipe.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/**
* @project Console Art Cybernetic - https://cacybernetic.github.io/cacybernetic/
* @project Console Art Cybernetic - https://cacybernetic.github.io
* @fileoverview Defines a class to manage touch
* screen events on mobile.
* @author Obrymec - [email protected]
* @supported DESKTOP, MOBILE
* @created 2023-07-28
* @updated 2023-09-27
* @updated 2023-09-28
* @type {SwipeEvent}
* @file swipe.js
* @version 0.0.3
Expand Down
4 changes: 2 additions & 2 deletions src/home_page/components/arrows/arrows.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/**
* @project Console Art Cybernetic - https://cacybernetic.github.io/cacybernetic/
* @project Console Art Cybernetic - https://cacybernetic.github.io
* @author Obrymec - [email protected]
* @fileoverview Arrows UI component.
* @supported DESKTOP, MOBILE
* @created 2023-09-12
* @updated 2023-09-27
* @updated 2023-09-28
* @file arrows.js
* @type {Arrows}
* @version 0.0.1
Expand Down
4 changes: 2 additions & 2 deletions src/home_page/components/arrows/stylesheets/_arrows.scss
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/**
* @project: Console Art Cybernetic - https://cacybernetic.github.io/cacybernetic/
* @project: Console Art Cybernetic - https://cacybernetic.github.io
* @fileoverview: Console Art Cybernetic arrows stylesheet.
* @author: Obrymec - [email protected]
* @supported: DESKTOP, MOBILE
* @created: 2023-09-12
* @updated: 2023-09-27
* @updated: 2023-09-28
* @file: arrows.scss
* @version: 0.0.1
*/
Expand Down
4 changes: 2 additions & 2 deletions src/home_page/components/arrows/stylesheets/_variables.scss
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/**
* @project: Console Art Cybernetic - https://cacybernetic.github.io/cacybernetic/
* @project: Console Art Cybernetic - https://cacybernetic.github.io
* @fileoverview: Console Art Cybernetic arrows variables stylesheet.
* @author: Obrymec - [email protected]
* @supported: DESKTOP, MOBILE
* @file: variables.scss
* @created: 2023-09-12
* @updated: 2023-09-27
* @updated: 2023-09-28
* @version: 0.0.1
*/

Expand Down
4 changes: 2 additions & 2 deletions src/home_page/components/badges/badges.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/**
* @project Console Art Cybernetic - https://cacybernetic.github.io/cacybernetic/
* @project Console Art Cybernetic - https://cacybernetic.github.io
* @author Obrymec - [email protected]
* @fileoverview Badges UI component.
* @supported DESKTOP, MOBILE
* @created 2023-07-13
* @updated 2023-09-27
* @updated 2023-09-28
* @file badges.js
* @type {Badges}
* @version 0.0.2
Expand Down
4 changes: 2 additions & 2 deletions src/home_page/components/badges/stylesheets/_badges.scss
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/**
* @project: Console Art Cybernetic - https://cacybernetic.github.io/cacybernetic/
* @project: Console Art Cybernetic - https://cacybernetic.github.io
* @fileoverview: Console Art Cybernetic badges stylesheet.
* @author: Obrymec - [email protected]
* @supported: DESKTOP, MOBILE
* @created: 2023-07-13
* @updated: 2023-09-27
* @updated: 2023-09-28
* @file: badges.scss
* @version: 0.0.2
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/**
* @project: Console Art Cybernetic - https://cacybernetic.github.io/cacybernetic/
* @fileoverview: Console Art Cybernetic badges placeholders stylesheet.
* @project: Console Art Cybernetic - https://cacybernetic.github.io
* @author: Obrymec - [email protected]
* @supported: DESKTOP, MOBILE
* @file: placeholders.scss
* @created: 2023-07-13
* @updated: 2023-09-27
* @updated: 2023-09-28
* @version: 0.0.2
*/

Expand Down
4 changes: 2 additions & 2 deletions src/home_page/components/badges/stylesheets/_variables.scss
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/**
* @project: Console Art Cybernetic - https://cacybernetic.github.io/cacybernetic/
* @project: Console Art Cybernetic - https://cacybernetic.github.io
* @fileoverview: Console Art Cybernetic badges variables stylesheet.
* @author: Obrymec - [email protected]
* @supported: DESKTOP, MOBILE
* @file: variables.scss
* @created: 2023-07-13
* @updated: 2023-09-27
* @updated: 2023-09-28
* @version: 0.0.1
*/

Expand Down
4 changes: 2 additions & 2 deletions src/home_page/components/banner/banner.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/**
* @project Console Art Cybernetic - https://cacybernetic.github.io/cacybernetic/
* @project Console Art Cybernetic - https://cacybernetic.github.io
* @author Obrymec - [email protected]
* @fileoverview Banner UI component.
* @supported DESKTOP, MOBILE
* @created 2023-06-17
* @updated 2023-09-27
* @updated 2023-09-28
* @file banner.js
* @type {Banner}
* @version 0.0.2
Expand Down
4 changes: 2 additions & 2 deletions src/home_page/components/banner/stylesheets/_animations.scss
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/**
* @project: Console Art Cybernetic - https://cacybernetic.github.io/cacybernetic/
* @fileoverview: Console Art Cybernetic banner animations stylesheet.
* @project: Console Art Cybernetic - https://cacybernetic.github.io
* @author: Obrymec - [email protected]
* @supported: DESKTOP, MOBILE
* @file: animations.scss
* @created: 2023-06-16
* @updated: 2023-09-27
* @updated: 2023-09-28
* @version: 0.0.2
*/

Expand Down
Loading

0 comments on commit f291986

Please sign in to comment.