-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.php
More file actions
executable file
·44 lines (36 loc) · 1.9 KB
/
about.php
File metadata and controls
executable file
·44 lines (36 loc) · 1.9 KB
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
<?php
include 'head.php'
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>about</title>
</head>
<body>
<style>
body{
background-image: url(img/cccc.jpg);
background-repeat: no-repeat;
/*background-attachment: fixed;////////////////*/
background-size: cover;}
</style>
<!-- about section starts -->
<section class="about" id="about">
<div class="image">
<img src="img/why.jpg" alt="">
</div>
<div class="content">
<h3>why choose us?</h3>
<p>বিসমিল্লাহির রাহমানির রাহিম </p>
<p> বি.সি.এস থেকে কলেজ ও স্কুল গ্রেডের অঙ্ক সমাধানগুলি দেখতে পারবো আমরা এই ওয়েবসাইটটি মাধ্যমে। সর্বোত্তম সমাধান দেয়া হবে যা প্রত্যেককে সহায়তা করতে পারবে । গণিত নিয়ে দুরচিন্তা করেন এমন লোকদের অনেক সহায়তা করবে ইনশাআল্লাহ । শিক্ষকরা তাদের নিজস্ব পর্যালোচনা করতে সক্ষম হওয়ার পাশাপাশি কোনও শিক্ষার্থী ওয়েবসাইট থেকে অনুলিপি করছেন কিনা শিক্ষক জানতে পারবে।</p>
<a href="read.php" target ="blank"><button class="btn">Read more</button></a>
</div>
</section>
<!-- about section ends -->
</body>
<?php
include 'foot.php'?>
</html>