How to Create custom Home page

Hi Users, Please suggest me how to develop this type of homepage Reference Link for my journal system in which I have 5 Journals. Now they are simply show in list view.

1 Like

You need to use bootstrap 4 (I hope 3 also works).
Then you need to make grids as per your requirements.
And then, make div with class card, card-body, card-text to represent each journal.

Here is an example of what I mean at an article level. You can do so at journal level.
https://jlmc.edu.np

We have used oldGregg theme by @Vitaliy which is available at:

Hope, you will get idea from there on how to start to customize your site homepage.

1 Like

Thanks for suggestions.