This repository has been archived by the owner on Oct 25, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
86 lines (66 loc) · 3.76 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Data classification</title>
<link href="./css/screen.min.css" media="screen, projection" rel="stylesheet" type="text/css">
<link href="./css/jekyll-styles.css" rel="stylesheet" type="text/css">
<link href="./css/app.css" rel="stylesheet" type="text/css">
<body>
<header class="header header--desktop">
<a class="header__close" href="#">
<img src="//static.ucl.ac.uk/indigo/images/close.png" class="lazy" data-src="//static.ucl.ac.uk/indigo/images/close.png" alt="X">Close</a>
<div class="masthead">
<div class="wrapper clearfix">
<div class="masthead__search">
<form action="#" method="get">
<div class="search-form">
<span class="twitter-typeahead" style="position: relative; display: inline-block; width: 100%; direction: ltr;"><input type="search" placeholder="Search UCL websites, people and more" class="search-form__input search-form__input--search tt-input" value="" autocomplete="off" spellcheck="false" dir="auto" style="position: relative; vertical-align: top;"><pre aria-hidden="true" style="position: absolute; visibility: hidden; white-space: pre; font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; word-spacing: 0px; letter-spacing: 0px; text-indent: 0px; text-rendering: auto; text-transform: none;"></pre><span class="tt-dropdown-menu" style="position: fixed; width: 90%; left: 5%; top: 48px; right: auto; z-index: 5050; background-color: rgb(255, 255, 255); border: 1px solid rgb(170, 170, 170); border-radius: 4px; box-shadow: rgba(51, 51, 51, 0.3) 2px 2px 2px; display: none;"><div class="AC-result AC-result--websites"></div><div class="AC-result AC-result--degrees"></div><div class="AC-result AC-result--directory"></div><div class="AC-result AC-result--research"></div></span></span>
</div>
<input type="submit" name="sumbit" value="Go" class="btn search-form__input search-form__input--submit">
</form>
</div>
<nav class="masthead__nav m-clear">
<ul class="masthead__list">
<li class="masthead__item"><a href="index.php" class="masthead__link">UCL Home</a>
</li>
<li class="masthead__item"><a href="prospective-students.php" class="masthead__link">Prospective students</a>
</li>
<li class="masthead__item"><a href="current-students.php" class="masthead__link">Current students</a>
</li>
<li class="masthead__item"><a href="staff.php" class="masthead__link">Staff</a>
</li>
</ul>
</nav>
</div>
</div><!-- end .masthead -->
<div class="wrapper">
<div class="photograph">
<div class="brand">
<p class="brand__heading">Data classification</p>
<a href="/" class="brand__link"><span class="visually-hidden">Home</span></a>
<img src="//static.ucl.ac.uk/indigo/images/ucl-logo.svg" data-src="//static.ucl.ac.uk/indigo/images/ucl-logo.svg" alt="UCL logo" id="logo" class="brand__logo lazy">
</div>
</div>
</div>
<!-- end .sidebar -->
<nav class="nav nav--top">
<ul>
</ul>
</nav>
<!-- end .wrapper -->
</header>
<h3 id="title"></h3>
<div id="app-container">
<div id="app-content"></div>
<div id="footer">
<h5>Experimental tool: Feedback welcome</h5>
<p id="feedback">We would be glad to receive feedback on this tool and anything you found useful or otherwise about it. Please let us know your thoughts via <a href="https://forms.office.com/r/Kd4TBmGwMg">this short online survey</a>.</p>
</div>
</div>
</body>
<script src="app/docx.js"></script>
<script src="app/questions.js"></script>
<script src="app/results.js"></script>
<script src="app/app.js"></script>
</html>