-
Notifications
You must be signed in to change notification settings - Fork 0
/
Solar_2.html
executable file
·132 lines (131 loc) · 7.71 KB
/
Solar_2.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=no">
<title>Loan simulation</title>
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/slr.css">
<link rel="stylesheet" href="css/fonticon.css">
</head>
<body>
<div class="portal_wrapper">
<div class="ml_simulation">
<div class="ml_sim_inner">
<div class="module_main_header h_functions">
<div class="module_header">
<div class="module_header__inner">
<div class="h_col">
<div class="module_hcontent f_left">
<h2 class="module_title">Mortage loan simulation</h2>
</div>
</div>
</div>
</div>
</div>
<div class="module_content form_container module_bg">
<form action="">
<div class="form_inner">
<p class="info_para">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s. simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s.</p>
<div class="form_primary">
<div class="form_fields">
<div class="form_labels">
<label>Borrowed amount</label>
<span>:</span>
</div>
<div class="form_details">
<span class="highlight_text non_input show_inline"><span>125.000,00</span><span class="space_left">EUR</span></span>
<span class="lnk_primary non_input modify_lnk">Modify</span>
</div>
</div>
<div class="form_fields">
<div class="form_labels">
<label>Duration</label>
<span>:</span>
</div>
<div class="form_details">
<!-- Dropdown comp -->
</div>
</div>
</div>
<div class="custom_table">
<div class="table_header">
<ul>
<li><p>Duration</p><p><span>(</span><span>years</span><span>)</span></p></li>
<li><p>Official rate</p></li>
<li><p>Repayment</p><ul class="table_switch"><li class="selected">Monthly</li><li>Total</li></ul></li>
<li><p>Type of repayment</p></li>
<li><p>Rate review occurence</p></li>
</ul>
</div>
<div class="table_content">
<ul>
<li><span class="fontcon-fav-default fav_icon"></span></li>
<li><p>3.28%</p></li>
<li><p><span>1.158</span><span class="space_left">EUR</span></p></li>
<li><p>Variable</p></li>
<li><p>1 year</p></li>
</ul>
<ul>
<li><span class="fontcon-fav-default fav_icon"></span></li>
<li><p>3.28%</p></li>
<li><p><span>1.158</span><span class="space_left">EUR</span></p></li>
<li><p>Variable</p></li>
<li><p>1 year</p></li>
</ul>
<ul>
<li><p>20</p></li>
<li><p>3.28%</p></li>
<li><p><span>1.158</span><span class="space_left">EUR</span></p></li>
<li><p>Variable</p></li>
<li><p>1 year</p></li>
</ul>
<ul>
<li><p>20</p></li>
<li><p>3.28%</p></li>
<li><p><span>1.158</span><span class="space_left">EUR</span></p></li>
<li><p>Variable</p></li>
<li><p>1 year</p></li>
</ul>
<ul>
<li><p>20</p></li>
<li><p>3.28%</p></li>
<li><p><span>1.158</span><span class="space_left">EUR</span></p></li>
<li><p>Variable</p></li>
<li><p>1 year</p></li>
</ul>
<ul>
<li><p>20</p></li>
<li><p>3.28%</p></li>
<li><p><span>1.158</span><span class="space_left">EUR</span></p></li>
<li><p>Variable</p></li>
<li><p>1 year</p></li>
</ul>
<ul>
<li><p>20</p></li>
<li><p>3.28%</p></li>
<li><p><span>1.158</span><span class="space_left">EUR</span></p></li>
<li><p>Variable</p></li>
<li><p>1 year</p></li>
</ul>
</div>
</div>
</div>
<div class="form_inner form_btns action_btns">
<div class="navigation_btns">
<div class="right_navigation_btn f_right">
<button class="btn_default btn_primary">
<span>New simulation</span>
</button>
</div>
</div>
</div>
</div>
</form>
</div>
</div>
</div>
</body>
</html>