├── .gitignore ├── .vscode └── extensions.json ├── CC-BY-SA-4.0.txt ├── COPYING.txt ├── FONTLOG.txt ├── OFL-1.1.txt ├── README.md ├── altinn-din.png ├── generated ├── otf │ ├── Altinn-DIN-Bold.otf │ ├── Altinn-DIN-Italic.otf │ ├── Altinn-DIN.otf │ ├── Altinn-DINCondensed-Bold.otf │ ├── Altinn-DINCondensed.otf │ ├── Altinn-DINExp-Bold.otf │ ├── Altinn-DINExp-Italic.otf │ └── Altinn-DINExp.otf ├── woff │ ├── Altinn-DIN-Bold.woff │ ├── Altinn-DIN-Italic.woff │ ├── Altinn-DIN.woff │ ├── Altinn-DINCondensed-Bold.woff │ ├── Altinn-DINCondensed.woff │ ├── Altinn-DINExp-Bold.woff │ ├── Altinn-DINExp-Italic.woff │ └── Altinn-DINExp.woff └── woff2 │ ├── Altinn-DIN-Bold.woff2 │ ├── Altinn-DIN-Italic.woff2 │ ├── Altinn-DIN.woff2 │ ├── Altinn-DINCondensed-Bold.woff2 │ ├── Altinn-DINCondensed.woff2 │ ├── Altinn-DINExp-Bold.woff2 │ ├── Altinn-DINExp-Italic.woff2 │ └── Altinn-DINExp.woff2 ├── src ├── Altinn-DIN-Bold.sfd ├── Altinn-DIN-Italic.sfd ├── Altinn-DIN.sfd ├── Altinn-DINCondensed-Bold.sfd ├── Altinn-DINCondensed.sfd ├── Altinn-DINExp-Bold.sfd ├── Altinn-DINExp-Italic.sfd └── Altinn-DINExp.sfd └── test └── altinndigital.no ├── _files ├── altinnett-api.svg ├── altinnett-digital-dialog.svg ├── altinnett-digital-post.svg ├── an-logo-blue.svg ├── an-logo-darkBlue.svg ├── arrowrightup-white.svg ├── date-blue.svg ├── df832575.js ├── dokumentasjonliten.svg ├── ed31cded.js ├── jquery ├── override.css ├── prototypeikon.svg ├── saved_resource ├── selvbetjening-ikon.svg ├── style.css ├── styleguide ├── woff2(1).css └── woff2.css └── home.html /.gitignore: -------------------------------------------------------------------------------- 1 | fonts.dir 2 | fonts.list 3 | fonts.scale 4 | encodings.dir 5 | .DS_Store 6 | .DS_Store? 7 | __MACOSX 8 | ._.DS_Store 9 | ._* 10 | .Spotlight-V100 11 | .Trashes 12 | ehthumbs.db 13 | Thumbs.db 14 | DINWeb* 15 | -------------------------------------------------------------------------------- /.vscode/extensions.json: -------------------------------------------------------------------------------- 1 | { 2 | "recommendations": [ 3 | "xiangdong-zeng.fontforge-vscode" 4 | ] 5 | } -------------------------------------------------------------------------------- /CC-BY-SA-4.0.txt: -------------------------------------------------------------------------------- 1 | Attribution-ShareAlike 4.0 International 2 | 3 | ======================================================================= 4 | 5 | Creative Commons Corporation ("Creative Commons") is not a law firm and 6 | does not provide legal services or legal advice. Distribution of 7 | Creative Commons public licenses does not create a lawyer-client or 8 | other relationship. Creative Commons makes its licenses and related 9 | information available on an "as-is" basis. Creative Commons gives no 10 | warranties regarding its licenses, any material licensed under their 11 | terms and conditions, or any related information. Creative Commons 12 | disclaims all liability for damages resulting from their use to the 13 | fullest extent possible. 14 | 15 | Using Creative Commons Public Licenses 16 | 17 | Creative Commons public licenses provide a standard set of terms and 18 | conditions that creators and other rights holders may use to share 19 | original works of authorship and other material subject to copyright 20 | and certain other rights specified in the public license below. The 21 | following considerations are for informational purposes only, are not 22 | exhaustive, and do not form part of our licenses. 23 | 24 | Considerations for licensors: Our public licenses are 25 | intended for use by those authorized to give the public 26 | permission to use material in ways otherwise restricted by 27 | copyright and certain other rights. Our licenses are 28 | irrevocable. Licensors should read and understand the terms 29 | and conditions of the license they choose before applying it. 30 | Licensors should also secure all rights necessary before 31 | applying our licenses so that the public can reuse the 32 | material as expected. Licensors should clearly mark any 33 | material not subject to the license. This includes other CC- 34 | licensed material, or material used under an exception or 35 | limitation to copyright. More considerations for licensors: 36 | wiki.creativecommons.org/Considerations_for_licensors 37 | 38 | Considerations for the public: By using one of our public 39 | licenses, a licensor grants the public permission to use the 40 | licensed material under specified terms and conditions. If 41 | the licensor's permission is not necessary for any reason--for 42 | example, because of any applicable exception or limitation to 43 | copyright--then that use is not regulated by the license. Our 44 | licenses grant only permissions under copyright and certain 45 | other rights that a licensor has authority to grant. Use of 46 | the licensed material may still be restricted for other 47 | reasons, including because others have copyright or other 48 | rights in the material. A licensor may make special requests, 49 | such as asking that all changes be marked or described. 50 | Although not required by our licenses, you are encouraged to 51 | respect those requests where reasonable. More_considerations 52 | for the public: 53 | wiki.creativecommons.org/Considerations_for_licensees 54 | 55 | ======================================================================= 56 | 57 | Creative Commons Attribution-ShareAlike 4.0 International Public 58 | License 59 | 60 | By exercising the Licensed Rights (defined below), You accept and agree 61 | to be bound by the terms and conditions of this Creative Commons 62 | Attribution-ShareAlike 4.0 International Public License ("Public 63 | License"). To the extent this Public License may be interpreted as a 64 | contract, You are granted the Licensed Rights in consideration of Your 65 | acceptance of these terms and conditions, and the Licensor grants You 66 | such rights in consideration of benefits the Licensor receives from 67 | making the Licensed Material available under these terms and 68 | conditions. 69 | 70 | 71 | Section 1 -- Definitions. 72 | 73 | a. Adapted Material means material subject to Copyright and Similar 74 | Rights that is derived from or based upon the Licensed Material 75 | and in which the Licensed Material is translated, altered, 76 | arranged, transformed, or otherwise modified in a manner requiring 77 | permission under the Copyright and Similar Rights held by the 78 | Licensor. For purposes of this Public License, where the Licensed 79 | Material is a musical work, performance, or sound recording, 80 | Adapted Material is always produced where the Licensed Material is 81 | synched in timed relation with a moving image. 82 | 83 | b. Adapter's License means the license You apply to Your Copyright 84 | and Similar Rights in Your contributions to Adapted Material in 85 | accordance with the terms and conditions of this Public License. 86 | 87 | c. BY-SA Compatible License means a license listed at 88 | creativecommons.org/compatiblelicenses, approved by Creative 89 | Commons as essentially the equivalent of this Public License. 90 | 91 | d. Copyright and Similar Rights means copyright and/or similar rights 92 | closely related to copyright including, without limitation, 93 | performance, broadcast, sound recording, and Sui Generis Database 94 | Rights, without regard to how the rights are labeled or 95 | categorized. For purposes of this Public License, the rights 96 | specified in Section 2(b)(1)-(2) are not Copyright and Similar 97 | Rights. 98 | 99 | e. Effective Technological Measures means those measures that, in the 100 | absence of proper authority, may not be circumvented under laws 101 | fulfilling obligations under Article 11 of the WIPO Copyright 102 | Treaty adopted on December 20, 1996, and/or similar international 103 | agreements. 104 | 105 | f. Exceptions and Limitations means fair use, fair dealing, and/or 106 | any other exception or limitation to Copyright and Similar Rights 107 | that applies to Your use of the Licensed Material. 108 | 109 | g. License Elements means the license attributes listed in the name 110 | of a Creative Commons Public License. The License Elements of this 111 | Public License are Attribution and ShareAlike. 112 | 113 | h. Licensed Material means the artistic or literary work, database, 114 | or other material to which the Licensor applied this Public 115 | License. 116 | 117 | i. Licensed Rights means the rights granted to You subject to the 118 | terms and conditions of this Public License, which are limited to 119 | all Copyright and Similar Rights that apply to Your use of the 120 | Licensed Material and that the Licensor has authority to license. 121 | 122 | j. Licensor means the individual(s) or entity(ies) granting rights 123 | under this Public License. 124 | 125 | k. Share means to provide material to the public by any means or 126 | process that requires permission under the Licensed Rights, such 127 | as reproduction, public display, public performance, distribution, 128 | dissemination, communication, or importation, and to make material 129 | available to the public including in ways that members of the 130 | public may access the material from a place and at a time 131 | individually chosen by them. 132 | 133 | l. Sui Generis Database Rights means rights other than copyright 134 | resulting from Directive 96/9/EC of the European Parliament and of 135 | the Council of 11 March 1996 on the legal protection of databases, 136 | as amended and/or succeeded, as well as other essentially 137 | equivalent rights anywhere in the world. 138 | 139 | m. You means the individual or entity exercising the Licensed Rights 140 | under this Public License. Your has a corresponding meaning. 141 | 142 | 143 | Section 2 -- Scope. 144 | 145 | a. License grant. 146 | 147 | 1. Subject to the terms and conditions of this Public License, 148 | the Licensor hereby grants You a worldwide, royalty-free, 149 | non-sublicensable, non-exclusive, irrevocable license to 150 | exercise the Licensed Rights in the Licensed Material to: 151 | 152 | a. reproduce and Share the Licensed Material, in whole or 153 | in part; and 154 | 155 | b. produce, reproduce, and Share Adapted Material. 156 | 157 | 2. Exceptions and Limitations. For the avoidance of doubt, where 158 | Exceptions and Limitations apply to Your use, this Public 159 | License does not apply, and You do not need to comply with 160 | its terms and conditions. 161 | 162 | 3. Term. The term of this Public License is specified in Section 163 | 6(a). 164 | 165 | 4. Media and formats; technical modifications allowed. The 166 | Licensor authorizes You to exercise the Licensed Rights in 167 | all media and formats whether now known or hereafter created, 168 | and to make technical modifications necessary to do so. The 169 | Licensor waives and/or agrees not to assert any right or 170 | authority to forbid You from making technical modifications 171 | necessary to exercise the Licensed Rights, including 172 | technical modifications necessary to circumvent Effective 173 | Technological Measures. For purposes of this Public License, 174 | simply making modifications authorized by this Section 2(a) 175 | (4) never produces Adapted Material. 176 | 177 | 5. Downstream recipients. 178 | 179 | a. Offer from the Licensor -- Licensed Material. Every 180 | recipient of the Licensed Material automatically 181 | receives an offer from the Licensor to exercise the 182 | Licensed Rights under the terms and conditions of this 183 | Public License. 184 | 185 | b. Additional offer from the Licensor -- Adapted Material. 186 | Every recipient of Adapted Material from You 187 | automatically receives an offer from the Licensor to 188 | exercise the Licensed Rights in the Adapted Material 189 | under the conditions of the Adapter's License You apply. 190 | 191 | c. No downstream restrictions. You may not offer or impose 192 | any additional or different terms or conditions on, or 193 | apply any Effective Technological Measures to, the 194 | Licensed Material if doing so restricts exercise of the 195 | Licensed Rights by any recipient of the Licensed 196 | Material. 197 | 198 | 6. No endorsement. Nothing in this Public License constitutes or 199 | may be construed as permission to assert or imply that You 200 | are, or that Your use of the Licensed Material is, connected 201 | with, or sponsored, endorsed, or granted official status by, 202 | the Licensor or others designated to receive attribution as 203 | provided in Section 3(a)(1)(A)(i). 204 | 205 | b. Other rights. 206 | 207 | 1. Moral rights, such as the right of integrity, are not 208 | licensed under this Public License, nor are publicity, 209 | privacy, and/or other similar personality rights; however, to 210 | the extent possible, the Licensor waives and/or agrees not to 211 | assert any such rights held by the Licensor to the limited 212 | extent necessary to allow You to exercise the Licensed 213 | Rights, but not otherwise. 214 | 215 | 2. Patent and trademark rights are not licensed under this 216 | Public License. 217 | 218 | 3. To the extent possible, the Licensor waives any right to 219 | collect royalties from You for the exercise of the Licensed 220 | Rights, whether directly or through a collecting society 221 | under any voluntary or waivable statutory or compulsory 222 | licensing scheme. In all other cases the Licensor expressly 223 | reserves any right to collect such royalties. 224 | 225 | 226 | Section 3 -- License Conditions. 227 | 228 | Your exercise of the Licensed Rights is expressly made subject to the 229 | following conditions. 230 | 231 | a. Attribution. 232 | 233 | 1. If You Share the Licensed Material (including in modified 234 | form), You must: 235 | 236 | a. retain the following if it is supplied by the Licensor 237 | with the Licensed Material: 238 | 239 | i. identification of the creator(s) of the Licensed 240 | Material and any others designated to receive 241 | attribution, in any reasonable manner requested by 242 | the Licensor (including by pseudonym if 243 | designated); 244 | 245 | ii. a copyright notice; 246 | 247 | iii. a notice that refers to this Public License; 248 | 249 | iv. a notice that refers to the disclaimer of 250 | warranties; 251 | 252 | v. a URI or hyperlink to the Licensed Material to the 253 | extent reasonably practicable; 254 | 255 | b. indicate if You modified the Licensed Material and 256 | retain an indication of any previous modifications; and 257 | 258 | c. indicate the Licensed Material is licensed under this 259 | Public License, and include the text of, or the URI or 260 | hyperlink to, this Public License. 261 | 262 | 2. You may satisfy the conditions in Section 3(a)(1) in any 263 | reasonable manner based on the medium, means, and context in 264 | which You Share the Licensed Material. For example, it may be 265 | reasonable to satisfy the conditions by providing a URI or 266 | hyperlink to a resource that includes the required 267 | information. 268 | 269 | 3. If requested by the Licensor, You must remove any of the 270 | information required by Section 3(a)(1)(A) to the extent 271 | reasonably practicable. 272 | 273 | b. ShareAlike. 274 | 275 | In addition to the conditions in Section 3(a), if You Share 276 | Adapted Material You produce, the following conditions also apply. 277 | 278 | 1. The Adapter's License You apply must be a Creative Commons 279 | license with the same License Elements, this version or 280 | later, or a BY-SA Compatible License. 281 | 282 | 2. You must include the text of, or the URI or hyperlink to, the 283 | Adapter's License You apply. You may satisfy this condition 284 | in any reasonable manner based on the medium, means, and 285 | context in which You Share Adapted Material. 286 | 287 | 3. You may not offer or impose any additional or different terms 288 | or conditions on, or apply any Effective Technological 289 | Measures to, Adapted Material that restrict exercise of the 290 | rights granted under the Adapter's License You apply. 291 | 292 | 293 | Section 4 -- Sui Generis Database Rights. 294 | 295 | Where the Licensed Rights include Sui Generis Database Rights that 296 | apply to Your use of the Licensed Material: 297 | 298 | a. for the avoidance of doubt, Section 2(a)(1) grants You the right 299 | to extract, reuse, reproduce, and Share all or a substantial 300 | portion of the contents of the database; 301 | 302 | b. if You include all or a substantial portion of the database 303 | contents in a database in which You have Sui Generis Database 304 | Rights, then the database in which You have Sui Generis Database 305 | Rights (but not its individual contents) is Adapted Material, 306 | 307 | including for purposes of Section 3(b); and 308 | c. You must comply with the conditions in Section 3(a) if You Share 309 | all or a substantial portion of the contents of the database. 310 | 311 | For the avoidance of doubt, this Section 4 supplements and does not 312 | replace Your obligations under this Public License where the Licensed 313 | Rights include other Copyright and Similar Rights. 314 | 315 | 316 | Section 5 -- Disclaimer of Warranties and Limitation of Liability. 317 | 318 | a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE 319 | EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS 320 | AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF 321 | ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS, 322 | IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION, 323 | WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR 324 | PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS, 325 | ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT 326 | KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT 327 | ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU. 328 | 329 | b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE 330 | TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION, 331 | NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT, 332 | INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES, 333 | COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR 334 | USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN 335 | ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR 336 | DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR 337 | IN PART, THIS LIMITATION MAY NOT APPLY TO YOU. 338 | 339 | c. The disclaimer of warranties and limitation of liability provided 340 | above shall be interpreted in a manner that, to the extent 341 | possible, most closely approximates an absolute disclaimer and 342 | waiver of all liability. 343 | 344 | 345 | Section 6 -- Term and Termination. 346 | 347 | a. This Public License applies for the term of the Copyright and 348 | Similar Rights licensed here. However, if You fail to comply with 349 | this Public License, then Your rights under this Public License 350 | terminate automatically. 351 | 352 | b. Where Your right to use the Licensed Material has terminated under 353 | Section 6(a), it reinstates: 354 | 355 | 1. automatically as of the date the violation is cured, provided 356 | it is cured within 30 days of Your discovery of the 357 | violation; or 358 | 359 | 2. upon express reinstatement by the Licensor. 360 | 361 | For the avoidance of doubt, this Section 6(b) does not affect any 362 | right the Licensor may have to seek remedies for Your violations 363 | of this Public License. 364 | 365 | c. For the avoidance of doubt, the Licensor may also offer the 366 | Licensed Material under separate terms or conditions or stop 367 | distributing the Licensed Material at any time; however, doing so 368 | will not terminate this Public License. 369 | 370 | d. Sections 1, 5, 6, 7, and 8 survive termination of this Public 371 | License. 372 | 373 | 374 | Section 7 -- Other Terms and Conditions. 375 | 376 | a. The Licensor shall not be bound by any additional or different 377 | terms or conditions communicated by You unless expressly agreed. 378 | 379 | b. Any arrangements, understandings, or agreements regarding the 380 | Licensed Material not stated herein are separate from and 381 | independent of the terms and conditions of this Public License. 382 | 383 | 384 | Section 8 -- Interpretation. 385 | 386 | a. For the avoidance of doubt, this Public License does not, and 387 | shall not be interpreted to, reduce, limit, restrict, or impose 388 | conditions on any use of the Licensed Material that could lawfully 389 | be made without permission under this Public License. 390 | 391 | b. To the extent possible, if any provision of this Public License is 392 | deemed unenforceable, it shall be automatically reformed to the 393 | minimum extent necessary to make it enforceable. If the provision 394 | cannot be reformed, it shall be severed from this Public License 395 | without affecting the enforceability of the remaining terms and 396 | conditions. 397 | 398 | c. No term or condition of this Public License will be waived and no 399 | failure to comply consented to unless expressly agreed to by the 400 | Licensor. 401 | 402 | d. Nothing in this Public License constitutes or may be interpreted 403 | as a limitation upon, or waiver of, any privileges and immunities 404 | that apply to the Licensor or You, including from the legal 405 | processes of any jurisdiction or authority. 406 | 407 | 408 | ======================================================================= 409 | 410 | Creative Commons is not a party to its public 411 | licenses. Notwithstanding, Creative Commons may elect to apply one of 412 | its public licenses to material it publishes and in those instances 413 | will be considered the “Licensor.” The text of the Creative Commons 414 | public licenses is dedicated to the public domain under the CC0 Public 415 | Domain Dedication. Except for the limited purpose of indicating that 416 | material is shared under a Creative Commons public license or as 417 | otherwise permitted by the Creative Commons policies published at 418 | creativecommons.org/policies, Creative Commons does not authorize the 419 | use of the trademark "Creative Commons" or any other trademark or logo 420 | of Creative Commons without its prior written consent including, 421 | without limitation, in connection with any unauthorized modifications 422 | to any of its public licenses or any other arrangements, 423 | understandings, or agreements concerning use of licensed material. For 424 | the avoidance of doubt, this paragraph does not form part of the 425 | public licenses. 426 | 427 | Creative Commons may be contacted at creativecommons.org. 428 | 429 | -------------------------------------------------------------------------------- /COPYING.txt: -------------------------------------------------------------------------------- 1 | Copyright (C) 2019 Altinn https://github.com/Altinn/altinn-din, 2 | with Reserved Font Names "Altinn-DIN". 3 | 4 | Copyright (C) 2019 Altinn https://github.com/Altinn/altinn-din, 5 | with Reserved Font Names "Altinn-DIN Condensed". 6 | 7 | Copyright (C) 2019 Altinn https://github.com/Altinn/altinn-din, 8 | with Reserved Font Names "Altinn-DIN Expanded". 9 | 10 | This Font Software is licensed under the SIL Open Font License, Version 1.1. 11 | This license is copied below, and is also available with a FAQ at: 12 | http://scripts.sil.org/OFL 13 | 14 | ----------------------------------------------------------- 15 | SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 16 | ----------------------------------------------------------- 17 | 18 | PREAMBLE 19 | The goals of the Open Font License (OFL) are to stimulate worldwide 20 | development of collaborative font projects, to support the font creation 21 | efforts of academic and linguistic communities, and to provide a free and 22 | open framework in which fonts may be shared and improved in partnership 23 | with others. 24 | 25 | The OFL allows the licensed fonts to be used, studied, modified and 26 | redistributed freely as long as they are not sold by themselves. The 27 | fonts, including any derivative works, can be bundled, embedded, 28 | redistributed and/or sold with any software provided that any reserved 29 | names are not used by derivative works. The fonts and derivatives, 30 | however, cannot be released under any other type of license. The 31 | requirement for fonts to remain under this license does not apply 32 | to any document created using the fonts or their derivatives. 33 | 34 | DEFINITIONS 35 | "Font Software" refers to the set of files released by the Copyright 36 | Holder(s) under this license and clearly marked as such. This may 37 | include source files, build scripts and documentation. 38 | 39 | "Reserved Font Name" refers to any names specified as such after the 40 | copyright statement(s). 41 | 42 | "Original Version" refers to the collection of Font Software components as 43 | distributed by the Copyright Holder(s). 44 | 45 | "Modified Version" refers to any derivative made by adding to, deleting, 46 | or substituting -- in part or in whole -- any of the components of the 47 | Original Version, by changing formats or by porting the Font Software to a 48 | new environment. 49 | 50 | "Author" refers to any designer, engineer, programmer, technical 51 | writer or other person who contributed to the Font Software. 52 | 53 | PERMISSION & CONDITIONS 54 | Permission is hereby granted, free of charge, to any person obtaining 55 | a copy of the Font Software, to use, study, copy, merge, embed, modify, 56 | redistribute, and sell modified and unmodified copies of the Font 57 | Software, subject to the following conditions: 58 | 59 | 1) Neither the Font Software nor any of its individual components, 60 | in Original or Modified Versions, may be sold by itself. 61 | 62 | 2) Original or Modified Versions of the Font Software may be bundled, 63 | redistributed and/or sold with any software, provided that each copy 64 | contains the above copyright notice and this license. These can be 65 | included either as stand-alone text files, human-readable headers or 66 | in the appropriate machine-readable metadata fields within text or 67 | binary files as long as those fields can be easily viewed by the user. 68 | 69 | 3) No Modified Version of the Font Software may use the Reserved Font 70 | Name(s) unless explicit written permission is granted by the corresponding 71 | Copyright Holder. This restriction only applies to the primary font name as 72 | presented to the users. 73 | 74 | 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font 75 | Software shall not be used to promote, endorse or advertise any 76 | Modified Version, except to acknowledge the contribution(s) of the 77 | Copyright Holder(s) and the Author(s) or with their explicit written 78 | permission. 79 | 80 | 5) The Font Software, modified or unmodified, in part or in whole, 81 | must be distributed entirely under this license, and must not be 82 | distributed under any other license. The requirement for fonts to 83 | remain under this license does not apply to any document created 84 | using the Font Software. 85 | 86 | TERMINATION 87 | This license becomes null and void if any of the above conditions are 88 | not met. 89 | 90 | DISCLAIMER 91 | THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 92 | EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF 93 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT 94 | OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE 95 | COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 96 | INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL 97 | DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 98 | FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM 99 | OTHER DEALINGS IN THE FONT SOFTWARE. 100 | 101 | 102 | 103 | -------------------------------------------------------------------------------- /FONTLOG.txt: -------------------------------------------------------------------------------- 1 | FONTLOG for Altinn-DIN family 2 | ------------------------ 3 | This file provides detailed information on the Altinn-DIN font software. 4 | This information should be distributed along with the Altinn-DIN fonts 5 | and any derivative works. 6 | 7 | Basic Font Information 8 | ---------------------- 9 | Copyright (c) 2019, Altinn (https://github.com/Altinn/altinn-din) 10 | Copyright (c) 2017, Datto Inc. (https://www.datto.com/fonts/d-din) 11 | 12 | DIN 1451 is a sans-serif typeface that is widely used for traffic, 13 | administrative and technical applications. It was defined by the German 14 | standards body DIN - Deutsches Institut fur Normung (German Institute for 15 | Standardization) in the standard sheet DIN 1451-Schriften (typefaces) in 16 | 1931. Similar standards existed for stencilled letters. 17 | 18 | Originally designed for industrial uses, the first DIN-type fonts were a 19 | simplified design that could be applied with limited technical difficulty. 20 | Due to the design's legibility and uncomplicated, unadorned design, it has 21 | become popular for general purpose use in signage and display adaptations. 22 | Many adaptations and expansions of the original design have been released 23 | digitally. 24 | [from https://en.wikipedia.org/wiki/DIN_1451] 25 | 26 | Datto uses a DIN-font as primary corporate font and commissioned Monotype to 27 | create several styles, for internal use and to be open sourced under a SIL 28 | OFL v1.1 license. 29 | 30 | Altinn changed the reserved font names from D-DIN to Altinn-DIN 31 | to be able to do modifications, as required by the SIL OFL v1.1 license. 32 | 33 | Altinn-DIN currently provides the following Unicode coverage: 34 | Basic Latin: complete 35 | Latin-1 Supplement: complete 36 | Plus ISO 8859-15 characters missing in the above. 37 | 38 | 39 | Information for Contributors 40 | ---------------------------- 41 | Copyright © 2019 Altinn 42 | https://github.com/Altinn/altinn-din 43 | 44 | Copyright © 2017 Datto Inc. 45 | https://www.datto.com/fonts/d-din 46 | 47 | This Font Software is licensed under the SIL Open Font License, Version 1.1. 48 | 49 | ChangeLog 50 | --------- 51 | (This should list both major and minor changes, most recent first.) 52 | 53 | 2019-11-20 - v2.0: Renamed D-DIN to Altinn-DIN to be able to do minor modifications. 54 | 2017-10-26 - v1.0: First public release 55 | 56 | 57 | Acknowledgements 58 | ------------------------- 59 | This font is based on Datto D-DIN. 60 | https://www.datto.com/fonts/d-din 61 | 62 | D-DIN is based on a Monotype-font that Datto acquired to be open 63 | sourced. Design: Charles Nix (Monotype). 64 | -------------------------------------------------------------------------------- /OFL-1.1.txt: -------------------------------------------------------------------------------- 1 | Copyright (C) 2019 Altinn https://github.com/Altinn/altinn-din, 2 | with Reserved Font Names "Altinn-DIN". 3 | 4 | Copyright (C) 2019 Altinn https://github.com/Altinn/altinn-din, 5 | with Reserved Font Names "Altinn-DIN Condensed". 6 | 7 | Copyright (C) 2019 Altinn https://github.com/Altinn/altinn-din, 8 | with Reserved Font Names "Altinn-DIN Expanded". 9 | 10 | This Font Software is licensed under the SIL Open Font License, Version 1.1. 11 | This license is copied below, and is also available with a FAQ at: 12 | http://scripts.sil.org/OFL 13 | 14 | ----------------------------------------------------------- 15 | SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 16 | ----------------------------------------------------------- 17 | 18 | PREAMBLE 19 | The goals of the Open Font License (OFL) are to stimulate worldwide 20 | development of collaborative font projects, to support the font creation 21 | efforts of academic and linguistic communities, and to provide a free and 22 | open framework in which fonts may be shared and improved in partnership 23 | with others. 24 | 25 | The OFL allows the licensed fonts to be used, studied, modified and 26 | redistributed freely as long as they are not sold by themselves. The 27 | fonts, including any derivative works, can be bundled, embedded, 28 | redistributed and/or sold with any software provided that any reserved 29 | names are not used by derivative works. The fonts and derivatives, 30 | however, cannot be released under any other type of license. The 31 | requirement for fonts to remain under this license does not apply 32 | to any document created using the fonts or their derivatives. 33 | 34 | DEFINITIONS 35 | "Font Software" refers to the set of files released by the Copyright 36 | Holder(s) under this license and clearly marked as such. This may 37 | include source files, build scripts and documentation. 38 | 39 | "Reserved Font Name" refers to any names specified as such after the 40 | copyright statement(s). 41 | 42 | "Original Version" refers to the collection of Font Software components as 43 | distributed by the Copyright Holder(s). 44 | 45 | "Modified Version" refers to any derivative made by adding to, deleting, 46 | or substituting -- in part or in whole -- any of the components of the 47 | Original Version, by changing formats or by porting the Font Software to a 48 | new environment. 49 | 50 | "Author" refers to any designer, engineer, programmer, technical 51 | writer or other person who contributed to the Font Software. 52 | 53 | PERMISSION & CONDITIONS 54 | Permission is hereby granted, free of charge, to any person obtaining 55 | a copy of the Font Software, to use, study, copy, merge, embed, modify, 56 | redistribute, and sell modified and unmodified copies of the Font 57 | Software, subject to the following conditions: 58 | 59 | 1) Neither the Font Software nor any of its individual components, 60 | in Original or Modified Versions, may be sold by itself. 61 | 62 | 2) Original or Modified Versions of the Font Software may be bundled, 63 | redistributed and/or sold with any software, provided that each copy 64 | contains the above copyright notice and this license. These can be 65 | included either as stand-alone text files, human-readable headers or 66 | in the appropriate machine-readable metadata fields within text or 67 | binary files as long as those fields can be easily viewed by the user. 68 | 69 | 3) No Modified Version of the Font Software may use the Reserved Font 70 | Name(s) unless explicit written permission is granted by the corresponding 71 | Copyright Holder. This restriction only applies to the primary font name as 72 | presented to the users. 73 | 74 | 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font 75 | Software shall not be used to promote, endorse or advertise any 76 | Modified Version, except to acknowledge the contribution(s) of the 77 | Copyright Holder(s) and the Author(s) or with their explicit written 78 | permission. 79 | 80 | 5) The Font Software, modified or unmodified, in part or in whole, 81 | must be distributed entirely under this license, and must not be 82 | distributed under any other license. The requirement for fonts to 83 | remain under this license does not apply to any document created 84 | using the Font Software. 85 | 86 | TERMINATION 87 | This license becomes null and void if any of the above conditions are 88 | not met. 89 | 90 | DISCLAIMER 91 | THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 92 | EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF 93 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT 94 | OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE 95 | COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 96 | INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL 97 | DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 98 | FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM 99 | OTHER DEALINGS IN THE FONT SOFTWARE. 100 | 101 | 102 | 103 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | ![Altinn-DIN](altinn-din.png "Altinn-DIN") 2 | 3 | The [Altinn-DIN](https://github.com/Altinn/altinn-din) font is based on Datto [D-DIN](https://www.datto.com/fonts/d-din). 4 | The font is made available under the [SIL Open Font License v1.1](OFL-1.1.txt). 5 | 6 | Below is the description of the font (also contained in [FONTLOG.txt](FONTLOG.txt)). 7 | 8 | 9 | ## Basic Font Information 10 | 11 | DIN 1451 is a [sans-serif](https://en.wikipedia.org/wiki/Sans-serif) typeface 12 | that is widely used for traffic, administrative and technical applications. 13 | 14 | It was defined by the German standards body DIN - 15 | [Deutsches Institut fur Normung](https://en.wikipedia.org/wiki/Deutsches_Institut_f%C3%BCr_Normung) 16 | (German Institute for Standardization) in the standard sheet DIN 1451-Schriften (typefaces) in 17 | 1931. Similar standards existed for stencilled letters. 18 | 19 | Originally designed for industrial uses, the first DIN-type fonts were a 20 | simplified design that could be applied with limited technical difficulty. 21 | Due to the design's legibility and uncomplicated, unadorned design, it has 22 | become popular for general purpose use in signage and display adaptations. 23 | Many adaptations and expansions of the original design have been released 24 | digitally. 25 | 26 | See https://en.wikipedia.org/wiki/DIN_1451 for more information. 27 | 28 | Datto uses a DIN-font as primary corporate font and commissioned Monotype to 29 | create several styles, for internal use and to be open sourced under a SIL 30 | OFL v1.1 license. 31 | 32 | Altinn changed the reserved font names from "D-DIN" to "Altinn-DIN" 33 | to be able to do modifications, as required by the SIL OFL v1.1 license. 34 | 35 | Altinn-DIN currently provides the following Unicode coverage: 36 | 37 | - Basic Latin: complete 38 | - Latin-1 Supplement: complete 39 | - Plus ISO 8859-15 characters missing in the above. 40 | 41 | ## Information for Contributors 42 | 43 | This Font Software is licensed under the [SIL Open Font License, Version 1.1](OFL-1.1.txt). 44 | 45 | [FontForge](https://github.com/fontforge/fontforge) is used for editing the Altinn-DIN sfd source files and generating fonts. 46 | 47 | Copyright © 2019 Altinn https://github.com/Altinn/altinn-din 48 | Copyright © 2017 Datto Inc. https://www.datto.com/fonts/d-din 49 | 50 | ## Acknowledgements 51 | 52 | The [Altinn-DIN](https://github.com/Altinn/altinn-din) font is based on Datto [D-DIN](https://www.datto.com/fonts/d-din). 53 | 54 | D-DIN is based on a Monotype-font that Datto acquired to be open sourced. 55 | Design: Charles Nix (Monotype). 56 | 57 | ## ChangeLog 58 | 59 | - 2019-11-20 - v2.0: Renamed D-DIN to Altinn-DIN to be able to do minor modifications. 60 | - 2017-10-26 - v1.0: First public release -------------------------------------------------------------------------------- /altinn-din.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Altinn/altinn-din/816e0f1494c6818e153ba608a574617b9e40015d/altinn-din.png -------------------------------------------------------------------------------- /generated/otf/Altinn-DIN-Bold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Altinn/altinn-din/816e0f1494c6818e153ba608a574617b9e40015d/generated/otf/Altinn-DIN-Bold.otf -------------------------------------------------------------------------------- /generated/otf/Altinn-DIN-Italic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Altinn/altinn-din/816e0f1494c6818e153ba608a574617b9e40015d/generated/otf/Altinn-DIN-Italic.otf -------------------------------------------------------------------------------- /generated/otf/Altinn-DIN.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Altinn/altinn-din/816e0f1494c6818e153ba608a574617b9e40015d/generated/otf/Altinn-DIN.otf -------------------------------------------------------------------------------- /generated/otf/Altinn-DINCondensed-Bold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Altinn/altinn-din/816e0f1494c6818e153ba608a574617b9e40015d/generated/otf/Altinn-DINCondensed-Bold.otf -------------------------------------------------------------------------------- /generated/otf/Altinn-DINCondensed.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Altinn/altinn-din/816e0f1494c6818e153ba608a574617b9e40015d/generated/otf/Altinn-DINCondensed.otf -------------------------------------------------------------------------------- /generated/otf/Altinn-DINExp-Bold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Altinn/altinn-din/816e0f1494c6818e153ba608a574617b9e40015d/generated/otf/Altinn-DINExp-Bold.otf -------------------------------------------------------------------------------- /generated/otf/Altinn-DINExp-Italic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Altinn/altinn-din/816e0f1494c6818e153ba608a574617b9e40015d/generated/otf/Altinn-DINExp-Italic.otf -------------------------------------------------------------------------------- /generated/otf/Altinn-DINExp.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Altinn/altinn-din/816e0f1494c6818e153ba608a574617b9e40015d/generated/otf/Altinn-DINExp.otf -------------------------------------------------------------------------------- /generated/woff/Altinn-DIN-Bold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Altinn/altinn-din/816e0f1494c6818e153ba608a574617b9e40015d/generated/woff/Altinn-DIN-Bold.woff -------------------------------------------------------------------------------- /generated/woff/Altinn-DIN-Italic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Altinn/altinn-din/816e0f1494c6818e153ba608a574617b9e40015d/generated/woff/Altinn-DIN-Italic.woff -------------------------------------------------------------------------------- /generated/woff/Altinn-DIN.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Altinn/altinn-din/816e0f1494c6818e153ba608a574617b9e40015d/generated/woff/Altinn-DIN.woff -------------------------------------------------------------------------------- /generated/woff/Altinn-DINCondensed-Bold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Altinn/altinn-din/816e0f1494c6818e153ba608a574617b9e40015d/generated/woff/Altinn-DINCondensed-Bold.woff -------------------------------------------------------------------------------- /generated/woff/Altinn-DINCondensed.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Altinn/altinn-din/816e0f1494c6818e153ba608a574617b9e40015d/generated/woff/Altinn-DINCondensed.woff -------------------------------------------------------------------------------- /generated/woff/Altinn-DINExp-Bold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Altinn/altinn-din/816e0f1494c6818e153ba608a574617b9e40015d/generated/woff/Altinn-DINExp-Bold.woff -------------------------------------------------------------------------------- /generated/woff/Altinn-DINExp-Italic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Altinn/altinn-din/816e0f1494c6818e153ba608a574617b9e40015d/generated/woff/Altinn-DINExp-Italic.woff -------------------------------------------------------------------------------- /generated/woff/Altinn-DINExp.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Altinn/altinn-din/816e0f1494c6818e153ba608a574617b9e40015d/generated/woff/Altinn-DINExp.woff -------------------------------------------------------------------------------- /generated/woff2/Altinn-DIN-Bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Altinn/altinn-din/816e0f1494c6818e153ba608a574617b9e40015d/generated/woff2/Altinn-DIN-Bold.woff2 -------------------------------------------------------------------------------- /generated/woff2/Altinn-DIN-Italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Altinn/altinn-din/816e0f1494c6818e153ba608a574617b9e40015d/generated/woff2/Altinn-DIN-Italic.woff2 -------------------------------------------------------------------------------- /generated/woff2/Altinn-DIN.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Altinn/altinn-din/816e0f1494c6818e153ba608a574617b9e40015d/generated/woff2/Altinn-DIN.woff2 -------------------------------------------------------------------------------- /generated/woff2/Altinn-DINCondensed-Bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Altinn/altinn-din/816e0f1494c6818e153ba608a574617b9e40015d/generated/woff2/Altinn-DINCondensed-Bold.woff2 -------------------------------------------------------------------------------- /generated/woff2/Altinn-DINCondensed.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Altinn/altinn-din/816e0f1494c6818e153ba608a574617b9e40015d/generated/woff2/Altinn-DINCondensed.woff2 -------------------------------------------------------------------------------- /generated/woff2/Altinn-DINExp-Bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Altinn/altinn-din/816e0f1494c6818e153ba608a574617b9e40015d/generated/woff2/Altinn-DINExp-Bold.woff2 -------------------------------------------------------------------------------- /generated/woff2/Altinn-DINExp-Italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Altinn/altinn-din/816e0f1494c6818e153ba608a574617b9e40015d/generated/woff2/Altinn-DINExp-Italic.woff2 -------------------------------------------------------------------------------- /generated/woff2/Altinn-DINExp.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Altinn/altinn-din/816e0f1494c6818e153ba608a574617b9e40015d/generated/woff2/Altinn-DINExp.woff2 -------------------------------------------------------------------------------- /test/altinndigital.no/_files/altinnett-api.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 6 | 15 | 16 | 17 | 19 | 20 | 21 | 27 | 28 | 29 | 41 | 42 | 43 | 46 | 47 | 48 | 49 | 51 | 52 | 53 | 76 | 77 | 78 | 80 | 81 | 82 | 94 | 95 | 96 | 98 | 99 | 100 | 101 | 105 | 106 | 108 | 110 | 112 | 113 | 115 | 118 | 121 | 123 | 125 | 127 | 128 | 137 | 140 | 144 | 145 | 146 | 147 | 148 | 149 | 150 | 151 | 153 | 159 | 162 | 166 | 173 | 175 | 180 | 184 | 185 | 186 | 187 | 188 | -------------------------------------------------------------------------------- /test/altinndigital.no/_files/altinnett-digital-dialog.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 6 | 14 | 15 | 18 | 19 | 21 | 23 | 25 | 31 | 36 | 37 | 40 | 41 | 42 | 47 | 48 | 49 | 69 | 70 | 71 | 74 | 75 | 76 | 79 | 80 | 81 | 83 | 84 | 86 | 89 | 94 | 97 | 98 | 99 | -------------------------------------------------------------------------------- /test/altinndigital.no/_files/altinnett-digital-post.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 13 | 14 | 15 | 32 | 33 | 35 | 39 | 43 | 44 | 47 | 49 | 56 | 58 | 62 | 64 | 74 | 76 | 77 | 84 | 85 | 88 | 90 | 92 | 93 | 94 | -------------------------------------------------------------------------------- /test/altinndigital.no/_files/an-logo-blue.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 34 | 35 | 36 | -------------------------------------------------------------------------------- /test/altinndigital.no/_files/an-logo-darkBlue.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 34 | 35 | 36 | -------------------------------------------------------------------------------- /test/altinndigital.no/_files/arrowrightup-white.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/altinndigital.no/_files/date-blue.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /test/altinndigital.no/_files/df832575.js: -------------------------------------------------------------------------------- 1 | window.FortAwesomeConfig={autoA11y:{enabled:!0},asyncLoading:{enabled:!0},reporting:{enabled:!1},useUrl:"use.fortawesome.com/kits/df832575/publications/99282",code:"df832575",familyName:"AltinnRegNo",prefix:"reg",testString:"&",typefaces:[]}; 2 | !function(){function a(a){var b,c=[],d=document,e=d.documentElement.doScroll,f="DOMContentLoaded",g=(e?/^loaded|^c/:/^loaded|^i|^c/).test(d.readyState);g||d.addEventListener(f,b=function(){for(d.removeEventListener(f,b),g=1;b=c.shift();)b()}),g?setTimeout(a,0):c.push(a)}function b(a){"undefined"!=typeof MutationObserver&&new MutationObserver(a).observe(document,{childList:!0,subtree:!0})}function c(a){var b,c,d,e;a=a||"fa",b=document.querySelectorAll("."+a),Array.prototype.forEach.call(b,function(a){c=a.getAttribute("title"),a.setAttribute("aria-hidden","true"),d=a.nextElementSibling?!a.nextElementSibling.classList.contains("sr-only"):!0,c&&d&&(e=document.createElement("span"),e.innerHTML=c,e.classList.add("sr-only"),a.parentNode.insertBefore(e,a.nextSibling))})}!function(){"use strict";function a(a){l.push(a),1==l.length&&k()}function b(){for(;l.length;)l[0](),l.shift()}function c(a){this.a=m,this.b=void 0,this.f=[];var b=this;try{a(function(a){f(b,a)},function(a){g(b,a)})}catch(c){g(b,c)}}function d(a){return new c(function(b,c){c(a)})}function e(a){return new c(function(b){b(a)})}function f(a,b){if(a.a==m){if(b==a)throw new TypeError;var c=!1;try{var d=b&&b.then;if(null!=b&&"object"==typeof b&&"function"==typeof d)return void d.call(b,function(b){c||f(a,b),c=!0},function(b){c||g(a,b),c=!0})}catch(e){return void(c||g(a,e))}a.a=0,a.b=b,h(a)}}function g(a,b){if(a.a==m){if(b==a)throw new TypeError;a.a=1,a.b=b,h(a)}}function h(b){a(function(){if(b.a!=m)for(;b.f.length;){var a=b.f.shift(),c=a[0],d=a[1],e=a[2],a=a[3];try{0==b.a?e("function"==typeof c?c.call(void 0,b.b):b.b):1==b.a&&("function"==typeof d?e(d.call(void 0,b.b)):a(b.b))}catch(f){a(f)}}})}function i(a){return new c(function(b,c){function d(c){return function(d){g[c]=d,f+=1,f==a.length&&b(g)}}var f=0,g=[];0==a.length&&b(g);for(var h=0;h=i?b():document.fonts.load(j(f,f.family),h).then(function(b){1<=b.length?a():setTimeout(c,25)},function(){b()})}c()}),o=new Promise(function(a,b){setTimeout(b,i)});Promise.race([o,n]).then(function(){a(f)},function(){e(f)})}else b(function(){function b(){var b;(b=-1!=q&&-1!=r||-1!=q&&-1!=s||-1!=r&&-1!=s)&&((b=q!=r&&q!=s&&r!=s)||(null===k&&(b=/AppleWebKit\/([0-9]+)(?:\.([0-9]+))/.exec(window.navigator.userAgent),k=!!b&&(536>parseInt(b[1],10)||536===parseInt(b[1],10)&&11>=parseInt(b[2],10))),b=k&&(q==t&&r==t&&s==t||q==u&&r==u&&s==u||q==v&&r==v&&s==v)),b=!b),b&&(w.parentNode&&w.parentNode.removeChild(w),clearTimeout(x),a(f))}function m(){if((new Date).getTime()-l>=i)w.parentNode&&w.parentNode.removeChild(w),e(f);else{var a=document.hidden;!0!==a&&void 0!==a||(q=n.a.offsetWidth,r=o.a.offsetWidth,s=p.a.offsetWidth,b()),x=setTimeout(m,50)}}var n=new c(h),o=new c(h),p=new c(h),q=-1,r=-1,s=-1,t=-1,u=-1,v=-1,w=document.createElement("div"),x=0;w.dir="ltr",d(n,j(f,"sans-serif")),d(o,j(f,"serif")),d(p,j(f,"monospace")),w.appendChild(n.a),w.appendChild(o.a),w.appendChild(p.a),document.body.appendChild(w),t=n.a.offsetWidth,u=o.a.offsetWidth,v=p.a.offsetWidth,m(),g(n,function(a){q=a,b()}),d(n,j(f,'"'+f.family+'",sans-serif')),g(o,function(a){r=a,b()}),d(o,j(f,'"'+f.family+'",serif')),g(p,function(a){s=a,b()}),d(p,j(f,'"'+f.family+'",monospace'))})})},e=h}();var f=function(a){if(!("FontFace"in a))return!1;var b=new FontFace("t",'url( "data:application/font-woff2;base64,d09GMgABAAAAAADcAAoAAAAAAggAAACWAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAABk4ALAoUNAE2AiQDCAsGAAQgBSAHIBtvAcieB3aD8wURQ+TZazbRE9HvF5vde4KCYGhiCgq/NKPF0i6UIsZynbP+Xi9Ng+XLbNlmNz/xIBBqq61FIQRJhC/+QA/08PJQJ3sK5TZFMlWzC/iK5GUN40psgqvxwBjBOg6JUSJ7ewyKE2AAaXZrfUB4v+hze37ugJ9d+DeYqiDwVgCawviwVFGnuttkLqIMGivmDg" ) format( "woff2" )',{});return b.load()["catch"](function(){}),"loading"==b.status||"loaded"==b.status}(this),g={isIE:function(a,b){var c,d="IE",e=document.createElement("B"),f=document.documentElement;return a&&(d+=" "+a,b&&(d=b+" "+d)),e.innerHTML="',f.appendChild(e),c=!!document.getElementById("fitest"),f.removeChild(e),c}},h={observe:function(a,b){for(var c=b.prefix,d=function(a){var b=a.weight?"-"+a.weight:"",d=a.style?"-"+a.style:"",f=a.className?"-"+a.className:"",g=a.className?"-"+a.className+b+d:"",h=document.getElementsByTagName("html")[0].classList,i=function(a){h.add(c+f+"-"+a),h.add(c+g+"-"+a)},j=function(a){h.remove(c+f+"-"+a),h.remove(c+g+"-"+a)};i("loading"),new e(a.familyName).load(a.testString).then(function(){i("ready"),j("loading")},function(){i("failed"),j("loading")})},f=0;f 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /test/altinndigital.no/_files/ed31cded.js: -------------------------------------------------------------------------------- 1 | window.FortAwesomeConfig={autoA11y:{enabled:!0},asyncLoading:{enabled:!0},reporting:{enabled:!1},useUrl:"use.fortawesome.com/kits/ed31cded/publications/99283",code:"ed31cded",familyName:"AltinnNo",prefix:"ai",testString:"&",typefaces:[]}; 2 | !function(){function a(a){var b,c=[],d=document,e=d.documentElement.doScroll,f="DOMContentLoaded",g=(e?/^loaded|^c/:/^loaded|^i|^c/).test(d.readyState);g||d.addEventListener(f,b=function(){for(d.removeEventListener(f,b),g=1;b=c.shift();)b()}),g?setTimeout(a,0):c.push(a)}function b(a){"undefined"!=typeof MutationObserver&&new MutationObserver(a).observe(document,{childList:!0,subtree:!0})}function c(a){var b,c,d,e;a=a||"fa",b=document.querySelectorAll("."+a),Array.prototype.forEach.call(b,function(a){c=a.getAttribute("title"),a.setAttribute("aria-hidden","true"),d=a.nextElementSibling?!a.nextElementSibling.classList.contains("sr-only"):!0,c&&d&&(e=document.createElement("span"),e.innerHTML=c,e.classList.add("sr-only"),a.parentNode.insertBefore(e,a.nextSibling))})}!function(){"use strict";function a(a){l.push(a),1==l.length&&k()}function b(){for(;l.length;)l[0](),l.shift()}function c(a){this.a=m,this.b=void 0,this.f=[];var b=this;try{a(function(a){f(b,a)},function(a){g(b,a)})}catch(c){g(b,c)}}function d(a){return new c(function(b,c){c(a)})}function e(a){return new c(function(b){b(a)})}function f(a,b){if(a.a==m){if(b==a)throw new TypeError;var c=!1;try{var d=b&&b.then;if(null!=b&&"object"==typeof b&&"function"==typeof d)return void d.call(b,function(b){c||f(a,b),c=!0},function(b){c||g(a,b),c=!0})}catch(e){return void(c||g(a,e))}a.a=0,a.b=b,h(a)}}function g(a,b){if(a.a==m){if(b==a)throw new TypeError;a.a=1,a.b=b,h(a)}}function h(b){a(function(){if(b.a!=m)for(;b.f.length;){var a=b.f.shift(),c=a[0],d=a[1],e=a[2],a=a[3];try{0==b.a?e("function"==typeof c?c.call(void 0,b.b):b.b):1==b.a&&("function"==typeof d?e(d.call(void 0,b.b)):a(b.b))}catch(f){a(f)}}})}function i(a){return new c(function(b,c){function d(c){return function(d){g[c]=d,f+=1,f==a.length&&b(g)}}var f=0,g=[];0==a.length&&b(g);for(var h=0;h=i?b():document.fonts.load(j(f,f.family),h).then(function(b){1<=b.length?a():setTimeout(c,25)},function(){b()})}c()}),o=new Promise(function(a,b){setTimeout(b,i)});Promise.race([o,n]).then(function(){a(f)},function(){e(f)})}else b(function(){function b(){var b;(b=-1!=q&&-1!=r||-1!=q&&-1!=s||-1!=r&&-1!=s)&&((b=q!=r&&q!=s&&r!=s)||(null===k&&(b=/AppleWebKit\/([0-9]+)(?:\.([0-9]+))/.exec(window.navigator.userAgent),k=!!b&&(536>parseInt(b[1],10)||536===parseInt(b[1],10)&&11>=parseInt(b[2],10))),b=k&&(q==t&&r==t&&s==t||q==u&&r==u&&s==u||q==v&&r==v&&s==v)),b=!b),b&&(w.parentNode&&w.parentNode.removeChild(w),clearTimeout(x),a(f))}function m(){if((new Date).getTime()-l>=i)w.parentNode&&w.parentNode.removeChild(w),e(f);else{var a=document.hidden;!0!==a&&void 0!==a||(q=n.a.offsetWidth,r=o.a.offsetWidth,s=p.a.offsetWidth,b()),x=setTimeout(m,50)}}var n=new c(h),o=new c(h),p=new c(h),q=-1,r=-1,s=-1,t=-1,u=-1,v=-1,w=document.createElement("div"),x=0;w.dir="ltr",d(n,j(f,"sans-serif")),d(o,j(f,"serif")),d(p,j(f,"monospace")),w.appendChild(n.a),w.appendChild(o.a),w.appendChild(p.a),document.body.appendChild(w),t=n.a.offsetWidth,u=o.a.offsetWidth,v=p.a.offsetWidth,m(),g(n,function(a){q=a,b()}),d(n,j(f,'"'+f.family+'",sans-serif')),g(o,function(a){r=a,b()}),d(o,j(f,'"'+f.family+'",serif')),g(p,function(a){s=a,b()}),d(p,j(f,'"'+f.family+'",monospace'))})})},e=h}();var f=function(a){if(!("FontFace"in a))return!1;var b=new FontFace("t",'url( "data:application/font-woff2;base64,d09GMgABAAAAAADcAAoAAAAAAggAAACWAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAABk4ALAoUNAE2AiQDCAsGAAQgBSAHIBtvAcieB3aD8wURQ+TZazbRE9HvF5vde4KCYGhiCgq/NKPF0i6UIsZynbP+Xi9Ng+XLbNlmNz/xIBBqq61FIQRJhC/+QA/08PJQJ3sK5TZFMlWzC/iK5GUN40psgqvxwBjBOg6JUSJ7ewyKE2AAaXZrfUB4v+hze37ugJ9d+DeYqiDwVgCawviwVFGnuttkLqIMGivmDg" ) format( "woff2" )',{});return b.load()["catch"](function(){}),"loading"==b.status||"loaded"==b.status}(this),g={isIE:function(a,b){var c,d="IE",e=document.createElement("B"),f=document.documentElement;return a&&(d+=" "+a,b&&(d=b+" "+d)),e.innerHTML="',f.appendChild(e),c=!!document.getElementById("fitest"),f.removeChild(e),c}},h={observe:function(a,b){for(var c=b.prefix,d=function(a){var b=a.weight?"-"+a.weight:"",d=a.style?"-"+a.style:"",f=a.className?"-"+a.className:"",g=a.className?"-"+a.className+b+d:"",h=document.getElementsByTagName("html")[0].classList,i=function(a){h.add(c+f+"-"+a),h.add(c+g+"-"+a)},j=function(a){h.remove(c+f+"-"+a),h.remove(c+g+"-"+a)};i("loading"),new e(a.familyName).load(a.testString).then(function(){i("ready"),j("loading")},function(){i("failed"),j("loading")})},f=0;f 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /test/altinndigital.no/_files/saved_resource: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Altinn/altinn-din/816e0f1494c6818e153ba608a574617b9e40015d/test/altinndigital.no/_files/saved_resource -------------------------------------------------------------------------------- /test/altinndigital.no/_files/selvbetjening-ikon.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /test/altinndigital.no/_files/woff2(1).css: -------------------------------------------------------------------------------- 1 | @font-face{font-family:AltinnRegNo;src:url(data:application/font-woff2;charset=utf-8;base64,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) format('woff2');font-weight:400;font-style:normal}.reg{display:inline-block;font:normal normal normal 14px/1 AltinnRegNo;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.reg-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.reg-2x{font-size:2em}.reg-3x{font-size:3em}.reg-4x{font-size:4em}.reg-5x{font-size:5em}.reg-fw{width:1.28571429em;text-align:center}.reg-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.reg-ul>li{position:relative}.reg-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.reg-li.reg-lg{left:-1.85714286em}.reg-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.reg.pull-left{margin-right:.3em}.reg.pull-right{margin-left:.3em}.reg-spin{-webkit-animation:reg-spin 2s infinite linear;animation:reg-spin 2s infinite linear}.reg-pulse{-webkit-animation:reg-spin 1s infinite steps(8);animation:reg-spin 1s infinite steps(8)}@-webkit-keyframes reg-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes reg-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.reg-rotate-90{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.reg-rotate-180{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.reg-rotate-270{-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.reg-flip-horizontal{-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.reg-flip-vertical{-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}:root .reg-flip-horizontal,:root .reg-flip-vertical,:root .reg-rotate-180,:root .reg-rotate-270,:root .reg-rotate-90{filter:none}.reg-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.reg-stack-1x,.reg-stack-2x{position:absolute;left:0;width:100%;text-align:center}.reg-stack-1x{line-height:inherit}.reg-stack-2x{font-size:2em}.reg-inverse{color:#fff}.reg-corp:before{content:'\f000'}.reg-private:before{content:'\f001'}.reg-other:before{content:'\f002'}.reg-phone:before{content:'\f003'}.reg-deadline:before{content:'\f004'}.reg-tax:before{content:'\f005'}.reg-trash:before{content:'\f006'}.reg-forward:before{content:'\f007'}.reg-family:before{content:'\f008'}.reg-attachment:before{content:'\f009'}.reg-exit:before{content:'\f00a'}.reg-search:before{content:'\f00b'}.reg-back:before{content:'\f00c'}.reg-plus:before{content:'\f00d'}.reg-expand:before{content:'\f00e'}.reg-undo:before{content:'\f00f'}.reg-more:before{content:'\f010'}.reg-write:before{content:'\f011'}.reg-sign:before{content:'\f012'}.reg-edit:before{content:'\f013'}.reg-openmessage:before{content:'\f014'}.reg-closedmessage:before{content:'\f015'}.reg-rightup:before{content:'\f016'}.reg-download:before{content:'\f017'}.reg-money:before{content:'\f018'}.reg-help:before{content:'\f019'}.reg-date:before{content:'\f01a'}.reg-linkedin:before{content:'\f01b'}.reg-twitter:before{content:'\f01c'}.reg-facebook:before{content:'\f01d'}.reg-read:before{content:'\f01e'}.reg-archive:before{content:'\f01f'}.reg-server:before{content:'\f020'}.reg-info:before{content:'\f021'}.reg-archive-alt:before{content:'\f022'}.reg-print:before{content:'\f023'}.reg-check:before{content:'\f024'}.reg-upload:before{content:'\f025'}.reg-settings:before{content:'\f026'}.reg-document:before{content:'\f027'}.reg-client:before{content:'\f028'}.reg-send:before{content:'\f029'}.reg-next:before{content:'\f02a'}.reg-keyhole:before{content:'\f02b'}.reg-circle-exit:before{content:'\f02c'}.reg-circle-exclamation:before{content:'\f02d'}.reg-circle-info:before{content:'\f02e'}.reg-circle-popicon:before{content:'\f02f'}.reg-circle-plus:before{content:'\f030'}.reg-circle-minus:before{content:'\f031'}.reg-circle-big-exit:before{content:'\f032'}.reg-circle-big-exclamation:before{content:'\f033'}.reg-circle-big-info:before{content:'\f034'}.reg-circle-big-keyhole:before{content:'\f035'}.reg-circle-big-corp:before{content:'\f036'}.reg-circle-big-private:before{content:'\f037'}.reg-circle-big-popicon:before{content:'\f038'}.reg-circle-big-minus:before{content:'\f039'}.reg-circle-big-expand:before{content:'\f03a'}.reg-attachment-pdf:before{content:'\f03c'}.reg-attachment-csv:before{content:'\f03d'}.reg-attachment-ods:before{content:'\f03e'}.reg-attachment-xml:before{content:'\f03f'}.reg-log:before{content:'\f040'}.reg-forward-msg:before{content:'\f041'}.reg-lock:before{content:'\f042'}.reg-save:before{content:'\f043'}.reg-lock-open:before{content:'\f044'}.reg-edit-form:before{content:'\f045'}.reg-attachedform:before{content:'\f046'}.reg-openfolder:before{content:'\f047'}.reg-closedfolder:before{content:'\f048'}.reg-delete:before{content:'\f049'}.reg-digi-post:before{content:'\f04a'}.reg-fwd-file:before{content:'\f04b'}.reg-e-boks:before{content:'\f04c'}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto} -------------------------------------------------------------------------------- /test/altinndigital.no/_files/woff2.css: -------------------------------------------------------------------------------- 1 | @font-face{font-family:AltinnNo;src:url(data:application/font-woff2;charset=utf-8;base64,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) format('woff2');font-weight:400;font-style:normal}.ai{display:inline-block;font:normal normal normal 14px/1 AltinnNo;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ai-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.ai-2x{font-size:2em}.ai-3x{font-size:3em}.ai-4x{font-size:4em}.ai-5x{font-size:5em}.ai-fw{width:1.28571429em;text-align:center}.ai-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.ai-ul>li{position:relative}.ai-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.ai-li.ai-lg{left:-1.85714286em}.ai-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.ai.pull-left{margin-right:.3em}.ai.pull-right{margin-left:.3em}.ai-spin{-webkit-animation:ai-spin 2s infinite linear;animation:ai-spin 2s infinite linear}.ai-pulse{-webkit-animation:ai-spin 1s infinite steps(8);animation:ai-spin 1s infinite steps(8)}@-webkit-keyframes ai-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes ai-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.ai-rotate-90{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.ai-rotate-180{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.ai-rotate-270{-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.ai-flip-horizontal{-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.ai-flip-vertical{-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}:root .ai-flip-horizontal,:root .ai-flip-vertical,:root .ai-rotate-180,:root .ai-rotate-270,:root .ai-rotate-90{filter:none}.ai-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.ai-stack-1x,.ai-stack-2x{position:absolute;left:0;width:100%;text-align:center}.ai-stack-1x{line-height:inherit}.ai-stack-2x{font-size:2em}.ai-inverse{color:#fff}.ai-download:before{content:'\f008'}.ai-arrowrightup:before{content:'\f009'}.ai-money:before{content:'\f017'}.ai-skatteetaten:before{content:'\f019'}.ai-aordningen:before{content:'\f01a'}.ai-phone:before{content:'\f01b'}.ai-sign:before{content:'\f01f'}.ai-write:before{content:'\f020'}.ai-read:before{content:'\f021'}.ai-archive:before{content:'\f023'}.ai-plus:before{content:'\f026'}.ai-corp:before{content:'\f027'}.ai-private:before{content:'\f028'}.ai-others:before{content:'\f029'}.ai-deadline:before{content:'\f02a'}.ai-tax:before{content:'\f02b'}.ai-exit:before{content:'\f02c'}.ai-search:before{content:'\f02d'}.ai-back:before{content:'\f02e'}.ai-expand:before{content:'\f030'}.ai-undo:before{content:'\f031'}.ai-openmessage:before{content:'\f032'}.ai-closedmessage:before{content:'\f033'}.ai-help:before{content:'\f034'}.ai-edit:before{content:'\f035'}.ai-document:before{content:'\f036'}.ai-settings:before{content:'\f037'}.ai-server:before{content:'\f039'}.ai-info:before{content:'\f03a'}.ai-arrowright:before{content:'\f03d'}.ai-keyhole:before{content:'\f03e'}.ai-expand-circle:before{content:'\f03f'}.ai-circle-exit:before{content:'\f040'}.ai-upload:before{content:'\f041'}.ai-help-popicon:before{content:'\f042'}.ai-check:before{content:'\f043'}.ai-circle-plus:before{content:'\f046'}.ai-circle-minus:before{content:'\f047'}.ai-facebook:before{content:'\f049'}.ai-twitter:before{content:'\f04a'}.ai-linkedin:before{content:'\f04b'}.ai-date:before{content:'\f04c'}.ai-send:before{content:'\f04d'}.ai-info-circle:before{content:'\f04f'}.ai-check-circle:before{content:'\f052'}.ai-attachment:before{content:'\f053'}.ai-forward:before{content:'\f054'}.ai-trash:before{content:'\f055'}.ai-circle-exclamation:before{content:'\f056'}.ai-family:before{content:'\f057'}.ai-more:before{content:'\f058'}.ai-archive-alt:before{content:'\f059'}.ai-print:before{content:'\f05a'}.ai-client:before{content:'\f05b'}.ai-letter-a:before{content:'\f05d'}.ai-letter-b:before{content:'\f05e'}.ai-letter-c:before{content:'\f05f'}.ai-letter-d:before{content:'\f060'}.ai-letter-e:before{content:'\f061'}.ai-letter-f:before{content:'\f062'}.ai-letter-g:before{content:'\f063'}.ai-letter-h:before{content:'\f064'}.ai-letter-i:before{content:'\f065'}.ai-letter-j:before{content:'\f066'}.ai-letter-k:before{content:'\f067'}.ai-letter-u:before{content:'\f068'}.ai-letter-v:before{content:'\f069'}.ai-letter-w:before{content:'\f06a'}.ai-letter-x:before{content:'\f06b'}.ai-letter-y:before{content:'\f06c'}.ai-letter-l:before{content:'\f06d'}.ai-letter-m:before{content:'\f06e'}.ai-letter-n:before{content:'\f06f'}.ai-letter-o:before{content:'\f070'}.ai-letter-p:before{content:'\f071'}.ai-letter-q:before{content:'\f072'}.ai-letter-r:before{content:'\f073'}.ai-letter-s:before{content:'\f074'}.ai-letter-t:before{content:'\f075'}.ai-letter-z:before{content:'\f076'}.ai-letter-ae:before{content:'\f077'}.ai-letter-oo:before{content:'\f078'}.ai-letter-aa:before{content:'\f079'}.ai-keyhole-circle:before{content:'\f07a'}.ai-private-circle-big:before{content:'\f07b'}.ai-plain-circle:before{content:'\f07d'}.ai-plain-circle-big:before{content:'\f07e'}.ai-corp-circle-big:before{content:'\f07f'}.ai-lock-open:before{content:'\f080'}.ai-locked:before{content:'\f081'}.ai-plain-circle-test:before{content:'\f082'}.ai-exit-test:before{content:'\f083'}.ai-stop:before{content:'\f084'}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto} -------------------------------------------------------------------------------- /test/altinndigital.no/home.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | Altinn digitalisering – løsninger for digital dialog med innbyggere og næringsliv 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 |
35 | 36 | 37 | 44 | 45 | 46 | 47 |
48 | 49 |
50 |
51 |
52 | 53 | 54 | 106 | 107 | 108 | 131 | 132 | 133 |
134 | 135 | 136 |
137 | 138 | 139 |
140 | 141 | 142 |
143 | 144 | 145 | 146 | 147 |
148 |
149 |
150 |
151 |
152 |
153 |
154 |
155 | 156 |
157 | 158 | 159 |
160 | 164 |
165 | 166 |
167 |
168 |
169 |
170 |
171 |
172 |
173 |
174 |
175 | 176 | 177 |
178 | 179 | 180 | 181 |
182 |

183 |
184 | 185 | 186 | 187 | 259 | 260 | 261 | 262 |
263 |
264 |
265 | En familie på fire som ser smilende mot kamera. Fotografi. 266 | 267 | 268 |
269 |
270 |
271 |

Raskere lånesøknad med samtykke for Sparebank 1-kunder

272 |

Når kundene til SpareBank 1 søker om lån gir de samtykke til at skattemelding og lønnsslipp hentes via Altinn. Det gjør søknadsprosessen enklere, og kundene får raskere svar på lånesøknaden.

273 | 278 |
279 |
280 | 281 | 282 |
283 |

Veien til en digital tjeneste

284 |
285 | 286 |
    287 |
  1. Hva er behovet og hvordan skal det løses? Våre rådgivere hjelper deg i gang.
  2. 288 |
  3. Du utvikler tjenesten selv. Vi har maler, råd og workshops. Du ser selv hva du vil benytte.
  4. 289 |
  5. Vi tester tjenesten for deg og sjekker at det blir brukervennlig og får god datakvalitet.
  6. 290 |
  7. Enkel utsending og oversiktlig respons. Det er lett å sende ut, motta svar og purre.
  8. 291 |
  9. Vi lærer og forbedrer til neste gang.
  10. 292 |
293 | 294 |
295 |
296 | 297 | 298 | 299 | 320 | 321 | Veien til en digital tjeneste 322 | 323 | 324 | 325 | 1. Hva er behovet 326 | og hvordan skal det 327 | løses? Våre rådgivere 328 | hjelper deg i gang. 329 | 330 | 331 | 332 | 2. Du utvikler tjenesten 333 | selv. Vi gir råd i guider 334 | og dokumentasjon. 335 | Du ser selv hva 336 | du vil benytte. 337 | 338 | 339 | 340 | 3. Du tester tjenesten 341 | med fokus på 342 | brukervennlighet og 343 | sjekker at det tekniske 344 | fungerer. 345 | 346 | 347 | 4. Enkel utsending 348 | og oversiktlig respons. 349 | Det er lett å sende ut, 350 | motta svar og purre. 351 | 352 | 353 | 5. Vi lærer og forbedrer til neste gang 354 | 355 | 356 | 357 | 358 | 359 | 360 | 361 |
362 | 372 |
373 |
374 | 375 | 484 | 485 | 577 |
578 | 579 | 606 | 678 | 683 | 684 |
685 | 686 | 687 | 688 | 689 | 690 | 691 | --------------------------------------------------------------------------------