-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathservices.html
300 lines (300 loc) · 11.8 KB
/
services.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
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
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>DIM</title>
<!--Bootstrap CSS-->
<link rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65"
crossorigin="anonymous">
<!--Bootstrap JS-->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4"
crossorigin="anonymous"></script>
<link rel="stylesheet" href="style.css">
<style>
.top-part {
display: flex !important;
flex-direction: column;
justify-content: center;
align-items: center;
padding-top: 30px;
padding-bottom: 30px;
padding-left: auto;
padding-right: auto;
}
.title h1 {
font-size: 10vw;
margin: 30px;
user-select: none !important;
}
.arrangement {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
margin: 0 auto;
}
.business-frame {
border: 1px solid #ddd;
padding: 20px;
margin: 20px;
text-align: left;
min-height: 218.5px;
max-height: 250px;
min-width: 260px;
}
.business-top {
display: flex;
justify-content: space-between;
align-items: center;
margin-top: 7.5px;
margin-bottom: 15px;
}
.business-top img {
width: 50px;
height: 50px;
object-fit: cover;
}
.select-move a {
text-decoration: none !important;
}
.desc {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
margin: 20px auto;
}
.desc-title h2 {
margin: 20px;
font-size: 6.5vw;
}
.desc-detail {
width: 80%;
}
.loan-table {
width: 80%;
border-collapse: collapse;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
justify-content: center;
}
.redirect {
display: flex;
justify-content: center;
align-items: center;
margin: 20px;
text-align: center;
font-size: 0.5vw;
}
@media (max-width: 991px) {
.arrangement {
flex-direction: column;
}
}
</style>
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<a class="navbar-brand" href="home.html">DIM</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ms-auto">
<li class="nav-item">
<a class="nav-link nav-placement" href="services.html">Services</a>
</li>
<li class="nav-item">
<a class="nav-link nav-placement" href="home.html#usabout">About Us</a>
</li>
<li class="nav-item">
<a class="nav-link nav-placement" href="support.html">Support</a>
</li>
<li class="nav-item">
<a class="nav-link nav-placement" href="login.html">LOGIN</a>
</li>
</ul>
</div>
</nav>
<div class="top-part">
<div class="title"><h1>Our Services</h1></div>
</div>
<div class="arrangement">
<!-- Card 1 -->
<div class="col-md-3 mb-3 business-frame select-move">
<a href="#investor-pitch">
<div class="business-top">
<h4>Investor Pitch</h4>
<img src="logo example.png" alt="Logo">
</div>
<div class="business-detail">
<h6>Promote your business to the world at DIM's open platform, viewed by investors from around the globe.</h6>
</div>
</a>
</div>
<!-- Card 2 -->
<div class="col-md-3 mb-3 business-frame select-move">
<a href="#micro-loan">
<div class="business-top">
<h4>Micro-Loans</h4>
<img src="logo example.png" alt="Logo">
</div>
<div class="business-detail">
<h6>We provide loans for your businesses or investments with the aim of helping you
get started on your financial journey today.</h6>
</div>
</a>
</div>
<!-- Card 3 -->
<div class="col-md-3 mb-3 business-frame select-move">
<a href="#crowdfund">
<div class="business-top">
<h4>Crowdfunds</h4>
<img src="logo example.png" alt="Logo">
</div>
<div class="business-detail select-move">
<h6>Get your businesses to be supported by people of your communities or supporting organisations.</h6>
</div>
</a>
</div>
</div>
<div class="select-move"><a href="#investor-pitch"><h5 style="text-align:center; margin-bottom:30px;">Want to learn more?</h5></a></div>
<div class="desc" id="investor-pitch">
<div class="desc-title">
<h2>Investor Pitch</h2>
</div>
<div class="desc-detail business-detail">
<h6>
Start boosting your business's need for greater amounts of capital aid by sharing your vision,
mission, and goals for your small business to open investors in DIM! With the endorsement of
your business's identity, you have put yourself one step closer to being the next business in line
to be supported by investors from around the globe.
</h6>
<h6>
DIM allows entrepreneurs to go into depth and describe their businesses in clear detail, helping
entrepreneurs to show their transparency, and allow investors to have a deeper understanding in
the direction of the businesses they explore.
</h6>
</div>
</div>
<div class="desc" id="micro-loan">
<div class="desc-title">
<h2>Micro-Loans</h2>
</div>
<div class="desc-detail business-detail">
<h6>
Loans can be taken by both businesses who are looking to get easier claims of loans or investors
who are greatly determined at starting their financial journey, but lacks the amount of capital
needed to start carving their professional path.
</h6>
<h6>We offer a range of options to help you get started on your financial journey today, including:</h6>
<table class="loan-table" border="1">
<tr>
<th>Loan Type</th>
<th>Loan Amount</th>
<th>Interest Rate</th>
</tr>
<tr>
<td>Startup Loans</td>
<td>$500-$3,000</td>
<td>7.5%-10%</td>
</tr>
<tr>
<td>Business Loans</td>
<td>$3,000-$30,000</td>
<td>5%-7.5%</td>
</tr>
<tr>
<td>Expansion Loans</td>
<td>more than $30,000</td>
<td>2.5%-5%</td>
</tr>
</table>
<div class="loan-table-note"><span style="font-size:12.5px;"><b>NOTE:</b> Loan interest rates may differ from one period to another.</span></div>
</div>
</div>
<div class="desc" id="crowdfund">
<div class="desc-title">
<h2>Crowdfunds</h2>
</div>
<div class="desc-detail business-detail">
<h6>Get people, supportive communities, and orgainsations to support your business with donations.</h6>
<h6>
Crowdfunding can help you reach your financial goals faster, with less risk of financial loss,
and can be a great way to showcase your business and attract more donors. Crowdfunding incentivises
your donors to always support and watch out for your business, building a stronger growth amongst
like-minded people and communities or between organisations alike.
</h6>
</div>
</div>
<div class="select-move redirect">
<a href="signup.html"><h5>What else are you waiting for? Start plotting your journey today!</h5></a>
</div>
<footer>
<div class="newfoot">
<div class="block1">
<h5>Digital Interpersonal Market</h5>
<div class="socials">
<a href="https://www.facebook.com" target="_blank"><img src="facebook.svg" alt="Facebook"></a>
<a href="https://www.x.com/home" target="_blank"><img src="x.png" alt="X"></a>
<a href="https://www.instagram.com" target="_blank"><img src="instagram.svg" alt="Instagram" style="height: 36.5px; width: 36.5px;"></a>
<a href="https://www.linkedin.com/feed" target="_blank"><img src="linkedin.svg" alt="LinkedIn"></a>
</div>
</div>
<div class="block2">
<h5>Overview</h5>
<div class="links">
<a href="home.html#aboutus">About Us</a>
<br>
<a href="services.html">Services</a>
<br>
<a href="login.html">Login</a>
<br>
<a href="market.html">Our Market</a>
</div>
</div>
<div class="block3">
<h5>Resources</h5>
<div class="links">
<a href="https://www.investopedia.com/articles/00/082100.asp">Investor Tips</a>
<br>
<a href="https://www.forbes.com/councils/forbesbusinesscouncil/2021/12/28/10-tips-for-becoming-a-successful-entrepreneur/">Business Tips</a>
<br>
<a href="">Community Feedback</a>
<br>
<a href="">Contact</a>
</div>
</div>
<div class="block4">
<h5>Policies</h5>
<div class="links">
<a href="support.html">FAQ</a>
<br>
<a href="privacy.html">Privacy Policy</a>
<br>
<a href="terms.html">Terms & Conditions</a>
<br>
<a href="license.html">License</a>
</div>
</div>
</div>
<div class="footer-line"></div>
<div class="bottom-footer">
<div class="copyright">
<p>© 2024 DIM. All rights reserved.</p>
</div>
<div class="start-button">
<button class="btn btn-primary" type="button" title="Get Started">
<a href="signup.html">Get Started</a>
</button>
</div>
</div>
</footer>
</body>
</html>