-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
157 lines (121 loc) · 5.48 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
<!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>MOTIVATION 2022</title>
<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=Yeseva+One&display=swap" rel="stylesheet">
<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=Poppins&display=swap" rel="stylesheet">
<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=Lobster&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
</head>
<body>
<section class="fexibility-container">
<div class="half-width">
<div id="h1-1stpart">
<h1>Stay Focused on</h1>
<h1><span class="orange-color">Mission 2022</span></h1>
</div>
<div>
<p>Dedicated to own work. Always Try to finish every work on time. Always passionate about work.</p>
<a class="link-button" target="_blank" href="https://web.programming-hero.com/">Start Now</a>
<p>Scroll down to explore more about us.</p>
</div>
</div>
<div class="half-width">
<img src="image/propic1.png" alt="">
</div>
</section>
<section>
<div id="h1-2ndpart" class="center">
<h1>My Mission in <span class="orange-color">2022</span></h1>
</div>
<div class="fexibility-container">
<div id="mission" class="three-width">
<img src="image/mission.png" alt="">
<h2>Mission</h2>
<p>I will be more attentive and serious to my work. I need to learn web development for my bright
future.
</p>
</div>
<div id="vission" class="three-width">
<img src="image/vission.png" alt="">
<h2>Vission</h2>
<p>I will study by myself and finish the Programming Hero Web Development course. It will lead me to the
dream I always want to be.</p>
</div>
<div id="goal" class="three-width">
<img src="image/goal.png" alt="">
<h2>Goals</h2>
<p>I want to be a professional Web developer. I also have a big dream to be a professional Software
Engineer. I have always wanted to work in large companies and IT Farms.</p>
</div>
</div>
</section>
<section id="third-banner" class="fexibility-container">
<div class="half-width">
<img src="image/coding.png" alt="">
</div>
<div class="half-width">
<div id="h1-3rdpart">
<h1>Develop</h1>
<h1>Without Limits</h1>
</div>
<div>
<p>I am learning from different platforms. Programming Hero is the only platform to expand the coding
skills step by step. I always follow Programming Hero to maintain the learning flow sequencialy.</p>
<a class="link-button" target="_blank" href="https://web.programming-hero.com/success">Read the
Documentation</a>
</div>
</div>
</section>
<section id="fourth-banner" class="fexibility-container">
<div class="half-width">
<div id="h1-4thpart">
<h1>Know Our</h1>
<h1>Global Community</h1>
</div>
<div>
<p>
I am being introduced to the international learning groups with the help of Programming Hero. Many
learners like me are also working hard, sharing their thoughts, notes, opinions & experience.
</p>
<a class="link-button" target="_blank" href="https://web.programming-hero.com/about-us">Read More</a>
</div>
</div>
<div class="half-width">
<img src="image/project.png" alt="">
</div>
</section>
<section id="fifth-banner">
<div id="h1-5thpart" class="center">
<h1>Learning with <span class="orange-color">Programming Hero</span></h1>
</div>
<div class="fexibility-container">
<div class="half-width">
<img src="image/Progheroappss.png" alt="">
</div>
<div class="half-width">
<div id="h2-5thpart">
<h1>Downloading</h1>
<h1><span class="orange-color">Programming Hero</span> App</h1>
</div>
<p>Programming Hero not only just a learning application but also a learning community. It is a whole
new and a revolutionary concept to develop coding skills.</p>
<a class="link-button" target="_blank" href="https://web.programming-hero.com">Download</a>
</div>
</div>
</section>
<footer class="center">
<h1>Mission <span class="tomato-color">2022</span></h1>
<p>Hard work, Perseverance, and Determination for 2022</p>
</footer>
</body>
</html>