-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
73f78bf
commit 43f55be
Showing
8 changed files
with
38 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
import Paragraph from '@/components/Paragraph' | ||
import WorkTile from '@/components/WorkTile' | ||
import andyAlt from './images/andy-alt.png' | ||
import andyBadge from './images/andy-badge.jpg' | ||
import andyMain from './images/andy-main.png' | ||
|
||
const WorkAndy = () => { | ||
return ( | ||
<WorkTile title="Andy Warhol museum logo"> | ||
<Paragraph> | ||
This is me dipping toes into logo waters. Nobody actually asked for it, it just struck me, | ||
after visiting the museum, that it should have a more solid identity, given the greatness of | ||
the king of pop art. | ||
</Paragraph> | ||
<div className="grid grid-flow-row-dense grid-cols-2 gap-4"> | ||
<img src={andyMain} className="w-full" /> | ||
<img src={andyAlt} className="w-full" /> | ||
<img src={andyBadge} className="w-full" /> | ||
</div> | ||
<div className="flex flex-col gap-4 md:flex-row"> | ||
<div className="md:flex-[2]"></div> | ||
<div className="md:flex-1"></div> | ||
</div> | ||
</WorkTile> | ||
) | ||
} | ||
|
||
export default WorkAndy |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters