Portfolio/pages/AllProjects.html

92 lines
3.6 KiB
HTML
Raw Normal View History

<!doctype html>
<HTML>
<header>
2021-09-17 23:22:11 +01:00
<link rel = "stylesheet" href = "basic.css">
<link rel = "stylesheet" href = "AllProjects.css">
<link rel = "stylesheet" href = "effects.css">
<link rel = "icon" href = "..\images\Icon.ico">
<meta charset="UTF-8">
<title>Nye Evans Portfolio</title>
</header>
<body>
2021-09-17 23:30:49 +01:00
<h1>All Projects</h1>
<h2>click to find out more</h2>
2021-09-17 23:22:11 +01:00
<a href = "./gallery/aardvark-work/aardvark-work.html" class = "galleryLink">
<div class = "item">
<img src = "./gallery/aardvark-work/projectHeaderImage.png" class = "orangeBorder projectThumbnail"></img>
<div class = "itemText">
2021-09-17 23:30:49 +01:00
<h3>Your mum</h3>
2021-09-17 23:22:11 +01:00
<div>
lmao I did ur mom
</div>
</div>
</div>
</a>
<a href = "./gallery/epq-project/epq-project.html" class = "galleryLink">
<div class = "item">
<img src = "./gallery/epq-project/projectHeaderImage.png" class = "orangeBorder projectThumbnail"></img>
<div class = "itemText">
2021-09-17 23:30:49 +01:00
<h3>And also your dad</h3>
2021-09-17 23:22:11 +01:00
<div>
I am bisexual
</div>
</div>
</div>
</a>
<a href = "./gallery/mind-map/mind-map.html" class = "galleryLink">
<div class = "item">
<img src = "./gallery/mind-map/projectHeaderImage.png" class = "orangeBorder projectThumbnail"></img>
<div class = "itemText">
2021-09-17 23:30:49 +01:00
<h3>I fucked both your parents</h3>
2021-09-17 23:22:11 +01:00
<div>
they were totally into it because Im cool as hell B)
</div>
</div>
</div>
</a>
2021-09-17 23:22:11 +01:00
<a href = "./gallery/cat-tower-defence/cat-tower-defence.html" class = "galleryLink">
<div class = "item">
<img src = "./gallery/cat-tower-defence/projectHeaderImage.png" class = "orangeBorder projectThumbnail"></img>
<div class = "itemText">
2021-09-17 23:30:49 +01:00
<h3>*breakdown*</h3>
2021-09-17 23:22:11 +01:00
<div>
I'm doin' your mom, yes, yours!
First saw her in the Walmart pickin' out your drawers
Big Dolly Parton hair like an '80s prom queen
But her ass was lookin' good all up in them mom-jeans
I approached her in the checkout line, and said, "Yo baby, wassup?"
She had two gallons of milk, and I was starin' at her jugs
Five minutes later, she agreed to get with me
</div>
</div>
</div>
</a>
2021-09-17 23:22:11 +01:00
<div id = "backButtonContainer">
<a onclick = "history.back()" class = "backButton"> <-Back to main page</a>
</div>
2021-09-17 23:22:11 +01:00
<div id = "socialBar" style = "margin-top: 3vh;">
<a href = "https://twitter.com/Wi__Ro" target="_blank">Twitter</a>
&NonBreakingSpace;
<a href="mailto:WillowRo@outlook.com" target="_blank">Email</a>
&NonBreakingSpace;
<a href="https://github.com/Wil-Ro" target="_blank">Github</a>
&NonBreakingSpace;
<a href = "https://dev.to/willowro" target="_blank">Dev.to</a>
&NonBreakingSpace;
<a href = "./pages/CVPage.html">CV</a>
</div>
</body>
</HTML>