Wiki source code of Service Navigator
Version 22.5 by ZID Server on Tuesday, 01 Sep 2026 10:20
Hide last authors
| author | version | line-number | content |
|---|---|---|---|
| |
18.1 | 1 | {{html}} |
| 2 | <div style="max-width:1400px;margin:0 auto;"> | ||
| |
15.1 | 3 | |
| |
18.1 | 4 | <p style="margin:0 0 8px 0;"> |
| 5 | Artistic and administrative services at the University support many different needs — from research projects and teaching to employment, IT, rooms, procurement, legal questions, international mobility and library services. | ||
| 6 | </p> | ||
| |
15.1 | 7 | |
| |
18.1 | 8 | <p style="margin:0 0 22px 0;"> |
| 9 | The <strong>Service Navigator</strong> is organised around what you need to do, not around the university's organisational chart. | ||
| 10 | </p> | ||
| |
15.1 | 11 | |
| |
21.1 | 12 | <section style="margin:0 0 28px 0;padding:16px 18px;border:1px solid #e3ded6;border-radius:10px;background:#fcfbf8;box-shadow:0 1px 2px rgba(0,0,0,.035);"> |
| 13 | <h2 style="font-size:20px;margin:0 0 6px 0;color:#35312d;">Find a service</h2> | ||
| 14 | <p style="margin:0 0 12px 0;color:#6a655e;"> | ||
| |
18.1 | 15 | Search by task, topic or question — for example <em>room, invoice, disability, DOI, event, employment, data protection</em> or <em>library</em>. |
| 16 | </p> | ||
| |
15.1 | 17 | |
| |
18.1 | 18 | <form action="https://xwiki.uni-ak.ac.at/bin/view/Main/SolrSearch" method="get" role="search" style="margin:0;"> |
| 19 | <div style="display:flex;gap:10px;align-items:center;flex-wrap:wrap;"> | ||
| 20 | <label for="service-navigator-search" style="position:absolute;left:-10000px;">Search services</label> | ||
| 21 | <input | ||
| 22 | id="service-navigator-search" | ||
| 23 | name="text" | ||
| 24 | type="search" | ||
| 25 | placeholder="What do you need help with?" | ||
| 26 | autocomplete="off" | ||
| |
21.1 | 27 | style="flex:1 1 520px;min-width:260px;padding:11px 13px;border:1px solid #cfc8bd;border-radius:6px;background:#fffdf9;font-size:16px;" |
| |
18.1 | 28 | /> |
| 29 | <button type="submit" class="btn btn-primary" style="padding:11px 22px;">Search</button> | ||
| 30 | </div> | ||
| 31 | </form> | ||
| 32 | </section> | ||
| |
15.1 | 33 | |
| |
21.1 | 34 | <h2 style="font-size:24px;margin:0 0 16px 0;color:#35312d;">Find services by what you need to do</h2> |
| |
15.1 | 35 | |
| |
18.1 | 36 | <div style=" |
| 37 | display:grid; | ||
| 38 | grid-template-columns:repeat(auto-fit,minmax(300px,1fr)); | ||
| 39 | gap:18px; | ||
| 40 | align-items:stretch; | ||
| |
17.1 | 41 | "> |
| |
15.1 | 42 | |
| |
19.1 | 43 | <!-- 1. PEOPLE, EQUALITY, HEALTH & WORK --> |
| |
21.1 | 44 | <section style="display:flex;flex-direction:column;min-height:320px;border:1px solid #e3ded6;border-left:6px solid #f0aa00;border-radius:12px;background:#fcfbf8;box-shadow:0 1px 2px rgba(0,0,0,.035);overflow:hidden;"> |
| |
18.1 | 45 | <div style="padding:18px 18px 14px 18px;flex:1;"> |
| |
21.1 | 46 | <div style="display:inline-block;font-size:12px;font-weight:700;letter-spacing:.065em;color:#4f4a44;margin-bottom:8px;padding:4px 7px;background:#f3efe8;border-radius:4px;">PEOPLE & WORK</div> |
| 47 | <h3 style="font-size:21px;line-height:1.25;margin:0 0 8px 0;color:#252321;">People, Equality, Health & Work</h3> | ||
| 48 | <p style="color:#6a655e;margin:0 0 14px 0;">Employment, equality, diversity, disability, accessibility and health.</p> | ||
| |
15.1 | 49 | |
| |
18.1 | 50 | <div style="font-weight:700;margin-bottom:6px;">I need to…</div> |
| 51 | <ul style="margin:0 0 14px 18px;padding:0;"> | ||
| |
19.1 | 52 | <li>ask about employment, working conditions or labour law</li> |
| 53 | <li>get support concerning discrimination, equality or diversity</li> | ||
| 54 | <li>address disability, accessibility or health at work</li> | ||
| |
18.1 | 55 | </ul> |
| 56 | |||
| |
21.1 | 57 | <div style="font-size:12px;color:#6a655e;line-height:1.45;"> |
| |
19.1 | 58 | HR · staff development · equal treatment · diversity · disability · accessibility · health · labour law |
| |
18.1 | 59 | </div> |
| |
17.1 | 60 | </div> |
| |
18.1 | 61 | <div style="padding:0 18px 18px 18px;"> |
| |
21.1 | 62 | <span class="btn btn-default btn-block disabled" style="background:#f4f0e9;border-color:#d8d1c7;color:#6b655d;" aria-disabled="true">Explore People & Work</span> |
| |
18.1 | 63 | </div> |
| 64 | </section> | ||
| |
15.1 | 65 | |
| |
19.1 | 66 | <!-- 2. IT & DIGITAL SERVICES --> |
| |
21.1 | 67 | <section style="display:flex;flex-direction:column;min-height:320px;border:1px solid #e3ded6;border-left:6px solid #38b76a;border-radius:12px;background:#fcfbf8;box-shadow:0 1px 2px rgba(0,0,0,.035);overflow:hidden;"> |
| |
18.1 | 68 | <div style="padding:18px 18px 14px 18px;flex:1;"> |
| |
21.1 | 69 | <div style="display:inline-block;font-size:12px;font-weight:700;letter-spacing:.065em;color:#4f4a44;margin-bottom:8px;padding:4px 7px;background:#f3efe8;border-radius:4px;">IT & DIGITAL</div> |
| 70 | <h3 style="font-size:21px;line-height:1.25;margin:0 0 8px 0;color:#252321;">IT & Digital Services</h3> | ||
| 71 | <p style="color:#6a655e;margin:0 0 14px 0;">Accounts, systems, software, digital infrastructure and IT support.</p> | ||
| |
15.1 | 72 | |
| |
18.1 | 73 | <div style="font-weight:700;margin-bottom:6px;">I need to…</div> |
| 74 | <ul style="margin:0 0 14px 18px;padding:0;"> | ||
| |
19.1 | 75 | <li>access an account, system or digital service</li> |
| 76 | <li>solve an IT problem</li> | ||
| 77 | <li>plan or coordinate a digital or IT project</li> | ||
| |
18.1 | 78 | </ul> |
| |
15.1 | 79 | |
| |
21.1 | 80 | <div style="font-size:12px;color:#6a655e;line-height:1.45;"> |
| |
19.1 | 81 | Accounts · IT support · software · digital tools · infrastructure · IT project coordination |
| |
18.1 | 82 | </div> |
| |
17.1 | 83 | </div> |
| |
18.1 | 84 | <div style="padding:0 18px 18px 18px;"> |
| |
21.1 | 85 | <span class="btn btn-default btn-block disabled" style="background:#f4f0e9;border-color:#d8d1c7;color:#6b655d;" aria-disabled="true">Explore IT & Digital Services</span> |
| |
18.1 | 86 | </div> |
| 87 | </section> | ||
| |
15.1 | 88 | |
| |
19.1 | 89 | <!-- 3. ROOMS, BUILDINGS & CAMPUS --> |
| |
21.1 | 90 | <section style="display:flex;flex-direction:column;min-height:320px;border:1px solid #e3ded6;border-left:6px solid #38b76a;border-radius:12px;background:#fcfbf8;box-shadow:0 1px 2px rgba(0,0,0,.035);overflow:hidden;"> |
| |
18.1 | 91 | <div style="padding:18px 18px 14px 18px;flex:1;"> |
| |
21.1 | 92 | <div style="display:inline-block;font-size:12px;font-weight:700;letter-spacing:.065em;color:#4f4a44;margin-bottom:8px;padding:4px 7px;background:#f3efe8;border-radius:4px;">CAMPUS</div> |
| 93 | <h3 style="font-size:21px;line-height:1.25;margin:0 0 8px 0;color:#252321;">Rooms, Buildings & Campus</h3> | ||
| 94 | <p style="color:#6a655e;margin:0 0 14px 0;">Rooms, buildings, facilities, campus use and operational support.</p> | ||
| |
15.1 | 95 | |
| |
18.1 | 96 | <div style="font-weight:700;margin-bottom:6px;">I need to…</div> |
| 97 | <ul style="margin:0 0 14px 18px;padding:0;"> | ||
| |
19.1 | 98 | <li>book or use a room</li> |
| 99 | <li>report a building, equipment or safety issue</li> | ||
| 100 | <li>find information about campus facilities or house rules</li> | ||
| |
18.1 | 101 | </ul> |
| |
15.1 | 102 | |
| |
21.1 | 103 | <div style="font-size:12px;color:#6a655e;line-height:1.45;"> |
| |
19.1 | 104 | Facility management · estates · room coordination · building services · safety · house rules · campus operations |
| |
18.1 | 105 | </div> |
| |
17.1 | 106 | </div> |
| |
18.1 | 107 | <div style="padding:0 18px 18px 18px;"> |
| |
21.1 | 108 | <span class="btn btn-default btn-block disabled" style="background:#f4f0e9;border-color:#d8d1c7;color:#6b655d;" aria-disabled="true">Explore Rooms & Campus</span> |
| |
18.1 | 109 | </div> |
| 110 | </section> | ||
| |
15.1 | 111 | |
| |
19.1 | 112 | <!-- 4. ART & RESEARCH SERVICES --> |
| |
21.1 | 113 | <section style="display:flex;flex-direction:column;min-height:320px;border:1px solid #e3ded6;border-left:6px solid #21b6d7;border-radius:12px;background:#fcfbf8;box-shadow:0 1px 2px rgba(0,0,0,.035);overflow:hidden;"> |
| |
18.1 | 114 | <div style="padding:18px 18px 14px 18px;flex:1;"> |
| |
21.1 | 115 | <div style="display:inline-block;font-size:12px;font-weight:700;letter-spacing:.065em;color:#4f4a44;margin-bottom:8px;padding:4px 7px;background:#f3efe8;border-radius:4px;">ART & RESEARCH</div> |
| 116 | <h3 style="font-size:21px;line-height:1.25;margin:0 0 8px 0;color:#252321;">Art & Research Services</h3> | ||
| 117 | <p style="color:#6a655e;margin:0 0 14px 0;">Plan, manage, publish, share and preserve artistic and research projects.</p> | ||
| |
15.1 | 118 | |
| |
18.1 | 119 | <div style="font-weight:700;margin-bottom:6px;">I need to…</div> |
| 120 | <ul style="margin:0 0 14px 18px;padding:0;"> | ||
| |
19.1 | 121 | <li>develop or plan an artistic or research project</li> |
| 122 | <li>manage research data, documentation or collaboration</li> | ||
| 123 | <li>publish, cite, share or preserve outputs</li> | ||
| |
18.1 | 124 | </ul> |
| |
15.1 | 125 | |
| |
21.1 | 126 | <div style="font-size:12px;color:#6a655e;line-height:1.45;"> |
| |
19.1 | 127 | Research projects · research data management · rights & ethics · repositories · publication · preservation |
| |
18.1 | 128 | </div> |
| |
17.1 | 129 | </div> |
| |
18.1 | 130 | <div style="padding:0 18px 18px 18px;"> |
| |
19.1 | 131 | <a href="https://xwiki.uni-ak.ac.at/bin/view/Service%20Navigator/Art%20%26%20Research%20Services%20Navigator/" class="btn btn-primary btn-block">Explore Art & Research Services</a> |
| |
18.1 | 132 | </div> |
| 133 | </section> | ||
| |
15.1 | 134 | |
| |
19.1 | 135 | <!-- 5. STUDY, TEACHING & CURRICULUM --> |
| |
21.1 | 136 | <section style="display:flex;flex-direction:column;min-height:320px;border:1px solid #e3ded6;border-left:6px solid #21b6d7;border-radius:12px;background:#fcfbf8;box-shadow:0 1px 2px rgba(0,0,0,.035);overflow:hidden;"> |
| |
18.1 | 137 | <div style="padding:18px 18px 14px 18px;flex:1;"> |
| |
21.1 | 138 | <div style="display:inline-block;font-size:12px;font-weight:700;letter-spacing:.065em;color:#4f4a44;margin-bottom:8px;padding:4px 7px;background:#f3efe8;border-radius:4px;">STUDY & TEACHING</div> |
| 139 | <h3 style="font-size:21px;line-height:1.25;margin:0 0 8px 0;color:#252321;">Study, Teaching & Curriculum</h3> | ||
| 140 | <p style="color:#6a655e;margin:0 0 14px 0;">Support for studying, teaching, curricula and the learning environment.</p> | ||
| |
15.1 | 141 | |
| |
18.1 | 142 | <div style="font-weight:700;margin-bottom:6px;">I need to…</div> |
| 143 | <ul style="margin:0 0 14px 18px;padding:0;"> | ||
| |
19.1 | 144 | <li>clarify a study-related question</li> |
| 145 | <li>develop or change teaching or curricula</li> | ||
| 146 | <li>find support for final projects or accessibility in study</li> | ||
| |
18.1 | 147 | </ul> |
| |
15.1 | 148 | |
| |
21.1 | 149 | <div style="font-size:12px;color:#6a655e;line-height:1.45;"> |
| |
19.1 | 150 | Student affairs · teaching quality · curriculum development · final projects · student workspace |
| |
18.1 | 151 | </div> |
| |
17.1 | 152 | </div> |
| |
18.1 | 153 | <div style="padding:0 18px 18px 18px;"> |
| |
21.1 | 154 | <span class="btn btn-default btn-block disabled" style="background:#f4f0e9;border-color:#d8d1c7;color:#6b655d;" aria-disabled="true">Explore Study & Teaching</span> |
| |
18.1 | 155 | </div> |
| 156 | </section> | ||
| |
15.1 | 157 | |
| |
20.1 | 158 | <!-- 6. RESEARCH & DISCOVERY RESOURCES --> |
| |
21.1 | 159 | <section style="display:flex;flex-direction:column;min-height:340px;border:1px solid #e3ded6;border-left:6px solid #21b6d7;border-radius:12px;background:#fcfbf8;box-shadow:0 1px 2px rgba(0,0,0,.035);overflow:hidden;"> |
| |
20.1 | 160 | <div style="padding:18px 18px 14px 18px;flex:1;"> |
| |
21.1 | 161 | <div style="display:inline-block;font-size:12px;font-weight:700;letter-spacing:.065em;color:#4f4a44;margin-bottom:8px;padding:4px 7px;background:#f3efe8;border-radius:4px;">FIND · SEARCH · DISCOVER</div> |
| 162 | <h3 style="font-size:21px;line-height:1.25;margin:0 0 8px 0;color:#252321;">Research & Discovery Resources</h3> | ||
| 163 | <p style="color:#6a655e;margin:0 0 14px 0;">Find literature, databases, archives, collections, repositories and specialist research resources across the University.</p> | ||
| |
20.1 | 164 | |
| 165 | <div style="font-weight:700;margin-bottom:6px;">I need to…</div> | ||
| 166 | <ul style="margin:0 0 14px 18px;padding:0;"> | ||
| 167 | <li>find literature, media, databases or digital resources</li> | ||
| 168 | <li>research archival, artistic or institutional collections</li> | ||
| 169 | <li>discover repositories, specialist archives and research databases</li> | ||
| 170 | </ul> | ||
| 171 | |||
| |
21.1 | 172 | <div style="font-size:12px;color:#6a655e;line-height:1.5;"> |
| |
20.1 | 173 | University Library & supA · licensed databases · University Archive & Art Collection · online collection databases · Oskar Kokoschka Centre · Viktor J. Papanek Foundation · Venedig Biennale Archiv Austria · Weibel Institute & Peter Weibel Archive · Ursula Blickle Video Archive · Angewandte Repository |
| 174 | </div> | ||
| 175 | </div> | ||
| 176 | <div style="padding:0 18px 18px 18px;"> | ||
| |
21.1 | 177 | <span class="btn btn-default btn-block disabled" style="background:#f4f0e9;border-color:#d8d1c7;color:#6b655d;" aria-disabled="true">Explore Research & Discovery</span> |
| |
20.1 | 178 | </div> |
| 179 | </section> | ||
| 180 | |||
| 181 | <!-- 7. PURCHASING, FINANCE & LOGISTICS --> | ||
| |
21.1 | 182 | <section style="display:flex;flex-direction:column;min-height:320px;border:1px solid #e3ded6;border-left:6px solid #38b76a;border-radius:12px;background:#fcfbf8;box-shadow:0 1px 2px rgba(0,0,0,.035);overflow:hidden;"> |
| |
18.1 | 183 | <div style="padding:18px 18px 14px 18px;flex:1;"> |
| |
21.1 | 184 | <div style="display:inline-block;font-size:12px;font-weight:700;letter-spacing:.065em;color:#4f4a44;margin-bottom:8px;padding:4px 7px;background:#f3efe8;border-radius:4px;">PURCHASE & MOVE</div> |
| 185 | <h3 style="font-size:21px;line-height:1.25;margin:0 0 8px 0;color:#252321;">Purchasing, Finance & Logistics</h3> | ||
| 186 | <p style="color:#6a655e;margin:0 0 14px 0;">Buy, pay, budget, send, transport and move things.</p> | ||
| |
15.1 | 187 | |
| |
18.1 | 188 | <div style="font-weight:700;margin-bottom:6px;">I need to…</div> |
| 189 | <ul style="margin:0 0 14px 18px;padding:0;"> | ||
| 190 | <li>purchase materials or services</li> | ||
| 191 | <li>clarify an invoice, budget or financial process</li> | ||
| 192 | <li>send, transport or move items</li> | ||
| 193 | </ul> | ||
| |
15.1 | 194 | |
| |
21.1 | 195 | <div style="font-size:12px;color:#6a655e;line-height:1.45;"> |
| |
18.1 | 196 | Procurement · controlling · accounting · resource planning · mail & logistics · transport · relocations |
| 197 | </div> | ||
| |
17.1 | 198 | </div> |
| |
18.1 | 199 | <div style="padding:0 18px 18px 18px;"> |
| |
21.1 | 200 | <span class="btn btn-default btn-block disabled" style="background:#f4f0e9;border-color:#d8d1c7;color:#6b655d;" aria-disabled="true">Explore Finance & Logistics</span> |
| |
18.1 | 201 | </div> |
| 202 | </section> | ||
| |
15.1 | 203 | |
| |
20.1 | 204 | <!-- 8. LEGAL, DATA PROTECTION & GOVERNANCE --> |
| |
21.1 | 205 | <section style="display:flex;flex-direction:column;min-height:320px;border:1px solid #e3ded6;border-left:6px solid #f0aa00;border-radius:12px;background:#fcfbf8;box-shadow:0 1px 2px rgba(0,0,0,.035);overflow:hidden;"> |
| |
18.1 | 206 | <div style="padding:18px 18px 14px 18px;flex:1;"> |
| |
21.1 | 207 | <div style="display:inline-block;font-size:12px;font-weight:700;letter-spacing:.065em;color:#4f4a44;margin-bottom:8px;padding:4px 7px;background:#f3efe8;border-radius:4px;">RIGHTS & RULES</div> |
| 208 | <h3 style="font-size:21px;line-height:1.25;margin:0 0 8px 0;color:#252321;">Legal, Data Protection & Governance</h3> | ||
| 209 | <p style="color:#6a655e;margin:0 0 14px 0;">Legal questions, privacy, information rights and institutional rules.</p> | ||
| |
15.1 | 210 | |
| |
18.1 | 211 | <div style="font-weight:700;margin-bottom:6px;">I need to…</div> |
| 212 | <ul style="margin:0 0 14px 18px;padding:0;"> | ||
| |
19.1 | 213 | <li>clarify a legal or contractual question</li> |
| 214 | <li>deal with personal data or privacy</li> | ||
| 215 | <li>understand an institutional rule or information-access requirement</li> | ||
| |
18.1 | 216 | </ul> |
| |
15.1 | 217 | |
| |
21.1 | 218 | <div style="font-size:12px;color:#6a655e;line-height:1.45;"> |
| |
19.1 | 219 | Legal affairs · data protection · freedom of information · governance · institutional rules |
| |
18.1 | 220 | </div> |
| |
17.1 | 221 | </div> |
| |
18.1 | 222 | <div style="padding:0 18px 18px 18px;"> |
| |
21.1 | 223 | <span class="btn btn-default btn-block disabled" style="background:#f4f0e9;border-color:#d8d1c7;color:#6b655d;" aria-disabled="true">Explore Legal & Governance</span> |
| |
18.1 | 224 | </div> |
| 225 | </section> | ||
| |
15.1 | 226 | |
| |
20.1 | 227 | <!-- 9. COMMUNICATION, MEDIA & EVENTS --> |
| |
21.1 | 228 | <section style="display:flex;flex-direction:column;min-height:320px;border:1px solid #e3ded6;border-left:6px solid #e94b13;border-radius:12px;background:#fcfbf8;box-shadow:0 1px 2px rgba(0,0,0,.035);overflow:hidden;"> |
| |
18.1 | 229 | <div style="padding:18px 18px 14px 18px;flex:1;"> |
| |
21.1 | 230 | <div style="display:inline-block;font-size:12px;font-weight:700;letter-spacing:.065em;color:#4f4a44;margin-bottom:8px;padding:4px 7px;background:#f3efe8;border-radius:4px;">COMMUNICATE & ORGANISE</div> |
| 231 | <h3 style="font-size:21px;line-height:1.25;margin:0 0 8px 0;color:#252321;">Communication, Media & Events</h3> | ||
| 232 | <p style="color:#6a655e;margin:0 0 14px 0;">Communicate, publish, print, promote and organise events.</p> | ||
| |
15.1 | 233 | |
| |
18.1 | 234 | <div style="font-weight:700;margin-bottom:6px;">I need to…</div> |
| 235 | <ul style="margin:0 0 14px 18px;padding:0;"> | ||
| |
19.1 | 236 | <li>communicate or publicise something</li> |
| 237 | <li>produce a publication, flyer or printed material</li> | ||
| 238 | <li>organise or support an event</li> | ||
| |
18.1 | 239 | </ul> |
| |
15.1 | 240 | |
| |
21.1 | 241 | <div style="font-size:12px;color:#6a655e;line-height:1.45;"> |
| |
19.1 | 242 | Press & communications · publications · print materials · event management · Open House · festival |
| |
18.1 | 243 | </div> |
| 244 | </div> | ||
| 245 | <div style="padding:0 18px 18px 18px;"> | ||
| |
21.1 | 246 | <span class="btn btn-default btn-block disabled" style="background:#f4f0e9;border-color:#d8d1c7;color:#6b655d;" aria-disabled="true">Explore Communication & Events</span> |
| |
18.1 | 247 | </div> |
| 248 | </section> | ||
| |
15.1 | 249 | |
| |
19.1 | 250 | <!-- 10. INTERNATIONAL OFFICE --> |
| |
21.1 | 251 | <section style="display:flex;flex-direction:column;min-height:300px;border:1px solid #e3ded6;border-left:6px solid #21b6d7;border-radius:12px;background:#fcfbf8;box-shadow:0 1px 2px rgba(0,0,0,.035);overflow:hidden;"> |
| |
19.1 | 252 | <div style="padding:18px 18px 14px 18px;flex:1;"> |
| |
21.1 | 253 | <div style="display:inline-block;font-size:12px;font-weight:700;letter-spacing:.065em;color:#4f4a44;margin-bottom:8px;padding:4px 7px;background:#f3efe8;border-radius:4px;">GO INTERNATIONAL</div> |
| 254 | <h3 style="font-size:21px;line-height:1.25;margin:0 0 8px 0;color:#252321;">International Office</h3> | ||
| 255 | <p style="color:#6a655e;margin:0 0 14px 0;">International mobility, exchange and international support.</p> | ||
| |
19.1 | 256 | |
| 257 | <div style="font-weight:700;margin-bottom:6px;">I need to…</div> | ||
| 258 | <ul style="margin:0 0 14px 18px;padding:0;"> | ||
| 259 | <li>plan an international stay or exchange</li> | ||
| 260 | <li>ask about mobility opportunities</li> | ||
| 261 | <li>find support for an international context</li> | ||
| 262 | </ul> | ||
| 263 | |||
| |
21.1 | 264 | <div style="font-size:12px;color:#6a655e;line-height:1.45;"> |
| |
19.1 | 265 | Mobility · exchange · international cooperation · international support |
| 266 | </div> | ||
| 267 | </div> | ||
| 268 | <div style="padding:0 18px 18px 18px;"> | ||
| |
21.1 | 269 | <span class="btn btn-default btn-block disabled" style="background:#f4f0e9;border-color:#d8d1c7;color:#6b655d;" aria-disabled="true">Explore International Office</span> |
| |
19.1 | 270 | </div> |
| 271 | </section> | ||
| 272 | |||
| 273 | |||
| |
18.1 | 274 | </div> |
| 275 | |||
| |
22.1 | 276 | <aside style="margin-top:26px;padding:14px 16px;border:1px solid #cfe8ef;border-left:4px solid #21b6d7;background:#eaf6f9;border-radius:6px;"> |
| |
18.1 | 277 | <strong>Not sure where to start?</strong> |
| 278 | <div style="margin-top:4px;"> | ||
| 279 | Use the search at the top of the page or choose the card that best matches what you are trying to do. A service may deliberately appear in more than one area when this makes it easier to find. | ||
| |
17.1 | 280 | </div> |
| |
18.1 | 281 | </aside> |
| |
15.1 | 282 | |
| |
17.1 | 283 | </div> |
| |
15.1 | 284 | {{/html}} |