56 lines
2.6 KiB
HTML
Executable File
56 lines
2.6 KiB
HTML
Executable File
<!doctype html>
|
|
<html class="no-js" lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>bendtstudio.com Tim Bendt UX Designer and Developer</title>
|
|
<link rel="stylesheet" href="css/app.css">
|
|
</head>
|
|
<body>
|
|
<div class="grid-frame grid-y grid-margin-y">
|
|
<div class="cell small-1 "></div>
|
|
<div class="cell auto">
|
|
<div class="grid-x grid-padding-x">
|
|
<div class="cell auto"></div>
|
|
<div class="large-4 cell medium-6 shrink small-10">
|
|
<div class="card-user-profile">
|
|
<img class="card-user-profile-img" src="http://uploads.timbendt.com.s3.amazonaws.com/dropzone/41685196611_02700462d0_o-sm-1.jpg" alt="sunset" />
|
|
<div class="card-user-profile-content card-section">
|
|
<div class="card-user-profile-avatar">
|
|
<img src="http://uploads.timbendt.com.s3.amazonaws.com/dropzone/avatar.png" alt="picture of yeti" />
|
|
</div>
|
|
<p class="card-user-profile-name">Tim Bendt</p>
|
|
<p class="card-user-profile-status">UX Designer & Front-End Developer</p>
|
|
<p class="card-user-profile-info">I solve problems with ideas, pixels and code - specifically any and all UI problems with your web apps. I can lead you and your product team through a UX process that fits your business goals and improves your bottom line. </p>
|
|
<p>I'm available for consultation and am taking on new clients, so please reach out to see if I can help.</p>
|
|
</div>
|
|
|
|
<div class="card-user-profile-actions">
|
|
<a href="mailto:biz@timbly.com" class="card-user-profile-button secondary button">biz@timbly.com</a>
|
|
<a href="https://behance.net/timbendt" class="card-user-profile-button button hollow secondary">Portfolio</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="cell auto"></div>
|
|
</div>
|
|
<div class="cell auto center">
|
|
<div class="clients">
|
|
<a href="http://bendtstudio.com/pancake/" class="button primary">Client Area</a>
|
|
<!-- <a href="http://bendtstudio.com/photo/" class="button secondary hollow">Photo Albums</a> -->
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<script src="bower_components/jquery/dist/jquery.js"></script>
|
|
<script src="bower_components/what-input/dist/what-input.js"></script>
|
|
<script src="bower_components/foundation-sites/dist/js/foundation.js"></script>
|
|
<script src="js/app.js"></script>
|
|
</body>
|
|
</html>
|