full rewite of css
This commit is contained in:
parent
397c6751f1
commit
e11f2c6b82
31 changed files with 274 additions and 450 deletions
30
pages/Socials.html
Normal file
30
pages/Socials.html
Normal file
|
@ -0,0 +1,30 @@
|
|||
<!doctype html>
|
||||
<HTML>
|
||||
|
||||
<header>
|
||||
<link rel = "stylesheet" href = "socials.css">
|
||||
|
||||
<link rel = "stylesheet" href = "basic.css">
|
||||
<link rel = "stylesheet" href = "effects.css">
|
||||
<link rel = "stylesheet" href = "variables.css">
|
||||
<link rel = "icon" href = "images/Icon.ico">
|
||||
|
||||
<title>Rosia Evans</title>
|
||||
</header>
|
||||
|
||||
<body style = "padding: 0;">
|
||||
<div id = "title">
|
||||
Rosia Evans - Socials
|
||||
</div>
|
||||
<div id = "container">
|
||||
<a rel="me" href="../index.html" target="_blank">Main Site</a>
|
||||
<a rel="me" href="https://fosstodon.org/@Wi__Ro" target="_blank">Mastodon</a>
|
||||
<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 = "./files/RosiaEvansCV.pdf" target="_blank">CV</a>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
|
||||
</HTML>
|
Loading…
Add table
Add a link
Reference in a new issue