-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
279 lines (218 loc) · 10.4 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
<!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>Seydali</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
<link rel="stylesheet" href="style.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
</head>
<body>
<!------header section starts-------->
<header class="header">
<div class="user">
<img src="./images/away.jpg" alt="">
<h3>Seydali</h3>
<p>Python Developer</p>
</div>
<div class="navbar">
<a href="#home">home</a>
<a href="#about">about</a>
<a href="#services">services</a>
<a href="#portfolio">portfolio</a>
<a href="#contact">contact</a>
</div>
</header>
<!------header section ends-------->
<div id="menu-btn" class="fas fa-bars"></div>
<!------theme toggler-------->
<div id="theme-toggler" class="fas fa-moon"></div>
<!------home section starts-------->
<section class="home" id="home">
<div class="content">
<h3>Muhammed Seydali</h3>
<p>I am a Python developer</p>
<a href="#" class="btn" target="blank">dowload CV</a>
</div>
<div class="share">
<a href="https://www.facebook.com/muhammed.seydali.771" class="fab fa-facebook-f"></a>
<a href="https://www.instagram.com/the_second_twinn" class="fab fa-instagram" target="blank"></a>
<a href="https://www.linkedin.com/in/muhammed-seydali-bb1b521b0/" class="fab fa-linkedin" target="blank"</a>
<a href="https://github.com/muhammedseydali" class="fab fa-github" 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>Year of experience</p>
</div>
<div class="box">
<h3>06+</h3>
<p>completed projects</p>
</div>
<div class="box">
<h3>960+</h3>
<p>working hours</p>
</div>
<!-- <div class="box">
<h3>45+</h3>
<p>working hour</p>
</div> -->
</div>
<br>
<div class="content">
<h3>my name is <span>Muhammed Seydali</span></h3>
<p>Web Developer the extensive knowledge and experience with hand on awsome projects.I Would love to make your ideas real</p>
<a href="#contact" class="btn">contact me</a>
<br>
</div>
</div>
<div class="row">
<div class="progress">
<h3> Web Design <span>90%</span></h3>
<div class="bar bar-1-1"><span></span></div>
<h3> Python Django <span>75%</span></h3>
<div class="bar bar-1-2"><span></span></div>
<h3> Django Rest <span>75%</span></h3>
<div class="bar bar-1-1"><span></span></div>
</div>
<div class="progress">
<h3> HTML <span>95%</span></h3>
<div class="bar bar-2-1"><span></span></div>
<h3> CSS <span>80%</span></h3>
<div class="bar bar-2-2"><span></span></div>
<h3> Javascript <span>65%</span></h3>
<div class="bar bar-2-3"><span></span></div>
</div>
</div>
</section>
<!------about section ends-------->
<!------servive 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>Web Designing</h3>
<p>Create responsive and attractive website for you or for your services or for your business
which aims the best growth.Indeeds the level of business.A static website contains Web pages with fixed content. Each page is coded in
HTML and displays the same information to every visitor. Static sites are the
most basic type of website and are the easiest to create.</p>
</div>
<!-- <div class="box">
<i class="fas fa-palette"></i>
<h3>UI/UX Designing</h3>
<p>Creative designs attract customers most and improve the user experience which
leads to an increase in website traffic. I will design an awesome and attractive
website for you as personal, business, or for your services. As the design is
later developed by coding the website So it will give you a clear idea of how
the website looks and performs.</p>
</div> -->
<div class="box">
<i class="fas fa-mobile"></i>
<h3>Responsive Designing</h3>
<p>Responsive web design builds on latest HTML5, CSS and JavaScript frameworks offering features such as media queries that identify a browser
olution and CSS scripts that adapt elements according the layout for particular device. In responsive web design, dimensions are given
percentages so that the design becomes fluid and adjust itself based on the browser window size.</p>
</div>
<div class="box">
<i class="fas fa-mobile"></i>
<h3>Python Django</h3>
<p>Responsive web design builds on latest HTML5, CSS and JavaScript frameworks offering features such as media queries that identify a browser
olution and CSS scripts that adapt elements according the layout for particular device. In responsive web design, dimensions are given
percentages so that the design becomes fluid and adjust itself based on the browser window size.</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/Spay.png" alt="">
<div class="content">
<a href="" class="work-link" target="blank"><i class="fas fa-link"></i></a>
<!-- http://Shaimasharin.github.io/spay-static-website -->
<h3>Bank Website</h3>
</div>
</div>
<div class="box">
<img src="images/redstore.png" alt="">
<div class="content">
<a href="" class="work-link" target="blank"><i class="fas fa-link"></i></a>
<h3>E-commerse Website</h3>
</div>
</div>
<div class="box">
<img src="images/travel.png" alt="">
<div class="content">
<a href="" class="work-link" target="blank"><i class="fas fa-link"></i></a>
<h3>Travel Website</h3>
</div>
</div>
<div class="box">
<img src="images/advo.png" alt="">
<div class="content">
<a href="https://www.figma.com/file/iVwzVyY2qHY8nY6uefakc4/sample?node-id=0%3A1" class="work-link" target="blank"><i class="fas fa-link"></i></a>
<h3>advo UI-design</h3>
</div>
</div>
<div class="box">
<img src="images/traffic.png" alt="">
<div class="content">
<a href=" https://www.figma.com/file/gpQZbPR3xmt4MJnUuwdbTh/Untitled?node-id=0%3A1" class="work-link" target="blank"><i class="fas fa-link"></i></a>
<h3>traffic UI-design</h3>
</div>
</div>
<div class="box">
<img src="images/oliva grace.png" alt="">
<div class="content">
<a href="https://www.figma.com/file/xIVnoAaXRFOmKgUxIN0u6M/Untitled?node-id=0%3A1" class="work-link" target="blank"><i class="fas fa-link"></i></a>
<h3>Oliva grace UI-design</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"> created by <span>seydali</span> | all rights reserved</div>
<script src="script.js"></script>
<script>
$("#submit-form").submit((e)=>{
e.preventDefault()
$.ajax({
url:"https://script.google.com/macros/s/AKfycbwA-cNJzJWzDRN8AJtyoQqGJkoEzcrCWGB5rWhN/exec",
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>