Changed some styles
This commit is contained in:
parent
04c8902d42
commit
851aa7874d
14
index.html
14
index.html
@ -5,6 +5,12 @@
|
||||
<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;
|
||||
@ -14,7 +20,7 @@
|
||||
body {
|
||||
background-color:#2B2B4D;
|
||||
color: white;
|
||||
font-family: Tahoma;
|
||||
font-family: Ubuntu;
|
||||
}
|
||||
|
||||
b {
|
||||
@ -31,7 +37,7 @@
|
||||
}
|
||||
|
||||
li {
|
||||
font-family: Helvetica;
|
||||
font-family: Ubuntu;
|
||||
margin-bottom:10px;
|
||||
}
|
||||
a.codeLink {
|
||||
@ -46,9 +52,9 @@
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div id='main'>
|
||||
<div id='main'>
|
||||
<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>
|
||||
<p>These are a few software projects I have worked on, either for a
|
||||
class or independently, that I think are particularly interesting.
|
||||
|
Loading…
Reference in New Issue
Block a user