feat: added link to social blogging tutorial 5c783b08
Steve · 2025-10-08 09:14 1 file(s) · +14 −0
site/index.html +14 −0
103 103
            </div>
104 104
          </div>
105 105
        </div>
106 +
        <div class="bg-blue-50 border-l-4 border-blue-400 p-4 my-6">
107 +
          <div class="flex">
108 +
            <div class="flex-shrink-0">
109 +
              <svg class="h-5 w-5 text-blue-400" viewBox="0 0 20 20" fill="currentColor">
110 +
                <path fill-rule="evenodd" d="M18 10a8 8 0 11-16 0 8 8 0 0116 0zm-7-4a1 1 0 11-2 0 1 1 0 012 0zM9 9a1 1 0 000 2v3a1 1 0 001 1h1a1 1 0 100-2v-3a1 1 0 00-1-1H9z" clip-rule="evenodd" />
111 +
              </svg>
112 +
            </div>
113 +
            <div class="ml-3">
114 +
              <p class="text-sm text-blue-700">
115 +
                <strong>Not sure where to start?</strong> Check out this excellent <a href="https://blog.preahs.com/guide-intro-to-social-blogging/" target="_blank" class="underline font-medium hover:text-blue-800">tutorial on social blogging</a>!
116 +
              </p>
117 +
            </div>
118 +
          </div>
119 +
        </div>
106 120
      </div>
107 121
    </section>
108 122