Editing
This commit is contained in:
parent
64a7c765b6
commit
be6725503f
55
index.html
55
index.html
@ -1,61 +1,14 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Greg Shuflin Developer Portfolio</title>
|
||||
<meta charset='utf-8'/>
|
||||
<style type='text/css' media='screen'>
|
||||
|
||||
@import url(http://fonts.googleapis.com/css?family=Ubuntu:400,700,400italic,700italic);
|
||||
|
||||
h1 {
|
||||
font-family: Ubuntu;
|
||||
}
|
||||
|
||||
#main {
|
||||
margin-left:auto;
|
||||
margin-right:auto;
|
||||
width:960px;
|
||||
}
|
||||
|
||||
body {
|
||||
background-color:#2B2B4D;
|
||||
color: white;
|
||||
font-family: Ubuntu;
|
||||
}
|
||||
|
||||
b {
|
||||
font-weight:bolder;
|
||||
}
|
||||
|
||||
a {
|
||||
color:#ff3333;
|
||||
font-weight:bolder;
|
||||
}
|
||||
|
||||
a:visited {
|
||||
color:#ff3333;
|
||||
}
|
||||
|
||||
li {
|
||||
font-family: Ubuntu;
|
||||
margin-bottom:10px;
|
||||
}
|
||||
a.codeLink {
|
||||
color:#31E631;
|
||||
font-weight:normal;
|
||||
}
|
||||
|
||||
code {
|
||||
color:#31E631;
|
||||
}
|
||||
|
||||
</style>
|
||||
<title>Greg Shuflin Developer Portfolio</title>
|
||||
<meta charset='utf-8'/>
|
||||
<link href="style.css" rel="stylesheet"/>
|
||||
</head>
|
||||
<body>
|
||||
<script src="main.js"></script>
|
||||
<div id='main'>
|
||||
<h1>Greg Shuflin</h1>
|
||||
<p>Contact me: <code>greg [dot] shuflin [at] protonmail [dot] com</code>
|
||||
<p>Contact me: <a class="emailLink" href="mailto:greg.shuflin+developerportfolio@protonmail.com">greg.shuflin@protonmail.com</a>.
|
||||
|
||||
<p> I maintain a <a href='https://www.linkedin.com/in/gregshuflin/'>LinkedIn</a> account.
|
||||
|
||||
|
45
style.css
Normal file
45
style.css
Normal file
@ -0,0 +1,45 @@
|
||||
@import url(http://fonts.googleapis.com/css?family=Ubuntu:400,700,400italic,700italic);
|
||||
|
||||
h1 {
|
||||
font-family: Ubuntu;
|
||||
}
|
||||
|
||||
#main {
|
||||
margin-left:auto;
|
||||
margin-right:auto;
|
||||
width:960px;
|
||||
}
|
||||
|
||||
body {
|
||||
background-color:#2B2B4D;
|
||||
color: white;
|
||||
font-family: Ubuntu;
|
||||
}
|
||||
|
||||
b {
|
||||
font-weight:bolder;
|
||||
}
|
||||
|
||||
a {
|
||||
color:#ff3333;
|
||||
font-weight:bolder;
|
||||
}
|
||||
|
||||
a:visited {
|
||||
color:#ff3333;
|
||||
}
|
||||
|
||||
li {
|
||||
font-family: Ubuntu;
|
||||
margin-bottom:10px;
|
||||
}
|
||||
a.codeLink {
|
||||
color:#31E631;
|
||||
font-weight:normal;
|
||||
}
|
||||
|
||||
a.emailLink {
|
||||
color:#31E631;
|
||||
font-family: "monospace";
|
||||
text-decoration: none;
|
||||
}
|
Loading…
Reference in New Issue
Block a user