Initial profile
This commit is contained in:
@@ -0,0 +1,98 @@
|
||||
---
|
||||
|
||||
<div align="center">
|
||||
|
||||
```
|
||||
██╗ ██╗██████╗ ██╗ ██╗██████╗ ██╗ ██████╗ ██████╗
|
||||
██║ ██║╚════██╗╚██╗██╔╝██╔══██╗██║ ██╔═══██╗██╔══██╗
|
||||
███████║ █████╔╝ ╚███╔╝ ██████╔╝██║ ██║ ██║██████╔╝
|
||||
██╔══██║ ╚═══██╗ ██╔██╗ ██╔═══╝ ██║ ██║ ██║██╔══██╗
|
||||
██║ ██║██████╔╝██╔╝ ██╗██║ ███████╗╚██████╔╝██║ ██║
|
||||
╚═╝ ╚═╝╚═════╝ ╚═╝ ╚═╝╚═╝ ╚══════╝ ╚═════╝ ╚═╝ ╚═╝
|
||||
```
|
||||
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
## `> whoami`
|
||||
|
||||
```c
|
||||
typedef struct {
|
||||
char *alias;
|
||||
char *role;
|
||||
char *focus[1];
|
||||
bool always_learning;
|
||||
} Wizard;
|
||||
|
||||
Wizard me = {
|
||||
.alias = "H3XploR",
|
||||
.role = "CS Student · Reverse Engineering",
|
||||
.focus = {
|
||||
"Reverse Engineering (x86/x64)"
|
||||
},
|
||||
.always_learning = true
|
||||
};
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
## `> skills --list`
|
||||
|
||||
### Languages
|
||||
<div align="center">
|
||||
|
||||

|
||||

|
||||

|
||||
</div>
|
||||
|
||||
### Tools & Platforms
|
||||
<div align="center">
|
||||
|
||||

|
||||

|
||||
|
||||
</div>
|
||||
|
||||
### Domains
|
||||
<div align="center">
|
||||
|
||||

|
||||
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
## `> stats --github`
|
||||
|
||||
<div align="center">
|
||||
|
||||
<img height="180em" src="https://github-readme-stats.vercel.app/api?username=H3XploR&show_icons=true&theme=chartreuse-dark&hide_border=true&bg_color=0d0d0d&title_color=00ff41&icon_color=00ff41&text_color=cccccc&rank_icon=github" />
|
||||
<img height="180em" src="https://github-readme-stats.vercel.app/api/top-langs/?username=H3XploR&layout=compact&theme=chartreuse-dark&hide_border=true&bg_color=0d0d0d&title_color=00ff41&text_color=cccccc&langs_count=6" />
|
||||
|
||||
</div>
|
||||
|
||||
<div align="center">
|
||||
|
||||
[](https://git.io/streak-stats)
|
||||
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
## `> activity --graph`
|
||||
|
||||
<div align="center">
|
||||
|
||||
[](https://github.com/ashutosh00710/github-readme-activity-graph)
|
||||
|
||||
</div>
|
||||
|
||||
## `> activity --calendar`
|
||||
|
||||
<div align="center">
|
||||
|
||||
<img src="https://ghchart.rshah.org/00ff41/H3XploR" alt="H3XploR's Contribution Calendar" style="width:100%;max-width:800px;" />
|
||||
|
||||
</div>
|
||||
Reference in New Issue
Block a user