adds "all projects" page
This commit is contained in:
parent
0954ee9cb6
commit
b783ff4fb4
12 changed files with 193 additions and 89 deletions
|
@ -2,23 +2,80 @@
|
|||
<HTML>
|
||||
|
||||
<header>
|
||||
<link rel = "stylesheet" href = "pages\mainpage.css">
|
||||
<link rel = "stylesheet" href = "pages\effects.css">
|
||||
<link rel = "icon" href = "images\Icon.ico">
|
||||
<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>
|
||||
<!-- <h1>All Projects</h1> -->
|
||||
<h1>Things I have done:</h1>
|
||||
|
||||
<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">
|
||||
<h2>Your mum</h2>
|
||||
<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">
|
||||
<h2>And also your dad</h2>
|
||||
<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">
|
||||
<h2>I fucked both your parents</h2>
|
||||
<div>
|
||||
they were totally into it because Im cool as hell B)
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</a>
|
||||
|
||||
<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">
|
||||
<h2>*breakdown*</h2>
|
||||
<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>
|
||||
|
||||
<div id = "backButtonContainer">
|
||||
<a onclick = "history.back()" class = "backButton"> <-Back to main page</a>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<div id = "socialBar">
|
||||
<div id = "socialBar" style = "margin-top: 3vh;">
|
||||
<a href = "https://twitter.com/Wi__Ro" target="_blank">Twitter</a>
|
||||
 
|
||||
<a href="mailto:WillowRo@outlook.com" target="_blank">Email</a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue