Skip to content

Commit

Permalink
shipit
Browse files Browse the repository at this point in the history
  • Loading branch information
abinoda committed Feb 22, 2015
1 parent ffdc8c2 commit 6d48238
Show file tree
Hide file tree
Showing 40 changed files with 582 additions and 3 deletions.
40 changes: 40 additions & 0 deletions about/index.html
@@ -0,0 +1,40 @@
<!--[if lt IE 7]> <html class='oldie ie6'> <![endif]-->
<!--[if IE 7]> <html class='oldie ie7'> <![endif]-->
<!--[if IE 8]> <html class='oldie ie8'> <![endif]-->
<!--[if gt IE 8]><!--> <html> <!--<![endif]-->
<head>
<script src="//use.typekit.net/ead2ukl.js"></script>
<script>try{Typekit.load();}catch(e){}</script>
<title>Danny Loiacono</title>
<link href='/assets/css/grid.css' media="all" rel="stylesheet">
<link href='/assets/css/main.css' media="all" rel="stylesheet">
<meta content='I am Danny.' name='description'>
</head>
<body>
<div id="wrapper">
<div class="row">
<div id="left" class="columns two">
<h1><a href="/"><img src="/assets/images/logo.jpg" width="104"></a></h1>
<ul id="nav">
<li><a href="/work">Work</a></li>
<li><a href="/about">About</a></li>
<li><a href="/contact">Contact</a></li>
</ul>
</div>
<div class="columns eight">
<div id="main" class="about-page">
<div class="row">
<div class="columns seven">
<h3>About</h3>
<p>I’m Danny Loiacono and I provide creative design for start-ups, small businesses and entrepreneurs. In 2010 I started the apparel/product line DPTR (depature). If you’d like to get in touch, <a href="mailto:dlocs9@gmail.com">shoot me an email.</a></p>
</div>
<div class="columns five">
<img width="100%" src="/assets/images/about/danny-loiacono.jpg">
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>
3 changes: 3 additions & 0 deletions assets/css/grid.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

157 changes: 157 additions & 0 deletions assets/css/main.css
@@ -0,0 +1,157 @@
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { margin: 0; padding: 0; }

table { border-collapse: collapse; border-spacing: 0; }

a { outline: 0; text-decoration: none; }

html, body {
height: 100%
}

body {
font-family: "aktiv-grotesk-std", sans-serif;
font-size: 100%;
}

#wrapper {
margin: 1em;
}

@media only screen and (min-width : 480px) {
#wrapper {
margin: 4em 4em 2em 4em;
}
}

#left ul {
margin-top: 2em;
margin-right: 5em;
}

#left ul li {
list-style-type: none;
margin-bottom: 0.5em;
}

#left ul li a {
text-transform: lowercase;
color: #555;
font-size: 1.1em;
}

#left ul li a:hover {
color: #fabc00;
border-bottom: 1px dotted #fabc00;
}

#main {
margin-top: 2em;
}

@media only screen and (min-width : 480px) {
#main {
margin-top: 4.2em;
}
}

/*** home page ***/
#main.home-page img {
margin: 0 auto;
display: block;
}

/*** contact page ***/
@media only screen and (min-width : 480px) {
#main.contact-page {
margin-top: 5.5em;
}
}

.contact-page h3 {
font-size: 1.6em;
margin-bottom: 0.6em;
}

.contact-page p {
margin-bottom: 1em;
}

.contact-page a {
color: #57b7e7;
border-bottom: 1px dotted #57b7e7;
}

/*** about page ***/
@media only screen and (min-width : 480px) {
#main.about-page {
margin-top: 5.5em;
}

.about-page p {
margin-right: 1.5em;
}
}

.about-page h3 {
font-size: 1.6em;
margin-bottom: 0.6em;
}

.about-page p {
margin-bottom: 1.5em;
}

.about-page a {
color: #57b7e7;
border-bottom: 1px dotted #57b7e7;
}

/*** projects page ***/
.projects-page .row {
margin-bottom: 1.2em;
}

.projects-page .project-thumbnail {
position: relative;
margin: 0 0.2em;
}

.projects-page .project-thumbnail a {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: #aaa;
opacity: 0.1;
}
.projects-page .project-thumbnail a:hover {
background: transparent;
}

/*** project page ***/
@media only screen and (min-width : 480px) {
#main.project-page {
margin-top: 5.5em;
}
}

.project-page h3 {
font-size: 1.6em;
margin-bottom: 1em;
}

.project-page .thumb {
margin: 1em 0;
}

@media only screen and (min-width : 480px) {
.project-page .thumb {
margin-right: 1.5em;
}
}

.project-page .bottom-spacing {
margin-bottom: 2em;
}

Binary file added assets/images/about/danny-loiacono.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/home/hero.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/logo.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/work/art/poster.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/work/beanies/poster.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/work/logos/poster.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/work/shirts/shirts4.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/work/shirts/shirts5.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/work/shirts/tshirts1.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/work/shirts/tshirts2.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/work/shirts/tshirts3.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/work/snapbacks/snapback1.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/work/snapbacks/snapbacks10.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/work/snapbacks/snapbacks2.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/work/snapbacks/snapbacks3.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/work/snapbacks/snapbacks4.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/work/snapbacks/snapbacks5.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/work/snapbacks/snapbacks6.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/work/snapbacks/snapbacks7.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/work/snapbacks/snapbacks8.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/work/snapbacks/snapbacks9.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/work/thumbnail-beanies.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/work/thumbnail-diamond.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/work/thumbnail-monkey.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/work/thumbnail-shirts.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/work/thumbnail-snapbacks.jpg
Binary file added assets/images/work/thumbnail-wallet.jpg
Binary file added assets/images/work/wallet/poster.jpg
34 changes: 34 additions & 0 deletions contact/index.html
@@ -0,0 +1,34 @@
<!--[if lt IE 7]> <html class='oldie ie6'> <![endif]-->
<!--[if IE 7]> <html class='oldie ie7'> <![endif]-->
<!--[if IE 8]> <html class='oldie ie8'> <![endif]-->
<!--[if gt IE 8]><!--> <html> <!--<![endif]-->
<head>
<script src="//use.typekit.net/ead2ukl.js"></script>
<script>try{Typekit.load();}catch(e){}</script>
<title>Danny Loiacono</title>
<link href='/assets/css/grid.css' media="all" rel="stylesheet">
<link href='/assets/css/main.css' media="all" rel="stylesheet">
<meta content='I am Danny.' name='description'>
</head>
<body>
<div id="wrapper">
<div class="row">
<div id="left" class="columns two">
<h1><a href="/"><img src="/assets/images/logo.jpg" width="104"></a></h1>
<ul id="nav">
<li><a href="/work">Work</a></li>
<li><a href="/about">About</a></li>
<li><a href="/contact">Contact</a></li>
</ul>
</div>
<div class="columns eight">
<div id="main" class="contact-page">
<h3>Contact</h3>
<p>Lets talk about your project - Shoot me an email and lets get started.</p>
<a href="mailto:dlocs9@gmail.com">dlocs9@gmail.com</a>
</div>
</div>
</div>
</div>
</body>
</html>
25 changes: 22 additions & 3 deletions index.html
Expand Up @@ -3,11 +3,30 @@
<!--[if IE 8]> <html class='oldie ie8'> <![endif]-->
<!--[if gt IE 8]><!--> <html> <!--<![endif]-->
<head>
<script src="//use.typekit.net/ead2ukl.js"></script>
<script>try{Typekit.load();}catch(e){}</script>
<title>Danny Loiacono</title>
<link href='/css/styles.css' media="all" rel="stylesheet">
<link href='/assets/css/grid.css' media="all" rel="stylesheet">
<link href='/assets/css/main.css' media="all" rel="stylesheet">
<meta content='I am Danny.' name='description'>
</head>
<body>
<h1>Hi im danny</h1>

<div id="wrapper">
<div class="row">
<div id="left" class="columns two">
<h1><a href="/"><img src="/assets/images/logo.jpg" width="104"></a></h1>
<ul id="nav">
<li><a href="/work">Work</a></li>
<li><a href="/about">About</a></li>
<li><a href="/contact">Contact</a></li>
</ul>
</div>
<div class="columns eight">
<div id="main" class="home-page">
<img src="/assets/images/home/hero.jpg" width='80%'>
</div>
</div>
</div>
</div>
</body>
</html>
32 changes: 32 additions & 0 deletions work/art/index.html
@@ -0,0 +1,32 @@
<!--[if lt IE 7]> <html class='oldie ie6'> <![endif]-->
<!--[if IE 7]> <html class='oldie ie7'> <![endif]-->
<!--[if IE 8]> <html class='oldie ie8'> <![endif]-->
<!--[if gt IE 8]><!--> <html> <!--<![endif]-->
<head>
<script src="//use.typekit.net/ead2ukl.js"></script>
<script>try{Typekit.load();}catch(e){}</script>
<title>Danny Loiacono</title>
<link href='/assets/css/grid.css' media="all" rel="stylesheet">
<link href='/assets/css/main.css' media="all" rel="stylesheet">
</head>
<body>
<div id="wrapper">
<div class="row">
<div id="left" class="columns two">
<h1><a href="/"><img src="/assets/images/logo.jpg" width="104"></a></h1>
<ul id="nav">
<li><a href="/work">Work</a></li>
<li><a href="/about">About</a></li>
<li><a href="/contact">Contact</a></li>
</ul>
</div>
<div class="columns eight">
<div id="main" class="project-page">
<h3>Artwork</h3>
<img src="/assets/images/work/art/poster.jpg" width="100%">
</div>
</div>
</div>
</div>
</body>
</html>
32 changes: 32 additions & 0 deletions work/beanies/index.html
@@ -0,0 +1,32 @@
<!--[if lt IE 7]> <html class='oldie ie6'> <![endif]-->
<!--[if IE 7]> <html class='oldie ie7'> <![endif]-->
<!--[if IE 8]> <html class='oldie ie8'> <![endif]-->
<!--[if gt IE 8]><!--> <html> <!--<![endif]-->
<head>
<script src="//use.typekit.net/ead2ukl.js"></script>
<script>try{Typekit.load();}catch(e){}</script>
<title>Danny Loiacono</title>
<link href='/assets/css/grid.css' media="all" rel="stylesheet">
<link href='/assets/css/main.css' media="all" rel="stylesheet">
</head>
<body>
<div id="wrapper">
<div class="row">
<div id="left" class="columns two">
<h1><a href="/"><img src="/assets/images/logo.jpg" width="104"></a></h1>
<ul id="nav">
<li><a href="/work">Work</a></li>
<li><a href="/about">About</a></li>
<li><a href="/contact">Contact</a></li>
</ul>
</div>
<div class="columns eight">
<div id="main" class="project-page">
<h3>DPTR Beanies</h3>
<img src="/assets/images/work/beanies/poster.jpg" width="100%">
</div>
</div>
</div>
</div>
</body>
</html>

0 comments on commit 6d48238

Please sign in to comment.