|
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="en"> |
| 3 | + |
| 4 | +<head> |
| 5 | + <meta charset="utf-8"> |
| 6 | + <title>CDL 2024 | Super Hero Factory</title> |
| 7 | + |
| 8 | + <!-- og tags for facebook --> |
| 9 | + <meta property="og:title" content="CDL 2024 | Super Hero Factory" /> |
| 10 | + <meta property="og:site_name" content="CDL" /> |
| 11 | + <meta property="og:description" content="Alătură-te supereroilor." /> |
| 12 | + <meta property="og:type" content="website" /> |
| 13 | + <meta property="og:url" content="https://cdl.rosedu.org/" /> |
| 14 | + <meta property="og:image" |
| 15 | + content="https://raw.githubusercontent.com/rosedu/cdl/gh-pages/assets/images/super_hero_factory.png" /> |
| 16 | + |
| 17 | + <!-- favicon --> |
| 18 | + <link rel="icon" type="image/png" href="assets/images/favicon.ico"> |
| 19 | + |
| 20 | + <!-- Bootstrap CSS --> |
| 21 | + <link href="assets/bootstrap/css/bootstrap.min.css" rel="stylesheet"> |
| 22 | + <link href="assets/bootstrap/css/bootstrap-theme.min.css" rel="stylesheet"> |
| 23 | + <!-- font awesome --> |
| 24 | + <link href="assets/font-awesome/css/font-awesome.min.css" rel="stylesheet"> |
| 25 | + |
| 26 | + <!-- Jquery --> |
| 27 | + <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script> |
| 28 | + <!-- Bootstrap JS --> |
| 29 | + <script src="assets/bootstrap/js/bootstrap.min.js"></script> |
| 30 | + |
| 31 | + <!-- viewport meta tag --> |
| 32 | + <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 33 | + |
| 34 | + <!-- Custom stuff --> |
| 35 | + <link href="assets/css/stylesheet.css" rel="stylesheet"> |
| 36 | + <link href="assets/css/custom.css" rel="stylesheet"> |
| 37 | + <script src="assets/js/scrollTo.js"></script> |
| 38 | + <script src="assets/js/core.js"></script> |
| 39 | + <script src="assets/js/slideInEffect.js"></script> |
| 40 | + |
| 41 | + <!-- Google Analytics --> |
| 42 | + <script> |
| 43 | + (function (i, s, o, g, r, a, m) { |
| 44 | + i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function () { |
| 45 | + (i[r].q = i[r].q || []).push(arguments) |
| 46 | + }, i[r].l = 1 * new Date(); a = s.createElement(o), |
| 47 | + m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m) |
| 48 | + })(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga'); |
| 49 | + |
| 50 | + ga('create', 'UA-7579199-1', 'auto'); |
| 51 | + ga('send', 'pageview'); |
| 52 | + |
| 53 | + </script> |
| 54 | + |
| 55 | +</head> |
| 56 | + |
| 57 | +<body> |
| 58 | + |
| 59 | + {% include 2024/menu.html %} |
| 60 | + |
| 61 | + <section class="clearfix" id="content"> |
| 62 | + {{ content }} |
| 63 | + </section><!-- /content --> |
| 64 | + |
| 65 | +</body> |
| 66 | + |
| 67 | +</html> |
0 commit comments