-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
301 lines (241 loc) · 11 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
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
<!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>Flutter devoloper</title>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-7029803559861645"
crossorigin="anonymous"></script>
<link rel="stylesheet" href="style.css">
<script src="https://kit.fontawesome.com/a5ea1b4e1c.js" crossorigin="anonymous"></script>
<!-- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.css"> -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
</head>
<body>
<!------menu section starts-------->
<header class="nav__cont">
<ul class="nav">
<div class="user">
<img src="images/my pic.jpg" alt="">
<!-- </div>
<div class="nav__subtitile">
<h2> Ismail Ummmer </h2>
<h1> flutter devoloper</h1>
</div> -->
<div>
<a href="#home" class="navbtn">
<i class="fa-solid fa-house"></i> home
</a>
</div>
<div>
<a href="#about" class="navbtn">
<i class="fa-solid fa-user"></i> about
</a>
</div>
<div>
<a href="#services" class="navbtn">
<i class="fa-solid fa-gears"></i>services
</a>
</div>
<div>
<a href="#portfolio" class="navbtn">
<i class="fa-solid fa-address-card"></i> portfolio
</a>
</div>
<div>
<a href="#contact" class="navbtn">
<i class="fa-solid fa-phone"></i>contact
</a>
</div>
</div>
</ul>
</header>
<!------menu section ends-------->
<div id="navbarbtn" class="fas fa-bars"></div>
<!------theme toggler-------->
<div id="theme-toggler" class="fa-solid fa-moon"></div>
<!------home section starts-------->
<section class="home" id="home">
<div class="content">
<h3>Ismail ummer</h3>
<p>I am a flutter devoloper</p>
<a href="https://drive.google.com/u/0/uc?id=1gcDkZ1z6_vImgT2rVV-NE2lfpsh5KMOa&export=download" class="btn"
target="blank">download resume</a>
</div>
<div class="share">
<a href="https://github.com/IsmailUmmer" class="fab fa-github" target="blank"></a>
<a href="https://www.linkedin.com/in/ismailummer/" class="fab fa-linkedin" target="blank"> </a>
<a href="https://www.facebook.com/Ismail.ummer.kt" class="fab fa-facebook-f"></a>
<a href="https://twitter.com/ismailUmmer_" class="fab fa-twitter"></a>
<a href="https://www.instagram.com/ismail.ummer/" class="fab fa-instagram" target="blank"></a>
</div>
</section>
<!------home section ends-------->
<!------about section starts-------->
<section class="about" id="about">
<h1 class="heading"><span>about</span>me</h1>
<div class="row">
<div class="box-container">
<div class="box">
<h3>01+</h3>
<p>years of experience</p>
</div>
<div class="box">
<h3>06+</h3>
<p>completed projects</p>
</div>
<div class="box">
<h3>96+</h3>
<p>working hours</p>
</div>
<!-- <div class="box">
<h3>45+</h3>
<p>working hour</p>
</div> -->
</div>
<div class="content">
<h3>my name is <span>Ismail Ummer</span></h3>
<p>i am a flutter developer based in kochi,kerala,curious to learn more about developing flutter
app,loves problem solving and cares about writing readable as well as maintanable code. </p>
<a href="#contact" class="btn">contact me</a>
</div>
</div>
<div class="row">
<div class="progress">
<h3> app Design <span>90%</span></h3>
<div class="bar bar-1-1"><span></span></div>
<h3> UI/UX Design <span>75%</span></h3>
<div class="bar bar-1-2"><span></span></div>
<!-- <h3> UI/UX bar-1-1 Design <span>75%</span></h3>
<div class="bar bar-1-1"><span></span></div> -->
</div>
<div class="progress">
<h3> flutter <span>95%</span></h3>
<div class="bar bar-2-1"><span></span></div>
<h3> dart <span>80%</span></h3>
<div class="bar bar-2-2"><span></span></div>
<h3> bloc-provider <span>65%</span></h3>
<div class="bar bar-2-3"><span></span></div>
</div>
</div>
</section>
<!------about section ends-------->
<!------services section starts-------->
<section class="services" id="services">
<h1 class="heading">my <span>services</span></h1>
<div class="box-container">
<div class="box">
<i class="fas fa-code"></i>
<h3>app Designing</h3>
<p>I not only create apps – I am here to help you start your application and make sure you have
everything to run it efficiently.
No matter if you need a simple app or website for your business, My goal is to make the whole design
process as friendly as possible. with my commitment and experience, i am here for you.
</p>
</div>
<div class="box">
<i class="fas fa-palette"></i>
<h3>UI/UX Designing</h3>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry.
Lorem Ipsum has been the industry's standard dummy text ever since the 1500s,
when an unknown printer took a galley of type and scrambled it to make a type specimen book.
It has survived not only five centuries, but also the leap into electronic typesetting,
remaining essentially unchanged.
</p>
</div>
<div class="box">
<i class="fas fa-mobile"></i>
<h3>Responsive Designing</h3>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry.
Lorem Ipsum has been the industry's standard dummy text ever since the 1500s,
when an unknown printer took a galley of type and scrambled it to make a type specimen book.
It has survived not only five centuries, but also the leap into electronic typesetting,
remaining essentially unchanged.
</p>
</div>
<div class="box">
<i class="fas fa-code-branch"></i>
<h3>single codebase</h3>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry.
Lorem Ipsum has been the industry's standard dummy text ever since the 1500s,
when an unknown printer took a galley of type and scrambled it to make a type specimen book.
It has survived not only five centuries, but also the leap into electronic typesetting,
remaining essentially unchanged.
</p>
</div>
</div>
</section>
<!------servive section ends-------->
<!------portfilo section starts-------->
<section class="portfolio" id="portfolio">
<h1 class="heading">my <span>portfolio</span></h1>
<div class="box-container">
<div class="box">
<img src="images/chatApp.png" alt="">
<div class="content">
<a href="" class="work-link" target="blank"><i class="fas fa-link"></i></a>
<h3>clone chat app</h3>
</div>
</div>
<div class="box">
<img src="images/database.jpg" alt="">
<div class="content">
<a href="" class="work-link" target="blank"><i class="fas fa-link"></i></a>
<h3>Local database app </h3>
</div>
</div>
<div class="box">
<img src="images/Flutter app development.png" alt="">
<div class="content">
<a href="" class="work-link" target="blank"><i class="fas fa-link"></i></a>
<h3>development</h3>
</div>
</div>
<div class="box">
<img src="images/flutter.png" alt="">
<div class="content">
<a href="" class="work-link" target="blank"><i class="fas fa-link"></i></a>
<h3>project-N</h3>
</div>
</div>
</div>
</section>
<!------portfilo section ends-------->
<!------contact section startss-------->
<section class="contact" id="contact">
<h1 class="heading"><span>contact</span>me</h1>
<form id="submit-form" action="">
<input name="name" required type="text" placeholder="your name" class="box">
<input name="email" required type="email" placeholder="your email" class="box">
<input name="subject" required type="text" placeholder="subject" class="box">
<textarea name="message" required class="box" placeholder="your message" id="" cols="30"
rows="10"></textarea>
<input type="submit" value="send message" class="btn">
</form>
</section>
<!------contact section ends-------->
<div class="credits"> website owned and maintained by <span>Ismail Ummer</span> | © all rights reserved </div>
<script src="script.js"></script>
<!-- <script src='//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script> -->
<!-- <script src="https://kit.fontawesome.com/a5ea1b4e1c.js" crossorigin="anonymous"></script> -->
<script>
$("#submit-form").submit((e) => {
e.preventDefault()
$.ajax({
url: "<--link script google -->",
data: $("#submit-form").serialize(),
method: "post",
success: function (response) {
alert("Form submitted successfully")
window.location.reload()
//window.location.href="https://google.com"
},
error: function (err) {
alert("Something Error")
}
})
})
</script>
</body>
</html>