|
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="en"> |
| 3 | + <head> |
| 4 | + <meta charset="utf-8" /> |
| 5 | + <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> |
| 6 | + <meta name="viewport" content="width=device-width, initial-scale=1" /> |
| 7 | + <meta |
| 8 | + name="description" |
| 9 | + content="" |
| 10 | + /> |
| 11 | + <meta name="author" rel="me" content="Kyle Langford" /> |
| 12 | + |
| 13 | + <title></title> |
| 14 | + |
| 15 | + <!-- Load Resources --> |
| 16 | + <link rel="icon" type="image/png" href="../img/brand/favicon.png" /> |
| 17 | + <link |
| 18 | + href="https://fonts.googleapis.com/css?family=Roboto|Rubik" |
| 19 | + rel="stylesheet" |
| 20 | + /> |
| 21 | + <link rel="stylesheet" href="../assets/css/styles.css" /> |
| 22 | + |
| 23 | + <!-- Modernizr - Load after CSS --> |
| 24 | + <!-- <script src="js/modernizr-custom.js"></script> --> |
| 25 | + |
| 26 | + <noscript><style type="text/css"> |
| 27 | + body { opacity: 1; } |
| 28 | + </style></noscript> |
| 29 | + </head> |
| 30 | + |
| 31 | + <body class="page page--about"> |
| 32 | + |
| 33 | + <header class="container size-to-window intro"> |
| 34 | + <div class="row flex flex-align--center flex--justify fill-height"> |
| 35 | + <nav class="position-top-left"> |
| 36 | + <a href="/" class="button--previous" |
| 37 | + ><span class="icons-skip-back"></span>Back</a |
| 38 | + > |
| 39 | + </nav> |
| 40 | + |
| 41 | + <div class="column half text--center"> |
| 42 | + <h1 class="page__title">Introduction</h1> |
| 43 | + <p class="description"> |
| 44 | + A curated list of links that helped me a long the way. |
| 45 | + </p> |
| 46 | + </div> |
| 47 | + </div> |
| 48 | + </header> |
| 49 | + |
| 50 | + <main class="container"> |
| 51 | + <div class="row flex flex--justify pad-default"> |
| 52 | + <div class="column two-thirds"> |
| 53 | + <article class="content"> |
| 54 | + <p> |
| 55 | + My name is Kyle Langford. As an Interactive Designer I am an essential |
| 56 | + part of any project or product team. I combine a strong front end |
| 57 | + development skillset with a talent for crafting great UI designs. I |
| 58 | + have an aspiring interest in understanding more about the User |
| 59 | + Experiences. I am involved in the strategic / research aspects of |
| 60 | + projects and provide quick prototyping and wireframing capabilities. |
| 61 | + This helps teams move from sketches direct to code – good code – |
| 62 | + efficiently. |
| 63 | + </p> |
| 64 | + |
| 65 | + <p> |
| 66 | + I work well sketching with team members and building prototypes and |
| 67 | + proofs of concepts. I like to focus on whether the interactions, |
| 68 | + process, flow, and the overall experience of the product working well |
| 69 | + for the end user. |
| 70 | + </p> |
| 71 | + |
| 72 | + <p> |
| 73 | + <strong>As a leader and mentor</strong> I have experience managing |
| 74 | + expectations, communicating ideas and developing team strategies. I |
| 75 | + make sure to ask the right questions: is the product intuitive, easy |
| 76 | + to use and, ultimately, does it meet the user’s goals and |
| 77 | + expectations? |
| 78 | + </p> |
| 79 | + |
| 80 | + <p> |
| 81 | + <strong>As a designer</strong> I want to share ownership of the UX, I |
| 82 | + enjoy working on defining the product, the audience, and conducting |
| 83 | + research. Being involved early allows me to understand the rationale |
| 84 | + behind the product and design approach and helps me to make good, |
| 85 | + consistent, UX decisions without needing every piece of UI defined. |
| 86 | + </p> |
| 87 | + |
| 88 | + <p> |
| 89 | + <strong>As a developer</strong> I produce standards driven, production |
| 90 | + quality code. I have experience on building content heavy websites and |
| 91 | + theming Drupal and Shopify themes. |
| 92 | + </p> |
| 93 | + </article> |
| 94 | + </div> |
| 95 | + </div> |
| 96 | + </main> |
| 97 | + |
| 98 | + <!-- Scripts --> |
| 99 | + <script |
| 100 | + async |
| 101 | + src="https://www.googletagmanager.com/gtag/js?id=UA-15632291-6" |
| 102 | + ></script> |
| 103 | + <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script> |
| 104 | + |
| 105 | + <!-- CDN --> |
| 106 | + <script> |
| 107 | + window.jQuery || |
| 108 | + document.write('<script src="assets/js/jquery-2.1.0.min.js"><\/script>'); |
| 109 | + </script> |
| 110 | + |
| 111 | + <!-- Fallback --> |
| 112 | + <script src="../assets/js/main.js"></script> |
| 113 | + |
| 114 | + </body> |
| 115 | +</html> |
0 commit comments