Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE]: Support for columns #45

Open
tushev opened this issue Jun 30, 2023 · 0 comments
Open

[FEATURE]: Support for columns #45

tushev opened this issue Jun 30, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@tushev
Copy link

tushev commented Jun 30, 2023

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

@tushev tushev added the enhancement New feature or request label Jun 30, 2023
@tushev tushev changed the title [FEATURE]: Techs improvement: headers and columns [FEATURE]: Support for columns Jun 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant