Skip to content

Commit

Permalink
feat: add RailViews related domains
Browse files Browse the repository at this point in the history
  • Loading branch information
Deveroonie committed Jan 3, 2025
1 parent 1301a6a commit 24e8e7f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/pages/Domains.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,22 @@ function Domains() {
<code>deveroonie.co.uk</code> is this website. It is my portfolio and shows information about me, such as what coding languages I can use, what projects I have made, and other information.
</p>
</div>
<div className="bg-zinc-900 text-white rounded-xl drop-shadow-md p-8">
<h3 className="text-left hfont text-3xl">
<a href="https://railviews.co.uk/" className="underline hover:text-violet-400">railviews.co.uk</a>
</h3><br />
<p>
<code>railviews.co.uk</code> is a photo sharing website for train enthusiasts that I am working on. It isn't ready yet, however.
</p>
</div>
<div className="bg-zinc-900 text-white rounded-xl drop-shadow-md p-8">
<h3 className="text-left hfont text-3xl">
<a href="https://507001.xyz/" className="underline hover:text-violet-400">507001.xyz</a>
</h3><br />
<p>
<code>507001.xyz</code> will be used as a URL shortener for RailViews.
</p>
</div>
</div>

</div>
Expand Down

0 comments on commit 24e8e7f

Please sign in to comment.