Skip to content

Commit

Permalink
Update all urls
Browse files Browse the repository at this point in the history
  • Loading branch information
Auroratide committed Oct 2, 2024
1 parent 5f44675 commit 30c613c
Show file tree
Hide file tree
Showing 13 changed files with 19 additions and 24 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Web Components by Auroratide

<p hidden><strong><a href="https://auroratide.github.io/web-components/">View this page with live demos!</a></strong></p>
<p hidden><strong><a href="https://components.auroratide.com">View this page with live demos!</a></strong></p>

This is just a bunch of highly reusable, fully accessible **[web components](https://developer.mozilla.org/en-US/docs/Web/Web_Components)** you can use on your websites! Why web components?

Expand All @@ -12,7 +12,7 @@ This is just a bunch of highly reusable, fully accessible **[web components](htt

## The flip-card Element

**View**: [The flip-card Element](https://auroratide.github.io/web-components/flip-card)
**View**: [The flip-card Element](https://components.auroratide.com/flip-card)

An element that flips beautifully between a front and back side.

Expand Down Expand Up @@ -75,7 +75,7 @@ An element that flips beautifully between a front and back side.

## The img-zoom Element

**View**: [The img-zoom Element](https://auroratide.github.io/web-components/img-zoom)
**View**: [The img-zoom Element](https://components.auroratide.com/img-zoom)

An element that accessibly zooms in on an image when the user wants to see more details.

Expand All @@ -100,7 +100,7 @@ An element that accessibly zooms in on an image when the user wants to see more

## The reorder-list Element

**View**: [The reorder-list Element](https://auroratide.github.io/web-components/reorder-list)
**View**: [The reorder-list Element](https://components.auroratide.com/reorder-list)

A set of elements (`reorder-list` and `reorder-item`) that work together to make a rearrangeable list:

Expand Down Expand Up @@ -200,7 +200,7 @@ A set of elements (`reorder-list` and `reorder-item`) that work together to make

## The tab-list Element

**View**: [The tab-list Element](https://auroratide.github.io/web-components/tab-list)
**View**: [The tab-list Element](https://components.auroratide.com/tab-list)

A set of elements (`tab-list`, `tab-item`, and `tab-panel`) that work together to make a tabbing interface:

Expand Down Expand Up @@ -320,7 +320,7 @@ A set of elements (`tab-list`, `tab-item`, and `tab-panel`) that work together t

## The table-of-contents Element

**View**: [The table-of-contents Element](https://auroratide.github.io/web-components/table-of-contents)
**View**: [The table-of-contents Element](https://components.auroratide.com/table-of-contents)

A component that automatically generates a table of contents.

Expand All @@ -339,7 +339,7 @@ A component that automatically generates a table of contents.

## The toggle-switch Element

**View**: [The toggle-switch Element](https://auroratide.github.io/web-components/toggle-switch)
**View**: [The toggle-switch Element](https://components.auroratide.com/toggle-switch)

A form control representing something is on or off.

Expand Down Expand Up @@ -381,7 +381,7 @@ A form control representing something is on or off.

## The typewritten-text Element

**View**: [The typewritten-text Element](https://auroratide.github.io/web-components/typewritten-text)
**View**: [The typewritten-text Element](https://components.auroratide.com/typewritten-text)

An element that types one letter at a time to the screen.

Expand Down
2 changes: 1 addition & 1 deletion components/example-component/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# The example-component Element

<p hidden><strong><a href="https://auroratide.github.io/web-components/example-component">View this page with live demos!</a></strong></p>
<p hidden><strong><a href="https://components.auroratide.com/example-component">View this page with live demos!</a></strong></p>

This example component just lets you decrease and increase a number.

Expand Down
2 changes: 1 addition & 1 deletion components/flip-card/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# The flip-card Element

<p hidden><strong><a href="https://auroratide.github.io/web-components/flip-card">View this page with live demos!</a></strong></p>
<p hidden><strong><a href="https://components.auroratide.com/flip-card">View this page with live demos!</a></strong></p>

The `flip-card` element represents content with a front side and a back side, with one side presented at a time.

Expand Down
2 changes: 1 addition & 1 deletion components/flip-card/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"name": "Timothy Foster",
"url": "https://auroratide.com"
},
"homepage": "https://auroratide.github.io/web-components/flip-card",
"homepage": "https://components.auroratide.com/flip-card",
"repository": {
"type": "git",
"url": "https://github.com/Auroratide/web-components"
Expand Down
2 changes: 1 addition & 1 deletion components/img-zoom/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# The img-zoom Element

<p hidden><strong><a href="https://auroratide.github.io/web-components/img-zoom">View this page with live demos!</a></strong></p>
<p hidden><strong><a href="https://components.auroratide.com/img-zoom">View this page with live demos!</a></strong></p>

The `img-zoom` element represents an image that can be enlarged to fill the screen on demand.

Expand Down
2 changes: 1 addition & 1 deletion components/reorder-list/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# The reorder-list Elements

<p hidden><strong><a href="https://auroratide.github.io/web-components/reorder-list">View this page with live demos!</a></strong></p>
<p hidden><strong><a href="https://components.auroratide.com/reorder-list">View this page with live demos!</a></strong></p>

The `reorder-list` and `reorder-item` elements represent an ordered list of items that can be reordered. They are built with accessibility in mind and implement the WAI-ARIA guidelines for [rearrangable listboxes](https://www.w3.org/WAI/ARIA/apg/example-index/listbox/listbox-rearrangeable.html).

Expand Down
2 changes: 1 addition & 1 deletion components/tab-list/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# The tab-list Elements

<p hidden><strong><a href="https://auroratide.github.io/web-components/tab-list">View this page with live demos!</a></strong></p>
<p hidden><strong><a href="https://components.auroratide.com/tab-list">View this page with live demos!</a></strong></p>

The `tab-list`, `tab-item`, and `tab-panel` elements together represent content that is presented one panel at a time. They are built with accessibility in mind and implement the WAI-ARIA guidelines for [tabs](https://w3c.github.io/aria-practices/#tabpanel).

Expand Down
2 changes: 1 addition & 1 deletion components/table-of-contents/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# The table-of-contents Element

<p hidden><strong><a href="https://auroratide.github.io/web-components/table-of-contents">View this page with live demos!</a></strong></p>
<p hidden><strong><a href="https://components.auroratide.com/table-of-contents">View this page with live demos!</a></strong></p>

The `table-of-contents` element represents a navigable list of headings for some content. This component is able to automatically generate links needed to navigate to all the different headings in an article.

Expand Down
2 changes: 1 addition & 1 deletion components/toggle-switch/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# The toggle-switch Element

<p hidden><strong><a href="https://auroratide.github.io/web-components/toggle-switch">View this page with live demos!</a></strong></p>
<p hidden><strong><a href="https://components.auroratide.com/toggle-switch">View this page with live demos!</a></strong></p>

The `toggle-switch` element represents a control that is either on or off. This component is built with accessibility in mind and implements the WAI-ARIA [switch role](https://www.w3.org/TR/wai-aria-1.1/#switch).

Expand Down
2 changes: 1 addition & 1 deletion components/typewritten-text/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# The typewritten-text Element

<p hidden><strong><a href="https://auroratide.github.io/web-components/typewritten-text">View this page with live demos!</a></strong></p>
<p hidden><strong><a href="https://components.auroratide.com/typewritten-text">View this page with live demos!</a></strong></p>

The `typewritten-text` element represents text that should be typed out one letter at a time when displayed.

Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Web Components Documentation

**https://auroratide.github.io/web-components/**
**https://components.auroratide.com/**

This is the documentation for accessible web components made by [Auroratide](https://auroratide.com).
2 changes: 1 addition & 1 deletion docs/src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
title: "Web Components",
subtitle: "By Auroratide",
logo: {
url: "",
url: "https://auroratide.com/favicon.svg",
alt: "Auroratide's Web Components Logo",
},
url: "https://components.auroratide.com",
Expand Down
5 changes: 0 additions & 5 deletions docs/svelte.config.js
Original file line number Diff line number Diff line change
@@ -1,16 +1,11 @@
import adapter from "@sveltejs/adapter-static"
import { vitePreprocess } from "@sveltejs/vite-plugin-svelte"

const dev = process.env.NODE_ENV === "development"

/** @type {import('@sveltejs/kit').Config} */
const config = {
preprocess: vitePreprocess(),
kit: {
adapter: adapter(),
paths: {
base: dev ? "" : "/web-components",
},
},
}

Expand Down

0 comments on commit 30c613c

Please sign in to comment.