mirror of
https://github.com/ION606/ion606.github.io.git
synced 2026-05-14 22:16:59 +00:00
update site to new README
This commit is contained in:
@@ -649,3 +649,39 @@ body.flicker {
|
||||
border-radius: 5px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.projects-table {
|
||||
width: 100%;
|
||||
border-collapse: collapse;
|
||||
margin-top: 1rem;
|
||||
}
|
||||
|
||||
.projects-table th,
|
||||
.projects-table td {
|
||||
padding: 0.75rem 1rem;
|
||||
text-align: left;
|
||||
border-bottom: 1px solid rgba(124, 58, 237, 0.3);
|
||||
}
|
||||
|
||||
.projects-table th {
|
||||
color: var(--primary);
|
||||
font-weight: 600;
|
||||
text-transform: uppercase;
|
||||
font-size: 0.8rem;
|
||||
letter-spacing: 0.05em;
|
||||
}
|
||||
|
||||
.projects-table tr:hover td {
|
||||
background: rgba(124, 58, 237, 0.08);
|
||||
}
|
||||
|
||||
.projects-table a {
|
||||
color: #b76e79;
|
||||
text-decoration: none;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.projects-table a:hover {
|
||||
color: var(--primary);
|
||||
text-decoration: underline;
|
||||
}
|
||||
+537
-600
File diff suppressed because it is too large
Load Diff
@@ -1,20 +1,37 @@
|
||||
<h1 align="center">🌍 Good Timezone! I'm ION606 🚀</h1>
|
||||
<h3 align="center">A grad student exploring neural networks, data analysis, procedural animation, and system programming.</h3>
|
||||
<h4 align="center">I do stuff with Kubernetes, neural networks, data analysis, and system programming</h4>
|
||||
|
||||
---
|
||||
|
||||
### 🎨 About Me
|
||||
- 🔭 I’m currently working on [my Bluesky client](https://github.com/ION606/bluesky-client) and [my workout app](https://github.com/ION-WorkoutApp).
|
||||
- 🌱 I’m currently studying **neural networks, data analysis, procedural animation, Redis**.
|
||||
- 💬 Ask me about **Express.js, web design, or kernel-level operations**.
|
||||
- 📫 You can reach me at **ion606@protonmail.com**.
|
||||
- ⚡ Fun fact: **I still enjoy creating with GameMaker Studio 2** for fun side projects.
|
||||
### 🧠 About Me
|
||||
|
||||
- 🔭 Currently building: population health tooling at **Vidalens**, workflow automation and quality control using machine learning at **[Cribrum Software](https://cribrum.dev)**, and screaming at Kubernetes clusters (it's fine, everything is fine)
|
||||
- 🎓 Grad research: **NLP, Computer Vision, and CNNs** - because skynet won't build itself!
|
||||
- 🏥 Professionally: building ML-driven workflow automation at **[Cribrum Software](https://cribrum.dev)** and population health platforms at **[Vidalens](https://vidalens.org)**
|
||||
- 🛠️ Side quest: **[ION-Lang](https://github.com/ION606/ION-Lang)** - I WANT FORKING IN JAVASCRIPT
|
||||
- 💬 Ask me about **Kubernetes (Minikube is awesome!), database schemas (the fun kind), kernel-level operations, or machine learning stuff (not tensors, anything but tensors)**
|
||||
- 📫 You can reach me at **<ion606@protonmail.com>**
|
||||
- ⚡ Fun fact: **I still enjoy creating with GameMaker Studio 2** for fun side projects
|
||||
|
||||
---
|
||||
|
||||
### 🚧 What I'm Actually Building
|
||||
|
||||
| Project | Domain | Vibe |
|
||||
| --- | --- | --- |
|
||||
| [Cribrum Software](https://cribrum.dev) | ML Automation / Kubernetes | Workflow automation and QC orchestrated via k8s |
|
||||
| [Vidalens Platform](https://vidalens.org) | Population Health | Population health tooling and clinical data platforms |
|
||||
| [ION-Lang](https://github.com/ION606/ION-Lang) | Compiler Design / Systems | Lexer → Parser → AST → something that runs |
|
||||
| [Bluesky Client](https://github.com/ION606/bluesky-client) | Decentralized Social / AT Protocol | Real-time feeds, media handling, post composers |
|
||||
| [Workout App](https://github.com/ION-WorkoutApp) | Health Tech / Full-Stack | From spreadsheets to 1RM projections and progress viz |
|
||||
| [Proto-Chat](https://github.com/ION606) | Real-time Comms | Socket.io, presence, the whole Discord-clone pipeline |
|
||||
|
||||
---
|
||||
|
||||
### 🛠️ Technologies & Tools
|
||||
|
||||
#### 🖥️ Programming Languages
|
||||
|
||||
<p align="center">
|
||||
<a href="https://www.cprogramming.com/" target="_blank" rel="noreferrer"> <img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/c/c-original.svg" alt="C" width="50"/> </a>
|
||||
<a href="https://www.w3schools.com/cpp/" target="_blank" rel="noreferrer"> <img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/cplusplus/cplusplus-original.svg" alt="C++" width="50"/> </a>
|
||||
@@ -36,6 +53,7 @@
|
||||
</p>
|
||||
|
||||
#### 🎨 Frontend Development
|
||||
|
||||
<p align="center">
|
||||
<a href="https://www.w3schools.com/css/" target="_blank" rel="noreferrer"> <img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/css3/css3-original.svg" alt="CSS3" width="50"/> </a>
|
||||
<a href="https://www.w3.org/html/" target="_blank" rel="noreferrer"> <img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/html5/html5-original.svg" alt="HTML5" width="50"/> </a>
|
||||
@@ -45,6 +63,7 @@
|
||||
</p>
|
||||
|
||||
#### 🚀 Backend Development
|
||||
|
||||
<p align="center">
|
||||
<a href="https://www.djangoproject.com/" target="_blank" rel="noreferrer"> <img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/django/django-original.svg" alt="Django" width="50"/> </a>
|
||||
<a href="https://expressjs.com" target="_blank" rel="noreferrer"> <img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/express/express-original.svg" alt="Express.js" width="50"/> </a>
|
||||
@@ -55,6 +74,7 @@
|
||||
</p>
|
||||
|
||||
#### ☁️ Frameworks & Cloud
|
||||
|
||||
<p align="center">
|
||||
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/docker/docker-original.svg" alt="Docker" width="50"/>
|
||||
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/kubernetes/kubernetes-plain.svg" alt="Kubernetes" width="50"/>
|
||||
@@ -64,13 +84,15 @@
|
||||
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/vercel/vercel-original.svg" alt="Vercel" width="50"/>
|
||||
</p>
|
||||
|
||||
#### 🧠 Machine Learning (ML)
|
||||
#### 🧠 Machine Learning
|
||||
|
||||
<p align="center">
|
||||
<img src="https://upload.wikimedia.org/wikipedia/commons/0/05/Scikit_learn_logo_small.svg" alt="Scikit-learn" width="50"/>
|
||||
<img src="https://www.vectorlogo.zone/logos/tensorflow/tensorflow-icon.svg" alt="TensorFlow" width="50"/>
|
||||
</p>
|
||||
|
||||
#### 🗄️ Database
|
||||
#### 🗄️ Databases
|
||||
|
||||
<p align="center">
|
||||
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/firebase/firebase-original.svg" alt="Firebase" width="50"/>
|
||||
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/mongodb/mongodb-original-wordmark.svg" alt="MongoDB" width="50"/>
|
||||
@@ -82,6 +104,7 @@
|
||||
</p>
|
||||
|
||||
#### 🛠️ Tools & APIs
|
||||
|
||||
<p align="center">
|
||||
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/git/git-original.svg" alt="Git" width="50"/>
|
||||
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/github/github-original.svg" alt="GitHub" width="50"/>
|
||||
@@ -92,7 +115,8 @@
|
||||
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/gradle/gradle-original.svg" alt="Gradle" width="50"/>
|
||||
</p>
|
||||
|
||||
#### 🖥️ Software
|
||||
#### 🖥️ Environments & Hardware
|
||||
|
||||
<p align="center">
|
||||
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/arduino/arduino-original.svg" alt="Arduino" width="50"/>
|
||||
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/heroku/heroku-original.svg" alt="Heroku" width="50"/>
|
||||
@@ -102,6 +126,7 @@
|
||||
</p>
|
||||
|
||||
#### 📦 Frameworks
|
||||
|
||||
<p align="center">
|
||||
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/dot-net/dot-net-original-wordmark.svg" alt="DotNet" width="50"/>
|
||||
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/electron/electron-original.svg" alt="Electron" width="50"/>
|
||||
@@ -112,12 +137,8 @@
|
||||
|
||||
---
|
||||
|
||||
### 📫 Contact Me
|
||||
📧 **ion606@protonmail.com**
|
||||
|
||||
---
|
||||
|
||||
### 📊 GitHub Stats
|
||||
|
||||
<p align="center">
|
||||
<img src="https://github-readme-stats.vercel.app/api/top-langs/?username=ion606&layout=compact&theme=tokyonight" alt="Top Languages">
|
||||
</p>
|
||||
@@ -126,26 +147,18 @@
|
||||
<img align="center" src="https://github-readme-stats.vercel.app/api?username=ion606&show_icons=true&theme=midnight-purple&hide_border=true&locale=en" alt="ion606" />
|
||||
</p>
|
||||
|
||||
<!-- <p align="center">
|
||||
<img src="https://github-readme-streak-stats.herokuapp.com/?user=ion606&theme=tokyonight" alt="GitHub Streak Stats">
|
||||
</p> -->
|
||||
|
||||
---
|
||||
|
||||
### 🔗 Connect with Me
|
||||
### 📫 Contact & Connect
|
||||
|
||||
<p align="center">
|
||||
<a href="https://dev.to/ion606" target="_blank"><img src="https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/icons/Social/devto.svg" alt="Dev.to" height="30" width="40"/></a>
|
||||
<a href="https://stackoverflow.com/users/13159393/ion606" target="_blank"><img src="https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/icons/Social/stack-overflow.svg" alt="Stack Overflow" height="30" width="40"/></a>
|
||||
</p>
|
||||
|
||||
<p align="center">📧 <strong>ion606@protonmail.com</strong></p>
|
||||
|
||||
<p align="center">
|
||||
<a href="https://www.buymeacoffee.com/ION606"> <img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" height="50" width="210" alt="Buy Me A Coffee" /> </a>
|
||||
<a href="https://ko-fi.com/ION606"> <img src="https://cdn.ko-fi.com/cdn/kofi3.png?v=3" height="50" width="210" alt="Ko-fi" /> </a>
|
||||
</p>
|
||||
|
||||
<p align="center">
|
||||
Number of cute people who have viewed my profile<br>
|
||||
<img src="https://profile-counter.glitch.me/ion606/count.svg" alt="Profile Views"/>
|
||||
</p>
|
||||
|
||||
<!-- <img align="center" src="https://user-images.githubusercontent.com/58801387/236281561-eab2e67a-4262-4418-b833-ef8e16642c09.png" alt="Banner"/> -->
|
||||
|
||||
Reference in New Issue
Block a user