Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  1. <!DOCTYPE html>
  2. <!--
  3. Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
  4. For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
  5. -->
  6. <html lang="en">
  7. <head>
  8. <meta charset="utf-8">
  9. <meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0" name="viewport"/>
  10. <link href="sample/css/sample.css" media="screen" rel="stylesheet" type="text/css"/>
  11. <title>CKEditor 5 – classic editor build sample</title>
  12. </head>
  13. <body>
  14. <header>
  15. <div class="centered">
  16. <h1><a href="https://ckeditor.com/ckeditor-5"><img alt="WYSIWYG editor - CKEditor 5" src="sample/img/logo.svg"/></a>
  17. </h1>
  18. <input id="menu-toggle" type="checkbox"/>
  19. <label for="menu-toggle"></label>
  20. <nav>
  21. <ul>
  22. <li><a href="https://ckeditor.com/ckeditor-5">Project homepage</a></li>
  23. <li><a href="https://ckeditor.com/docs/">Documentation</a></li>
  24. <li><a href="https://github.com/ckeditor/ckeditor5">GitHub</a></li>
  25. </ul>
  26. </nav>
  27. </div>
  28. </header>
  29. <main>
  30. <div class="message">
  31. <div class="centered">
  32. <h1>Congratulations!</h1>
  33. <p>If you can see CKEditor below, it means that the installation succeeded. You can now try out your new
  34. editor version, see its features,
  35. and check some of the most useful <a href="#references">resources recommended below</a>.</p>
  36. </div>
  37. </div>
  38. <div class="centered">
  39. <div id="editor">
  40. <h2>The three greatest things you learn from traveling</h2>
  41. <p>Like all the great things on earth traveling teaches us by example. Here are some of the most precious
  42. lessons I’ve learned over the years of traveling.</p>
  43. <h3>Appreciation of diversity</h3>
  44. <p>Getting used to an entirely different culture can be challenging. While it’s also nice to learn about
  45. cultures online or from books, nothing comes close to experiencing <a
  46. href="https://en.wikipedia.org/wiki/Cultural_diversity">cultural diversity</a> in person. You
  47. learn to appreciate each and every single one of the differences while you become more culturally fluid.
  48. </p>
  49. <figure class="image image-style-side"><img alt="Three Monks walking on ancient temple."
  50. src="sample/img/umbrellas.jpg">
  51. <figcaption>Leaving your comfort zone might lead you to such beautiful sceneries like this one.
  52. </figcaption>
  53. </figure>
  54. <h3>Confidence</h3>
  55. <p>Going to a new place can be quite terrifying. While change and uncertainty makes us scared, traveling
  56. teaches us how ridiculous it is to be afraid of something before it happens. The moment you face your
  57. fear and see there was nothing to be afraid of, is the moment you discover bliss.</p>
  58. </div>
  59. <div id="references">
  60. <section>
  61. <h2>Configure the editor</h2>
  62. <p>CKEditor 5 is configurable so you can change many of its aspects (like the <a
  63. href="https://ckeditor.com/docs/ckeditor5/latest/builds/guides/integration/configuration.html#toolbar-setup">toolbar</a>)
  64. to get most of the editor in your project.</p>
  65. <p><a href="https://ckeditor.com/docs/ckeditor5/latest/builds/guides/integration/configuration.html">Learn
  66. how to configure</a></p>
  67. </section>
  68. <section>
  69. <h2>Discover the features</h2>
  70. <p>CKEditor 5 comes with plenty of rich text editing features. Most of them are available out of the box
  71. in your build.</p>
  72. <p><a href="https://ckeditor.com/docs/ckeditor5/latest/features/index.html">Discover rich text editor
  73. features</a></p></section>
  74. <section>
  75. <h2>Discover editor builds</h2>
  76. <p>There are other editor builds you can use in your project. They offer a different user interface and
  77. features but they all share the same solid core of CKEditor 5.</p>
  78. <p><a href="https://ckeditor.com/docs/ckeditor5/latest/builds/guides/overview.html">Discover the
  79. builds</a></p>
  80. </section>
  81. <section>
  82. <h2>Real-time collaboration</h2>
  83. <p>CKEditor 5 Collaboration Features let you customize any CKEditor 5 build to include real-time
  84. collaborative editing and commenting features and tailor them to your needs.</p>
  85. <p><a href="https://ckeditor.com/docs/ckeditor5/latest/features/collaboration/collaboration.html">Real-time
  86. collaboration overview</a></p>
  87. </section>
  88. <section>
  89. <h2>Create your own rich text editor</h2>
  90. <p>CKEditor 5 is a rich text editing framework that allows you to create your own editor using the
  91. building blocks it offers. You can customize existing builds or create a new one from scratch.</p>
  92. <p><a href="https://ckeditor.com/docs/ckeditor5/latest/builds/guides/development/custom-builds.html">Create
  93. your own build</a></p>
  94. </section>
  95. <section>
  96. <h2>Integration with the frameworks</h2>
  97. <p>CKEditor 5 supports the most popular web frameworks like React, Angular or Vue.js &mdash; get the
  98. full benefit of CKEditor 5 in your project using official integrations.</p>
  99. <p>
  100. <a href="https://ckeditor.com/docs/ckeditor5/latest/builds/guides/integration/frameworks/overview.html">Browse
  101. the integrations</a></p>
  102. </section>
  103. </div>
  104. </div>
  105. </main>
  106. <footer>
  107. <div>
  108. <p>CKEditor 5 – The text editor for the Internet – <a href="https://ckeditor.com/ckeditor-5">https://ckeditor.com/ckeditor-5</a>
  109. </p>
  110. <p>Copyright © 2003-2019, <a href="https://cksource.com/">CKSource</a> – Frederico Knabben. All rights reserved.
  111. </p>
  112. </div>
  113. </footer>
  114. <script src="ckeditor.js"></script>
  115. <script>
  116. ClassicEditor
  117. .create(document.querySelector('#editor'), {
  118. // toolbar: [ 'heading', '|', 'bold', 'italic', 'link' ]
  119. })
  120. .then(editor => {
  121. window.editor = editor;
  122. })
  123. .catch(err => {
  124. console.error(err.stack);
  125. });
  126. </script>
  127. </body>
  128. </html>