-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
592 lines (516 loc) · 23.1 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
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<title>Blockment</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:title" content="">
<meta property="og:type" content="">
<meta property="og:url" content="">
<meta property="og:image" content="">
<link rel="manifest" href="site.webmanifest">
<link rel="apple-touch-icon" href="icon.png">
<!-- Place favicon.ico in the root directory --><link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,300;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Abel&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="courses.css">
<link rel="stylesheet" href="style.css">
<meta name="theme-color" content="#fafafa"> </head>
<body>
<div class='particle-network-animation'>
</div>
<div class="bodyy">
<ul>
<li><a href="#container">home</a></li>
<li><a href="#about">about</a></li>
<li><a href="courses.html">courses</a></li>
<li><a href="#contact">contact</a></li>
<li><a href="login.html">login</a></li>
<li><a href="register.html">register</a></li>
</ul>
</div>
<div id="container" style="padding-top: 150px;">
<div id="screen" class="card">
<div class="screenInner">
<body style= "color: yellow;"> <strong style= "color: white; font-size: 5ch;">New classes!</strong> </body>
<section class="card-container">
<header class="image-header">
<img src="images/Blockchain1.jpg" alt="image equilibrium" class="image-main">
<div class="overlay"></div>
<img src="" alt="" class="view">
</header>
<h1 class="tittle-card">Artificial Intelligence</h1>
<p class="text-card">Professor: Dr. Hamid Rohban</p>
<div class="items-card">
<div class="left">
<img src="images/user.png" alt="" class="img-item">
<span class="eth">69 Students</span>
</div>
<div class="right">
<img src="" alt="" class="img-item">
<span class="days">23 September 2022</span>
</div>
</div>
<div class="creator-section" style="text-align: center;">
<!-- <img src="https://avatars.githubusercontent.com/u/66575135?s=400&u=4e316d2a8fd2ddd46d3cf94cdb25b86b4ebd081c&v=4" alt="" class="img-creator">
<p class="text-creator">Creation of <a href="https://github.com/Jean-carje" class="name-creator">Jean Estevez</a></p> -->
<div style=" width: 100%;">
<a href="course4.html" class="btn" data-wipe="Join Class">View Class</a>
</div>
</div>
</section>
<section class="card-container">
<header class="image-header">
<img src="images/Blockchain2.jpg" alt="image equilibrium" class="image-main">
<div class="overlay"></div>
<img src="" alt="" class="view">
</header>
<h1 class="tittle-card">Blockchain</h1>
<p class="text-card">Professor: Dr. Amin Fazli</p>
<div class="items-card">
<div class="left">
<img src="images/user.png" alt="" class="img-item">
<span class="eth">78 Students</span>
</div>
<div class="right">
<img src="https://raw.githubusercontent.com/Jean-carje/nft-preview-card-component-main/82a22800073516e524360d46b8bf4aafaa8d1283/images/icon-clock.svg" alt="" class="img-item">
<span class="days">23 September 2022</span>
</div>
</div>
<div class="creator-section" style="text-align: center;">
<!-- <img src="https://avatars.githubusercontent.com/u/66575135?s=400&u=4e316d2a8fd2ddd46d3cf94cdb25b86b4ebd081c&v=4" alt="" class="img-creator">
<p class="text-creator">Creation of <a href="https://github.com/Jean-carje" class="name-creator">Jean Estevez</a></p> -->
<div style=" width: 100%;">
<a href="course5.html" class="btn" data-wipe="Join Class">View Class</a>
</div>
</div>
</section>
<section class="card-container">
<header class="image-header">
<img src="images/Blockchain3.jpg" alt="image equilibrium" class="image-main">
<div class="overlay"></div>
<img src="" alt="" class="view">
</header>
<h1 class="tittle-card">Cryptocurrency</h1>
<p class="text-card">Professor: Dr. Amin Behradfard</p>
<div class="items-card">
<div class="left">
<img src="images/user.png" alt="" class="img-item">
<span class="eth">46 Students</span>
</div>
<div class="right">
<img src="" alt="" class="img-item">
<span class="days">23 September 2022</span>
</div>
</div>
<div class="creator-section" style="text-align: center;">
<!-- <img src="https://avatars.githubusercontent.com/u/66575135?s=400&u=4e316d2a8fd2ddd46d3cf94cdb25b86b4ebd081c&v=4" alt="" class="img-creator">
<p class="text-creator">Creation of <a href="https://github.com/Jean-carje" class="name-creator">Jean Estevez</a></p> -->
<div style=" width: 100%;">
<a href="course6.html" class="btn" data-wipe="Join Class">View Class</a>
</div>
</div>
</section>
<!-- <div id="menu"></div> -->
<!--<div id="cascade">
<div id="side-tray"></div>
<div id="menu"></div>
<div id="tab-toggle"></div>
<div id="grid-container" class="-grindr-grid"> </div>
<div id="grid-shuffle" class="-grindr-grid"></div>
</div>
<div id="grid-profile" class="">
<div class="profile-menu">
<div id="back-button" class="profile-menu-back"><a href="#"> </a></div>
<div class="profile-menu-block"></div>
<div class="profile-menu-fav"></div>
</div>
<div class="profile-container">
<div class="recommend">*✧ We have a hunch you two will get along ✧*</div>
<div class="profile-info">
<div class="profile-text">
<span class="profile-name">Guy</span>
<span class="profile-online">online 54 minutes ago</span>
<span class="profile-distance">X feet away</span>
<span class="profile-about">Just looking around on this app. </span>
</div>
<div class="profile-field">
<div class="profile-field-name">Height</div>
<div class="profile-field-value">5'10''</div>
</div>
<div class="profile-field">
<div class="profile-field-name">Weight</div>
<div class="profile-field-value">161 lb</div>
</div>
<div class="profile-field">
<div class="profile-field-name">Body Type</div>
<div class="profile-field-value">Toned</div>
</div>
<div class="profile-field">
<div class="profile-field-name">Position</div>
<div class="profile-field-value">Vers</div>
</div>
<div class="profile-field">
<div class="profile-field-name">Looking for</div>
<div class="profile-field-value">Dates, Right Now</div>
</div>
</div>
</div>
</div> -->
</div>
<!-- <div id="bottom-bar"></div> -->
</div>
<div class="objective content" style="margin-top: 120px;" id="about">
<h1 style="width: 100%; text-align: center;">About Us</h1>
<hr style="width:60%; margin:auto; margin-bottom: 40px;"/>
<p>We propose putting the end-to-end procedure of taking a MOOC up to earning the certificate on a blockchain system to get a sound system that provides a fairer academic assessment environment while eliminating other problems mentioned above and introducing new helpful features. We propose our approach more abstractly; then, we will continue to discuss how and why the system works and how we have implemented and tested it.</p>
</div>
<!--<div class="frame">
<div class="center">
<div class="hundred">
<div class="one">
<div class="head"></div>
<div class="body"></div>
</div>
<div class="zero"></div>
<div class="zero"></div>
</div>
<h1 class="h1">DAYS</h1>
<h2 class="h2">CSS CHALLENGE</h2>
</div>
</div>-->
<div class="objective content" style="margin-top: 40px;">
<h1 style="width: 100%; text-align: center;">Courses</h1>
<hr style="width:60%; margin:auto; margin-bottom: 40px;"/>
<!--<p style="width: 50%; margin:auto; margin-bottom: -50px;">Nowadays, increasingly, many students learn the material of various courses through massive online open courses (MOOCs), instead of attending a university or an institute in a formal way. In our system, students will sign up on the MOOC host website and/or application and take the course they want, as if they are taking a traditional course online.</p>-->
<div class="bbody">
<section class="card-container">
<header class="image-header">
<img src="images/Deep_Learning.jpg" alt="image equilibrium" class="image-main">
<div class="overlay"></div>
<img src="https://raw.githubusercontent.com/Jean-carje/nft-preview-card-component-main/82a22800073516e524360d46b8bf4aafaa8d1283/images/icon-view.svg" alt="" class="view">
</header>
<h1 class="tittle-card">Deep Learning</h1>
<p class="text-card">Professor: Dr. Ali Salesi</p>
<div class="items-card">
<div class="left">
<img src="images/user.png" alt="" class="img-item">
<span class="eth">22 Students</span>
</div>
<div class="right">
<img src="https://raw.githubusercontent.com/Jean-carje/nft-preview-card-component-main/82a22800073516e524360d46b8bf4aafaa8d1283/images/icon-clock.svg" alt="" class="img-item">
<span class="days">23 September 2022</span>
</div>
</div>
<div class="creator-section" style="text-align: center;">
<!-- <img src="https://avatars.githubusercontent.com/u/66575135?s=400&u=4e316d2a8fd2ddd46d3cf94cdb25b86b4ebd081c&v=4" alt="" class="img-creator">
<p class="text-creator">Creation of <a href="https://github.com/Jean-carje" class="name-creator">Jean Estevez</a></p> -->
<div style=" width: 100%;">
<a href="#" class="btn" data-wipe="Join Class">Join Class</a>
</div>
</div>
</section>
<section class="card-container">
<header class="image-header">
<img src="images/IntroStatistics.jpg" alt="image equilibrium" class="image-main">
<div class="overlay"></div>
<img src="https://raw.githubusercontent.com/Jean-carje/nft-preview-card-component-main/82a22800073516e524360d46b8bf4aafaa8d1283/images/icon-view.svg" alt="" class="view">
</header>
<h1 class="tittle-card">Introduction to Statistic</h1>
<p class="text-card">Professor: Dr. Ali Sharifi</p>
<div class="items-card">
<div class="left">
<img src="images/user.png" alt="" class="img-item">
<span class="eth">52 Students</span>
</div>
<div class="right">
<img src="https://raw.githubusercontent.com/Jean-carje/nft-preview-card-component-main/82a22800073516e524360d46b8bf4aafaa8d1283/images/icon-clock.svg" alt="" class="img-item">
<span class="days">23 September 2022</span>
</div>
</div>
<div class="creator-section" style="text-align: center;">
<!-- <img src="https://avatars.githubusercontent.com/u/66575135?s=400&u=4e316d2a8fd2ddd46d3cf94cdb25b86b4ebd081c&v=4" alt="" class="img-creator">
<p class="text-creator">Creation of <a href="https://github.com/Jean-carje" class="name-creator">Jean Estevez</a></p> -->
<div style=" width: 100%;">
<a href="#" class="btn" data-wipe="Join Class">Join Class</a>
</div>
</div>
</section>
</div>
</div>
<div style="display: flex; justify-content: space-between; color: #000;">
<div class="container-2" style="color: #000;">
<p class="number">1</p>
<h2>Blockment</h2>
<p class="text">We developed, produced, and constructed our recommended system, Blockment, based on a blockchain platform. Blockment employs a decentralized system core to provide an efficient and impartial grading system.</p>
</div>
</div>
<div class="objective content" style="margin-top: 40px;" id="contact">
<h1 style="width: 100%; text-align: center;">Contact Us</h1>
<hr style="width:60%; margin:auto; margin-bottom: 40px;"/>
<p style="width: 50%; margin:auto; margin-bottom: -50px;">Share your opinion with us, any day!</p>
<div style="width: 100%;">
<section class="contact" id="contact">
<div class="">
<div class="col-md-5">
<div class="title">
<h3>Contact detail</h3>
<p>I'm Iman Mohammadi, Team Leader of Blockment's team! Feel free to share your thinkings with our team to we can provide a better idea any time!</p>
</div>
<div class="">
<!-- Info-1 -->
<div class="info">
<i class="fas fa-mobile-alt"></i>
<h4 class="d-inline-block">PHONE:
<br>
<span>+98 913 402 2571</span></h4>
</div>
<!-- Info-2 -->
<div class="info">
<i class="far fa-envelope"></i>
<h4 class="d-inline-block">EMAIL:
<br>
<span>[email protected]</span></h4>
</div>
<!-- Info-3 -->
<div class="info">
<i class="fas fa-map-marker-alt"></i>
<h4 class="d-inline-block">ADDRESS:<br>
<span>Tehran, Azadi Ave, P932+FM4</span></h4>
</div>
</div>
</div>
<!-- <div class="col-md-7">
<form>
<div class="row">
<div class="col-sm-6">
<input type="text" class="form-control" placeholder="Name">
</div>
<div class="col-sm-6">
<input type="email" class="form-control" placeholder="Email">
</div>
<div class="col-sm-12">
<input type="text" class="form-control" placeholder="Subject">
</div>
</div>
<div class="form-group">
<textarea class="form-control" rows="5" id="comment" placeholder="Message"></textarea>
</div>
<button class="btn btn-block" type="submit">Send Now!</button>
</form>
</div> -->
</div>
</section>
</div>
<style>
.contact {
padding: 50px 0;
}
.contact .heading h2 {
font-size: 30px;
font-weight: 700;
margin: 0;
padding: 0;
}
.contact .heading h2 span {
color: #ff9100;
}
.contact .heading p {
font-size: 15px;
font-weight: 400;
line-height: 1.7;
color: #999999;
margin: 20px 0 60px;
padding: 0;
}
.contact .form-control {
padding: 25px;
font-size: 13px;
margin-bottom: 10px;
background: #f9f9f9;
border: 0;
border-radius: 10px;
}
.contact button.btn {
padding: 10px;
border-radius: 10px;
font-size: 15px;
background: #ff9100;
color: #ffffff;
}
.contact .title h3 {
font-size: 18px;
font-weight: 600;
}
.contact .title p {
font-size: 14px;
font-weight: 400;
color: #999;
line-height: 1.6;
margin: 0 0 40px;
}
.contact .content .info {
margin-top: 30px;
}
.contact .content .info i {
font-size: 30px;
padding: 0;
margin: 0;
color: #02434b;
margin-right: 20px;
text-align: center;
width: 20px;
}
.contact .content .info h4 {
font-size: 13px;
line-height: 1.4;
}
.contact .content .info h4 span {
font-size: 13px;
font-weight: 300;
color: #999999;
}
</style>
</div>
</div>
</div>
<div id="description" style="margin-top: 100px; margin-right: 100px;">
<h1>MOOCS Website</h1>
<div class="objective content">
<p>Nowadays, many students increasingly learn the material of various courses through <strong>massive online open courses(MOOCs)</strong> instead of attending a university or an institute formally. In our system, students will sign up on the MOOC host website and application and take the course they want as if they are taking a traditional course online.</p>
<h3>Introducing MOOCS website</h3>
<!--<div class='credit'>By Sam Sam, Wesley Brown, and Sean Henry</div>-->
</div>
<div class="links">
<a href="" target="_blank" class="content">
<h3>MOOCS website in action</h3>
<p>Students explore the website to find the course they want and then enroll. So the record of each student’s registration in the course will be put on the <strong>blockchain</strong>. As the student downloads or watches lectures, the records will be updated by inserting new log records on the blockchain. </p>
</a>
<a href="" target="_blank" class="content">
<h3>The Process</h3>
<p>Meanwhile, homework handouts are designed and released collectively, and the students submit the answers to the website and application. Then we will have the process we provided before!</p>
</a>
<!--<a href="https://docs.google.com/presentation/d/1FdHm5KFPK-p615XZkDVExJtR66W68aWoyk4v7pYpTFw/edit" target="_blank" class="content">
<h3>Full Demo Deck</h3>
<p>Keep exploring the service, planning, and opportunities Grindr Graph can create.</p>
</a>-->
</div>
</div>
<!-- </div> -->
<!-- Site footer -->
<!-- <footer class="site-footer">
<div class="container">
<div class="row">
<div class="col-sm-12 col-md-6">
<h6>About</h6>
<p class="text-justify">Scanfcode.com <i>CODE WANTS TO BE SIMPLE </i> is an initiative to help the upcoming programmers with the code. Scanfcode focuses on providing the most efficient code or snippets as the code wants to be simple. We will help programmers build up concepts in different programming languages that include C, C++, Java, HTML, CSS, Bootstrap, JavaScript, PHP, Android, SQL and Algorithm.</p>
</div>
</div>
<hr>
</div>
<div class="container">
<div class="row">
<div class="col-md-4 col-sm-6 col-xs-12">
<ul class="social-icons">
<li><a class="facebook" href="#"><i class="fa fa-facebook"></i></a></li>
<li><a class="twitter" href="#"><i class="fa fa-twitter"></i></a></li>
<li><a class="dribbble" href="#"><i class="fa fa-dribbble"></i></a></li>
<li><a class="linkedin" href="#"><i class="fa fa-linkedin"></i></a></li>
</ul>
</div>
</div>
</div>
</footer> -->
<script type="module" src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.js"></script>
<!-- Add your site or application content here -->
<script src="js/vendor/modernizr-3.11.2.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="script.js"></script>
</body>
<footer>
<!-- <div class="main">
<div class="col1">
<h3 class="heading">
About the store
</h3>
<ul>
<li>
<a href="#">
Home
</a>
</li>
<li>
<a href="#">
Become a customer
</a>
</li>
<li>
<a href="#">
About us
</a>
</li>
<li>
<a href="#">
FAQ
</a>
</li>
<li>
<a href="#">
Return policy
</a>
</li>
<li>
<a href="#">
Contact us
</a>
</li>
</ul>
</div>
<div class="col2">
<h3 class="heading">
Language
</h3>
<div class="languages">
<a href="#">Deutsch</a>
<a href="#">English</a>
<a href="#">Espaṅol</a>
<a href="#">Français</a>
<a href="#">Indonesian</a>
<a href="#">Italian</a>
<a href="#">Nederlands</a>
<a href="#">Polnisch</a>
<a href="#">Português</a>
<a href="#">pyccknṅ</a>
<a href="#">Tiéng Viêt</a>
<a href="#">Türkçe</a>
</div>
</div>
<div class="col3">
<h3 class="heading">
Get in touch
</h3>
<div class="social">
<a href="#">
<ion-icon name="logo-facebook"></ion-icon>
</a>
<a href="#">
<ion-icon name="logo-twitter"></ion-icon>
</a>
<a href="#">
<ion-icon name="logo-linkedin"></ion-icon>
</a>
</div>
</div>
</div> -->
<p class="terms">
<a href="#">MOOCS Group © 2022</a>
<!-- <a href="#">Security and privacy</a>
<a href="#">Newsletter</a> -->
</p>
</footer>
</html>