chore: added the dino 9a38b73f
Steve · 2026-03-27 22:04 1 file(s) · +19 −0
packages/client/src/pages/index.astro +19 −0
135 135
					Where I'm currently working as a Senior Solutions Engineer
136 136
				</p>
137 137
			</li>
138 +
			<li>
139 +
				<a
140 +
            href="https://dino.stevedylan.dev"
141 +
					target="_blank"
142 +
					rel="noopener noreferrer"
143 +
					class="style-link inline-block"
144 +
					><Image
145 +
						height="100"
146 +
						width="100"
147 +
            loading="lazy"
148 +
            src="https://files.stevedylan.dev/dino-icon-2.png"
149 +
						class="inline-block h-4 w-4"
150 +
						alt="Dino Logo"
151 +
					/> Dino
152 +
				</a>:
153 +
				<p class="inline-block sm:mt-2">
154 +
          Just the dino
155 +
				</p>
156 +
			</li>
138 157
		</ul>
139 158
	</section>
140 159
</PageLayout>