• 0 Posts
  • 19 Comments
Joined 1 year ago
cake
Cake day: August 1st, 2023

help-circle






  • Yeah, I try to buy stuff from brick and mortar stores. I figure that even if it’s a big box store at least there are actual employees working there who live in my area.

    But I can’t even find the kind of underwear I like at any physical store near me. Even online, Amazon seems to be the only place that stocks it.

    The same goes for the style of jacket that I prefer. I’ve spent months looking everywhere, and the only place where I’ve found even an approximation of what I want is Amazon.

    I’ve noticed that even in big box stores nowadays the selection is pretty limited. You’ll see a wall of racks full of the same item. I don’t know if it’s supply chain issues or if they’ve just decided that it’s not worth the trouble of trying to stock a variety of items that only appeal to a relatively small number of people.














  • It loads these JavaScript libraries:

    <!--Global JS-->
    <script src="web/wizixo/template/assets/vendor/jquery/jquery.min.js"></script>
    <script src="web/wizixo/template/assets/vendor/popper.js/umd/popper.min.js"></script>
    <script src="web/wizixo/template/assets/vendor/bootstrap/dist/js/bootstrap.min.js"></script>
    <script src="web/wizixo/template/assets/vendor/jquery-easing/jquery.easing.min.js"></script>
    
    <!--Vendors-->
    <script src="web/wizixo/template/assets/vendor/fancybox/js/jquery.fancybox.min.js"></script>
    <script src="web/wizixo/template/assets/vendor/owlcarousel/js/owl.carousel.min.js"></script>
    
    <!--Template Functions-->
    <script src="web/wizixo/template/assets/js/functions.js"></script>
    
    

    Sorry, I can’t seem to get the formatting right.