adds interactivity to css
borders now only appear on hover transition time added
This commit is contained in:
parent
2b83ad51a1
commit
a69bd66d73
10 changed files with 69 additions and 8 deletions
35
pages/AllProjects.html
Normal file
35
pages/AllProjects.html
Normal file
|
@ -0,0 +1,35 @@
|
|||
<!doctype html>
|
||||
<HTML>
|
||||
|
||||
<header>
|
||||
<link rel = "stylesheet" href = "pages\mainpage.css">
|
||||
<link rel = "stylesheet" href = "pages\effects.css">
|
||||
<link rel = "icon" href = "images\Icon.ico">
|
||||
|
||||
<meta charset="UTF-8">
|
||||
<title>Nye Evans Portfolio</title>
|
||||
</header>
|
||||
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div id = "socialBar">
|
||||
<a href = "https://twitter.com/Wi__Ro" target="_blank">Twitter</a>
|
||||
 
|
||||
<a href="mailto:WillowRo@outlook.com" target="_blank">Email</a>
|
||||
 
|
||||
<a href="https://github.com/Wil-Ro" target="_blank">Github</a>
|
||||
 
|
||||
<a href = "https://dev.to/willowro" target="_blank">Dev.to</a>
|
||||
|
||||
 
|
||||
<a href = "./pages/CVPage.html">CV</a>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</HTML>
|
Loading…
Add table
Add a link
Reference in a new issue