-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathsitemap.html
More file actions
40 lines (40 loc) · 1.97 KB
/
sitemap.html
File metadata and controls
40 lines (40 loc) · 1.97 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
---
layout: default
title: Sitemap
permalink: /sitemap/
sitemap: false
description: It’s easy to get lost. Here you will find information about standing desks. We will guide you to where you can buy a height adjustable desk.
---
<div class="container padding">
<div class="row">
<div class="col-xs-12">
<h1 class="large">Site map</h1>
</div>
</div>
<div class="row">
<div class="col-xs-12" data-show="us">
<div class="wrapper-sitemap">
<div class="col-sitemap-left">
<a href="{{ site.baseurl }}/">- Home </a>
<a href="{{ site.baseurl }}/store/">- Store </a>
<a href="{{ site.baseurl }}/about/">- About </a>
<a href="{{ site.baseurl }}/blog/">- Blog </a>
<a href="{{ site.baseurl }}/contact/">- Contact </a>
</div>
<div class="col-sitemap-right">
<a href="{{ site.baseurl }}/blog/2016/05/25/FAQs">- FAQ </a>
<a href="{{ site.baseurl }}/privacy/">- Privacy Policy </a>
<a href="{{ site.baseurl }}/terms/">- Terms and Conditions </a>
<a href="{{ site.baseurl }}/warranty/">- Warranty </a>
<a href="{{ site.baseurl }}/standing-desk/">- Standing Desk </a>
<a href="{{ site.baseurl }}/height-adjustable-desk/">- Height Adjustable Desk </a>
<a href="{{ site.baseurl }}/adjustable-height-desk/">- Adjustable Height Desk </a>
<a href="{{ site.baseurl }}/standing-table/">- Standing Table </a>
<a href="{{ site.baseurl }}/standing-workstation/">- Standing Workstation </a>
<a href="{{ site.baseurl }}/ergonomic-desk/">- Ergonomic Desk </a>
<a href="{{ site.baseurl }}/standing-computer-desk/">- Standing Computer Desk </a>
</div>
</div>
</div>
</div>
</div>