PageRenderTime 58ms CodeModel.GetById 34ms RepoModel.GetById 0ms app.codeStats 0ms

/client/index.html

https://bitbucket.org/myra_guerrier/portfolio
HTML | 86 lines | 58 code | 26 blank | 2 comment | 0 complexity | 39886c85f7ae74f46d3b8994e7fc8e37 MD5 | raw file
  1. <!DOCTYPE HTML>
  2. <html>
  3. <head>
  4. <title>Myra Jia Guerrier's portfolio website</title>
  5. <link rel="stylesheet" href="css/portfolio.css">
  6. <link href='http://fonts.googleapis.com/css?family=Alef:700' rel='stylesheet' type='text/css'>
  7. <script src="src/modernizr.js"></script>
  8. </head>
  9. <body>
  10. <div id="backgroundCanvas">
  11. <img src="img/bg.png"/>
  12. </div>
  13. <div id="container">
  14. <div id="header">
  15. <p>Myra Jia Guerrier's Portfolio</p>
  16. </div>
  17. <div id="nav">
  18. <ul id="navMenu">
  19. <li><a href="index.html" class="current">Home</a></li>
  20. <li><a href="showcase">Showcase</a></li>
  21. <li><a href="pet-projects">Pet Projects</a></li>
  22. <li><a href="contact">Contact</a></li>
  23. </ul>
  24. </div>
  25. <div id="content">
  26. <p>I'm <b>Myra Jia Guerrier</b>, a web programmer from Seattle, WA. Some of my projects include:</p>
  27. <div class="middle-float-wrap">
  28. <div class="middle-float">
  29. <div><a href="sites/FreeCell/index.html"><img src="img/tiles/freeCell.png"/></a>HTML 5 FreeCell</div>
  30. <div><a href="http://kirricorp.net/"><img src="img/tiles/cf.png"/></a>kirricorp.net</div>
  31. <div><a href="http://cardinal.moonshards.net/wiki/wikka.php?wakka=Cardinal"><img src="img/tiles/cardinal.png"/></a>Cardinal</div>
  32. <div><a href="http://steamcommunity.com/sharedfiles/filedetails/?id=121089908"><img src="img/tiles/zomplex.png"/></a>Zomplex</div>
  33. </div>
  34. </div>
  35. <p style="clear:left">You can find others <a href="showcase">here</a>, and a few in-development projects <a href="pet-projects">here</a>.</p>
  36. <br/>
  37. <h3>I've worked at</h3>
  38. <div class="highlight">
  39. <p><b>Kirricorp</b> as a web designer and artist</p>
  40. <!--<p>(responsibilities included building a website based on the specifications of our marketing person, creating art for the web site and for our card game Chaos Fractal, and revising card template images for deployment online and in print)</p>-->
  41. <p><b>Midian LARP</b> as a transportation and construction specialist</p>
  42. <p><b>Renton School District</b> as an adminstrative assistant</p>
  43. </div>
  44. <h3 style="clear:left">I attended</b></h3>
  45. <div class="highlight">
  46. <p><b>University of Washington</b> (Web and Mobile Game Development in HTML5)</p>
  47. <p><b>Bard College at Simon's Rock</b></p>
  48. </div>
  49. <!--<p style="clear:left">My strongest skills are <a href="#">JavaScript</a>, <a href="#">game development</a> across a variety of mediums, and <a href="#">web design.</a></p>-->
  50. <p style="clear:left">My strongest skills are web development, JavaScript, game development across a variety of mediums, and web design.</p>
  51. <p>I can be contacted at <a href="mailto:myra.jia.guerrier (@) gmail.com">myra.jia.guerrier (@) gmail.com</a></p>
  52. </div>
  53. <div id="footer">
  54. (C) Myra Jia Guerrier 2013
  55. </div>
  56. <div id="footer-img">&nbsp;</div>
  57. </div><!-- id="container" -->
  58. <script src="src/Loader.js"></script>
  59. </body>
  60. </html>