maurodesouza / profile-readme-generator

🎨 Enhance your GitHub profile with this amazing tool, which allows you to create a personalized README quickly and easily. This profile README generator is the best you'll find 🚀
https://profile-readme-generator.com
MIT License
1.56k stars 236 forks source link

[FEATURE]: Support for columns #45

Open tushev opened 1 year ago

tushev commented 1 year ago

What would you like to be added/improved?

Support for adding columns as on https://profilinator.rishav.dev. All existing blocks should be able to be put inside columns.

Describe the solution you'd like

<table>
<tr><td valign="top" width="33%">
### Frontend  
<div align="center">  
...
</div>
</td>
<td valign="top" width="33%">
### Backend  
<div align="center">  
... 
</div>
</td>
<td valign="top" width="33%">
### DevOps  
<div align="center">  
...
</div>
</td>
</tr></table>  

Additional context

No response