|
| 1 | + |
| 2 | +<!doctype html> |
| 3 | +<html lang="en"> |
| 4 | +<head> |
| 5 | + <meta charset="utf-8" /> |
| 6 | + <meta name="viewport" content="width=device-width" /> |
| 7 | + |
| 8 | + <title>requireJS</title> |
| 9 | + |
| 10 | + <link rel="stylesheet" href="../css/blog.css" /> |
| 11 | + <link rel="stylesheet" href="../css/loader-ellips.css" /> |
| 12 | + |
| 13 | + <script data-main="requirejs-main" src="https://unpkg.com/requirejs@2/require.js"></script> |
| 14 | + |
| 15 | +</head> |
| 16 | +<body> |
| 17 | + |
| 18 | +<div class="site-header"> |
| 19 | + <div class="container"> |
| 20 | + |
| 21 | + <h1>requireJS</h1> |
| 22 | + |
| 23 | + </div> |
| 24 | +</div> |
| 25 | + |
| 26 | +<div class="container"> |
| 27 | + <div class="posts-container"> |
| 28 | +<article class="post"> |
| 29 | + <a class="post-header" href="/blog/wyday-logos"> |
| 30 | + <h1 class="post-header__title">wyDay logos</h1> |
| 31 | + <p class="post-header__date">22 Mar 2017</p> |
| 32 | + </a> |
| 33 | + <div class="post__content"> |
| 34 | +<p><img src="https://i.imgur.com/pbs1Ylg.png" alt="wyDay logos"></p> |
| 35 | +<p>After seeing my work on <a href="http://logo.pizza">Logo Pizza</a>, Wyatt at <a href="https://wyday.com/">wyDay</a> employed my services to design a new set of logos for wyDay and its products, LimeLM and wyBuild. wyDay makes "premium software development tools for high-tech companies." A kindred spirit for Metafizzy!</p> |
| 36 | +<p><img src="https://i.imgur.com/jUySqoc.png" alt="wyDay logos before & after"></p> |
| 37 | +<p>wyDay already had a strong brand to work with. That LimeLM pirate with lime eye patch is a great visual — easily memorable. The wyDay and wyBuild logos were a bit generic, so I was offered a blank slate for them. The end result is a set of straight-forward, iconic emblems.</p> |
| 38 | + |
| 39 | + </div> |
| 40 | +</article> |
| 41 | +<article class="post"> |
| 42 | + <a class="post-header" href="/blog/mealio-logo"> |
| 43 | + <h1 class="post-header__title">Mealio logo</h1> |
| 44 | + <p class="post-header__date">8 Mar 2017</p> |
| 45 | + </a> |
| 46 | + <div class="post__content"> |
| 47 | +<p><img src="https://i.imgur.com/3Ycdt9U.png" alt="Mealio logo"></p> |
| 48 | +<p><em>If you eat and if you even remotely like food then <a href="https://www.mealio.com">Mealio</a> is the right place for you.</em> Mealio helps people solve the problem of constantly having to create a weekly meal plan by generating them based on the user's preferences. It's like Spotify for food.</p> |
| 49 | +<p>I was tasked to design the Mealio logo. I delivered on an friendly & clever M monogram that evokes the approachable and helpful qualities of Mealio. The fork and knife fitting within the counters of the M say it all. Knife, fork, M = Mealio.</p> |
| 50 | + |
| 51 | + </div> |
| 52 | +</article> |
| 53 | + |
| 54 | +</div> <!-- posts-container --> |
| 55 | + |
| 56 | + <div class="scroll-status"> |
| 57 | + <div class="infinite-scroll-request"> |
| 58 | + <div class="loader-ellips"> |
| 59 | + <span class="loader-ellips__dot loader-ellips__dot--1"></span> |
| 60 | + <span class="loader-ellips__dot loader-ellips__dot--2"></span> |
| 61 | + <span class="loader-ellips__dot loader-ellips__dot--3"></span> |
| 62 | + <span class="loader-ellips__dot loader-ellips__dot--4"></span> |
| 63 | + </div> |
| 64 | + </div> |
| 65 | + <p class="infinite-scroll-error">No more pages to load</p> |
| 66 | + <p class="infinite-scroll-last">Last page loaded</p> |
| 67 | + </div> |
| 68 | + |
| 69 | + <nav class="pagination"> |
| 70 | + <span class="pagination__current">Page 1 of 17</span> |
| 71 | + <a class="pagination__next" href="../page/2.html">Next · 2</a> |
| 72 | + </nav> |
| 73 | +</div> <!-- container --> |
| 74 | + |
| 75 | +<footer class="site-footer"> |
| 76 | + <div class="container"> |
| 77 | + |
| 78 | + <p class="site-footer__fizzy-makes">Metafizzy makes delightful UI libraries and logos</p> |
| 79 | + |
| 80 | + |
| 81 | + </div> |
| 82 | +</footer> |
| 83 | + |
| 84 | +</body> |
| 85 | +</html> |
0 commit comments