<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>Pages on </title>
        <link>https://www.sjtravels.co.nz/page/</link>
        <description>Recent content in Pages on </description>
        <generator>Hugo -- gohugo.io</generator>
        <language>en</language><atom:link href="https://www.sjtravels.co.nz/page/index.xml" rel="self" type="application/rss+xml" /><item>
        <title>About Us</title>
        <link>https://www.sjtravels.co.nz/about-us/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://www.sjtravels.co.nz/about-us/</guid>
        <description>&lt;p&gt;Hello&lt;/p&gt;
&lt;p&gt;We are Seirian and James, a young couple in our early 20s eager to travel and explore the world. We are from New Zealand, and have been house/pet sitting since 2022. We have spent the past few years traveling around New Zealand looking after a variety of animals&lt;/p&gt;
&lt;div style=&#34;display:flex; flex-direction:row; align-items:center;&#34;&gt;
    &lt;div style=&#34;flex:1; padding-right:20px;&#34;&gt;
        &lt;img src=&#34;IMG_4703.JPG&#34; alt=&#34;Photo of James&#34; style=&#34;max-width:100%; height:auto;&#34;&gt;
    &lt;/div&gt;
    &lt;div style=&#34;flex:1;&#34;&gt;
        &lt;p&gt;James is a Master&#39;s student at Victoria University of Wellington. Outside of study he enjoys snowboarding, mountain biking and being outdoors (like walking dogs!). James&#39; personal website can be found here &lt;a href=&#34;https://james.sjhl.nz/&#34;&gt;james.sjhl.nz&lt;/a&gt;.&lt;/p&gt;
    &lt;/div&gt;
&lt;/div&gt;
&lt;div style=&#34;display:flex; flex-direction:row; align-items:center; margin-top:20px;&#34;&gt;
    &lt;div style=&#34;flex:1;&#34;&gt;
        &lt;p&gt;Seirian has a passion for photography and design, and is always on the lookout for opportunities to capture beautiful moments. With more flexible hours, she likes to go for walks and explore new places. She has a deep affection for animals and loves getting to spend time with each and every one of them. Seirian&#39;s photography website can be found at &lt;a href=&#34;https://sbrphotography.co.nz/&#34;&gt;sbrphotography.co.nz&lt;/a&gt;.&lt;/p&gt;
    &lt;/div&gt;
    &lt;div style=&#34;flex:1; padding-left:20px;&#34;&gt;
        &lt;img src=&#34;IMG_3622.JPG&#34; alt=&#34;Photo of Seirs&#34; style=&#34;max-width:100%; height:auto;&#34;&gt;
    &lt;/div&gt;
&lt;/div&gt;
</description>
        </item>
        <item>
        <title>Contact Us</title>
        <link>https://www.sjtravels.co.nz/contact-us/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://www.sjtravels.co.nz/contact-us/</guid>
        <description>&lt;p&gt;Thank you for your interest in wanting to speak to us.&lt;/p&gt;
&lt;p&gt;Please fill out the form below and we will get in touch.&lt;/p&gt;


&lt;style&gt;
    form {
        margin: 0 auto;
        max-width: 600px;
        padding: 20px;
        border: 1px solid #ccc;
        border-radius: 5px;
        box-shadow: 0 0 5px #ccc;
    }
    fieldset {
        border: none;
        margin: 0;
        padding: 0;
    }
    legend {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 20px;
    }
    label {
        display: block;
        margin-bottom: 5px;
        font-weight: bold;
    }
    input[type=&#34;text&#34;],
    input[type=&#34;email&#34;],
    input[type=&#34;date&#34;],
    textarea {
        width: 100%;
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 5px;
        margin-bottom: 20px;
        font-size: 16px;
    }
    input[type=&#34;submit&#34;] {
        background-color: #4CAF50;
        color: white;
        padding: 10px 20px;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        font-size: 16px;
    }
    input[type=&#34;submit&#34;]:hover {
        background-color: #3e8e41;
    }
    .date-input {
        width: 100%;
        margin-bottom: 20px;
    }
    .date-input-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    @media screen and (min-width: 600px) {
        .date-input {
            width: 48%;
            margin-bottom: 20px;
        }
    }
&lt;/style&gt;

&lt;form accept-charset=&#34;UTF-8&#34; action=&#34;https://www.sjtravels.co.nz/successful-submission&#34; method=&#34;POST&#34; data-netlify=&#34;true&#34; method=&#34;POST&#34; data-netlify-recaptcha=&#34;true&#34;&gt;
  &lt;input type=&#34;hidden&#34; name=&#34;subject&#34; value=&#34;sjtravels website contact us form submission&#34; /&gt;
    &lt;fieldset&gt;
        &lt;legend&gt;Contact form&lt;/legend&gt;
        &lt;label for=&#34;name&#34;&gt;Name&lt;/label&gt;&lt;br&gt;
        &lt;input required type=&#34;text&#34; name=&#34;name&#34; placeholder=&#34;Your Name&#34;&gt;&lt;br&gt;
        &lt;label for=&#34;email&#34;&gt;Email&lt;/label&gt;&lt;br&gt;
        &lt;input required type=&#34;email&#34; id=&#34;email&#34; name=&#34;email&#34; placeholder=&#34;Your Email&#34;&gt;&lt;br&gt;
        &lt;label for=&#34;suburb&#34;&gt;Location&lt;/label&gt;&lt;br&gt;
        &lt;input type=&#34;text&#34; id=&#34;suburb&#34; name=&#34;suburb&#34; placeholder=&#34;Location&#34;&gt;&lt;br&gt;
        &lt;div class=&#34;date-input-container&#34;&gt;
            &lt;div class=&#34;date-input&#34;&gt;
                &lt;label for=&#34;start&#34;&gt;Start date&lt;/label&gt;&lt;br&gt;
                &lt;input type=&#34;date&#34; name=&#34;start&#34;&gt;
            &lt;/div&gt;
            &lt;div class=&#34;date-input&#34;&gt;
                &lt;label for=&#34;end&#34;&gt;End date&lt;/label&gt;&lt;br&gt;
                &lt;input type=&#34;date&#34; name=&#34;end&#34;&gt;
            &lt;/div&gt;
        &lt;/div&gt;
        &lt;label for=&#34;message&#34;&gt;Message&lt;/label&gt;&lt;br&gt;
        &lt;textarea id=&#34;message&#34; rows = &#34;5&#34;  cols = &#34;50&#34; name = &#34;Message&#34; placeholder=&#34;Your message, If for a housesit please include basic information about what pets you have and duties that will need to be done.&#34;&gt;&lt;/textarea&gt;&lt;br&gt;
        &lt;div data-netlify-recaptcha=&#34;true&#34;&gt;&lt;/div&gt;
        &lt;input type=&#34;submit&#34;&gt;&lt;/input&gt;
    &lt;/fieldset&gt;
&lt;/form&gt;

&lt;p&gt;If you have any troubles with the form please just send us an email at &lt;a class=&#34;link&#34; href=&#34;mailto:seirbears@gmail.com&#34; &gt;seirbears@gmail.com&lt;/a&gt;&lt;/p&gt;
</description>
        </item>
        <item>
        <title>House Sitting</title>
        <link>https://www.sjtravels.co.nz/house-sitting/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://www.sjtravels.co.nz/house-sitting/</guid>
        <description>&lt;p&gt;Our adventure in house / pet sitting began in 2022, and since then we have taken great pleasure in caring for people&amp;rsquo;s beloved pets and homes. Both of us are setup as remote workers so will be at home during the day to keep your furry friends company. In addition, James has a passion for gardening, making garden care a breeze. Our tidy and respectful nature ensures that your home will be in pristine condition upon your return. We also understand the importance of staying connected with your pets, and we are happy to provide regular updates and photos throughout your absence.&lt;/p&gt;
&lt;p&gt;We currently use these house sitting websites if you would like to check out our profiles&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.kiwihousesitters.co.nz/house-sitter-pet-sitter/pet-loving-carers-&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Kiwi House Sitters&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;br&gt;
&lt;h3 id=&#34;reviews&#34;&gt;Reviews
&lt;/h3&gt;&lt;p&gt;&lt;strong&gt;Churton Park, New Zealand&lt;/strong&gt;&lt;br&gt;
&lt;em&gt;March 2026 - 1 week 4 nights&lt;/em&gt;&lt;br&gt;
★★★★★&lt;br&gt;
James and Seirian were fabulous house sitters. Their communication was excellent, they sent updates and lovely photos of our dog Skye. Additionally our house was immaculately clean when we got home! This was our first experience of having house sitters in our home and we would absolutely recommend them to anyone. Thanks James and Seirian! - Maria&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Ohakune, New Zealand&lt;/strong&gt;&lt;br&gt;
&lt;em&gt;September 2025 - 1 month 1 week&lt;/em&gt;&lt;br&gt;
★★★★★&lt;br&gt;
Seirian and James are a wonderful young couple who cared for our property and animals during our time away. James kept us updated with developments on the property, primarily regarding the goats and their welfare. We arrived back home to find the house clean and spotless, with all the animals in excellent health. We certainly recommend this couple to any homeowner looking for a reliable pair of hands (or two)! Thanks so much, James and Seirian, we look forward to having you return in the future for another housesit. - John&lt;br&gt;
&lt;a class=&#34;link&#34; href=&#34;https://www.sjtravels.co.nz/p/ohakune-september-2025/&#34; &gt;Read our post&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Ashburton, New Zealand&lt;/strong&gt;&lt;br&gt;
&lt;em&gt;July 2025 - 1 month 2 weeks&lt;/em&gt;&lt;br&gt;
★★★★★&lt;br&gt;
Seirian &amp;amp; James met with us the day before we departed on our 6 week holiday. They are a very personable couple and took the role of caring for our home and animals very professionally and with great enthusiasm. We came home to very happy cats and chickens and an extremely clean home. Nothing seemed to be a problem and any issues they had they solved them. We would highly recommend them, and they will definitely be our first communication if we require house sitters again. - Fiona&lt;br&gt;
&lt;a class=&#34;link&#34; href=&#34;https://www.sjtravels.co.nz/p/ashburton-july-2025/&#34; &gt;Read our post&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Paraparaumu Beach, New Zealand&lt;/strong&gt;&lt;br&gt;
&lt;em&gt;May 2024 - 2 weeks 2 days&lt;/em&gt;&lt;br&gt;
★★★★★&lt;br&gt;
This is the second time we&amp;rsquo;ve had Seirian &amp;amp; James to sit for us, as they are excellent house and petsitters. Great communication before and throughout the sit and left our home clean and tidy. Would happily recommend. - Kirsten &amp;amp; Alistair&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Paraparaumu, New Zealand&lt;/strong&gt;&lt;br&gt;
&lt;em&gt;March 2024 - 1 week 2 days&lt;/em&gt;&lt;br&gt;
★★★★★&lt;br&gt;
Seirian and James were just amazing. They looked after our boy Snickers so well and sent us regular updates. We returned to a super clean home and a very happy dog. We would definitely recommend them and would love to have them back. - Chantelle&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;New Brighton, New Zealand&lt;/strong&gt;&lt;br&gt;
&lt;em&gt;December 2023 - 1 week 2 days&lt;/em&gt;&lt;br&gt;
★★★★★&lt;br&gt;
Seirian and James took extremely good care of the animals and the house. Communication was great. We got home to a very clean house and 2 very happy animals. Definitely recommend 😊 - Jade&lt;br&gt;
&lt;a class=&#34;link&#34; href=&#34;https://www.sjtravels.co.nz/p/new-brighton-december-2023/&#34; &gt;Read our post&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Raumati Beach New Zealand&lt;/strong&gt;&lt;br&gt;
&lt;em&gt;December 2023 - 1 week 5 days&lt;/em&gt;&lt;br&gt;
★★★★★&lt;br&gt;
Seirian and James did an outstanding job for us looking after our dog Holly. They are lovely, caring, responsible and reliable young adults who clearly love animals and we were very happy to leave them in charge of our dog and house while we were away. We came home to a lovely clean house and they had even folded our laundry! Our dog was looking well loved and cared for when we got home and I actually think she missed them more than us when we got back! 😆 Totally recommend Seirian and James! - Jason and Nadia&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Greenhithe New Zealand&lt;/strong&gt;&lt;br&gt;
&lt;em&gt;October 2023 - 1 week 4 days&lt;/em&gt;&lt;br&gt;
★★★★★&lt;br&gt;
Seirian and James were absolutely amazing! Looked after our pups awesomely and our house was spotless. I would highly recommend this lovely couple to look after your fur babies - Nikki and Paul&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Korokoro, New Zealand&lt;/strong&gt;&lt;br&gt;
&lt;em&gt;October 2023 - 4 days&lt;/em&gt;&lt;br&gt;
★★★★★&lt;br&gt;
Seirian and James were fantastic house sitters. The dogs were happy and healthy and the house may have been cleaner than we left it! They even put the bins out. Will definitely recommend to friends and family - Bridget&lt;br&gt;
&lt;a class=&#34;link&#34; href=&#34;https://www.sjtravels.co.nz/p/korokoro-october-2023/&#34; &gt;Read our post&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Taupo, New Zealand&lt;/strong&gt;&lt;br&gt;
&lt;em&gt;May 2023 - 1 month 1 week&lt;/em&gt;&lt;br&gt;
★★★★★&lt;br&gt;
Seirian and James were awesome house-sitters. The two dogs (Emma and Charlie) were happy and well looked after. The house was left in immaculate condition with sheets and towels washed and the bed remade. Communication was great and we received updates and photos. I would highly recommend this couple to anyone needing a house-sitter. Thank you so much for taking such good care of our pets and home. - Amanda&lt;br&gt;
&lt;a class=&#34;link&#34; href=&#34;https://www.sjtravels.co.nz/p/taupo-may-2023/&#34; &gt;Read our post&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Paraparaumu Beach, New Zealand&lt;/strong&gt;&lt;br&gt;
&lt;em&gt;March 2023 - 5 weeks&lt;/em&gt;&lt;br&gt;
★★★★★&lt;br&gt;
Our first experience and we struck gold! Nothing was a problem, Seirian and James extended their stay when we had incorrectly told them return dates. Communication was excellent and enabled us to have a relaxing break. Coming home to a well maintained house and garden was simply the best. We even felt our three cats were disappointed we were back and James and Seirian had gone! Thank you Seirian and James, We wish you all the best. - Catherine&lt;br&gt;
&lt;a class=&#34;link&#34; href=&#34;https://www.sjtravels.co.nz/p/paraparaumu-beach-april-2023/&#34; &gt;Read our post&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Ohope, New Zealand&lt;/strong&gt;&lt;br&gt;
&lt;em&gt;March 2023 - 1 week 4 days&lt;/em&gt;&lt;br&gt;
★★★★★&lt;br&gt;
Seirian and James are a lovely couple who did a wonderful job of looking after our house and two dogs. The house looked spotless on arrival and they had remade the bed and done all the laundry. Their communication was great and photos of the dogs were sent to us showing them going on beach walks and looking very happy. Our plans were up in the air and they were very obliging about fitting in with us and making it all work. James also mowed our lawns which was the icing on the cake. They are a super couple and I have no hesitation recommending them. - Lizzie&lt;br&gt;
&lt;a class=&#34;link&#34; href=&#34;https://www.sjtravels.co.nz/p/ohope-march-2023/&#34; &gt;Read our post&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Pyes Pa, New Zealand&lt;/strong&gt;&lt;br&gt;
&lt;em&gt;December 2022 - 1 week 1 day&lt;/em&gt;&lt;br&gt;
★★★★☆&lt;br&gt;
We had Seirian and James house sit for us for a week, we came home to a happy dog and a tidy home, they had cleaned all the linen and made the bed. The house looked lovely. We were so grateful to get a young couple that were happy to just chill at home with our pets. Thanks again for your help we were much appreciated and would welcome them back anytime - Melanie&lt;br&gt;
&lt;a class=&#34;link&#34; href=&#34;https://www.sjtravels.co.nz/p/pyes-pa-december-2022/&#34; &gt;Read our post&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Paraparaumu Beach, New Zealand&lt;/strong&gt;&lt;br&gt;
&lt;em&gt;December 2022 - 1 week&lt;/em&gt;&lt;br&gt;
★★★★★&lt;br&gt;
Seirian &amp;amp; James were excellent housesitters and we would highly recommend them. We came home to a lovely clean, tidy house and very settled cat. - Alastair &amp;amp; Kirsten&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Hamilton, New Zealand&lt;/strong&gt;&lt;br&gt;
&lt;em&gt;April 2022 - 3 weeks&lt;/em&gt;&lt;br&gt;
★★★★★&lt;br&gt;
Seirian and James are a lovely young couple who show maturity and responsibility above their years. We are so impressed with their care and attention they showed looking after our house and dog. We would have no hesitation in having them look after our house again. We thank them for helping us to have a very enjoyable holiday knowing our house and dog were so well cared for. - Debbie &amp;amp; Graham&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Upper Hutt, New Zealand&lt;/strong&gt;&lt;br&gt;
&lt;em&gt;February 2022 - 1 week 3 days&lt;/em&gt;&lt;br&gt;
★★★★★&lt;br&gt;
fabulous housesitters, house and gardens were perfect when we arrived home, even the lawns were mowed which was great to come home to. Our wee doggie was so happy and content when we got home so that was lovely. We would really recommend Seirian and James as house sitters - Lorraine&lt;/p&gt;
</description>
        </item>
        <item>
        <title>Successful Submission</title>
        <link>https://www.sjtravels.co.nz/successful-submission/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://www.sjtravels.co.nz/successful-submission/</guid>
        <description>&lt;p&gt;Thank you for your submission.&lt;/p&gt;
&lt;p&gt;We will get back to you as soon as possible.&lt;/p&gt;
</description>
        </item>
        
    </channel>
</rss>
