Created
April 3, 2022 18:40
-
-
Save esneko/a6a0019a8477a1458ed6fba60e2061ca to your computer and use it in GitHub Desktop.
CSDD
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html class="full-height large-screen"> | |
| <head> | |
| <meta charset="utf-8" /> | |
| <title>CSDD eksāmeni</title> | |
| <meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=1" /> | |
| <meta name="viewport" content="width=device-width, initial-scale=1"> | |
| <meta property="og:image" content="http://csnt2.csdd.lv/images/nok.png"> | |
| <meta property="og:url" content="http://csnt2.csdd.lv/?so=PyFomh8jT1"> | |
| <meta property="og:title" content="Esmu iebraucis video jautājumos!"> | |
| <meta property="og:description" content="Mans rezultāts ir 28 no 30."> | |
| <meta property="og:type" content="website"> | |
| <link rel="shortcut icon" href="favicon.ico" type="image/x-icon"> | |
| <link rel="apple-touch-icon-precomposed" sizes="152x152" href="images/apple-touch-icon-152x152.png"> | |
| <link rel="apple-touch-icon-precomposed" sizes="120x120" href="images/apple-touch-icon-120x120.png"> | |
| <link rel="apple-touch-icon-precomposed" sizes="76x76" href="images/apple-touch-icon-76x76.png"> | |
| <link rel="apple-touch-icon-precomposed" href="images/apple-touch-icon-60x60.png"> | |
| <link href="/css/roboto.css" rel="stylesheet" type="text/css"> | |
| <link href="/styles/main.css" rel="stylesheet" type="text/css"> | |
| <link href="/css/jquery-ui.min.css" rel="stylesheet" type="text/css" /> | |
| <link href="/css/jquery.timepicker.css" rel="stylesheet" type="text/css" /> | |
| <style> | |
| body h3 { | |
| font-size: 1.25rem; | |
| line-height: 1.5rem; | |
| } | |
| </style> | |
| <script src="/scripts/jquery.min.js"></script> | |
| <script src="/scripts/vendor/simple-lightbox.min.js"></script> | |
| <script src="/scripts/eksamens/main.min.js"></script> | |
| <style> | |
| video::-webkit-media-controls-fullscreen-button { | |
| display: none !important; | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| <header id="header" class="header-eksamens"> | |
| <div class="header-split-left"> | |
| <a href="/" tabindex="-1"><img src="/images/svg/logo-csdd.svg" alt="CSDD"></a> | |
| <p>Teorijas eksāmens</p> | |
| <a style="margin:0px 50px 0px 0px;float:right;" href="/new/"><p>Jauns eksāmens</p></a> | |
| </div> | |
| </header> | |
| <main id="page-eksamens" class="full-width-container applicant"> | |
| <section> | |
| <div class="grid-row full-height"> | |
| <div class="grid-priority-container"> | |
| <div class="column-one-quarter aside-column"> | |
| <br> | |
| </div> | |
| <div class="column-two-thirds column-header-group content-column"> | |
| <div id="infodiv" class="group-wrapper"> | |
| <h1>Экзамен закончен</h1> | |
| <div class="message-info inline"> | |
| <h5>Правильных ответов 28 из 30 вопросов. | |
| <br />Набрано 28 из 30 пунктов. | |
| <br />Экзамен сдан успешно. | |
| </h5> | |
| </div> | |
| <div id="fb-root"></div> | |
| <script>(function(d, s, id) { | |
| var js, fjs = d.getElementsByTagName(s)[0]; | |
| if (d.getElementById(id)) return; | |
| js = d.createElement(s); js.id = id; | |
| js.src = 'http://connect.facebook.net/lv_LV/sdk.js#xfbml=1&version=v2.12'; | |
| fjs.parentNode.insertBefore(js, fjs); | |
| }(document, 'script', 'facebook-jssdk')); | |
| </script> | |
| <div class="fb-share-button" data-href="http://csnt2.csdd.lv/RUS" data-layout="button" data-size="large" data-mobile-iframe="false"> | |
| <a target="_blank" href="https://www.facebook.com/sharer/sharer.php?u=http://csnt2.csdd.lv/RUS%2F&src=sdkpreparse" class="fb-xfbml-parse-ignore">Dalies</a> | |
| </div> | |
| <br /> | |
| <br /> | |
| Ieteikumus sūtiet uz <a href="mailto:[email protected]">[email protected]</a> | |
| <br> | |
| <br> | |
| <a class="link-inactive" href="/RUS/parskats">Смотреть допущеные ошибки</a> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| </main> | |
| <!-- Global site tag (gtag.js) - Google Analytics --> | |
| <script async src="https://www.googletagmanager.com/gtag/js?id=UA-17240480-13"></script> | |
| <script> | |
| window.dataLayer = window.dataLayer || []; | |
| function gtag(){ dataLayer.push(arguments); } | |
| gtag('js', new Date()); | |
| gtag('config', 'UA-17240480-13'); | |
| </script> | |
| <script type="text/javascript"> | |
| $(function() { | |
| $(document).ready(function(){ | |
| $(this).bind("contextmenu", function(e) { | |
| e.preventDefault(); | |
| }); | |
| }); | |
| }); | |
| </script> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment