mirror of
https://github.com/Alee14/personal-website.git
synced 2025-01-22 19:02:12 -05:00
Fixed certain image issues
This commit is contained in:
parent
b176b9633e
commit
ac808175a2
2 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ export default function OsftSoftwareArchive() {
|
|||
<div className="announcement"><p>Note that this page will be revamped in the future as at the moment this site is currently going through a big rewrite...</p></div>
|
||||
<div className="px-5 py-6 space-y-5 flex flex-col">
|
||||
<div className="flex flex-col text-center items-center justify-center space-y-2">
|
||||
<Image src="/Alee.svg" alt="Alee Logo" width={128} height={128} />
|
||||
<Image src="/Alee.png" alt="Alee Logo" className="rounded-full" width={150} height={150} />
|
||||
<h1 className="text-4xl font-bold">Philip Adams Software Archive</h1>
|
||||
<h2 className="text-xl font-bold">The ultimate software collection of Philip Adams' software</h2>
|
||||
</div>
|
||||
|
|
|
@ -10,7 +10,7 @@ export default function Guidelines() {
|
|||
<div className="font-hack bg-material-gray text-white px-5 py-6 space-y-5 flex flex-col">
|
||||
<div id="top"/>
|
||||
<div className="flex flex-col text-center justify-center items-center space-y-2">
|
||||
<Image src="/Alee.svg" alt="Alee Logo" width={128} height={128} />
|
||||
<Image src="/Alee.png" alt="Alee Logo" className="rounded-full" width={150} height={150} />
|
||||
<h1 className="text-4xl font-bold">Andrew Lee Projects Guidelines</h1>
|
||||
</div>
|
||||
<p>These guidelines are set in place to ensure you have a great time being part of our community/services.</p>
|
||||
|
|
Loading…
Reference in a new issue