Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc8b3395

Browse files
authored
Merge pull request#10 from Anikcb/main
Upadate Trainers Details
2 parentsf2d4552 +5894a05 commitc8b3395

File tree

2 files changed

+169
-2
lines changed

2 files changed

+169
-2
lines changed

‎start-course/index.html‎

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,10 @@
3333
<ahref="start_course/index.html"class="nav-bar__item--link active"> স্টার্ট কোর্স</a>
3434
</li>
3535
<liclass="nav-bar__item">
36-
<ahref="./../school-lists/"class="nav-bar__item--link"> স্কুল সমুহ</a>
36+
<ahref="./../school-lists/index.html"class="nav-bar__item--link">রেজাল্ট</a>
37+
</li>
38+
<liclass="nav-bar__item">
39+
<ahref="./../Teachers.html"class="nav-bar__item--link">ট্রেইনার</a>
3740
</li>
3841
</ul>
3942
</div>

‎styles/style.css‎

Lines changed: 165 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,4 +354,168 @@ Google Sheet
354354
.google-sheet {
355355
width:100%;
356356
min-height:70vh;
357-
}
357+
}
358+
359+
360+
.team {
361+
position: relative;
362+
width:100%;
363+
padding:45px015px0;
364+
}
365+
366+
.team .team-item {
367+
position: relative;
368+
margin-bottom:30px;
369+
}
370+
371+
.team .team-img {
372+
position: relative;
373+
border-radius:5px5px00;
374+
overflow: hidden;
375+
}
376+
377+
.team .team-imgimg {
378+
width:100%;
379+
transition:.3s;
380+
}
381+
382+
.team .team-item:hoverimg {
383+
transform:scale(1.1);
384+
}
385+
386+
.team .team-text {
387+
position: relative;
388+
width:100%;
389+
padding:35px30px30px30px;
390+
text-align: center;
391+
background:#202C45;
392+
border-radius:005px5px;
393+
transition:.5s;
394+
}
395+
396+
.team .team-item:hover .team-text {
397+
background:#080101;
398+
}
399+
400+
.team .team-texth2 {
401+
color:#ffffff;
402+
font-size:20px;
403+
font-weight:600;
404+
letter-spacing:1px;
405+
margin-bottom:10px;
406+
}
407+
408+
.team .team-textp {
409+
margin:0;
410+
color:#ffffff;
411+
}
412+
413+
.team .team-social {
414+
position: absolute;
415+
width:100%;
416+
height:40px;
417+
top:-20px;
418+
left:0;
419+
text-align: center;
420+
font-size:0;
421+
}
422+
423+
.team .team-sociala {
424+
display: inline-block;
425+
width:40px;
426+
height:40px;
427+
margin:03px;
428+
padding:7px0;
429+
text-align: center;
430+
font-size:16px;
431+
color:#ffffff;
432+
background:#202C45;
433+
border-radius:40px;
434+
transition:.5s;
435+
}
436+
437+
.team .team-item:hover .team-sociala {
438+
background:#080101;
439+
}
440+
441+
.team .team-sociala:hover {
442+
color:#202C45;
443+
}
444+
445+
446+
447+
448+
449+
/* ###################Organizers########################### */
450+
451+
452+
453+
.team1 {
454+
position: relative;
455+
width:100%;
456+
padding:45px015px250px;
457+
}
458+
459+
.team1 .team1-item {
460+
position: relative;
461+
margin-bottom:30px;
462+
}
463+
464+
.team1 .team1-img {
465+
position: relative;
466+
border-radius:5px5px00;
467+
overflow: hidden;
468+
}
469+
470+
.team1 .team1-imgimg {
471+
width:100%;
472+
transition:.3s;
473+
}
474+
475+
.team1 .team1-item:hoverimg {
476+
transform:scale(1.1);
477+
}
478+
479+
.team1 .team1-text {
480+
position: relative;
481+
width:100%;
482+
padding:35px30px30px30px;
483+
text-align: center;
484+
background:#09246e;
485+
border-radius:005px5px;
486+
transition:.5s;
487+
}
488+
489+
.team1 .team1-item:hover .team1-text {
490+
background:#c7d1cb;
491+
}
492+
493+
.team1 .team1-texth2 {
494+
color:#a0661a;
495+
font-size:20px;
496+
font-weight:600;
497+
letter-spacing:1px;
498+
margin-bottom:10px;
499+
}
500+
501+
.team1 .team1-text:hoverh2 {
502+
color:#ffffff;
503+
font-size:20px;
504+
font-weight:600;
505+
letter-spacing:1px;
506+
margin-bottom:10px;
507+
}
508+
509+
.team1 .team1-texth4 {
510+
margin:0;
511+
color:#ffffff;
512+
}
513+
514+
.team1 .team1-text:hoverh4 {
515+
margin:0;
516+
color:#a0661a;
517+
}
518+
519+
520+
521+

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp