hpGianmarco.html 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <title>cocoatlas</title>
  7. <meta name="description" content="test">
  8. <meta name="keywords" content="chocolate, cocoa">
  9. <meta name="viewport" content="minimal-ui, width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no">
  10. <link rel="stylesheet" href="styles.css">
  11. <script src="js/jquery-3.6.0.min.js"></script>
  12. <script src="js/jquery-ui.min.js"></script>
  13. <script src="js/application.js"></script>
  14. </head>
  15. <body class="GM">
  16. <div class="noScroll">
  17. <a href="https://www.youtube.com/watch?v=zq1ZqWvCxQY" class="texteGM"><img src="GMpicvideo.png"></a>
  18. <div class="iconsSideMenu">
  19. <a href="hpJuli.html"><img src="iconLandingpageJuliBW.png"></a>
  20. <a href="hpLison.html"><img src="iconLandingpageLisonBW.png"></a>
  21. <a href="hpCamille.html"><img src="IconHpCamilleBW.png"></a>
  22. <a href="hpRaphaelle.html"><img src="iconLandingpageRaphaelleBW.png"></a>
  23. <a href="hpGianmarco.html"><img src="iconLandingpageGMRed.png"></a>
  24. </div>
  25. <div class="menu">
  26. <!-- <a href="landingPage.html"><div class="buttonsMenu">about us</div></a> -->
  27. <a href="homepage.html"><div class="buttonsMenu">cocoa catalog</div></a>
  28. <div class="buttonsMenu" id="aboutUs">about us</div>
  29. </div>
  30. <div class="hoverAboutUs"><img src="aboutpagepopup.jpg"/><div class="closeButton">X</div></div>
  31. <!-- <div class=landingPage>
  32. <h1>Chocolate Atlas</h1>
  33. The Chocolate Atlas takes the viewer on a non-liner route through the world of cocoa. Using
  34. the lens of cocoa to magnify the detached consumption of goods on a global base. A melt-inyour-mouth sweet for some and, amongst others, a child-slavery-based business for others. The
  35. reality of food is not singular, which is why the Atlas is organized in an organic spread that can
  36. be accessed at multiple points. Cocoa and its trade route is one of the most fragmented crops of
  37. the world, equaling in increased accountability detachment from the fruit to the bar.
  38. <p>Project Developed
  39. at Design Academy of Eindhoven
  40. <br>Curated and edited
  41. by Lison, Julia, Camille, Raphaelle, Gianmarco</p>
  42. <div class=buttonEnter>enter</div>
  43. </div> -->
  44. </div>
  45. </body>
  46. </html>