Advertisement
aznGiLL

itera FORT

Nov 3rd, 2014
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 10.19 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <html>
  4.   <head>
  5.     <meta charset="utf-8">
  6.     <title>Itera</title>
  7.       <link rel="stylesheet" href="itera.css">
  8.       <!-- jQuery -->
  9.       <script src="http://code.jquery.com/jquery-1.11.0.min.js"></script>
  10.       <!-- Latest compiled and minified JavaScript -->
  11.       <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script>
  12.       <!-- Latest compiled and minified CSS -->
  13. <<<<<<< HEAD
  14.      <link rel="stylesheet" href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.2.2/css/bootstrap-combined.min.css">
  15.       <style>
  16.           .hiddenRow { padding: 0 !important; }
  17.  
  18.           body {
  19.               background: url(bg.png) center top repeat;
  20.               color: #28201b;
  21.               font-family: Arial, Verdana, Helvetica, sans-serif;
  22.               font-size: 13px;
  23.               line-height: 1.4;
  24.               position: relative;
  25.               margin-top: 100px;
  26.           }
  27.  
  28.           .content {
  29.               background: url(box_bg.png) left top repeat-y;
  30.               clear: both;
  31.               float: left;
  32.               min-height: 100px;
  33.               padding: 12px 20px 11px 20px;
  34.               width: 378px;
  35.           }
  36.  
  37.           h2 {
  38.               color: #fff !important;
  39.               font-size: 26px;
  40.               letter-spacing: 1px;
  41.               line-height: 27px;
  42.               text-shadow: 0px 1px 1px rgba(0, 0, 0, .9);
  43.           }
  44.  
  45.           h3 {
  46.               color: #fff !important;
  47.               letter-spacing: 1px;
  48.               line-height: 27px;
  49.               text-shadow: 0px 1px 1px rgba(0, 0, 0, .9);
  50.               font-size: 45px !important;
  51.           }
  52.  
  53.           label {
  54.               color: #fff !important;
  55.               font-size: 23px;
  56.               letter-spacing: 1px;
  57.               line-height: 27px;
  58.               text-shadow: 0px 1px 1px rgba(0, 0, 0, .9);
  59.           }
  60.  
  61.           .inputHeight { height: 35px !important;}
  62.  
  63.           th {
  64.               color: #fff;
  65.               font-size: 20px;
  66.               letter-spacing: 1px;
  67.               line-height: 27px;
  68.               text-shadow: 0px 1px 1px rgba(0, 0, 0, .9);
  69.           }
  70.  
  71.           td {
  72.               color: #fff;
  73.               font-size: 18px;
  74.               letter-spacing: 1px;
  75.               line-height: 27px;
  76.               text-shadow: 0px 1px 1px rgba(0, 0, 0, .9);
  77.           }
  78.  
  79.           .left_col {
  80.               float: left;
  81.               padding-bottom: 8px;
  82.               padding-top: 8px;
  83.               position: relative;
  84.               width: 400px;
  85.           }
  86.  
  87.           .left_col:before {
  88.               background: url(box_top.png) left top no-repeat;
  89.               content: '';
  90.               height: 8px;
  91.               left: 0;
  92.               position: absolute;
  93.               top: 0;
  94.               width: 398px;
  95.           }
  96.  
  97.          
  98.  
  99.           .generate {
  100.               -moz-border-radius: 4px;
  101.               -webkit-border-radius: 4px;
  102.               background-color: #44c767;
  103.               border: 1px solid #18ab29;
  104.               border-radius: 4px;
  105.               color: #ffffff;
  106.               cursor: pointer;
  107.               display: inline-block;
  108.               font-family: arial;
  109.               font-size: 17px;
  110.               padding: 11px 31px;
  111.               text-decoration: none !important;
  112.               text-shadow: 0px 1px 0px #2f6627;
  113.           }
  114.  
  115.           .generate:hover {
  116.               background-color: #44c768;
  117.               border: 1px solid #18aa20;
  118.               color: #ffffff !important;
  119.           }
  120.  
  121.           .infoGreen {
  122.                 color: #18aa20 !important;
  123.           }
  124.  
  125.           #paymentPlan {
  126.               margin-top: 100px;
  127.           }
  128.  
  129.           .rowMargin {
  130.               margin-top: 100px;
  131.           }
  132.  
  133.           /* Ribbon */
  134.  
  135.           h1 {
  136.               box-shadow:
  137.                         0 0 30px 0 rgba(0, 0, 0, 0.1),
  138.                         0 36px 0 -18px #463c36;
  139.               color: #8699A0;
  140.               display: inline-block;
  141.               font-family: arial, verdana;
  142.               font-size: 14px;
  143.               line-height: 28px;
  144.               margin: 120px 0;
  145.               outline: none;
  146.               padding: 14px 30px;
  147.               position: relative;
  148.               text-shadow: 0 0 1px #758890;
  149.               text-transform: uppercase;
  150.           }
  151.  
  152.           h1:before {
  153.               border: 28px solid rgba(0, 0, 0, 0);
  154.               border-left: 28px solid #463c36;
  155.               border-right: 28px solid #463c36;
  156.               content: '';
  157.               height: 0;
  158.               left: -15%;
  159.               position: absolute;
  160.               top: 18px;
  161.               width: 130%;
  162.               z-index: -1;
  163.           }
  164.  
  165.  
  166.           h1:after {
  167.               border-left: 18px solid transparent;
  168.               border-right: 18px solid transparent;
  169.               border-top: 18px solid #99acb2;
  170.               content: '';
  171.               height: 0;
  172.               left: 0;
  173.               position: absolute;
  174.               top: 100%;
  175.               width: 100%;
  176.               z-index: -1;
  177.           }
  178.  
  179.           h1, h1:before {
  180.               background-image:
  181.                               linear-gradient(
  182.                                              transparent 8%,
  183.                                              rgba(0, 0, 0, 0.1) 8%,
  184.                                              rgba(0, 0, 0, 0.1) 14%,
  185.                                              transparent 14%,
  186.                                              transparent 86%,
  187.                                              rgba(0, 0, 0, 0.1) 86%,
  188.                                              rgba(0, 0, 0, 0.1) 92%,
  189.                                              transparent 92%
  190. ),
  191.                               linear-gradient(
  192.                                              rgba(255, 255, 255, 0.75),
  193.                                              rgba(255, 255, 255, 0)
  194. ),
  195.                               linear-gradient(
  196.                                              45deg,
  197.                                              transparent 40%,
  198.                                              rgba(0, 0, 0, 0.1) 40%,
  199.                                              rgba(0, 0, 0, 0.1) 60%,
  200.                                              transparent 60%
  201. ),
  202.                               linear-gradient(white, white);
  203.               background-size:
  204.                              cover,
  205.                              cover,
  206.                              4px 4px,
  207.                              cover;
  208.           }
  209.  
  210.           h1, h1:before, h1:after {
  211.               background-origin: border-box;
  212.               box-sizing: border-box;
  213.           }
  214.  
  215.       </style>
  216. =======
  217.       <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css">
  218.       <script type="application/dart" src="itera.dart"></script>
  219.       <script type="text/javascript" src="packages/browser/dart.js"></script>
  220. >>>>>>> origin/master
  221.   </head>
  222.     <body>
  223.         <div class="container">
  224.            
  225.             <h1>Lånekalkulator</h1>
  226.            
  227.             <div class="row rowMargin">
  228.                 <div class="col-sm-6">
  229.                     <div id="dataInput" class="content left_col">
  230.                        
  231.                         <form id="form" style="padding: 20px;">
  232.                             <label for="sum">Lånesum:</label>
  233.                             <input class="inputHeight" id="sum" type="number" name="principalAmount" value="">
  234.                             <br />
  235.                             <label for="rate">Rentesats:</label>
  236.                             <input class="inputHeight" id="rate" type="number" name="interestRate" value="">
  237.                             <br />
  238.                             <label for="repayment">Nedbetalingstid i %:</label>
  239.                             <input class="inputHeight" id="repayment" type="number" name="repayment" value="">
  240.                             <br />
  241.                             <a href="#" class="generate">Kalkulér</a>
  242.  
  243.                         </form>
  244.                     </div>
  245.                 </div>
  246.                 <div class="col-sm-6">
  247.                     <div id="info">
  248.                         <h2>Lånebeløp</h2>
  249.                         <h3 class="infoGreen">2 000 000 kr</h3>
  250.                         <h2>Månedsbeløp</h2>
  251.                         <h3 class="infoGreen">10 000 kr</h3>
  252.                     </div>
  253.                 </div>
  254.                 <div class="col-xs-12">
  255.                     <div id="paymentPlan">
  256.                         <table class="table table-condensed" style="border-collapse:collapse;">
  257.                             <thead>
  258.                                 <tr>
  259.                                     <th>År</th>
  260.                                     <th>Måned</th>
  261.                                     <th>Å betale</th>
  262.                                     <th>Avdrag</th>
  263.                                     <th>Rente</th>
  264.                                     <th>Resterende beløp å betale</th>
  265.                                 </tr>
  266.                             </thead>
  267.                             <tbody>
  268.                                 <tr data-toggle="collapse" data-target="#demo1" class="accordion-toggle">
  269.                                     <td>2014</td>
  270.                                     <td>Samlet +</td>
  271.                                     <td>10 000 kr</td>
  272.                                     <td class="text-success">5 500 kr</td>
  273.                                     <td class="text-error">4 500 kr</td>
  274.                                     <td class="text-success"> 1 500 000 kr</td>
  275.                                 </tr>
  276.                                 <tr>
  277.                                     <td colspan="6" class="hiddenRow"><div class="accordian-body collapse" id="demo1"> Januar </div> </td>
  278.                                 </tr>
  279.                             </tbody>
  280.                         </table>
  281.                     </div>
  282.                 </div>
  283.             </div>
  284.        
  285.         </div>
  286.  
  287.  
  288.  
  289.         <script type="application/dart" src="itera.dart"></script>
  290.         <script src="packages/browser/dart.js"></script>
  291.     </body>
  292. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement