|
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="en"> |
| 3 | +<head> |
| 4 | + <link rel="preload" as="script" href="./js/jquery.min.js"> |
| 5 | + <link rel="preload" as="script" href="./js/bootstrap.min.js"> |
| 6 | + <link rel="preload" as="script" href="./js/event.min.js"> |
| 7 | + <link rel="preload" as="style" href="./css/schedule.css"> |
| 8 | + <link rel="preload" as="style" href="./css/font-awesome.min.css"> |
| 9 | + <link rel="preload" as="style" href="./css/bootstrap.min.css"> |
| 10 | + <link rel="manifest" href="./manifest.json"> |
| 11 | + <link rel="preload" as="font" href="https://fonts.googleapis.com/css?family=Open+Sans:400,600,300" crossorigin> |
| 12 | + |
| 13 | + <meta charset="utf-8"> |
| 14 | + <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
| 15 | + <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 16 | + <meta name="theme-color" content="#317EFB"/> |
| 17 | + <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags --> |
| 18 | + |
| 19 | + <meta name="description" content="{{ apptitle }} Schedule"> |
| 20 | + <meta name="author" content="{{ metaauthor }}"> |
| 21 | + |
| 22 | + <title>{{ apptitle }}</title> |
| 23 | + |
| 24 | + <!-- Bootstrap core CSS --> |
| 25 | + <!-- Latest compiled and minified CSS --> |
| 26 | + <link rel="shortcut icon" href="{{ eventurls.ico_url }}" type="image/x-icon" /> |
| 27 | + <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,600,300' rel='stylesheet' type='text/css'> |
| 28 | + <link rel="stylesheet" type="text/css" href="./css/font-awesome.min.css"> |
| 29 | + <link rel="stylesheet" href="./css/bootstrap.min.css"> |
| 30 | + <link rel="stylesheet" href="./css/schedule.css"> |
| 31 | + |
| 32 | + <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> |
| 33 | + <!--[if lt IE 9]> |
| 34 | + <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> |
| 35 | + <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> |
| 36 | + <![endif]--> |
| 37 | +</head> |
| 38 | +<body> |
| 39 | +{{>navbar}} |
| 40 | +<div class="main-coc-container container"> |
| 41 | + <div class="row"> |
| 42 | + <div class="middle col-sm-12"> |
| 43 | + <h2 class="filter-heading track-heading text-center"> |
| 44 | + <span>Code of Conduct</span> |
| 45 | + </h2> |
| 46 | + </div> |
| 47 | + </div> |
| 48 | + |
| 49 | + <div class="row"> |
| 50 | + <div class="col-sm-12 col-md-12"> |
| 51 | + <div class="coc"> |
| 52 | + {{{eventurls.codeOfConduct}}} |
| 53 | + </div> |
| 54 | + </div> |
| 55 | + </div> |
| 56 | +</div> |
| 57 | +{{>footer}} |
| 58 | +<script src="./js/jquery.min.js"></script> |
| 59 | +<script src="./js/bootstrap.min.js" type="text/javascript"></script> |
| 60 | +<script type="text/javascript" src="./js/event.min.js"></script> |
| 61 | +</body> |
| 62 | +</html> |
0 commit comments