Skip to content

Commit

Permalink
chore: rename sznm.dev to agustinusnathaniel.com
Browse files Browse the repository at this point in the history
  • Loading branch information
agustinusnathaniel committed Nov 23, 2024
1 parent e0e4470 commit fb65d5b
Show file tree
Hide file tree
Showing 11 changed files with 249 additions and 252 deletions.
6 changes: 3 additions & 3 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"projectName": "spoker",
"projectOwner": "sozonome",
"projectOwner": "agustinusnathaniel",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
Expand All @@ -11,10 +11,10 @@
"commitConvention": "none",
"contributors": [
{
"login": "sozonome",
"login": "agustinusnathaniel",
"name": "Agustinus Nathaniel",
"avatar_url": "https://avatars.githubusercontent.com/u/17046154?v=4",
"profile": "https://sznm.dev/",
"profile": "https://agustinusnathaniel.com/",
"contributions": [
"code",
"bug",
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ on:
name: Release
jobs:
release:
uses: sozonome/workflows/.github/workflows/release.yml@main
uses: agustinusnathaniel/workflows/.github/workflows/release.yml@main
2 changes: 1 addition & 1 deletion .github/workflows/update-license.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ on:

jobs:
update-license:
uses: sozonome/workflows/.github/workflows/update-license.yml@main
uses: agustinusnathaniel/workflows/.github/workflows/update-license.yml@main
392 changes: 196 additions & 196 deletions CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
<table>
<tbody>
<tr>
<td align="center"><a href="https://sznm.dev/"><img src="https://avatars.githubusercontent.com/u/17046154?v=4?s=72" width="72px;" alt=""/><br /><sub><b>Agustinus Nathaniel</b></sub></a><br /><a href="https://github.com/sozonome/spoker/commits?author=sozonome" title="Code">💻</a> <a href="https://github.com/sozonome/spoker/issues?q=author%3Asozonome" title="Bug reports">🐛</a> <a href="#design-sozonome" title="Design">🎨</a> <a href="#ideas-sozonome" title="Ideas, Planning, & Feedback">🤔</a> <a href="#infra-sozonome" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a> <a href="#maintenance-sozonome" title="Maintenance">🚧</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://agustinusnathaniel.com/"><img src="https://avatars.githubusercontent.com/u/17046154?v=4?s=72" width="72px;" alt="Agustinus Nathaniel"/><br /><sub><b>Agustinus Nathaniel</b></sub></a><br /><a href="https://github.com/agustinusnathaniel/spoker/commits?author=agustinusnathaniel" title="Code">💻</a> <a href="https://github.com/agustinusnathaniel/spoker/issues?q=author%3Aagustinusnathaniel" title="Bug reports">🐛</a> <a href="#design-agustinusnathaniel" title="Design">🎨</a> <a href="#ideas-agustinusnathaniel" title="Ideas, Planning, & Feedback">🤔</a> <a href="#infra-agustinusnathaniel" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a> <a href="#maintenance-agustinusnathaniel" title="Maintenance">🚧</a></td>
</tr>
</tbody>
</table>
Expand Down
2 changes: 1 addition & 1 deletion next-seo.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const defaultSEOConfig = {
site_name: 'spoker',
},
twitter: {
handle: '@sozonome',
handle: '@agstnsnathaniel',
cardType: 'summary_large_image',
},
};
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "spoker",
"version": "1.16.18",
"private": true,
"author": "sozonome",
"author": "agustinusnathaniel",
"scripts": {
"preinstall": "npx only-allow pnpm",
"dev": "next dev",
Expand Down Expand Up @@ -80,7 +80,7 @@
"typescript": "^5.6.3"
},
"repository": {
"url": "https://github.com/sozonome/spoker"
"url": "https://github.com/agustinusnathaniel/spoker"
},
"nextBundleAnalysis": {
"budget": null,
Expand Down
50 changes: 25 additions & 25 deletions src/lib/layout/components/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ import { packageInfo } from '~/lib/constants/package-info';
import { EVENT_TYPE_LINK } from '~/lib/constants/tracking';
import { trackEvent } from '~/lib/utils/trackEvent';

import { SupportCTA } from './support/support-cta';

export const Footer = () => {
const handleClick = (eventName: string) => () => {
trackEvent({
Expand Down Expand Up @@ -39,35 +37,37 @@ export const Footer = () => {
2021 - {new Date().getFullYear()}
{' | '}
<Link
href="https://sznm.dev"
href="https://agustinusnathaniel.com"
isExternal
onClick={handleClick('open sznm.dev')}
onClick={handleClick('open agustinusnathaniel.com')}
>
sznm.dev
agustinusnathaniel.com
</Link>
</Text>
</Flex>

<Flex marginLeft={{ md: 'auto' }} alignItems="center" gridGap={6}>
<SupportCTA />
<Flex justifyContent="center" alignItems="center" gap={2}>
<Link
href={`${packageInfo.repository.url}/blob/main/CHANGELOG.md`}
isExternal
onClick={handleClick('open repo changelog')}
fontSize="sm"
fontWeight="bold"
>
v{packageInfo.version}
</Link>
<Link
href={packageInfo.repository.url}
onClick={handleClick('open repository')}
isExternal
>
<RiGithubFill fontSize="2rem" />
</Link>
</Flex>
<Flex
marginLeft={{ md: 'auto' }}
justifyContent="center"
alignItems="center"
gap={2}
>
<Link
href={`${packageInfo.repository.url}/blob/main/CHANGELOG.md`}
isExternal
onClick={handleClick('open repo changelog')}
fontSize="sm"
fontWeight="bold"
>
v{packageInfo.version}
</Link>
<Link
href={packageInfo.repository.url}
onClick={handleClick('open repository')}
isExternal
>
<RiGithubFill fontSize="2rem" />
</Link>
</Flex>
</Box>
);
Expand Down
2 changes: 0 additions & 2 deletions src/lib/layout/components/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { Flex } from '@chakra-ui/react';
import { SpokerLogo } from '~/lib/components/spoker-logo';
import { AuthPopover } from '~/lib/layout/components/auth/auth-popover';

import { SupportCTA } from './support/support-cta';
import { ThemeToggle } from './theme-toggle';

export const Header = () => {
Expand All @@ -12,7 +11,6 @@ export const Header = () => {
<SpokerLogo />

<Flex alignItems="center" marginLeft="auto" gridGap={[2, 4]}>
<SupportCTA isCompact />
<AuthPopover />
<ThemeToggle />
</Flex>
Expand Down
2 changes: 1 addition & 1 deletion src/lib/layout/components/support/constants.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ type SponsorLink = {
export const sponsorLinks: Array<SponsorLink> = [
{
label: 'Github Sponsor',
url: 'https://github.com/sponsors/sozonome',
url: 'https://github.com/sponsors/agustinusnathaniel',
icon: <FaGithub />,
},
{
Expand Down
37 changes: 18 additions & 19 deletions src/lib/pages/privacypolicy.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,12 @@ import { SpokerWrapperGrid } from '~/lib/components/spoker-wrapper-grid';
export const PrivacyPolicy = () => {
return (
<SpokerWrapperGrid gap={4}>
<Heading>Privacy Policy for spoker//sznm</Heading>
<Heading>Privacy Policy for spoker</Heading>

<Text>
At spoker//sznm, accessible from spoker.sznm.dev, one of our main
priorities is the privacy of our visitors. This Privacy Policy document
contains types of information that is collected and recorded by
spoker//sznm and how we use it.
At spoker, accessible from spoker.dev, one of our main priorities is the
privacy of our visitors. This Privacy Policy document contains types of
information that is collected and recorded by spoker and how we use it.
</Text>

<Text>
Expand All @@ -22,9 +21,9 @@ export const PrivacyPolicy = () => {
<Text>
This Privacy Policy applies only to our online activities and is valid
for visitors to our website with regards to the information that they
shared and/or collect in spoker//sznm. This policy is not applicable to
any information collected offline or via channels other than this
website. Our Privacy Policy was created with the help of the{' '}
shared and/or collect in spoker. This policy is not applicable to any
information collected offline or via channels other than this website.
Our Privacy Policy was created with the help of the{' '}
<Link
href="https://www.privacypolicyonline.com/privacy-policy-generator/"
isExternal
Expand Down Expand Up @@ -86,7 +85,7 @@ export const PrivacyPolicy = () => {
<Heading size="lg">Log Files</Heading>

<Text>
{`spoker//sznm follows a standard procedure of using log files. These
{`spoker follows a standard procedure of using log files. These
files log visitors when they visit websites. All hosting companies do
this and a part of hosting services' analytics. The information
collected by log files include internet protocol (IP) addresses, browser
Expand All @@ -102,28 +101,28 @@ export const PrivacyPolicy = () => {

<Text>
You may consult this list to find the Privacy Policy for each of the
advertising partners of spoker//sznm.
advertising partners of spoker.
</Text>

<Text>
{`Third-party ad servers or ad networks uses technologies like cookies,
JavaScript, or Web Beacons that are used in their respective
advertisements and links that appear on spoker//sznm, which are sent
advertisements and links that appear on spoker, which are sent
directly to users' browser. They automatically receive your IP address
when this occurs. These technologies are used to measure the
effectiveness of their advertising campaigns and/or to personalize the
advertising content that you see on websites that you visit.`}
</Text>

<Text>
Note that spoker//sznm has no access to or control over these cookies
that are used by third-party advertisers.
Note that spoker has no access to or control over these cookies that are
used by third-party advertisers.
</Text>

<Heading size="lg">Third Party Privacy Policies</Heading>

<Text>
{`spoker//sznm's Privacy Policy does not apply to other advertisers or
{`spoker's Privacy Policy does not apply to other advertisers or
websites. Thus, we are advising you to consult the respective Privacy
Policies of these third-party ad servers for more detailed information.
It may include their practices and instructions about how to opt-out of
Expand Down Expand Up @@ -210,11 +209,11 @@ export const PrivacyPolicy = () => {
</Text>

<Text>
spoker//sznm does not knowingly collect any Personal Identifiable
Information from children under the age of 13. If you think that your
child provided this kind of information on our website, we strongly
encourage you to contact us immediately and we will do our best efforts
to promptly remove such information from our records.
spoker does not knowingly collect any Personal Identifiable Information
from children under the age of 13. If you think that your child provided
this kind of information on our website, we strongly encourage you to
contact us immediately and we will do our best efforts to promptly
remove such information from our records.
</Text>
</SpokerWrapperGrid>
);
Expand Down

0 comments on commit fb65d5b

Please sign in to comment.