Alignment options for script tags on GitHub pages (Jekyll chirpy) #3109
-
Hi all, I am trying to place two script tags next to each other, but I have failed miserably. I have the following two "badges" that I want to use in my About page:
I have tried inserting them as images:
I have also tried different things that I found online, such as:
Nothing worked so far. I am might be trying to achieve something that is not realistic, so I thought to ask. I have read how to do it via CSS, but since I am not confident with web dev in general, I did not tinker around the theme files. Thank you in advance for your time and help, Charalampos |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I personally would wrap each script tag in a div and use CSS to algin them how I want. On a general note: I would not feel good about using such a script in my pages, since it more or less provides hackthebox and tryhackme the ability to do anything they want to to your page. Sadly it seems to me like they offer no other means of embedding these badges like via iframers. Also just a small note: This project is about 11ty (eleventy), which is a static site generator (SSG) like Jekyll, but the projects are not related at all. |
Beta Was this translation helpful? Give feedback.
I personally would wrap each script tag in a div and use CSS to algin them how I want.
On a general note: I would not feel good about using such a script in my pages, since it more or less provides hackthebox and tryhackme the ability to do anything they want to to your page. Sadly it seems to me like they offer no other means of embedding these badges like via iframers.
Also just a small note: This project is about 11ty (eleventy), which is a static site generator (SSG) like Jekyll, but the projects are not related at all.