94 lines
3.1 KiB
HTML
94 lines
3.1 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
|
|
<!-- Basic Page Needs -->
|
|
<meta charset="utf-8">
|
|
<title>Brian Picciano - Freelance Developer</title>
|
|
<meta name="author" content="Brian Picciano">
|
|
|
|
<!-- No favicon -->
|
|
<link rel="shortcut icon" href="#" />
|
|
|
|
<!-- 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.css">
|
|
<style>
|
|
|
|
</style>
|
|
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="container">
|
|
|
|
<div class="row">
|
|
<div class="four columns">
|
|
<h1>Hello!</h1>
|
|
</div>
|
|
<div class="eight columns">
|
|
<p>
|
|
My name is Brian Picciano. I'm a full-stack developer with a
|
|
focus on designing scalable backend architectures for web
|
|
applications.
|
|
</p>
|
|
<p>
|
|
I have been in the web development industry for over ten
|
|
years, and during that time have been involved in every
|
|
aspect of building a web app. If you're having a problem,
|
|
there's a good chance I've solved it before.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="row">
|
|
<div class="four columns">
|
|
<h1>What I Do</h1>
|
|
</div>
|
|
<div class="eight columns">
|
|
<p>
|
|
I help you solve your problems, no matter what stage of
|
|
development you're at. Offerings include:
|
|
</p>
|
|
<ul>
|
|
<li>
|
|
Development of a technology roadmap, so your app can scale
|
|
globally starting from <em>now</em>.
|
|
</li>
|
|
<li>
|
|
Analysis of your current architecture to find the
|
|
weaknesses and bottlenecks which are going to afflict your
|
|
team down the line, and develop strategies for mitigating
|
|
them.
|
|
</li>
|
|
<li>
|
|
Getting down into the weeds to track down those
|
|
impossible-to-find bugs, so you don't have to waste
|
|
valuable development time chasing them yourself.
|
|
</li>
|
|
<li>
|
|
Actual hands-to-keyboard coding! If you just need one more
|
|
person to grind out that crucial feature before deadline,
|
|
I can be there.
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="row">
|
|
<form action="mailto:bgpicciano@gmail.com" >
|
|
<button class="button-primary">Email to get started!</button>
|
|
</form>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|