-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
82 lines (77 loc) · 3.53 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
<!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>Mission 2022</title>
<link rel="stylesheet" href="styles.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link href="https://fonts.googleapis.com/css2?family=Lobster+Two&display=swap" rel="stylesheet">
</head>
<body>
<div class="main-container">
<section class="top-container flexible">
<div>
<h1>Stay Focused on <br><span>Mission 2022</span></h1>
<p>I am Nurul Islam Rimon. Student of Web Design & Development. I love to make life esier, that's why i
used to think for people's daily life problem. InshaAllah i will be a programmer for man. In 2022 i
will work for my Vision.</p>
<button>Vision</button>
<p>Scroll sown to explore more about us</p>
</div>
<img src="images/myPhoto.png" alt="">
</section>
<section class="my-mission-container">
<h1>My Mission in <span>2022</span></h1>
<div class="flexible">
<div class="mission box">
<img src="images/mission.png" alt="">
<h2>Mission</h2>
<p>I'm working for my mission.Alhumdulillah i have found a good teacher in this sector.</p>
</div>
<div class="vision box">
<img src="images/vision.png" alt="">
<h2>Vision</h2>
<p>I will make my self as a full stack developer in this year.</p>
</div>
<div class="goals box"> <img src="images/goals.png" alt="">
<h2>Goals</h2>
<p>I will work for people. To make easy their daily life, i will programme more and more.</p>
</div>
</div>
</section>
<section class="coding-container flexible">
<img src="images/coding.png" alt="">
<div class="text-container">
<h1>Develop <br>Without Limits</h1>
<p>To learn perfectly, code more. Practice makes man perfect. practical work makes us more leterate. So
Develop more for gain more.</p>
<button>Read the Documentation</button>
</div>
</section>
<section class="about-community flexible">
<div class="text-container">
<h1>Know our <br>Global community</h1>
<p>We are going to provide you all kinds of apps. Our team working for make you satified. Don't forget
to be connected with us.</p>
<button>Read the Documentation</button>
</div>
<img src="images/project.png" alt="">
</section>
<section class="my-choice flexible">
<img src="images/football.jpg" alt="">
<div class="text-container">
<h1>I Like to Play <br><span> Football</span></h1>
<p>I am a sports lover. I like to play Cricket, Badminton, Football etc. Mostly i used to play football.
Here have a community in my society who is connected to me for sports.</p> <button>Read the
Documentation</button>
</div>
</section>
</div>
<footer>
<h1> Mission 2022</h1>
<p>© All Right Reserved in AKRG</p>
</footer>
</body>
</html>