<!DOCTYPE html> <html 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, maximum-scale=1"> <meta name="keywords" content="portfolio, front-end web developer, web designer, Amidou, Kante, KanteLabs, freelancer"> <meta name="description" content="This is the portfolio of Amidou Kante a Front End Web Developer."> <meta name="author" content="Amidou Kante"> <title>DADA.nyc</title> <link rel="icon" type ="image/png" href="favicon.png" sizes="16x16 24x24 32x32 48x48" /> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/3.0.3/normalize.min.css" type="text/css" /> <link href="main/main.css" rel="stylesheet" type="text/css"/> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700" type="text/css"> </head> <body> <nav class="navbar navbar-default navbar-fixed-top"> <div class="container-fluid"> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="index.html">Amidou Kante</a> </div> <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> <ul class="nav navbar-nav navbar-right"> <li class="active"><a href="index.html">Portfolio<span class="sr-only">(current)</span></a></li> <li><a href="about.html">About</a></li> <li><a href="https://medium.com/@kamdiou">Blog</a></li> <li><a href="mailto:kamidou95@gmail.com">Contact</a></li> </ul> </div> </div> </nav> <section id="portfolio"> <div class="pageContents"> <div class="projectText"> <h1 class="projectHeader">DADA.nyc</h1> <h4>Full Stack Developer Intern</h2> <p>As a Full-Stack Developer Intern to on a team of 4, I was responsible for redeveloping a new home page that the main site to help draw in more users. I developed the main website, following mobile-first design principles, and implemented a responsive UI using HTML, CSS, JavaScript, and media queries, with Ruby on Rails on the backend. I was able to reduce many performance overheads, and the number of outside frameworks by implementing reusable JavaScript components, while also adding new features to provide a better user interface and experience.</p> <h4><a href="https://dada.nyc/home">View Website </a></h4> <div class="subItems"> <div class="projectNav"> <ul> <li><a href="boutiques.html">Next Project</a></li> <li><a href="index.html">All Projects</a></li> </ul> </div> <div class="projectInfo"> <ul> <li>UI/UX and Wireframing</li> <li>HTML/HAML & CSS3/SASS</li> <li>jQuery & CoffeeScript</li> <li>Ruby on Rails</li> </ul> </div> </div> </div> <div class="ProjectGallery"> <div class="imageHolder"> <h4 class="imgTitle">DADA.nyc</h4> <img class="portfolioImgGallery" src="./main/images/dada/dada_cropped.png"/> </div> <div class="imageHolder"> <h4 class="imgTitle">Home Page</h4> <img class="portfolioImgGallery" src="./main/images/dada/dada-imac-low.png"/> </div> <div class="imageHolder"> <h4 class="imgTitle">Mobile View</h4> <img class="portfolioImgGallery mobileDevice" src="./main/images/dada/dadaphone.png"/> </div> </div> </div> </section> <script src="https://code.jquery.com/jquery-3.1.1.min.js"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-45336394-2', 'auto'); ga('send', 'pageview'); </script> </body> </html>