-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwishlist.html
37 lines (33 loc) · 1.19 KB
/
wishlist.html
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
---
title: Family Wishlists
permalink: /wishlist/
layout: page
description: Wishlists for Steve Grossi’s family, for family members’ reference.
reader: true
---
<ul class="ls-none flex flex-column">
<li class="mb-md">
<a class="flex flex-align-center flex-center" href="https://mywishlist.online/w/0ehkou/janes-wishlist">
<img class="circle mw-25p mr-md" src="/img/jane.png" alt="">
<span>Jane’s Wish List</span>
</a>
</li>
<li class="mb-md">
<a class="flex flex-align-center flex-center" href="https://mywishlist.online/w/cv9fas/nicos-wishlist">
<img class="circle mw-25p mr-md" src="/img/nico.png" alt="">
<span>Nico’s Wish List</span>
</a>
</li>
<li class="mb-md">
<a class="flex flex-align-center flex-center" href="https://mywishlist.online/w/mf6lyd/kates-wishlist">
<img class="circle mw-25p mr-md" src="/img/kate.png" alt="">
<span>Kate’s Wish List</span>
</a>
</li>
<li class="mb-md">
<a class="flex flex-align-center flex-center" href="https://mywishlist.online/w/ay27fd/steves-wishlist">
<img class="circle mw-25p mr-md" src="/img/steve.png" alt="">
<span>Steve’s Wish List</span>
</a>
</li>
</ul>