bgpicciano.com/index.html

139 lines
4.1 KiB
HTML
Raw Normal View History

2018-08-11 23:39:47 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Basic Page Needs -->
<meta charset="utf-8">
<title>Brian Picciano - Freelance Web Design and Development</title>
2018-08-11 23:39:47 +00:00
<meta name="author" content="Brian Picciano">
<!-- No favicon -->
<link rel="shortcut icon" href="#" />
2018-08-11 23:39:47 +00:00
<!-- Mobile Specific Metas -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- CSS -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/skeleton.css">
<link rel="stylesheet" href="css/main-index.css">
2018-08-11 23:39:47 +00:00
</head>
2022-03-15 04:31:59 +00:00
2018-08-11 23:39:47 +00:00
<body>
<div class="container" style="margin-top: 5rem;">
2022-03-15 04:31:59 +00:00
<p class="large">
Hello! I'm Brian Picciano, a freelance graphic designer and web
developer. My passion is creating <em>beautiful</em> websites that
<em>delight</em> their users.
</p>
2022-03-15 04:31:59 +00:00
<p class="large">
<a href="mailto:bgpicciano@gmail.com">Contact me</a>
if I can help you with...
</p>
2018-08-11 23:39:47 +00:00
</div>
2018-08-11 23:39:47 +00:00
<img class="sep" src="img/a.svg" />
2022-03-15 04:31:59 +00:00
<div class="container-wrap design" style="padding: 5rem 0 2rem 0;"><div class="container">
2022-03-15 04:31:59 +00:00
<div class="row">
2022-03-15 04:31:59 +00:00
<div class="eight columns">
<h2>Graphic Design</h2>
<p>
Design is expression, so we will work together to understand what
exactly your brand and product express. The result will be a
<em>vivid</em> and <em>sincere</em> reflection of your brand's
identity.
</p>
<p>
Offerings include logos, graphics, styleguides, and even full
website mockups.
</p>
</div>
2022-03-15 04:31:59 +00:00
<div class="four columns">
&nbsp;
</div>
</div>
2022-03-15 04:31:59 +00:00
</div></div>
2022-03-15 04:31:59 +00:00
<img class="sep" src="img/b.svg" />
2022-03-15 04:31:59 +00:00
<div class="container-wrap develop"><div class="container">
2022-03-15 04:31:59 +00:00
<div class="row">
2022-03-15 04:31:59 +00:00
<div class="four columns">
&nbsp;
</div>
2022-03-15 04:31:59 +00:00
<div class="eight columns">
<h2>Web Development</h2>
<p>
With over 10+ years experience on the web, I can pretty much build
anything. Whether you need a brand new site, a complete overhaul,
or minor adjustments to an existing site, you can count on me.
</p>
<p>
Where other developers might work with bulky frameworks which
result in a frustrating user experience, I will get down in the
weeds to craft your site by hand. The result is code which is
lightweight, fast, and responsive for all of your users, not just
those with the latest hardware.
</p>
</div>
2022-03-15 04:31:59 +00:00
</div>
</div></div>
<img class="sep" src="img/c.svg" />
<div class="container">
<h1 class="neutral" style="text-align: center; padding: 2rem 0 4rem 0;">
Next Steps
</h1>
<div class="row">
<div class="six columns" style="text-align: center;">
<a href="mailto:bgpicciano@gmail.com">
<button class="button-primary">Contact me!</button></a>
</div>
<div class="six columns">
<p>
I work remotely and can adapt to any timezone constraints you may
have. So hit the big button and we'll get started right away!
</p>
<p>
During our initial, free, 45-minute consultation, we will discuss
the work you'd like done, timelines on both of our ends, and
compensation. If we choose to continue then work will begin
promptly, with weekly progress reports from me so you can give
feedback as necessary.
</p>
<p>
Thank you for your time, and I look forward to hearing from you.
</p>
- Brian Picciano
<p>
</p>
</div>
</div>
2022-03-15 04:31:59 +00:00
</div>
2022-03-15 04:31:59 +00:00
2018-08-11 23:39:47 +00:00
</body>
</html>