diff --git a/about/index.html b/about/index.html new file mode 100644 index 0000000..124aef1 --- /dev/null +++ b/about/index.html @@ -0,0 +1,40 @@ + + + + + + + + Danny Loiacono + + + + + +
+
+
+

+ +
+
+
+
+
+

About

+

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, shoot me an email.

+
+
+ +
+
+
+
+
+
+ + \ No newline at end of file diff --git a/assets/css/grid.css b/assets/css/grid.css new file mode 100644 index 0000000..c967d13 --- /dev/null +++ b/assets/css/grid.css @@ -0,0 +1,3 @@ +/*! css-smart-grid 5.1.4 | MIT License | http://css.gd */ +.container{max-width:940px;padding:0 1.06383%;margin:0 auto}.container,.row{zoom:1}.container:before,.container:after,.row:before,.row:after{content:"";display:table}.container:after,.row:after{clear:both}@media (min-width: 481px){.columns{float:left;margin:0 0 0 2.12766%;width:6.38298%}.columns:first-child{margin-left:0}.columns.two{width:14.89362%}.columns.three,.columns.one-fourth{width:23.40426%}.columns.four,.columns.one-third{width:31.91489%}.columns.five{width:40.42553%}.columns.six,.columns.one-half{width:48.93617%}.columns.seven{width:57.44681%}.columns.eight,.columns.two-thirds{width:65.95745%}.columns.nine,.columns.three-fourths{width:74.46808%}.columns.ten{width:82.97872%}.columns.eleven{width:91.48936%}.columns.twelve,.columns.full{width:100.0%}.columns.offset-one{margin-left:10.6383%}.columns.offset-one:first-child{margin-left:8.51064%}.columns.offset-two{margin-left:19.14894%}.columns.offset-two:first-child{margin-left:17.02128%}.columns.offset-three{margin-left:27.65957%}.columns.offset-three:first-child{margin-left:25.53191%}.columns.offset-four{margin-left:36.17021%}.columns.offset-four:first-child{margin-left:34.04255%}.columns.offset-five{margin-left:44.68085%}.columns.offset-five:first-child{margin-left:42.55319%}.columns.offset-six{margin-left:53.19149%}.columns.offset-six:first-child{margin-left:51.06383%}.columns.offset-seven{margin-left:61.70213%}.columns.offset-seven:first-child{margin-left:59.57447%}.columns.offset-eight{margin-left:70.21277%}.columns.offset-eight:first-child{margin-left:68.08511%}.columns.offset-nine{margin-left:78.7234%}.columns.offset-nine:first-child{margin-left:76.59574%}.columns.offset-ten{margin-left:87.23404%}.columns.offset-ten:first-child{margin-left:85.10638%}.columns.offset-eleven{margin-left:95.74468%}.columns.offset-eleven:first-child{margin-left:93.61702%}} +/*# sourceMappingURL=smart-grid.css.map */ diff --git a/assets/css/main.css b/assets/css/main.css new file mode 100644 index 0000000..a570074 --- /dev/null +++ b/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; +} + diff --git a/assets/images/about/danny-loiacono.jpg b/assets/images/about/danny-loiacono.jpg new file mode 100644 index 0000000..20f72cc Binary files /dev/null and b/assets/images/about/danny-loiacono.jpg differ diff --git a/assets/images/home/hero.jpg b/assets/images/home/hero.jpg new file mode 100644 index 0000000..8e02362 Binary files /dev/null and b/assets/images/home/hero.jpg differ diff --git a/assets/images/logo.jpg b/assets/images/logo.jpg new file mode 100644 index 0000000..0dc80e8 Binary files /dev/null and b/assets/images/logo.jpg differ diff --git a/assets/images/work/art/poster.jpg b/assets/images/work/art/poster.jpg new file mode 100644 index 0000000..81bbd14 Binary files /dev/null and b/assets/images/work/art/poster.jpg differ diff --git a/assets/images/work/beanies/poster.jpg b/assets/images/work/beanies/poster.jpg new file mode 100644 index 0000000..f71affe Binary files /dev/null and b/assets/images/work/beanies/poster.jpg differ diff --git a/assets/images/work/logos/poster.jpg b/assets/images/work/logos/poster.jpg new file mode 100644 index 0000000..3b54755 Binary files /dev/null and b/assets/images/work/logos/poster.jpg differ diff --git a/assets/images/work/shirts/shirts4.jpg b/assets/images/work/shirts/shirts4.jpg new file mode 100644 index 0000000..a1329ad Binary files /dev/null and b/assets/images/work/shirts/shirts4.jpg differ diff --git a/assets/images/work/shirts/shirts5.jpg b/assets/images/work/shirts/shirts5.jpg new file mode 100644 index 0000000..01df647 Binary files /dev/null and b/assets/images/work/shirts/shirts5.jpg differ diff --git a/assets/images/work/shirts/tshirts1.jpg b/assets/images/work/shirts/tshirts1.jpg new file mode 100644 index 0000000..cda2096 Binary files /dev/null and b/assets/images/work/shirts/tshirts1.jpg differ diff --git a/assets/images/work/shirts/tshirts2.jpg b/assets/images/work/shirts/tshirts2.jpg new file mode 100644 index 0000000..e48e4eb Binary files /dev/null and b/assets/images/work/shirts/tshirts2.jpg differ diff --git a/assets/images/work/shirts/tshirts3.jpg b/assets/images/work/shirts/tshirts3.jpg new file mode 100644 index 0000000..2afb530 Binary files /dev/null and b/assets/images/work/shirts/tshirts3.jpg differ diff --git a/assets/images/work/snapbacks/snapback1.jpg b/assets/images/work/snapbacks/snapback1.jpg new file mode 100644 index 0000000..14db712 Binary files /dev/null and b/assets/images/work/snapbacks/snapback1.jpg differ diff --git a/assets/images/work/snapbacks/snapbacks10.jpg b/assets/images/work/snapbacks/snapbacks10.jpg new file mode 100644 index 0000000..5d262a0 Binary files /dev/null and b/assets/images/work/snapbacks/snapbacks10.jpg differ diff --git a/assets/images/work/snapbacks/snapbacks2.jpg b/assets/images/work/snapbacks/snapbacks2.jpg new file mode 100644 index 0000000..1c6189e Binary files /dev/null and b/assets/images/work/snapbacks/snapbacks2.jpg differ diff --git a/assets/images/work/snapbacks/snapbacks3.jpg b/assets/images/work/snapbacks/snapbacks3.jpg new file mode 100644 index 0000000..708d07b Binary files /dev/null and b/assets/images/work/snapbacks/snapbacks3.jpg differ diff --git a/assets/images/work/snapbacks/snapbacks4.jpg b/assets/images/work/snapbacks/snapbacks4.jpg new file mode 100644 index 0000000..33b01f0 Binary files /dev/null and b/assets/images/work/snapbacks/snapbacks4.jpg differ diff --git a/assets/images/work/snapbacks/snapbacks5.jpg b/assets/images/work/snapbacks/snapbacks5.jpg new file mode 100644 index 0000000..5f205aa Binary files /dev/null and b/assets/images/work/snapbacks/snapbacks5.jpg differ diff --git a/assets/images/work/snapbacks/snapbacks6.jpg b/assets/images/work/snapbacks/snapbacks6.jpg new file mode 100644 index 0000000..a2f241e Binary files /dev/null and b/assets/images/work/snapbacks/snapbacks6.jpg differ diff --git a/assets/images/work/snapbacks/snapbacks7.jpg b/assets/images/work/snapbacks/snapbacks7.jpg new file mode 100644 index 0000000..8961d14 Binary files /dev/null and b/assets/images/work/snapbacks/snapbacks7.jpg differ diff --git a/assets/images/work/snapbacks/snapbacks8.jpg b/assets/images/work/snapbacks/snapbacks8.jpg new file mode 100644 index 0000000..cac7d66 Binary files /dev/null and b/assets/images/work/snapbacks/snapbacks8.jpg differ diff --git a/assets/images/work/snapbacks/snapbacks9.jpg b/assets/images/work/snapbacks/snapbacks9.jpg new file mode 100644 index 0000000..75f2fc0 Binary files /dev/null and b/assets/images/work/snapbacks/snapbacks9.jpg differ diff --git a/assets/images/work/thumbnail-beanies.jpg b/assets/images/work/thumbnail-beanies.jpg new file mode 100644 index 0000000..aad7c0d Binary files /dev/null and b/assets/images/work/thumbnail-beanies.jpg differ diff --git a/assets/images/work/thumbnail-diamond.jpg b/assets/images/work/thumbnail-diamond.jpg new file mode 100644 index 0000000..f83723e Binary files /dev/null and b/assets/images/work/thumbnail-diamond.jpg differ diff --git a/assets/images/work/thumbnail-monkey.jpg b/assets/images/work/thumbnail-monkey.jpg new file mode 100644 index 0000000..092da37 Binary files /dev/null and b/assets/images/work/thumbnail-monkey.jpg differ diff --git a/assets/images/work/thumbnail-shirts.jpg b/assets/images/work/thumbnail-shirts.jpg new file mode 100644 index 0000000..3f1eec0 Binary files /dev/null and b/assets/images/work/thumbnail-shirts.jpg differ diff --git a/assets/images/work/thumbnail-snapbacks.jpg b/assets/images/work/thumbnail-snapbacks.jpg new file mode 100644 index 0000000..fe30bc4 Binary files /dev/null and b/assets/images/work/thumbnail-snapbacks.jpg differ diff --git a/assets/images/work/thumbnail-wallet.jpg b/assets/images/work/thumbnail-wallet.jpg new file mode 100644 index 0000000..4705fd5 Binary files /dev/null and b/assets/images/work/thumbnail-wallet.jpg differ diff --git a/assets/images/work/wallet/poster.jpg b/assets/images/work/wallet/poster.jpg new file mode 100644 index 0000000..6cc6fc3 Binary files /dev/null and b/assets/images/work/wallet/poster.jpg differ diff --git a/contact/index.html b/contact/index.html new file mode 100644 index 0000000..f7fee2a --- /dev/null +++ b/contact/index.html @@ -0,0 +1,34 @@ + + + + + + + + Danny Loiacono + + + + + +
+
+
+

+ +
+
+
+

Contact

+

Lets talk about your project - Shoot me an email and lets get started.

+ dlocs9@gmail.com +
+
+
+
+ + \ No newline at end of file diff --git a/index.html b/index.html index 04d3416..350b4d5 100644 --- a/index.html +++ b/index.html @@ -3,11 +3,30 @@ + + Danny Loiacono - + + + -

Hi im danny

- +
+
+
+

+ +
+
+
+ +
+
+
+
\ No newline at end of file diff --git a/work/art/index.html b/work/art/index.html new file mode 100644 index 0000000..46caa38 --- /dev/null +++ b/work/art/index.html @@ -0,0 +1,32 @@ + + + + + + + + Danny Loiacono + + + + +
+
+
+

+ +
+
+
+

Artwork

+ +
+
+
+
+ + \ No newline at end of file diff --git a/work/beanies/index.html b/work/beanies/index.html new file mode 100644 index 0000000..2615f30 --- /dev/null +++ b/work/beanies/index.html @@ -0,0 +1,32 @@ + + + + + + + + Danny Loiacono + + + + +
+
+
+

+ +
+
+
+

DPTR Beanies

+ +
+
+
+
+ + \ No newline at end of file diff --git a/work/index.html b/work/index.html new file mode 100644 index 0000000..7547f00 --- /dev/null +++ b/work/index.html @@ -0,0 +1,71 @@ + + + + + + + + Danny Loiacono + + + + + +
+
+
+

+ +
+
+
+
+ + + +
+
+ + + +
+
+
+
+
+ + \ No newline at end of file diff --git a/work/logos/index.html b/work/logos/index.html new file mode 100644 index 0000000..a24389e --- /dev/null +++ b/work/logos/index.html @@ -0,0 +1,32 @@ + + + + + + + + Danny Loiacono + + + + +
+
+
+

+ +
+
+
+

Logos

+ +
+
+
+
+ + \ No newline at end of file diff --git a/work/shirts/index.html b/work/shirts/index.html new file mode 100644 index 0000000..db94132 --- /dev/null +++ b/work/shirts/index.html @@ -0,0 +1,36 @@ + + + + + + + + Danny Loiacono + + + + +
+
+
+

+ +
+
+
+

DPTR Snapbacks

+ + + + + +
+
+
+
+ + \ No newline at end of file diff --git a/work/snapbacks/index.html b/work/snapbacks/index.html new file mode 100644 index 0000000..f51dc69 --- /dev/null +++ b/work/snapbacks/index.html @@ -0,0 +1,91 @@ + + + + + + + + Danny Loiacono + + + + +
+
+
+

+ +
+
+
+

DPTR Snapbacks

+
+
+
+ +
+
+
+
+ +
+
+
+
+
+
+ +
+
+
+
+ +
+
+
+
+
+
+ +
+
+
+
+ +
+
+
+
+
+
+ +
+
+
+
+ +
+
+
+
+
+
+ +
+
+
+
+ +
+
+
+
+
+
+
+ + \ No newline at end of file diff --git a/work/wallet/index.html b/work/wallet/index.html new file mode 100644 index 0000000..e6113bc --- /dev/null +++ b/work/wallet/index.html @@ -0,0 +1,32 @@ + + + + + + + + Danny Loiacono + + + + +
+
+
+

+ +
+
+
+

DPTR Clamshell Wallet

+ +
+
+
+
+ + \ No newline at end of file