mirror of
https://github.com/Alee14/personal-website.git
synced 2025-01-22 19:02:12 -05:00
Guidelines update; Minor changes in the home page
This commit is contained in:
parent
c470ff1c16
commit
05ca4038d7
2 changed files with 12 additions and 9 deletions
|
@ -33,6 +33,7 @@ export default function Guidelines() {
|
|||
</ul>
|
||||
<p>By being part of here, you must respect everyone here. Anything whether its their gender, race, sexual orientation, beliefs, and opinions. Any signs of disrespect here will result the staff taking action.</p>
|
||||
<p>Using common sense will be useful by being here. Meaning that you are using good sense and sound judgement in practical matters.</p>
|
||||
<p>Staff have the rights to execute impromptu decisions if required, it is in order to maintain peace upon all communities/services.</p>
|
||||
<p>Action will be taken against any users consistently breaking these guidelines.</p>
|
||||
</div>
|
||||
<div id="alp-policies">
|
||||
|
@ -75,17 +76,18 @@ export default function Guidelines() {
|
|||
<ul className={policyList}>
|
||||
<li>No offensive words</li>
|
||||
<li>No symbols</li>
|
||||
<li>Changing nicknames often</li>
|
||||
<li>Nicknames must not be attention-grabbing (i.e. getting to the top of the list by using a symbol)</li>
|
||||
</ul>
|
||||
<p>Usernames or nickname requests found to be in violation of these guidelines will face repercussions.</p>
|
||||
<p>Usernames or nickname requests found to be in violation of these guidelines, the staff team have the rights to change your nickname or have the changing nicknames permission be taken away.</p>
|
||||
</div>
|
||||
<div id="threads">
|
||||
<h2 className="text-2xl font-bold">Threads</h2>
|
||||
<p>Threads is a new Discord feature which allows you to make subchannels. We have set a policy to not allow to make threads with little to no value, if you made a thread in which has little to no value, it is considered to be spam and we will remove it. If caught doing it continuously, there will be consequences.</p>
|
||||
<h2 className="text-2xl font-bold">Threads/Posts</h2>
|
||||
<p>Threads/Posts is a new Discord feature which allows you to make subchannels. We have set a policy to not allow to make threads/posts with little to no value, if you made them with little to no value, it is considered to be spam and we will remove it. If caught doing it continuously, we will revoke your rights to make threads/posts.</p>
|
||||
</div>
|
||||
<p className="mt-3">We recommend you to follow Discord's <a href="https://discord.com/terms" className="link">Terms of Service</a> and <a href="https://discord.com/guidelines" className="link">Community Guidelines</a></p>
|
||||
</div>
|
||||
<p className="font-bold">Last updated: October 20th, 2022</p>
|
||||
<p className="font-bold">Last updated: October 22nd, 2022</p>
|
||||
<a href="#top" className="link">Back to top</a>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -3,7 +3,7 @@ import Link from 'next/link'
|
|||
import Computer from '../components/computer'
|
||||
import Image from "next/image";
|
||||
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'
|
||||
import { faYoutube, faTwitter, faDiscord, faGithub, faReddit, faInstagram } from '@fortawesome/free-brands-svg-icons'
|
||||
import { faYoutube, faTwitter, faDiscord, faGithub, faReddit, faInstagram, faLinkedin } from '@fortawesome/free-brands-svg-icons'
|
||||
const iconSize = "3x"
|
||||
const iconProperties = "hover:text-gray-700 transition-all ease-in-out"
|
||||
|
||||
|
@ -23,11 +23,12 @@ export default function Home() {
|
|||
<h2 className="sm:text-xl text-lg font-bold">Computer Geek, Programmer, Content Creator</h2>
|
||||
<div className="sm:scale-100 scale-75 flex-row space-x-12 p-2">
|
||||
<a href="https://github.com/Alee14" target="_blank" rel="noopener noreferrer"><FontAwesomeIcon icon={faGithub} size={iconSize} className={iconProperties} /></a>
|
||||
{/*<a href="https://www.linkedin.com/in/andrew-lee-982b3b23a" target="_blank" rel="noopener noreferrer"><FontAwesomeIcon icon={faLinkedin} size={iconSize} className={iconProperties} /></a>*/}
|
||||
<a href="https://discord.gg/EFhRDqG" target="_blank" rel="noopener noreferrer"><FontAwesomeIcon icon={faDiscord} size={iconSize} className={iconProperties} /></a>
|
||||
<a href="https://www.youtube.com/c/AndrewLeeCAN" target="_blank" rel="noopener noreferrer"><FontAwesomeIcon icon={faYoutube} size={iconSize} className={iconProperties} /></a>
|
||||
<a href="https://twitter.com/Alee14498" target="_blank" rel="noopener noreferrer"><FontAwesomeIcon icon={faTwitter} size={iconSize} className={iconProperties} /></a>
|
||||
<a href="https://instagram.com/alee14498" target="_blank" rel="noopener noreferrer"><FontAwesomeIcon icon={faInstagram} size={iconSize} className={iconProperties} /></a>
|
||||
<a href="https://reddit.com/Alee1449" target="_blank" rel="noopener noreferrer"><FontAwesomeIcon icon={faReddit} size={iconSize} className={iconProperties} /></a>
|
||||
<a href="https://reddit.com/u/Alee1449" target="_blank" rel="noopener noreferrer"><FontAwesomeIcon icon={faReddit} size={iconSize} className={iconProperties} /></a>
|
||||
</div>
|
||||
{isDev && (
|
||||
<div className="flex-row font-normal space-x-3 p-2">
|
||||
|
@ -39,13 +40,13 @@ export default function Home() {
|
|||
<Link href="/guidelines"><button className="button">Guidelines</button></Link>
|
||||
</div>
|
||||
)}
|
||||
<h2 className="text-lg font-normal drop-shadow-lg">Contact me at <a href="mailto:andrew@alee14.me">andrew@alee14.me</a></h2>
|
||||
<h2 className="text-lg font-normal drop-shadow-lg">Contact me at <a href="mailto:andrew@alee14.me">andrew@alee14.me</a> for anything.</h2>
|
||||
</div>
|
||||
<div className="text-center justify-center font-bold pb-5 flex flex-col space-y-3">
|
||||
<p>© Copyright 2018-2022 Andrew Lee</p>
|
||||
<p>Created using <a href="https://nextjs.org" className="link" target="_blank" rel="noopener noreferrer">Next.js</a>, and <a href="https://tailwindcss.com" className="link" target="_blank" rel="noopener noreferrer">Tailwind CSS</a>. Hosted on <a href="https://www.netlify.com" className="link" target="_blank" rel="noopener noreferrer">Netlify</a>.</p>
|
||||
<p>This website is licensed under the <a href="https://www.gnu.org/licenses/gpl-3.0.en.html" className="link" target="_blank" rel="noopener noreferrer">GNU General Public License v3</a></p>
|
||||
<p className="link"><a href="https://github.com/Alee14/personal-website" target="_blank" rel="noopener noreferrer">The source code of this website is publicly available</a></p>
|
||||
<p>This website is licensed under the <a href="https://www.gnu.org/licenses/gpl-3.0.en.html" className="link" target="_blank" rel="noopener noreferrer">GNU General Public License v3</a></p>
|
||||
<p className="link"><a href="https://github.com/Alee14/personal-website" target="_blank" rel="noopener noreferrer">The source code of this website is publicly available</a></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in a new issue