Changed some styles
This commit is contained in:
parent
04c8902d42
commit
851aa7874d
12
index.html
12
index.html
@ -5,6 +5,12 @@
|
|||||||
<meta charset='utf-8'/>
|
<meta charset='utf-8'/>
|
||||||
<style type='text/css' media='screen'>
|
<style type='text/css' media='screen'>
|
||||||
|
|
||||||
|
@import url(http://fonts.googleapis.com/css?family=Ubuntu:400,700,400italic,700italic);
|
||||||
|
|
||||||
|
h1 {
|
||||||
|
font-family: Ubuntu;
|
||||||
|
}
|
||||||
|
|
||||||
#main {
|
#main {
|
||||||
margin-left:auto;
|
margin-left:auto;
|
||||||
margin-right:auto;
|
margin-right:auto;
|
||||||
@ -14,7 +20,7 @@
|
|||||||
body {
|
body {
|
||||||
background-color:#2B2B4D;
|
background-color:#2B2B4D;
|
||||||
color: white;
|
color: white;
|
||||||
font-family: Tahoma;
|
font-family: Ubuntu;
|
||||||
}
|
}
|
||||||
|
|
||||||
b {
|
b {
|
||||||
@ -31,7 +37,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
li {
|
li {
|
||||||
font-family: Helvetica;
|
font-family: Ubuntu;
|
||||||
margin-bottom:10px;
|
margin-bottom:10px;
|
||||||
}
|
}
|
||||||
a.codeLink {
|
a.codeLink {
|
||||||
@ -48,7 +54,7 @@
|
|||||||
<body>
|
<body>
|
||||||
<div id='main'>
|
<div id='main'>
|
||||||
<h1>Greg Shuflin</h1>
|
<h1>Greg Shuflin</h1>
|
||||||
Contact me: <code>greg [dot] shuflin [at] gmail [dot] com</code>
|
<p>Contact me: <code>greg [dot] shuflin [at] gmail [dot] com</code>
|
||||||
<h2>Developer Portfolio</h2>
|
<h2>Developer Portfolio</h2>
|
||||||
<p>These are a few software projects I have worked on, either for a
|
<p>These are a few software projects I have worked on, either for a
|
||||||
class or independently, that I think are particularly interesting.
|
class or independently, that I think are particularly interesting.
|
||||||
|
Loading…
Reference in New Issue
Block a user