-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathWeblog.html
More file actions
511 lines (467 loc) · 26.7 KB
/
Copy pathWeblog.html
File metadata and controls
511 lines (467 loc) · 26.7 KB
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
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
<!DOCTYPE html>
<html lang="fa">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>وبلاگ</title>
<link rel="icon" href="./assets/img/logo/logo_icon_png.ico">
<link rel="stylesheet" href="assets/custom/css/Style.css">
<link rel="stylesheet" href="assets/custom/css/Rtl.css">
<link rel="stylesheet" href="/assets/custom/css/FontAwesome-Custom.css">
<script src="/assets/jquery-3.4.1/jquery-3.4.1.js"></script>
<script src="assets/bootstrap-4.1.3/js/bootstrap.bundle.js"></script>
<script src="../../bootstrap-4.1.3/js/bootstrap.js"></script>
<script src="./assets/custom/js/Actions.js"></script>
</head>
<body>
<div>
<!-- header part -->
<header id="navbar" class="">
<!-- phone number and social media navbar -->
<div class="bg-white-cety">
<div class="d-flex flex-row justify-content-between p-2 container mx-auto">
<!--phone number part-->
<div class="d-flex align-items-center">
<p class="text-dark-purple-cety mr-1 fa-1x">0919-371-6422</p>
<i class="fa fa-phone fa-1x text-dark-purple-cety ml-1"></i>
</div>
<!--end phone number part-->
<!-- social media part-->
<div class="d-flex align-items-center">
<a href="https://www.google.com"><i
class="fab fa-twitter fa-1x text-dark-purple-cety hover-text-purple-cety focus-text-purple-cety mx-2"></i></a>
<a href="https://www.instagram.com/cetyir/"><i
class="fab fa-instagram fa-1x text-dark-purple-cety hover-text-purple-cety focus-text-purple-cety mx-2"></i></a>
<a href="https://www.google.com"><i
class="fa fa-paper-plane fa-1x text-dark-purple-cety hover-text-purple-cety focus-text-purple-cety mx-2"></i></a>
</div>
<!--end social media part-->
</div>
</div>
<!-- end phone number and social media navbar-->
<!-- menu section-->
<div class="bg-white-cety menu shadow-bottom">
<div class="row align-items-center container mx-auto px-5">
<div class="col-3 col-sm-1">
<div class="d-flex w-75">
<a href="./Home.html">
<img src="./assets/img/logo/Logo and name fa png.png" alt="logo-image" class="w-100">
</a>
</div>
</div>
<nav class="col-11 px-5">
<ul class="d-flex align-items-center justify-content-around">
<li class="">
<a href="./Home.html">
<span
class="text-dark-cety hover-text-purple-cety focus-text-purple-cety">خانه</span>
</a>
</li>
<li class="">
<a href="./OrderPage.html">
<span class="text-dark-cety hover-text-purple-cety focus-text-purple-cety">سفارش
طراحی
سایت</span>
</a>
</li>
<li class="">
<a href="./Work Samples.html">
<span class="text-dark-cety hover-text-purple-cety focus-text-purple-cety">
نمونه کار ها
</span>
</a>
</li>
<li class="">
<a href="#">
<span class="text-dark-cety hover-text-purple-cety focus-text-purple-cety">سئو و
بهینه
سازی سایت</span>
</a>
</li>
<li class="">
<span class=" active">وبلاگ</span>
</li>
<li class="">
<a href="#">
<span class="text-dark-cety hover-text-purple-cety focus-text-purple-cety">درباره
ما</span>
</a>
</li>
<li class="">
<a href="#">
<span class="text-dark-cety hover-text-purple-cety focus-text-purple-cety">تماس با
ما</span>
</a>
</li>
</ul>
</nav>
</div>
</div>
<!-- end menu section-->
<!-- collapse menu section-->
<div class="shadow bg-light-cety sidebar">
<div class="d-flex align-items-center justify-content-between container mx-auto p-2">
<!--logo pic -->
<div class="col-3 col-sm-1">
<div class="d-flex w-75">
<a href="./Home.html">
<img src="./assets/img/logo/Logo and name fa png.png" alt="logo-image" class="w-100">
</a>
</div>
</div>
<!--end logo pic -->
<!-- brand name -->
<div class="d-none">
<strong class="text-purple-cety fa-15x">Cety</strong>
</div>
<!-- end brand name part -->
<!-- collapse sidebar or navbar btn -->
<div>
<button class="border-none bg-transparent" onclick="openNav()">
<span class="fa fa-bars text-gray-cety fa-15x"></span>
</button>
</div>
<!-- end collapse sidebar or navbar btn -->
</div>
<!--end logo and collapse part-->
</div>
<!-- end collapse menu section-->
</header>
<!-- end header part -->
<!-- body part-->
<main class="img-wave">
<div class="container mx-auto px-3 px-lg-0 mt-5 pb-6">
<div class="space-100"></div> <!-- this is for spacing -->
<hr> <!-- horizental line -->
<!-- search box -->
<div class="d-flex flex-row justify-content-center my-2">
<div class="col-10 col-sm-8 col-md-6 col-lg-4 text-left">
<button type="button" id="" class="bg-transparent border-0 search-btn px-2">
<i class="fa fa-search pl-2"></i>
</button>
<input type="search" class="form-control shadow text-dark-cety rounded-15px px-3" id=""
aria-describedby="search" placeholder="جستجوی نام مقاله..."><!-- name input -->
</div>
</div>
<!-- search box -->
<hr><!-- horizental line -->
<div class="space-20"></div> <!-- this is for spacing -->
<!-- breadcrumb nav -->
<nav>
<ol class="breadcrumb bg-transparent">
<li class="breadcrumb-item fa-08x"><a href="./Home.html"><span
class="text-gray-cety hover-text-purple-cety focus-text-purple-cety">خانه</span></a>
</li>
<li class="breadcrumb-item active fa-08x" aria-current="page"><span>وبلاگ</span></li>
</ol>
</nav>
<!-- endbreadcrumb nav -->
<div class="space-20"></div> <!-- this is for spacing -->
<!-- weblog samples section -->
<section>
<!-- the weblog samples body -->
<div class="d-flex flex-wrap justify-content-around">
<!-- weblog -->
<div class="col-5 col-md-2 my-3 mx-md-4 rounded shadow bg-white-cety">
<div class="d-flex h-100">
<a href="./Weblog Detail.html">
<!-- weblog -->
<div class="card border-0">
<img src="./assets/img/other/seo.jpg" class="card-img-top" alt="seo-image">
<!-- weblog image -->
<div class="card-body fa-08x p-2 text-left">
<h6 class="card-title text-dark-cety">سئو چیست؟</h6>
<!-- weblog titlte -->
<p class="card-text fa-07x py-2 text-gray-cety">لورم ایپسوم متن ساختگی
با تولید سادگی نامفهوم از
</p><!-- weblog text -->
</div>
</div>
<!-- end weblog -->
</a>
</div>
</div>
<!-- end weblog -->
<!-- weblog -->
<div class="col-5 col-md-2 my-3 mx-md-4 rounded shadow bg-white-cety">
<div class="d-flex h-100">
<a href="./Weblog Detail.html">
<!-- weblog -->
<div class="card border-0">
<img src="./assets/img/other/ui.jpg" class="card-img-top" alt="ui-image">
<!-- weblog image -->
<div class="card-body fa-08x p-2 text-left">
<h6 class="card-title text-dark-cety">ui ux چیست؟</h6>
<!-- weblog title -->
<p class="card-text fa-07x py-2 text-gray-cety">لورم ایپسوم متن ساختگی
با تولید سادگی نامفهوم از
</p><!-- weblog text -->
</div>
</div>
<!-- end weblog -->
</a>
</div>
</div>
<!-- end weblog -->
<!-- weblog -->
<div class="col-5 col-md-2 my-3 mx-md-4 rounded shadow bg-white-cety">
<div class="d-flex h-100">
<a href="./Weblog Detail.html">
<!-- weblog -->
<div class="card border-0">
<img src="./assets/img/other/responsive.jpg" class="card-img-top"
alt="responsive-image"><!-- weblog image -->
<div class="card-body fa-08x p-2 text-left">
<h6 class="card-title text-dark-cety">درباره ما</h6>
<!-- weblog title -->
<p class="card-text fa-07x py-2 text-gray-cety">لورم ایپسوم متن ساختگی
با تولید سادگی نامفهوم از
</p><!-- weblog text -->
</div>
</div>
<!-- end weblog -->
</a>
</div>
</div>
<!-- end weblog -->
<!-- weblog -->
<div class="col-5 col-md-2 my-3 mx-md-4 rounded shadow bg-white-cety">
<div class="d-flex h-100">
<a href="./Weblog Detail.html">
<!-- weblog -->
<div class="card border-0">
<img src="./assets/img/other/beach.jpeg" class="card-img-top" alt="bewac-image">
<!-- weblog image -->
<div class="card-body fa-08x p-2 text-left">
<h6 class="card-title text-dark-cety">طراحی سایت چگونه است؟</h6>
<!-- weblog title -->
<p class="card-text fa-07x py-2 text-gray-cety">لورم ایپسوم متن ساختگی
با تولید سادگی نامفهوم از
</p><!-- weblog text -->
</div>
</div>
<!-- end weblog -->
</a>
</div>
</div>
<!-- end weblog -->
<!-- weblog -->
<div class="col-5 col-md-2 my-3 mx-md-4 rounded shadow bg-white-cety">
<div class="d-flex h-100">
<a href="./Weblog Detail.html">
<!-- weblog -->
<div class="card border-0">
<img src="./assets/img/other/seo.jpg" class="card-img-top" alt="seo-image">
<!-- weblog image -->
<div class="card-body fa-08x p-2 text-left">
<h6 class="card-title text-dark-cety">سئو چیست؟</h6>
<!-- weblog titlte -->
<p class="card-text fa-07x py-2 text-gray-cety">لورم ایپسوم متن ساختگی
با تولید سادگی نامفهوم از
</p><!-- weblog text -->
</div>
</div>
<!-- end weblog -->
</a>
</div>
</div>
<!-- end weblog -->
<!-- weblog -->
<div class="col-5 col-md-2 my-3 mx-md-4 rounded shadow bg-white-cety">
<div class="d-flex h-100">
<a href="./Weblog Detail.html">
<!-- weblog -->
<div class="card border-0">
<img src="./assets/img/other/ui.jpg" class="card-img-top" alt="ui-image">
<!-- weblog image -->
<div class="card-body fa-08x p-2 text-left">
<h6 class="card-title text-dark-cety">ui ux چیست؟</h6>
<!-- weblog title -->
<p class="card-text fa-07x py-2 text-gray-cety">لورم ایپسوم متن ساختگی
با تولید سادگی نامفهوم از
</p><!-- weblog text -->
</div>
</div>
<!-- end weblog -->
</a>
</div>
</div>
<!-- end weblog -->
<!-- weblog -->
<div class="col-5 col-md-2 my-3 mx-md-4 rounded shadow bg-white-cety">
<div class="d-flex h-100">
<a href="./Weblog Detail.html">
<!-- weblog -->
<div class="card border-0">
<img src="./assets/img/other/responsive.jpg" class="card-img-top"
alt="responsive-image"><!-- weblog image -->
<div class="card-body fa-08x p-2 text-left">
<h6 class="card-title text-dark-cety">درباره ما</h6>
<!-- weblog title -->
<p class="card-text fa-07x py-2 text-gray-cety">لورم ایپسوم متن ساختگی
با تولید سادگی نامفهوم از
</p><!-- weblog text -->
</div>
</div>
<!-- end weblog -->
</a>
</div>
</div>
<!-- end weblog -->
<!-- weblog -->
<div class="col-5 col-md-2 my-3 mx-md-4 rounded shadow bg-white-cety">
<div class="d-flex h-100">
<a href="./Weblog Detail.html">
<!-- weblog -->
<div class="card border-0">
<img src="./assets/img/other/beach.jpeg" class="card-img-top" alt="bewac-image">
<!-- weblog image -->
<div class="card-body fa-08x p-2 text-left">
<h6 class="card-title text-dark-cety">طراحی سایت چگونه است؟</h6>
<!-- weblog title -->
<p class="card-text fa-07x py-2 text-gray-cety">لورم ایپسوم متن ساختگی
با تولید سادگی نامفهوم از
</p><!-- weblog text -->
</div>
</div>
<!-- end weblog -->
</a>
</div>
</div>
<!-- end weblog -->
</div>
<!-- end weblog samples body -->
<div class="space-100"></div> <!-- this is for spacing -->
<!-- pagination -->
<div class="d-flex justify-content-center" dir="ltr">
<nav aria-label="Page navigation example">
<ul class="pagination shadow">
<li class="page-item">
<a href="#" aria-label="Previous">
<span
class="page-link text-dark-purple-cety hover-text-purple-cety focus-text-purple-cety p-2 border-0"
aria-hidden="true">«</span>
</a>
</li>
<li class="page-item">
<a href="#">
<span
class="page-link text-dark-purple-cety hover-text-purple-cety focus-text-purple-cety p-2 border-0">1</span>
</a>
</li>
<li class="page-item">
<a href="#">
<span
class="page-link text-dark-purple-cety hover-text-purple-cety focus-text-purple-cety p-2 border-0">2</span>
</a>
</li>
<li class="page-item">
<a href="#">
<span
class="page-link text-dark-purple-cety hover-text-purple-cety focus-text-purple-cety p-2 border-0">3</span>
</a>
</li>
<li class="page-item">
<a href="#" aria-label="Next">
<span aria-hidden="true"
class="page-link text-dark-purple-cety hover-text-purple-cety focus-text-purple-cety p-2 border-0">»</span>
</a>
</li>
</ul>
</nav>
</div>
<!--end pagination-->
</section>
<!-- end work samples section -->
</div>
</main>
<!-- end body part-->
<!-- footer part -->
<footer>
<div class="bg-white-cety d-flex align-items-center justify-content-between py-2 px-3 ">
<div class="d-flex align-items-center">
<a href=""><i
class="fab fa-twitter fa-1x text-dark-purple-cety hover-text-purple-cety focus-text-purple-cety mx-1"></i></a>
<a href="https://www.instagram.com/cetyir/"><i
class="fab fa-instagram fa-1x text-dark-purple-cety hover-text-purple-cety focus-text-purple-cety mx-1"></i></a>
<a href=""><i
class="fa fa-paper-plane border-none fa-1x text-dark-purple-cety hover-text-purple-cety focus-text-purple-cety mx-1"></i></a>
</div>
<div class="fa-06x">تمامی حقوق مادی و معنوی این سایت متعلق به cety میباشد </div>
</div>
</footer>
<!-- end footer part -->
</div>
<!-- side bar or navbar -->
<div>
<!-- the nav -->
<nav class="sidenav pt-1 bg-white-cety" id="Sidenav">
<div class="d-flex flex-column">
<!-- logo and close btn -->
<div class="d-flex flex-row">
<div class="text-center">
<button class="btn border-none text-dark-cety bg-transparent" onclick="closeNav()">
<i class="fa fa-times fa-2x"></i>
</button><!-- close btn -->
</div>
<div id="sidenav_logo" class="col-3 col-sm-1">
<div class="d-flex w-75">
<a href="./Home.html">
<img src="./assets/img/logo/Logo and name fa png.png" alt="logo-image" class="w-100">
</a>
</div>
</div>
</div>
<!-- end logo and close btn -->
<!-- links list -->
<div id="sidenavlist" class="w-100 text-center">
<ul >
<li class="border-bottom">
<a href="/Home.html">
<span class="text-dark-cety hover-text-purple-cety focus-text-purple-cety">خانه</span>
</a>
</li>
<li class="border-bottom">
<a href="./OrderPage.html">
<span class="text-dark-cety hover-text-purple-cety focus-text-purple-cety">سفارش طراحی
سایت</span>
</a>
</li>
<li class="border-bottom">
<a href="./Work Samples.html">
<span class="text-dark-cety hover-text-purple-cety focus-text-purple-cety">نمونه کار
ها</span>
</a>
</li>
<li class="border-bottom">
<a href="#">
<span class="text-dark-cety hover-text-purple-cety focus-text-purple-cety">سئو و بهینه
سازی سایت</span>
</a>
</li>
<li class="border-bottom">
<span class="active">وبلاگ</span>
</li>
<li class="border-bottom">
<a href="#">
<span class="text-dark-cety hover-text-purple-cety focus-text-purple-cety">درباره
ما</span>
</a>
</li>
<li class="border-bottom">
<a href="#">
<span class="text-dark-cety hover-text-purple-cety focus-text-purple-cety">تماس با
ما</span>
</a>
</li>
</ul>
</div>
<!-- end link list -->
</div>
</nav>
<!-- end nav -->
<div class="cover bg-dark-cety" id="cover" onclick="closeNav()"></div><!-- for bg covering -->
</div>
<!-- end sidebar or navbar -->
</body>
</html>