-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex2.html
340 lines (302 loc) · 12.8 KB
/
index2.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
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
<!DOCTYPE html>
<html prefix="og: https://ogp.me/ns#" lang="fa" manifest="cache.appcache">
<head>
<meta charset="UTF-8" />
<meta name="author" content="مهیار کانتوری" />
<meta
name="description"
content="رزومه کاری و راه های ارتباطی با من - در سایت من میتوانید به گالری عکاسی هنری، صنعتی، تبلیغاتی و عکس های پروژه هم من دسترسی داشته باشید"
/>
<meta
name="keywords"
content="mahyar, kantoori, مهیار, کانتوری, تبلیغات, بنر, پرتره, عکاسی, دوربین,مردمی, جشنواره, سمینار, طبیعت, گردشگری, هلیکم, هلی شات, عروسی, خبرنگار, خبر, لاکچری, اچ اس ای, hse, گاز, خط لوله, مینیمال ,سیاه و سفید, مسابقه, , 35photo, award,عکاسی,عکس, طبیعت, منظره, کویر, کوه, دریا, غروب, طلوع, شب, ستاره, ماه, آسمان, ابر, باران, رنگ, سایه, نور, حیاط خلوت"
/>
<meta name="robots" content="index, follow" />
<meta name="language" content="Farsi" />
<meta name="geo.region" content="IR" />
<meta property="og:image" content="/images/profile-img.jpg" />
<meta property="og:image:secure_url" content="/images/profile-img.jpg" />
<meta name="theme-color" content="#1b1b22" />
<meta name="msapplication-navbutton-color" content="#1b1b22" />
<meta name="apple-mobile-web-app-status-bar-style" content="#1b1b22" />
<meta property="og:url" content="https://mahyar-kantoori.ir/" />
<meta property="og:type" content="article" />
<meta property="og:title" content="Mahyar Kantoori Profile" />
<meta
property="og:description"
content=".ررزومه کاری و راه های ارتباطی با من - در سایت من میتوانید به گالری عکس هنری، صنعتی و تبلیغاتی دسترسی داشته باشید"
/>
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta
name="google-site-verification"
content="VW3ogvvBp_Kil46hMyxzgakWVUmQCqITMg7SSwxoeoY"
/>
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"
/>
<link rel="shortcut icon" href="favicon.ico" />
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<title>مهیار کانتوری</title>
<!-- font awesome cdn link -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"
/>
<!-- custom css file link -->
<link rel="stylesheet" href="css/main.css" />
</head>
<body>
<!-- custom cursors -->
<!-- <div class="cursor-1"></div> -->
<!-- <div class="cursor-2"></div> -->
<div id="menu-bars" class="fas fa-bars"></div>
<!-- header section starts -->
<header>
<div class="image">
<img src="images/Logo.png" alt="لوگوی سایت من" />
</div>
<nav class="navbar">
<a href="#home">خانه</a>
<a href="#about">درباره من</a>
<a href="#portfolio">گالری عکس</a>
<a href="#contact">تماس با من</a>
<a href="index.html">English</a>
</nav>
<div class="follow">
<a
href="whatsapp://send?phone=989015135090"
class="fab fa-whatsapp"
></a>
<a
href="instagram://user?username=mahyarkantoori_photo"
class="fab fa-instagram"
></a>
<a
href="tg://resolve?domain=mahyarkantoori"
class="fab fa-telegram"
></a>
</div>
</header>
<!-- header section ends -->
<!-- home section starts -->
<section class="home" id="home">
<div class="content">
<span class="hi">سلام...</span>
<h3><span>مهیار کانتوری</span> هستم</h3>
<a href="#about" class="btn">درباره من</a>
</div>
<div class="image">
<img src="images/home-img.jpg" alt="عکس پروفایل مهیار کانتوری" />
</div>
</section>
<!-- home section ends -->
<!-- about section starts -->
<section class="about" id="about">
<h1 class="heading"><span> درباره </span> من</h1>
<div class="row-1">
<div class="image">
<img src="images/about-img.jpg" alt="پرتره من" />
</div>
<div class="content">
<br />
<p>مهیار کانتوری هستم</p>
<p>
سال 1367 بر گردنبند دریای خزر در شهر باران های نقره ایران «رشت»
زندگی را در آغوش گرم مادرم نفس کشیدم. من یک تصویرگرم، یعنی که عکاسم.
گاهی سیب را کنار می زنم تا سیب را نشانتان دهم.
</p>
<p>
گاه چهره ی بکر و عریان طبیعت را به چشمان تان می دوزم و گاه تصویر آدم
ها آن لحظه که خود واقعی شان را زندگی می کنند. در مدتی که به صورت
حرفه ای عکاسی می کنم، نمایشگاه گروهی عکس «دیا» را که تلفیقی از عکس و
شعر بود برگزار کردم و به نتایجی دست یافتم که در ادامه می خوانید؛
</p>
<ul class="list-group">
<li class="list-group-item">
تندیس بخش طبیعت جشنواره فیلم و عکس بندرانزلی.
</li>
<li class="list-group-item">
دیپلم افتخار در بخش پرتره احساسی جشنواره 35awards روسیه.
</li>
<li class="list-group-item">
دیپلم افتخار در بخش پرندگان جشنواره 35awards روسیه.
</li>
<li class="list-group-item">
تقدیر هیئت داوران جشنواره طبیعت کانن پرشیا رشت.
</li>
<li class="list-group-item">
دیپلم افتخار در بخش عکاسی غذا جشنواره 35awards روسیه.
</li>
</ul>
</div>
</div>
</section>
<!-- about section ends -->
<!-- portfolio section starts -->
<section class="portfolio" id="portfolio">
<h1 class="heading">
<center><span>گالری عکس</span></center>
</h1>
<div class="box-container">
<div class="box">
<img src="images/img-1.jpg" alt="گالری طبیعت" />
<h3>طبیعت</h3>
<div class="icons">
<a href="gallery.html#g1" class="fas fa-search" target="_blank"></a>
<a
href="whatsapp://send?text=گالری عکس من - طبیعت https://mahyar-kantoori.ir/gallery.html%23g1"
data-action="share/whatsapp/share"
class="fas fa-share"
></a>
</div>
</div>
<div class="box">
<img src="images/img-2.jpg" alt="آلبوم پرتره" />
<h3>پرتره</h3>
<div class="icons">
<a href="gallery.html#g2" class="fas fa-search" target="_blank"></a>
<a
href="whatsapp://send?text=گالری عکس من - پرتره https://mahyar-kantoori.ir/gallery.html%23g2"
class="fas fa-share"
></a>
</div>
</div>
<div class="box">
<img src="images/img-3.jpg" alt="عکس های تبلیغی" />
<h3>تبلیغاتی</h3>
<div class="icons">
<a href="gallery.html#g3" class="fas fa-search" target="_blank"></a>
<a
href="whatsapp://send?text=گالری عکس من - تبلیغاتی https://mahyar-kantoori.ir/gallery.html%23g3"
class="fas fa-share"
></a>
</div>
</div>
<div class="box">
<img src="images/img-4.jpg" alt="عکس عناوین و افتخارات" />
<h3>عناوین و افتخارات</h3>
<div class="icons">
<a href="gallery.html#g4" class="fas fa-search" target="_blank"></a>
<a
href="whatsapp://send?text=گالری عکس من - عناوین و افتخارات https://mahyar-kantoori.ir/gallery.html%23g4"
class="fas fa-share"
></a>
</div>
</div>
<div class="box">
<img src="images/img-5.jpg" alt="عکاسی آزاد" />
<h3>عکاسی خیابانی</h3>
<div class="icons">
<a href="gallery.html#g5" class="fas fa-search" target="_blank"></a>
<a
href="whatsapp://send?text=گالری عکس من - عکاسی خیابانی https://mahyar-kantoori.ir/gallery.html%23g5"
class="fas fa-share"
></a>
</div>
</div>
<div class="box">
<img src="images/img-6.jpg" alt="جشنواره هنری" />
<h3>جشنواره فیلم و عکس</h3>
<div class="icons">
<a href="gallery.html#g6" class="fas fa-search" target="_blank"></a>
<a
href="whatsapp://send?text=گالری عکس من - جشنواره فیلم و عکس https://mahyar-kantoori.ir/gallery.html%23g6"
class="fas fa-share"
></a>
</div>
</div>
<div class="box">
<img src="images/img-7.jpg" alt="نمایشگاه" />
<h3>نمایشگاه</h3>
<div class="icons">
<a href="gallery.html#g7" class="fas fa-search" target="_blank"></a>
<a
href="whatsapp://send?text=گالری عکس من - نمایشگاه https://mahyar-kantoori.ir/gallery.html%23g7"
class="fas fa-share"
></a>
</div>
</div>
<div class="box">
<video autoplay muted loop alt="">
<source src="images/video.mp4" type="video/mp4" />
Your browser does not support HTML5 video.
</video>
<h3>ویدئو ها</h3>
<div class="icons">
<a href="gallery.html#g8" class="fas fa-search" target="_blank"></a>
<a
href="whatsapp://send?text=گالری عکس من - ویدئو ها https://mahyar-kantoori.ir/gallery.html%23g8"
class="fas fa-share"
></a>
</div>
</div>
</div>
</section>
<!-- portfolio section ends -->
<!-- contact section starts -->
<section class="contact" id="contact">
<h1 class="heading">
<center><span>تماس با من</span></center>
</h1>
<div class="icons-container">
<div class="icons">
<i class="fas fa-envelope"></i>
<h3>ایمیل</h3>
<p>
<a href="mailto:[email protected]" target="_blank"
>
</p>
</div>
<div class="icons">
<i class="fas fa-phone"></i>
<h3>تلفن</h3>
<p><a href="tel:+989015135090" target="_blank">989015135090+</a></p>
</div>
<div class="icons">
<i class="fab fa-whatsapp"></i>
<h3>واتساپ</h3>
<p>
<a href="whatsapp://send?phone=989015135090" target="_blank"
>ارسال پیام</a
>
</p>
</div>
<div class="icons">
<i class="fab fa-instagram"></i>
<h3>اینستاگرام</h3>
<p>
<a href="instagram://user?username=mahyarkantoori_photo"
>بازدید صفحه</a
>
</p>
</div>
<div class="icons">
<i class="fas fa-map-marker-alt"></i>
<h3>آدرس</h3>
<p>گیلان - رشت</p>
</div>
</div>
<div class="row">
<iframe
class="map"
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1587.3350453059184!2d49.583950255989755!3d37.279249594767876!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3ff56273eee0c375%3A0x68bfea4ac0bd04a8!2sRasht%20Municipality%20Square!5e0!3m2!1sen!2sin!4v1648046563945!5m2!1sen!2sin"
allowfullscreen=""
loading="lazy"
></iframe>
</div>
</section>
<!-- contact section ends -->
<!-- footer section -->
<footer class="footer">
<a href="http://kantoori.ir/" target="_blank"
>طراحی و توسعه: میلاد کانتوری</a
>
</footer>
<!-- custom js file link -->
<script src="js/script.js"></script>
</body>
</html>