Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom theme add #1

Merged
merged 1 commit into from
Jan 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added CVCT.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 VaultCord
Copyright (c) 2024 VaultCord

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
47 changes: 4 additions & 43 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,45 +1,6 @@
# VaultCord verification page

> [!NOTE]
> You don't need to use GitHub anymore for VaultCord. You can choose the **Automatic** option on the dashboard to skip needing a GitHub account. GitHub simply gives you more customization over the design and text shown.
This is a verification page for the Discord backup bot [VaultCord](https://vaultcord.com) which can backup Discord members, Discord server channels, roles, messages, etc!

![image](https://github.com/VaultCord/vaultcord.github.io/assets/83034852/7b8e8771-149d-48ec-a89f-94dfa139cded)

Click the **Use this template** button. Do <ins>**NOT**</ins> fork this repository. That will link your server to VaultCord which isn't good for privacy among other reasons.

Name your repository `your_username.github.io` so that it works correctly.

![image](https://github.com/VaultCord/vaultcord.github.io/assets/83034852/e4071e0d-12ba-4c41-b212-a83810d34e87)
![image](https://github.com/VaultCord/vaultcord.github.io/assets/83034852/56ea530e-47ef-45fc-ac76-8efde04f64bf)

Click the top right avatar on GitHub to see your username. Mine is `wnelson03`, so I will set my repository name to `wnelson03.github.io`. Follow the same process to choose your repository name.

If you followed this correctly, you will be able to go to the `.github.io` domain and it will have the verification page. You may need to wait a minute or two for GitHub to process the new repository.

If you want your own custom domain such as `verify.mysite.com`, follow [these instructions](https://docs.github.com/en/pages/configuring-a-custom-domain-for-your-github-pages-site)

### Verified message

You can customize the verified message by changing the value for `vc-verify-success` in the `index.html` file.

```html
vc-verify-success="You are verified now!"
```

### Error message

You can customize the error message by changing the value for `vc-verify-error` in the `index.html` file.

```html
vc-verify-error=="We have detected an error!"
```

### Captcha message

You can customize the captcha message by changing the value for `vc-captcha-require` in the `index.html` file.

```html
vc-captcha-require="We require a captcha to check you are human!"
```
![Alt text](image-3.png)
![Alt text](image-2.png)
![Alt text](image.png)
![Alt text](image-1.png)
Binary file added image-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added image-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added image-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
300 changes: 134 additions & 166 deletions index.html

Large diffs are not rendered by default.