mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-20 20:21:18 -04:00
assume images should be centered for now
This commit is contained in:
@@ -20,13 +20,7 @@ import Image from "./components/embeds/Image";
|
||||
alt="Awesome First Code on GitHub"
|
||||
/>
|
||||
|
||||
<Image
|
||||
className="center"
|
||||
src="/static/images/notes/my-first-code/badges.png"
|
||||
width="537"
|
||||
height="36"
|
||||
alt="Code Quality: A for effort"
|
||||
/>
|
||||
<Image src="/static/images/notes/my-first-code/badges.png" width="537" height="36" alt="Code Quality: A for effort" />
|
||||
|
||||
I recently published my terrible, horrible, no good, very bad [first HTML site](https://jakejarvis.github.io/my-first-website/) and [first PHP project](https://github.com/jakejarvis/jbb#readme) ever and developed a new addiction to Web 1.0 nostalgia, fed by others who were brave enough to do the same.
|
||||
|
||||
|
Reference in New Issue
Block a user