Add contribution banner and work on Brent's page
This commit is contained in:
parent
aa4d760691
commit
5a8410ca53
|
|
@ -20,6 +20,6 @@ In September 2014, lua join scripts were removed in favor of [JSON join scripts]
|
||||||
|
|
||||||
JSON join scripts are [JSONs](https://en.wikipedia.org/wiki/JSON) that contain everything the client needs to connect (IPs, ports, place id, etc).
|
JSON join scripts are [JSONs](https://en.wikipedia.org/wiki/JSON) that contain everything the client needs to connect (IPs, ports, place id, etc).
|
||||||
|
|
||||||
The migration to JSON was part of the major client security overhaul which was removing the Lua Compiler from the client.
|
The migration to JSON was part of the major client security overhaul which involved removing the Lua Compiler from the client.
|
||||||
|
|
||||||
[^1]: The original URL was https://www.roblox.com/Game/Join.ashx
|
[^1]: The original URL was https://www.roblox.com/Game/Join.ashx
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,11 @@
|
||||||
# About Brent
|
# About Brent
|
||||||
Brent is the founder of the <img src="/assets/iTunesArtwork@2xNoBG.png" width="16" height="16"/> **ROBLOX Reverse-Engineering** discord server and an avid ROBLOX Reverse-Engineer ever since he joined ROBLOX in 2013.
|
Brent is the founder of the <img src="/assets/iTunesArtwork@2xNoBG.png" width="16" height="16"/> **ROBLOX Reverse-Engineering** discord server and an avid ROBLOX Reverse-Engineer ever since he joined ROBLOX in 2013.
|
||||||
|
|
||||||
## History
|
### Social Media's
|
||||||
|
[:simple-twitter:](https://twitter.com/System_Address) [:simple-discord:](https://discord.com/users/536264867536175104)
|
||||||
|
|
||||||
|
## Projects
|
||||||
|
*projects projects projects* **(todo, have some brief history/information about each project and maybe include an image or two)**
|
||||||
|
### Project Mercury
|
||||||
|
### Roblonium
|
||||||
|
### web-platform
|
||||||
|
|
@ -1,5 +1,12 @@
|
||||||
# Welcome to the Official ROBLOX Reverse-Engineering website
|
# Welcome to the Official ROBLOX Reverse-Engineering website
|
||||||
|
|
||||||
|
!!! bug "NOTICE"
|
||||||
|
|
||||||
|
This site is still in development - This site is extremely incomplete and may be lacking information.
|
||||||
|
|
||||||
|
**Help us build this site!** We're always looking for more contributors to help make this site as comprehensive and accurate as possible. If you have something to add, please don't hesitate to [make a pull request on our repository](https://github.com/ROBLOX-Reverse-Engineering/RRE-Site)!
|
||||||
|
|
||||||
|
|
||||||
## What's ROBLOX Roblox Reverse-Engineering?
|
## What's ROBLOX Roblox Reverse-Engineering?
|
||||||
ROBLOX Roblox Reverse-Engineering is a discord server made for Roblox reverse engineers who have a passion with messing around with the inner-workings of the Roblox website/game client.
|
ROBLOX Roblox Reverse-Engineering is a discord server made for Roblox reverse engineers who have a passion with messing around with the inner-workings of the Roblox website/game client.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,8 @@ theme:
|
||||||
favicon: assets/iTunesArtwork@2xNoBG.png
|
favicon: assets/iTunesArtwork@2xNoBG.png
|
||||||
icon:
|
icon:
|
||||||
edit: material/file-edit-outline
|
edit: material/file-edit-outline
|
||||||
|
admonition:
|
||||||
|
bug: material/alert
|
||||||
palette:
|
palette:
|
||||||
- scheme: slate
|
- scheme: slate
|
||||||
primary: teal
|
primary: teal
|
||||||
|
|
@ -45,7 +47,12 @@ plugins:
|
||||||
exclude:
|
exclude:
|
||||||
- hidden/*
|
- hidden/*
|
||||||
markdown_extensions:
|
markdown_extensions:
|
||||||
|
- attr_list
|
||||||
- footnotes
|
- footnotes
|
||||||
|
- admonition
|
||||||
|
- pymdownx.emoji:
|
||||||
|
emoji_index: !!python/name:materialx.emoji.twemoji
|
||||||
|
emoji_generator: !!python/name:materialx.emoji.to_svg
|
||||||
- pymdownx.superfences:
|
- pymdownx.superfences:
|
||||||
custom_fences:
|
custom_fences:
|
||||||
- name: mermaid
|
- name: mermaid
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue