Skip to content

Any chance to include a footer ? #10

@ghost

Description

This is very beautiful template, is it possible to have a footer on the end of the page ?

This is where I'm at right now:

  <ul>
    <li class="scroll-to-link active" data-target="<%= menu.contents[0] %>">
      <a><%= menu.contents[0] %></a>
    </li>
    <li class="scroll-to-link" data-target="<%= menu.contents[1] %>">
      <a><%= menu.contents[1] %></a>
    </li>
    <li class="scroll-to-link" data-target="<%= menu.contents[2] %>">
      <a><%= menu.contents[2] %></a>
    </li>
    <a class="to-end" href="/thanks">Thanks</a>
    <li>
      <a href="/">Homepage</a>
    </li>
  </ul>

So I've added an element to the list of ul#li and styled that with:

.to-end {
    position: absolute;
    bottom: 0;
    size: 1rem;
}

It looks fine, but not on the phone size screens.
Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions