-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
26 lines (26 loc) · 1.95 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Cody Keisler</title>
<link rel="stylesheet" type="text/css" href="stylesheets/screen.css">
<link href="webfonts/ss-standard.css" rel="stylesheet" />
<link rel="stylesheet" type="text/css" href="webfonts/type.css">
<link href='http://fonts.googleapis.com/css?family=Noto+Serif:400,700,400italic,700italic|Open+Sans:300italic,400italic,600italic,700italic,400,300,600,700' rel='stylesheet' type='text/css'>
<meta name="viewport" content="initial-scale=1.0, width=device-width" />
<meta name="p:domain_verify" content="e4d64b3ad361642ae936a3e883f56422"/>
</head>
<body>
<header>
<img src="img/logo.png">
<h1>Cody Keisler</h1>
<h2>designer</h2>
</header>
<section class="about">
<p>Design is about communicating an idea. To be a good designer, you have to be a good communicator. That's why when I started at the University of South Carolina Aiken four years ago, I decided to get my degree in Communications with a minor in Studio Art. It has allowed me to build upon the design skills I already had while learning how to be a better communicator in the process.</p>
<p>In my free time while at University, I've designed a <a href="http://www.productivityist.com/workbook">couple</a> of <a href="http://www.productivityist.com/shop/the-now-year-ebook">books</a>, <a href="http://beyondpixels.tv/">websites</a> and the look and feel of a <a href="http://www.usca.edu/cca2012/">conference</a>, among other things. In all of my work, I've tried my best to communication to people through simplicity. It is the hallmark of both my design and my philosophy.</p>
<p>If you like what you see, shoot me an <a href="mailto:[email protected]">email</a> and lets work together!</p>
<p>I converse on <a href="https://twitter.com/codykeisler">Twitter</a> and attempt to write at <a href="log.codykeisler.me">The Log</a>.</p>
</section>
</body>
</html>