-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
442 lines (381 loc) · 16.2 KB
/
index.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
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/remixicon/4.5.0/remixicon.css" integrity="sha512-6p+GTq7fjTHD/sdFPWHaFoALKeWOU9f9MPBoPnvJEWBkGS4PKVVbCpMps6IXnTiXghFbxlgDE8QRHc3MU91lJg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="dist/style.css">
<title>BSP Soft Platform</title>
</head>
<body>
<!-- header -->
<header>
<img src="images/Logo2.png" alt="Home">
<nav>
<a href="#">Home</a>
<a href="services.html">Services</a>
<a href="#">Objects</a>
<a href="#">Membars</a>
<a href="#">Customer Opinions</a>
<a href="#">Contact us</a>
<a href="CoinInfo.html">About</a>
<a href="#">icon</a>
</nav>
<div id="menubtn"><i class="ri-menu-line"></i></div>
<div id="navMenu" class="hidden">
<nav>
<a href="#">Home</a>
<a href="services.html">Services</a>
<a href="#">Objects</a>
<a href="#">Membars</a>
<a href="#">Customer Opinions</a>
<a href="#">Contact us</a>
<a href="#">About</a>
<a href="#"><i class="ri-sun-line"></i></a>
</nav>
</div>
</header>
<!--// header //-->
<!--Container -->
<div class="container">
<!--prof -->
<div class="prof">
<img src="images/best-01.jpg" alt="Home">
<div class="prof-content">
<p>
<span>BSP SOFT</span>
is a software company that focuses on programming and developing websites, desktop applications and phone applications.
</p>
<button>more</button>
</div>
</div>
<!--// prof //-->
<!-- services -->
<div class="services">
<h1>Services</h1>
<div class="services-list">
<div class="service-card">
<img src="images/web-development.jpeg" alt="not" class="img-top">
<div class="service-body">
<h2>Web Developer</h2>
<span> Create modern, responsive,
and user-friendly websites designed to meet your needs.
Deliver high-quality solutions with clean code,
ensuring optimal performance and excellent user experience.
</span>
<button>more</button>
</div>
</div>
<div class="service-card">
<img src="images/web-blockchin.png" alt="not" class="img-top">
<div class="service-body">
<h2>Web3 & Blockchain Developer</h2>
<span>
Develop blockchain,
build decentralized applications (dApps) and smart contracts,
leveraging Web3 technologies.
Including integrating blockchain functionality into web platforms, ensuring security, transparency and innovation.
</span>
<button>more</button>
</div>
</div>
<div class="service-card">
<img src="images/flutter-development.png" alt="not" class="img-top">
<div class="service-body">
<h2>Mobile App Developer (Flutter)</h2>
<span>
Develop cross-platform mobile apps using Flutter,
delivering high-performance and visually appealing apps for both iOS and Android operating systems.
This approach focuses on seamless functionality and intuitive user interface to enhance user experience.
</span>
<button>more</button>
</div>
</div>
</div>
<br><br><br>
</div>
<!--// services //-->
<!-- software tracks -->
<div class="tracks">
<h1>Software Tracks</h1>
<div id="note">Software pathways to learn different programming languages through a set of professional courses,
which are offered by different programmers from members of this company or others.
</div>
<!-- tracks web -->
<div class="tracks-list">
<h2>Web Development Learning Path</h2>
<div class="track-card">
<img src="images/language/html.png" alt="html" height="60">
<h1>HTML</h1>
<p>Learn the language of HTML sites <code>Hyper Text Mark-up Language</code>,
so that you can create and structure different web pages.
</p>
<a href="#">here</a>
</div>
<div class="track-card">
<img src="images/language/css.png" alt="css" height="50">
<h1>CSS</h1>
<p>Learn to design site content,
make attractive and professional designs via cosmetic language decorations CSS <code>css</code>
</p>
<a href="#">here</a>
</div>
<div class="track-card">
<img src="images/language/javascript.png" alt="javascript" height="50">
<h1>JavaScript</h1>
<p>Learn <code>JavaScript</code> , a powerful language of the most popular and used languages,
that provides you with the ability to build strong and effective sites.
</p>
<a href="#">here</a>
</div>
<div class="track-card">
<img src="images/language/php.jpeg" alt="php" height="50">
<h1>PHP</h1>
<p>Learning <code>PHP</code> language,
a powerful and effective language in building databases,
facilitates the process of linking the site to the database.
</p>
<a href="#">here</a>
</div>
<div class="tracks-other">
<a href="#">Learning <span>React.js</span></a>
<a href="#">Learning <span>Node.js</span></a>
<a href="#">Learning <span>Larvel</span></a>
</div>
</div>
<!--// tracks web //-->
<!-- tracks Desktop -->
<div class="tracks-list">
<h2>Desktop Apps Learning Path</h2>
<div class="track-card">
<img src="images/language/c_charp.jpeg" alt="c#" height="60">
<h1>C#</h1>
<p>Learning <code>C#</code> language,
a strong and effective language in many different fields,
helps in building and structuring desktop applications and other applications.
</p>
<a href="#">here</a>
</div>
<div class="track-card">
<img src="images/language/Net_frame.jpeg" alt=".Net ftamework" height="50">
<h1>.Net frameworks</h1>
<p>An integrated framework from the frameworks of the <code>C#</code> language
that provides an integrated environment in building desktop applications.
</p>
<a href="#">here</a>
</div>
<div class="tracks-other">
<a href="#"> <span></span></a>
</div>
</div>
<!--// tracks Desktop //-->
<!-- tracks app phone -->
<div class="tracks-list">
<h2>The path of learning Android applications</h2>
<div class="track-card">
<img src="images/language/dart.jpeg" alt="dart" height="60">
<h1>Dart</h1>
<p>Strong programming language,
enabling to program different phone apps using the framework of work <code>flatter</code>
</p>
<a href="#">here</a>
</div>
<div class="track-card">
<img src="images/language/flutter.png" alt="flutter" height="50">
<h1>Flutter</h1>
<p>A powerful and effective framework used in structuring application interfaces professionally and attractively </p>
<a href="#">here</a>
</div>
<div class="tracks-other">
<a href="#"> <span></span></a>
</div>
</div>
<!--// tracks app phone //-->
</div>
<!--// software tracks //-->
<hr>
<!-- Members info -->
<div class="members">
<h1>Members</h1>
<div class="members-list">
<div class="member-card">
<img src="images/myLogo.jpg" alt="member" width="66">
<div id="infoMember">
One of the members of the company is considered an effective model in managing,
organizing and supervising various projects. <br>
<span><i class="ri-user-line" ></i> name : </span> <code>Basheer salh Abdh Radman Alshamiry .</code> <br>
<span><i class="ri-task-line" ></i> from his Tasks:</span>
<div>
<li> Project management and supervision. </li>
<li> Monitor the effectiveness of the members. </li>
<li> External Communication and Public Relations. </li>
</div>
<span><i class="ri-mail-line" ></i> email :</span> <code>basheeralshamiry1144@gmail.com</code>
</div>
</div>
<div class="member-card">
<img src="images/2.jpg" alt="member" width="66">
<div id="infoMember">
One of the members of the company is based on the tasks of analyzing systems and projects,
and finding simple algorithms that help create effective high-efficiency applications. <br>
<span><i class="ri-user-line" ></i> name : </span> <code>Husain Al-ropiay.</code> <br>
<span><i class="ri-task-line" ></i> from his Tasks:</span>
<div>
<li> Systems and Project Analysis. </li>
<li> Drawing and structuring algorithms. </li>
<li> Writing the preparation and implementation steps. </li>
</div>
<span><i class="ri-mail-line" ></i> email :</span> <code>alropiay444@gmail.com</code>
</div>
</div>
<div class="member-card">
<img src="images/3.jpg" alt="member" width="66">
<div id="infoMember">
One of the members of the company,
is based on programming web applications and desktop applications according to the plans drawn by the systems analyst. <br>
<span><i class="ri-user-line" ></i> name : </span> <code>Haled Al-sadiey.</code> <br>
<span><i class="ri-task-line" ></i> from his Tasks:</span>
<div>
<li> Web applications programming. </li>
<li> Desktop application programming. </li>
<li> Work on the backend of different systems. </li>
</div>
<span><i class="ri-mail-line" ></i> email :</span> <code>alsadiey78@gmail.com</code>
</div>
</div>
</div>
</div>
<!--// Members info //-->
<hr>
<!-- Contact Us -->
<div class="contact">
<h1>Contact Us</h1>
<div class="contact-card">
<form action="#" method="get">
<input type="email" placeholder="Enter Your Email" required>
<textarea name="areaNote" id="areaNote" cols="10" rows="10"></textarea>
<button type="submit">Submit</button>
</form>
<div class="linked">
<div class="linked-title">You can connect us on one of our social media accounts.</div>
<ul>
<li>Facebook <img src="Icons/ent_facebook_with_circle.png" alt="not"></li>
<li>Telegram <img src="Icons/faw_telegram.png" alt="not"></li>
<li>Whatsapp <img src="Icons/ion_social_whatsapp.png" alt="not"></li>
<li>Linked In<img src="Icons/ent_linkedin_with_circle.png" alt="not"></li>
</ul>
</div>
</div>
</div>
<!--// Contact Us //-->
<hr>
<!-- projects -->
<div class="projects">
<h1>Our Projects</h1>
<div class="project-info">
These projects are characterized by effectiveness,
design and performance <br>
<code>
these are a summary of some of the projects that have been completed using modern technologies.
</code> .
</div>
<div class="project-list">
<div class="project-card">
<h2>BlockChain Voting System</h2>
<img src="images/project/voting1.jpg" id="votingSlider" alt="voting" width="80%">
<div class="btn-slider">
<!-- onclick="movSlide(1)" (index project,state) -->
<button class="prev" onclick="movSlide(1,'prev')">❮</button>
<button class="next" onclick="movSlide(1,'next')">❯</button>
</div>
<div class="project-description">
<span>An electronic voting system that relies on blockchain technology
to encrypt the voting process in order to prevent tampering with it.
<br>
It was created using many techniques such as :
<code>PHP</code>,
<code>JavaScript</code>,
<code>Node.js</code>,
<code>Solidty</code>,
<code>Truffle</code>
and Others.
</span><br><br>
<a href="#">Project link on <code>Github <i class="ri-github-fill" ></i></code></a>
</div>
</div>
<div class="project-card">
<h2>Profile website tamplate</h2>
<img src="images/project/profile1.jpg" id="profileSlider" alt="profile" width="80%">
<div class="btn-slider">
<!-- onclick="movSlide(1)" (index project,state) -->
<button class="prev" onclick="movSlide(2,'prev')">❮</button>
<button class="next" onclick="movSlide(2,'next')">❯</button>
</div>
<div class="project-description">
<span>A website tamplate that can be used as a model to introduce a company, institution or personal use.<br>
It was created using many techniques such as :
<code>React.js</code>,
<code>Node.js</code>
</span><br><br>
<a href="#">Project link on <code>Github <i class="ri-github-fill" ></i></code></a>
</div>
</div>
</div>
</div>
<!--// projects //-->
<hr style="max-width:80%; margin:10px auto;">
<hr style="max-width:60%; margin:10px auto;">
<hr style="max-width:50%; margin:10px auto;">
<!-- About BSP company -->
<div class="about">
<h1>Information about BSP Company</h1>
<img src="images/Logo2.png" alt="Home">
<div class="about-description">
<span>BSP SOFT is a software company,
interested in the design and development of different systems,
characterized by expert software staff,
and high efficiency in analyzing software projects.
<br><br>
Founded in 2024, this company is based on various projects and businesses to the present day
<br>
Its fields are based on: <br>
<code>building and structuring websites and web applications</code> , <br>
<code>building and structuring desktop systems and accounting systems</code> , <br>
<code>building phone applications</code> <br>
And other works.
</span><br><br><br>
<a href="#">Company email link <i class="ri-mail-fill" ></i></a>
</div>
</div>
<!--// About BSP company //-->
<hr style="max-width:80%; margin:10px auto;">
<hr style="max-width:60%; margin:10px auto;">
<hr style="max-width:50%; margin:10px auto;">
<!-- footer-->
<footer>
<div class="footer-header">
<ul>
<li><a href="services.html">Services</a></li>
<li><a href="#">Objects</a></li>
<li><a href="#">Software Tracks</a></li>
<li><a href="#">Customer Opinions</a></li>
<li><a href="#">Members About</a></li>
<li><a href="#">Help Center</a></li>
</ul>
</div>
<div class="footer-footer">
<ul>
<li><a href="#">Information about BSP Company |</a></li>
<li><a href="#">Documents and Reports |</a></li>
<li><a href="#">Our customers</a></li>
</ul>
<span>Copyright © reserved for a Company <code>BSP</code> 2024.</span>
</div>
</footer>
<!--// footer //-->
</div>
<!--// Container //-->
<script src="dist/main.js"></script>
</body>
</html>