Trying to add subpage on Universal theme

I’m working on updating a website and have chosen the Universal theme.

I have a top-level page (that will show up in the navbar) that needs to link to other pages on the site with descriptions. I tried to make the file structure like so:

content
|_about.md
|_contact.md
|_index.md
|_services
__|_index.md
__|_description1.md
____|_index.md
__|_description2.md
____|_index.md

This structure makes a blog page. I just want a page with links linking to my description pages. How would I accomplish this?