| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574 |
- #pragma checksum "E:\Project\Projeh\MyProjeh\Karsha_Site\EndPoint.Site\Views\Home\Index.cshtml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "6d2f8830667c710539ab6a3bedbd35b193db94d2"
- // <auto-generated/>
- #pragma warning disable 1591
- [assembly: global::Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItemAttribute(typeof(AspNetCore.Views_Home_Index), @"mvc.1.0.view", @"/Views/Home/Index.cshtml")]
- namespace AspNetCore
- {
- #line hidden
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Threading.Tasks;
- using Microsoft.AspNetCore.Mvc;
- using Microsoft.AspNetCore.Mvc.Rendering;
- using Microsoft.AspNetCore.Mvc.ViewFeatures;
- #nullable restore
- #line 1 "E:\Project\Projeh\MyProjeh\Karsha_Site\EndPoint.Site\Views\_ViewImports.cshtml"
- using EndPoint.Site;
-
- #line default
- #line hidden
- #nullable disable
- #nullable restore
- #line 2 "E:\Project\Projeh\MyProjeh\Karsha_Site\EndPoint.Site\Views\_ViewImports.cshtml"
- using EndPoint.Site.Models;
-
- #line default
- #line hidden
- #nullable disable
- [global::Microsoft.AspNetCore.Razor.Hosting.RazorSourceChecksumAttribute(@"SHA1", @"6d2f8830667c710539ab6a3bedbd35b193db94d2", @"/Views/Home/Index.cshtml")]
- [global::Microsoft.AspNetCore.Razor.Hosting.RazorSourceChecksumAttribute(@"SHA1", @"87685c89e84078b3e134b89a928accf3d0f04a39", @"/Views/_ViewImports.cshtml")]
- #nullable restore
- public class Views_Home_Index : global::Microsoft.AspNetCore.Mvc.Razor.RazorPage<dynamic>
- #nullable disable
- {
- private static readonly global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute __tagHelperAttribute_0 = new global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute("href", new global::Microsoft.AspNetCore.Html.HtmlString("~/about/index"), global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
- private static readonly global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute __tagHelperAttribute_1 = new global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute("class", new global::Microsoft.AspNetCore.Html.HtmlString("theme-btn btn-style-two"), global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
- private static readonly global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute __tagHelperAttribute_2 = new global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute("src", new global::Microsoft.AspNetCore.Html.HtmlString("~/sitetemplate/assets/images/resource/2.jpg"), global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
- private static readonly global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute __tagHelperAttribute_3 = new global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute("alt", new global::Microsoft.AspNetCore.Html.HtmlString(""), global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
- private static readonly global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute __tagHelperAttribute_4 = new global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute("src", new global::Microsoft.AspNetCore.Html.HtmlString("~/sitetemplate/assets/images/resource/service-1.jpg"), global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
- #line hidden
- #pragma warning disable 0649
- private global::Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperExecutionContext __tagHelperExecutionContext;
- #pragma warning restore 0649
- private global::Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperRunner __tagHelperRunner = new global::Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperRunner();
- #pragma warning disable 0169
- private string __tagHelperStringValueBuffer;
- #pragma warning restore 0169
- private global::Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperScopeManager __backed__tagHelperScopeManager = null;
- private global::Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperScopeManager __tagHelperScopeManager
- {
- get
- {
- if (__backed__tagHelperScopeManager == null)
- {
- __backed__tagHelperScopeManager = new global::Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperScopeManager(StartTagHelperWritingScope, EndTagHelperWritingScope);
- }
- return __backed__tagHelperScopeManager;
- }
- }
- private global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper __Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper;
- #pragma warning disable 1998
- public async override global::System.Threading.Tasks.Task ExecuteAsync()
- {
- WriteLiteral(@"<!--Main Slider-->
- <section class=""main-slider"">
-
- <div class=""main-slider-carousel owl-carousel owl-theme"">
-
- <div class=""slide style-two"" style=""background-image:url(../sitetemplate/assets/images/main-slider/1.jpg)"">
- <div class=""auto-container"">
- <div class=""content clearfix"">
- <div class=""title"">تجهيزات و مبلمان سالنهاى انتظار</div>
- <h2> در فرودگاه ها و ترمینال ها </h2>
- <div class=""text"">
- طراحى و توليد تجهيزات و مبلمان سالنهاى انتظار (فرودگاه،ترمينالها و...)
- </div>
- <div class=""link-box"">
- <a href=""about.html"" class=""theme-btn btn-style-one"">بیشتر بدانیم</a>
- </div>
- </div>
- </div>
- </div>
-
- <div class=""slide style-two"" style=""background-image:url(../sitetemplate/assets/images/main-slider/2.jpg)"">
- <div class=""auto-container"">
- <div class=""content clearfix"">
- <div class=""title"">انواع تجهیزات اداری</div>
- <h2>کمد ، میز و فایل </h2>
- <div class=""text"">
- طراحى و توليد انواع تجهيزات فلزى (كمد،فايل،ميز و...)براى ");
- WriteLiteral(@"سازمان هاى نظامى،انتظامى،ادارات، مناطق ،ارتشى،كارخانجات
- </div>
- <div class=""link-box"">
- <a href=""about.html"" class=""theme-btn btn-style-one"">بیشتر بدانیم</a>
- </div>
- </div>
- </div>
- </div>
-
- <div class=""slide style-two"" style=""background-image:url(../sitetemplate/assets/images/main-slider/3.jpg)"">
- <div class=""auto-container"">
- <div class=""content clearfix"">
- <div class=""title"">اجرای صندلی های سالن ها</div>
- <h2> در سالن های همایش ،کنفرانس و سمینار ها</h2>
- <div class=""text"">
- طراحى و اجراى سالن هاى همايش،سينما،كنفرانس،سمينارها
- </div>
- <div class=""link-box"">
- <a href=""about.html"" class=""theme-btn btn-style-one"">بیشتر بدانیم</a>
- </div>
- </div>
- </div>
- </div>
-
- <div class=""slide style-two"" style=""background-image:url(../sitetemplate/assets/images/main-slider/4.jpg)"">
- <div class=""auto-container"">
- <div class=""content clearfix"">
- <div class=""title"">طراحی براساس سلیقه مشتری</div>
- <h2>در اداره ها و");
- WriteLiteral(@" شرکت ها</h2>
- <div class=""text"">
- طراحى و اجراى سيستمهاى پارتيشن بندى(تقسيم بندى فضاهاى ادارى،بانك ها و..)
- </div>
- <div class=""link-box"">
- <a href=""about.html"" class=""theme-btn btn-style-one"">بیشتر بدانیم</a>
- </div>
- </div>
- </div>
- </div>
-
- <div class=""slide style-two"" style=""background-image:url(../sitetemplate/assets/images/main-slider/5.jpg)"">
- <div class=""auto-container"">
- <div class=""content clearfix"">
- <div class=""title"">طراحی تجهیزات پزشکی</div>
- <h2>کارگاه های آموزشی</h2>
- <div class=""text"">
- طراحى و تجهيز كامل كارگاه هاى نظام جديد آموزشى در شاخه هاى كاردانش و فنى حرفه اى تحت نظارت و الگوى استاندارد
- </div>
- <div class=""link-box"">
- <a href=""about.html"" class=""theme-btn btn-style-one"">بیشتر بدانیم</a>
- </div>
- </div>
- </div>
- </div>
-
- <div class=""slide style-two"" style=""background-image:url(../sitetemplate/assets/images/main-slider/6.jpg)"">
- <div class=""auto-container"">
- <div class=""conte");
- WriteLiteral(@"nt clearfix"">
- <div class=""title"">طراحی و تجهیزات آزمایشگاهی</div>
- <h2>فضاسازی متناسب با سلیقه مشتری</h2>
- <div class=""text"">
- طراحى و تجهيز لابراتور هاى زبان،كامپيوتر و آزمايشگاها.
- </div>
- <div class=""link-box"">
- <a href=""about.html"" class=""theme-btn btn-style-one"">بیشتر بدانیم</a>
- </div>
- </div>
- </div>
- </div>
-
- </div>
- <!-- Left Title -->
-
- <div class=""auto-container"">
- <!-- Social Box -->
- <div class=""social-box"">
- <a href=""#""><span class=""fa fa-paper-plane""></span></a>
- <a href=""#""><span class=""fa fa-instagram""></span></a>
- <a href=""#""><span class=""fa fa-whatsapp""></span></a>
- <a href=""#""><span class=""fa fa-google-plus""></span></a>
- </div>
- </div>
- <!--Scroll Dwwn Btn-->
- <div class=""mouse-btn-down scroll-to-target"" data-target="".services-section-two""></div>
- </section>
- <!--End Main Slider-->
- <!-- Project Section -->
- <section class=""project-section"">
- <div class=""auto-container"">
- <!-- Sec Title -->
- <div class=""sec-");
- WriteLiteral(@"title"">
- <div class=""title-inner"">
- <div class=""title"">گروه محصولات ما</div>
- </div>
- </div>
-
- <div class=""four-item-carousel owl-carousel owl-theme wow slideInRight"" data-wow-delay=""300ms""
- data-wow-duration=""1500ms"">
-
- <!-- Project Block -->
- ");
- #nullable restore
- #line 126 "E:\Project\Projeh\MyProjeh\Karsha_Site\EndPoint.Site\Views\Home\Index.cshtml"
- Write(await Component.InvokeAsync("GetCategories"));
-
- #line default
- #line hidden
- #nullable disable
- WriteLiteral(@"
-
- </div>
-
- </div>
- </section>
- <!-- End Project Section -->
- <!-- Services Section Two -->
- <section class=""services-section-two wow slideInLeft"" data-wow-delay=""300ms"" data-wow-duration=""1500ms""
- style=""background-image:url(../sitetemplate/assets/images/background/4.jpg)"">
- <div class=""auto-container"">
- <div class=""sec-title"">
- <div class=""title-inner"">
- <div class=""title"">خدمات ما</div>
- </div>
- </div>
- <div class=""row clearfix"">
-
-
-
- <!-- Services Block Three -->
- <div class=""services-block-three col-lg-4 col-md-12 col-sm-12"">
- <div class=""inner-box"">
- <div class=""upper-box"">
- <div class=""icon fa fa-flask""></div>
- <h6><a href=""chemical-research.html"">لورم ایپسوم متن ساختگی</a></h6>
- </div>
- <div class=""text"">
- لورم ایپسوم متن ساختگی با تولید سادگی نامفهوم از صنعت چاپ و با استفاده از
- طراحان گرافیک است.
- لورم ایپسوم متن ساختگی با تولید سادگی نامفهوم از صنعت چاپ و با استفاده از طراحان گرافیک
- است.
- </div>
- <a c");
- WriteLiteral(@"lass=""read-more"" href=""chemical-research.html"">
- بیشتر بدانیم <span class=""arrow fa fa-angle-double-right""></span>
- </a>
- </div>
- </div>
-
- <!-- Services Block Three -->
- <div class=""services-block-three col-lg-4 col-md-12 col-sm-12"">
- <div class=""inner-box"">
- <div class=""upper-box"">
- <div class=""icon fa fa-flask""></div>
- <h6><a href=""chemical-research.html"">لورم ایپسوم متن ساختگی</a></h6>
- </div>
- <div class=""text"">
- لورم ایپسوم متن ساختگی با تولید سادگی نامفهوم از صنعت چاپ و با استفاده از
- طراحان گرافیک است.
- لورم ایپسوم متن ساختگی با تولید سادگی نامفهوم از صنعت چاپ و با استفاده از طراحان گرافیک
- است.
- </div>
- <a class=""read-more"" href=""chemical-research.html"">
- بیشتر بدانیم <span class=""arrow fa fa-angle-double-right""></span>
- </a>
- </div>
- </div>
-
- <!-- Services Block Three -->
- <div class=""services-block-three col-lg-4 col-md-12 col-sm-12"">
- <div class=""inner-box"">
- <div class=""upper");
- WriteLiteral(@"-box"">
- <div class=""icon fa fa-flask""></div>
- <h6><a href=""chemical-research.html"">لورم ایپسوم متن ساختگی</a></h6>
- </div>
- <div class=""text"">
- لورم ایپسوم متن ساختگی با تولید سادگی نامفهوم از صنعت چاپ و با استفاده از
- طراحان گرافیک است.
- لورم ایپسوم متن ساختگی با تولید سادگی نامفهوم از صنعت چاپ و با استفاده از طراحان گرافیک
- است.
- </div>
- <a class=""read-more"" href=""chemical-research.html"">
- بیشتر بدانیم <span class=""arrow fa fa-angle-double-right""></span>
- </a>
- </div>
- </div>
-
- <!-- Services Block Three -->
- <div class=""services-block-three col-lg-4 col-md-12 col-sm-12"">
- <div class=""inner-box"">
- <div class=""upper-box"">
- <div class=""icon fa fa-flask""></div>
- <h6><a href=""chemical-research.html"">لورم ایپسوم متن ساختگی</a></h6>
- </div>
- <div class=""text"">
- لورم ایپسوم متن ساختگی با تولید سادگی نامفهوم از صنعت چاپ و با استفاده از
- طراحان گرافیک است.
- لورم ایپسوم متن ساختگی با تولید ");
- WriteLiteral(@"سادگی نامفهوم از صنعت چاپ و با استفاده از طراحان گرافیک
- است.
- </div>
- <a class=""read-more"" href=""chemical-research.html"">
- بیشتر بدانیم <span class=""arrow fa fa-angle-double-right""></span>
- </a>
- </div>
- </div>
-
- <!-- Services Block Three -->
- <div class=""services-block-three col-lg-4 col-md-12 col-sm-12"">
- <div class=""inner-box"">
- <div class=""upper-box"">
- <div class=""icon fa fa-flask""></div>
- <h6><a href=""chemical-research.html"">لورم ایپسوم متن ساختگی</a></h6>
- </div>
- <div class=""text"">
- لورم ایپسوم متن ساختگی با تولید سادگی نامفهوم از صنعت چاپ و با استفاده از
- طراحان گرافیک است.
- لورم ایپسوم متن ساختگی با تولید سادگی نامفهوم از صنعت چاپ و با استفاده از طراحان گرافیک
- است.
- </div>
- <a class=""read-more"" href=""chemical-research.html"">
- بیشتر بدانیم <span class=""arrow fa fa-angle-double-right""></span>
- </a>
- </div>
- </div>
-
- </div>
- </div>
- </section>
- <!-- End Services Section Two -");
- WriteLiteral(@"->
- <!-- Choice Section -->
- <section class=""choice-section"">
- <div class=""auto-container"">
- <div class=""row clearfix"">
-
- <!-- Content Column -->
- <div class=""content-column col-lg-6 col-md-12 col-sm-12 wow slideInRight"" data-wow-delay=""300ms""
- data-wow-duration=""1500ms"">
- <div class=""inner-column"">
- <!-- Sec Title -->
- <div class=""sec-title"">
- <div class=""title-inner"">
- <div class=""title"">معرفی شرکت بازرگانی کارشا کالای باستان </div>
- </div>
- </div>
- <div class=""text"">
-
- گروه كارخانجات دنياى فلزآمل(كارشا كالا)
-
- به مجموعه شركت ها و كارخانجات بزرگى اشاره دارد كه بنيان آن در سال ١٣٤٩ توسط مرحوم ((سيف
-
- اله حبيب زاده عمران)) در كنار مرحوم حاج عماد عمادالدين كليد خورد و در سال ١٣٥٤ با كناره
-
- گيرى مرحوم عماد الدين و با مشاركت دو برادر ديگر خود موفق به اخذ پروانه بهره بردارى شد.
-
- مرحوم سيف اله حبيب زاده عمران در سال ١٣٤٩ شروع به ساخت كارخانه اى نمود كه از پيشگامان
-
- اين صنعت در كشور شناخته ميشود
-
- اين شركت ");
- WriteLiteral(@"با هدف توليد تجهيزات ادارى، تاسيس و از سال ١٣٥٤ ساخت تجهيزات مدارس را هدف اول
-
- خود قرار داد و در اين راه خدمات بسيار ارزشمندي به صنايع آموزشى كشور تقديم نمود
-
- مرحوم سيف اله حبيب زاده عمران توانست در ابتداى راه با جذب بيش از ١٠٠ نيروى كار بصورت
-
- مستقيم،و جذب بودجه هاى عمرانى كشور و مصرف آن در داخل استان كمك شايانى به اقتصاد منطقه
-
- خود نمايد.
- </div>
- <div class=""link-box left"">
- ");
- __tagHelperExecutionContext = __tagHelperScopeManager.Begin("a", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "6d2f8830667c710539ab6a3bedbd35b193db94d215697", async() => {
- WriteLiteral("بیشتر بخوانیم");
- }
- );
- __Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper = CreateTagHelper<global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper>();
- __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper);
- __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_0);
- __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_1);
- await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
- if (!__tagHelperExecutionContext.Output.IsContentModified)
- {
- await __tagHelperExecutionContext.SetOutputContentAsync();
- }
- Write(__tagHelperExecutionContext.Output);
- __tagHelperExecutionContext = __tagHelperScopeManager.End();
- WriteLiteral("\r\n\t\t\t\t\t</div>\r\n\t\t\t\t</div>\r\n\t\t\t</div>\r\n\r\n\t\t\t<!-- Image Column -->\r\n\t\t\t<div class=\"image-column col-lg-6 col-md-12 col-sm-12\">\r\n\t\t\t\t<div class=\"inner-column wow fadeInLeft\" data-wow-delay=\"0ms\" data-wow-duration=\"1500ms\">\r\n\t\t\t\t\t<div class=\"image\">\r\n\t\t\t\t\t\t");
- __tagHelperExecutionContext = __tagHelperScopeManager.Begin("img", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "6d2f8830667c710539ab6a3bedbd35b193db94d217173", async() => {
- }
- );
- __Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper = CreateTagHelper<global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper>();
- __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper);
- __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_2);
- __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_3);
- await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
- if (!__tagHelperExecutionContext.Output.IsContentModified)
- {
- await __tagHelperExecutionContext.SetOutputContentAsync();
- }
- Write(__tagHelperExecutionContext.Output);
- __tagHelperExecutionContext = __tagHelperScopeManager.End();
- WriteLiteral(@"
- </div>
- </div>
- </div>
-
- </div>
- </div>
- </section>
- <!-- End Choice Section -->
- <!--Sponsors Section-->
- <section class=""sponsors-section wow slideInRight"" data-wow-delay=""300ms"" data-wow-duration=""1500ms"">
-
- <div class=""auto-container"">
- <div class=""sec-title"">
- <div class=""title-inner"">
- <div class=""title"">مشتریان شرکت بازرگانی کارشا کالای باستان</div>
- </div>
- </div>
- <div class=""sponsors-outer"">
- <!--Sponsors Carousel-->
- <ul class=""sponsors-carousel owl-carousel owl-theme"">
- ");
- #nullable restore
- #line 315 "E:\Project\Projeh\MyProjeh\Karsha_Site\EndPoint.Site\Views\Home\Index.cshtml"
- Write(await Component.InvokeAsync("GetCustomer"));
-
- #line default
- #line hidden
- #nullable disable
- WriteLiteral(@"
-
- </ul>
- </div>
-
- </div>
- </section>
- <!--End Sponsors Section-->
- <!-- Testimonial Section -->
- <section class=""testimonial-section-two wow slideInLeft"" data-wow-delay=""300ms"" data-wow-duration=""1500ms""
- style=""background-image:url(../sitetemplate/assets/images/background/4.jpg)"">
- <div class=""auto-container"">
- <!-- Sec Title -->
- <div class=""sec-title"">
- <div class=""title-inner"">
- <div class=""title"">اخبار شرکت</div>
- </div>
- </div>
-
- <div class=""three-item-carousel owl-carousel owl-theme"">
-
- <!-- Services Block Five -->
- <div class=""services-block-five"">
- <div class=""inner-box"">
- <div class=""image"">
- <a href=""#"">");
- __tagHelperExecutionContext = __tagHelperScopeManager.Begin("img", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "6d2f8830667c710539ab6a3bedbd35b193db94d219798", async() => {
- }
- );
- __Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper = CreateTagHelper<global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper>();
- __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper);
- __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_4);
- __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_3);
- await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
- if (!__tagHelperExecutionContext.Output.IsContentModified)
- {
- await __tagHelperExecutionContext.SetOutputContentAsync();
- }
- Write(__tagHelperExecutionContext.Output);
- __tagHelperExecutionContext = __tagHelperScopeManager.End();
- WriteLiteral(@"</a>
- <div class=""overlay-box"">
- <a href=""#"" class=""link-icon flaticon-link""></a>
- </div>
- </div>
- <div class=""lower-content"">
- <div class=""upper-box"">
- <h3><a href=""#"">دریافت گواهی تقدیر از سازمان صنایع و معادن</a></h3>
- <div class=""text"">
- دریافت گواهی تقدیر از سازمان صنایع و معادن دریافت گواهی تقدیر از
- سازمان صنایع و معادن....
- </div>
- </div>
- <div class=""lower-box"">
- <div class=""clearfix"">
- <div class=""pull-left"">
- <a href=""#"" class=""arrow-icon"">
- <span class=""fa fa-arrow-circle-left""></span>
- </a>
- </div>
- <div class=""pull-right"">
- <a href=""#"" class=""read-more"">بیشتر بدانیم</a>
-
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
-
- <!-- Services Block Five -->
- <div class=""services-block-five"">
- <div class=""inner-box"">
- <div class=""image"">
- <a href=""#"">");
- __tagHelperExecutionContext = __tagHelperScopeManager.Begin("img", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "6d2f8830667c710539ab6a3bedbd35b193db94d221922", async() => {
- }
- );
- __Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper = CreateTagHelper<global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper>();
- __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper);
- __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_4);
- __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_3);
- await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
- if (!__tagHelperExecutionContext.Output.IsContentModified)
- {
- await __tagHelperExecutionContext.SetOutputContentAsync();
- }
- Write(__tagHelperExecutionContext.Output);
- __tagHelperExecutionContext = __tagHelperScopeManager.End();
- WriteLiteral(@"</a>
- <div class=""overlay-box"">
- <a href=""#"" class=""link-icon flaticon-link""></a>
- </div>
- </div>
- <div class=""lower-content"">
- <div class=""upper-box"">
- <h3><a href=""#"">دریافت گواهی تقدیر از سازمان صنایع و معادن</a></h3>
- <div class=""text"">
- دریافت گواهی تقدیر از سازمان صنایع و معادن دریافت گواهی تقدیر از
- سازمان صنایع و معادن....
- </div>
- </div>
- <div class=""lower-box"">
- <div class=""clearfix"">
- <div class=""pull-left"">
- <a href=""#"" class=""arrow-icon"">
- <span class=""fa fa-arrow-circle-left""></span>
- </a>
- </div>
- <div class=""pull-right"">
- <a href=""#"" class=""read-more"">بیشتر بدانیم</a>
-
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
-
- </div>
-
- </div>
- </section>
- <!-- End Testimonial Section -->
- ");
- }
- #pragma warning restore 1998
- #nullable restore
- [global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
- public global::Microsoft.AspNetCore.Mvc.ViewFeatures.IModelExpressionProvider ModelExpressionProvider { get; private set; } = default!;
- #nullable disable
- #nullable restore
- [global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
- public global::Microsoft.AspNetCore.Mvc.IUrlHelper Url { get; private set; } = default!;
- #nullable disable
- #nullable restore
- [global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
- public global::Microsoft.AspNetCore.Mvc.IViewComponentHelper Component { get; private set; } = default!;
- #nullable disable
- #nullable restore
- [global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
- public global::Microsoft.AspNetCore.Mvc.Rendering.IJsonHelper Json { get; private set; } = default!;
- #nullable disable
- #nullable restore
- [global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
- public global::Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper<dynamic> Html { get; private set; } = default!;
- #nullable disable
- }
- }
- #pragma warning restore 1591
|