<!doctype html> <html class="no-js" lang=""> <head> <meta charset="utf-8"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <title>Brian Larney</title> <meta name="description" content=""> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="apple-touch-icon" href="apple-touch-icon.png"> <!-- Place favicon.ico in the root directory --> <link rel="stylesheet" href="css/normalize.css"> <link rel="stylesheet" href="css/skeleton.css"> <link rel="stylesheet" href="css/mgc.css"> <link href="https://fonts.googleapis.com/css?family=Montserrat:500,700" rel="stylesheet"> </head> <body> <!--student GRID --> <div class="container"> <div class="row"> <div class="four columns"> <div class="student-pic"> <img src="profile/blarney.jpg"> <h5>Brian Larney</h5> <p>Sports enthusiast, brand maker and overall really nice guy.</p> <br> <a href="https://www.brianlarneydesign.com" target="_blank"> <div class="view-portfolio">View Portfolio</div> </a> <a href="resumes/blarney-resume.pdf" target="_blank"> <div class="view-resume">View Résumé</div> </a> <a href="https://docs.google.com/forms/d/e/1FAIpQLSc9B6bRfeSbgHQFu0YtNnHYbziIXl0aPLrUqyBV8pArVHAOhg/viewform" target="_blank"> <div class="feedback-button-top">Give Feedback</div> </a> </div> </div> <div class="four columns"> <div class="project-img"> <img src="work/blarney-1.png" alt=""> </div> <div class="project-img"> <img src="work/blarney-3.png" alt=""> </div> </div> <div class="four columns"> <div class="project-img"> <img src="work/blarney-2.gif" alt=""> </div> <div class="project-img"> <img src="work/blarney-4.png" alt=""> </div> </div> </div> </div> <div class="container"> <div class="row"> <div class="four columns offset-by-four"> <a href="https://docs.google.com/forms/d/e/1FAIpQLSc9B6bRfeSbgHQFu0YtNnHYbziIXl0aPLrUqyBV8pArVHAOhg/viewform" target="_blank"> <div class="feedback-button-bottom"> Give Feedback </div> </a> </div> </div> </div> <div class="container"> <div class="col-group"> <div class="spacer"> </div> </div> </div> <!-- NAVIGATION --> <div class="tabs"> <a href="https://www.michaelgravescollegereview.com/"> <div class="event"> <svg xmlns="http://www.w3.org/2000/svg" height="25" width="27" viewBox="0 0 17 19"> <g> <path d="M17,19H0V2H17ZM1.22,17.83H15.8V3.25H1.22Z"/> <rect x="4.94" width="1.22" height="4.9"/> <rect x="10.84" width="1.22" height="4.9"/> <polygon points="7.46 13.83 4.49 10.98 5.34 10.1 7.44 12.12 11.66 7.9 12.52 8.77 7.46 13.83"/> </g> </svg> <p>Event</p> </div> </a> <a href="index.html"> <div class="students selected"> <svg xmlns="http://www.w3.org/2000/svg" height="25" width="45" viewBox="0 0 28 16"> <g> <path d="M20.63,16.14h-13V14a6.39,6.39,0,0,1,6.52-6.54A6.39,6.39,0,0,1,20.63,14ZM8.82,14.92H19.4V14a5.2,5.2,0,0,0-5.29-5.32A5.2,5.2,0,0,0,8.82,14Z"/> <path d="M14.11,8.68a4.34,4.34,0,1,1,4.34-4.34A4.34,4.34,0,0,1,14.11,8.68Zm0-7.46a3.12,3.12,0,1,0,3.12,3.12A3.12,3.12,0,0,0,14.11,1.22Z"/> <path d="M20.63,16.14h-13V14a6.39,6.39,0,0,1,6.52-6.54A6.39,6.39,0,0,1,20.63,14ZM8.82,14.92H19.4V14a5.2,5.2,0,0,0-5.29-5.32A5.2,5.2,0,0,0,8.82,14Z"/> <path d="M5.49,8.82A3.69,3.69,0,1,1,9.18,5.12,3.7,3.7,0,0,1,5.49,8.82Zm0-6.16A2.47,2.47,0,1,0,8,5.12,2.47,2.47,0,0,0,5.49,2.65Z"/> <path d="M8.21,15H0V13.1A5.39,5.39,0,0,1,5.49,7.59,5.29,5.29,0,0,1,10,9.88l-1,.69A4.1,4.1,0,0,0,5.49,8.82,4.19,4.19,0,0,0,1.22,13.1v.65h7Z"/> <path d="M22.78,8.82a3.69,3.69,0,1,1,3.69-3.69A3.7,3.7,0,0,1,22.78,8.82Zm0-6.16a2.47,2.47,0,1,0,2.47,2.47A2.47,2.47,0,0,0,22.78,2.65Z"/> <path d="M28.27,15H20V13.76h7V13.1a4.19,4.19,0,0,0-4.27-4.29,4.09,4.09,0,0,0-3.51,1.79l-1-.68a5.28,5.28,0,0,1,4.53-2.33,5.39,5.39,0,0,1,5.49,5.51Z"/> </g> </svg> <p>Graduates</p> </div> </a> <a href="https://www.michaelgravescollegereview.com/"> <div class="explore"> <svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 17 17"> <g> <path d="M17,17H0V0H17ZM1.22,15.8H15.8V1.22H1.22Z"/> <rect x="7.9" y="4.98" width="1.22" height="7.07"/> <rect x="4.98" y="7.9" width="7.07" height="1.22"/> </g> </svg> <p>Explore</p> </div> </a> </div> </body> </html>