index.html 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. ---
  2. ---
  3. <!DOCTYPE HTML>
  4. <html dir="ltr" lang="en">
  5. <head>
  6. <meta charset="utf-8"/>
  7. <link rel="icon" href="/assets/profile-pic.png"/>
  8. <title>Smooth E</title>
  9. <meta name="HandheldFriendly" content="true" />
  10. <meta name="MobileOptimized" content="320" />
  11. <meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, width=device-width, user-scalable=no" />
  12. <link rel="stylesheet" type="text/css" href="/css/style.css"/>
  13. <link rel="stylesheet" type="text/css" href="/css/index.css"/>
  14. <link rel="stylesheet" type="text/css" href="/css/contribution-chart.css"/>
  15. <link rel="stylesheet" type="text/css" href="/css/carousel.css"/>
  16. <script type="text/javascript" src="/assets/js/products-carousel.js" defer></script>
  17. </head>
  18. <body>
  19. <div class="horizontally-centered container rounded-shadow content-width top-level-card" id="intro">
  20. <div id="profile-picture-wrapper">
  21. <div id="profile-picture-frame">
  22. <img id="profile-picture" class="animated-enter" src="assets/profile-pic.png"/>
  23. </div>
  24. <div id="profile-picture-shadow" class="rounded-shadow"></div>
  25. </div>
  26. <h1 id="profile-name" class="animated-enter">Smooth E</h1>
  27. <script src="/assets/js/github-calendar.js"></script>
  28. <div class="contribution-graph">
  29. <div class="placeholder">
  30. <span>Loading the data just for you.</span>
  31. </div>
  32. </div>
  33. <script type="module">
  34. GitHubCalendar(".contribution-graph", "smooth-e", { responsive: true });
  35. </script>
  36. </div>
  37. <products-carousel></products-carousel>
  38. </body>
  39. </html>