-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
217 lines (211 loc) · 6.75 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Assignment 01</title>
<link rel="stylesheet" href="style/style.css" />
</head>
<body>
<!-- Header Html Start -->
<header>
<nav class="navbar">
<h3 class="navtitle">Ammar</h3>
<ul>
<li>
<a href="#"><button class="btn">Download Resume</button></a>
</li>
</ul>
</nav>
</header>
<!-- Header HTML Ends -->
<!-- Hero Section Starts -->
<section id="hero">
<div class="banner">
<div class="banner_image">
<img src="assets/Group.png" alt="Illustration Single" />
</div>
<h1>"In the near future, I hope to become a Developer."</h1>
<p>
In this journey, I am willing to learn and grow every day. My passion
for tech make me curious for more innovation solutions
</p>
<div class="btn-container">
<a href="#footer"><button class="btn-2">Contact with me</button></a>
</div>
</div>
</section>
<!-- Hero Section Ends -->
<!-- Web Dev Section Starts -->
<section id="web-dev">
<div class="web-dev-content">
<div class="div1">
<h2 class="h2">Why Web Development??</h2>
<p class="p">
Web development allows me to bring ideas to life and share them with
the world. It's a dynamic field where creativity and technical
skills works simultaneously.
</p>
</div>
<div class="div2">
<div class="content">
<h3>I will Do Coding and Change The World</h3>
<p>
Coding empowers me to solve complex problems and make a positive
impact.
</p>
<div class="btn-pric">
<button class=".btn-pri">Learn More</button>
</div>
</div>
<div class="picture">
<img src="assets/Layer_1.png" alt="" />
</div>
</div>
<div class="div3">
<div class="picture">
<img src="assets/Group 3.png" alt="" />
</div>
<div class="content">
<h3>I will help People by creating Modern Web System</h3>
<p>
Creating user-friendly web systems can improve accessibility and
convenience for all.
</p>
<div class="btn-pric">
<button class=".btn-pri">Learn More</button>
</div>
</div>
</div>
<div class="div4">
<div class="content">
<h3>What's your goal?</h3>
<p>
My goal is to enhance the digital experience and make technology
more inclusive.
</p>
<div class="btn-pric">
<button class=".btn-pri">Learn More</button>
</div>
</div>
<div class="picture">
<img src="assets/Group 4.png" alt="" />
</div>
</div>
</div>
</section>
<!-- Web Dev Section Ends -->
<!-- Inspiration Section Starts -->
<section id="inspiration">
<div class="context">
<h2 class="h2">My Inspiration</h2>
<p class="p">
My inspiration comes from the endless possibilities of technology to
innovate and transform lives.
</p>
</div>
<div class="iframe">
<iframe
width="1076"
height="550"
border-radius="16px"
src="https://www.youtube.com/embed/S-gIFz-uYNw?si=rf__zTeq9I5ZPAam"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
referrerpolicy="strict-origin-when-cross-origin"
allowfullscreen
></iframe>
</div>
</section>
<!-- Inspiration Section Ends -->
<!-- Target Section Starts -->
<section id="target">
<div class="main2">
<div class="h2">My Current Target</div>
<div class="p">
My current target is to master HTML, CSS, and JavaScript to build
robust and responsive web applications.
</div>
</div>
<div class="cardbox">
<div class="cards html">
<img src="assets/html.png" alt="" />
<h3>HTML</h3>
<p>
HTML, or Hypertext Markup Language, is the standard markup language
used to structure and define the content of web pages
</p>
<a href="#" alt="">Learn More</a>
</div>
<div class="cards css">
<img src="assets/css.png" alt="" />
<h3>CSS</h3>
<p>
CSS is the language we use to style a Web page. What is CSS? CSS
stands for Cascading Style Sheets;
</p>
<a href="#" alt="">Learn More</a>
</div>
<div class="cards js">
<img src="assets/js.png" alt="" />
<h3>JavaScript</h3>
<p>
JavaScript is a scripting or programming language that allows you to
implement complex features on web pages
</p>
<a href="#" alt="">Learn More</a>
</div>
</div>
</section>
<!-- Target Section Ends -->
<!-- Support Section Starts -->
<section id="support">
<div class="sbanner">
<h2 class="h2">I need Support</h2>
<p class="p">
If you are willing to provide me a support via any method please fill
out the form
</p>
<div class="form">
<form action="/action_page.php">
<input
class="left"
type="text"
placeholder="Suggest me Any feedback for me!"
pattern=""
/>
<input class="submit" type="submit" />
</form>
</div>
</div>
</section>
<!-- Support Section Ends -->
<!-- Footer Section Starts -->
<footer id="footer">
<div class="ftArea">
<h3 class="ftleft">An Open Commitment by Ammar Bin</h3>
</div>
<div class="contact">
<ul>
<li>
<a href="https://www.facebook.com/" target="_blank"
><img src="assets/facebook.png" alt="facebook"
/></a>
</li>
<li>
<a href="https://www.github.com/" target="_blank"
><img src="assets/github.png" alt="github"
/></a>
</li>
<li>
<a href="https://www.linkedin.com/" target="_blank"
><img src="assets/linkedin-icon 1.png" alt="Linkedin"
/></a>
</li>
</ul>
</div>
</footer>
<!-- Footer Section Ends -->
</body>
</html>