Example #1
0
        #pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
            BeginContext(59, 2, true);
            WriteLiteral("\r\n");
            EndContext();
            BeginContext(134, 2, true);
            WriteLiteral("\r\n");
            EndContext();
            BeginContext(274, 2, true);
            WriteLiteral("\r\n");
            EndContext();
            BeginContext(315, 2, true);
            WriteLiteral("\r\n");
            EndContext();
#line 12 "C:\Users\iNexus\Documents\source\repos\HireMe\HireMe\Views\Contestants\Index.cshtml"

            ViewBag.Title = "Workers";
            Layout        = "../Home/_Layout.cshtml";

            int PostsToShow = 20;

            var posterId = UserManager.GetUserId(User);


#line default
#line hidden
            BeginContext(478, 22, true);
            WriteLiteral("\r\n<!-- menu Area -->\r\n");
            EndContext();
            BeginContext(500, 51, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("partial", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "bce7c86d9be6ea5bbb41fc55919d1dc1d63e2f978256", async() => {
            }
                                                                        );
            __Microsoft_AspNetCore_Mvc_TagHelpers_PartialTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.PartialTagHelper>();
            __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_PartialTagHelper);
            __Microsoft_AspNetCore_Mvc_TagHelpers_PartialTagHelper.Name = (string)__tagHelperAttribute_0.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_0);
            await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);

            if (!__tagHelperExecutionContext.Output.IsContentModified)
            {
                await __tagHelperExecutionContext.SetOutputContentAsync();
            }
            Write(__tagHelperExecutionContext.Output);
            __tagHelperExecutionContext = __tagHelperScopeManager.End();
            EndContext();
            BeginContext(551, 28, true);
            WriteLiteral("\r\n\r\n\r\n<!-- banner Area -->\r\n");
            EndContext();
            BeginContext(579, 50, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("partial", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "bce7c86d9be6ea5bbb41fc55919d1dc1d63e2f979543", async() => {
            }
                                                                        );
            __Microsoft_AspNetCore_Mvc_TagHelpers_PartialTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.PartialTagHelper>();
            __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_PartialTagHelper);
            __Microsoft_AspNetCore_Mvc_TagHelpers_PartialTagHelper.Name = (string)__tagHelperAttribute_1.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_1);
            await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);

            if (!__tagHelperExecutionContext.Output.IsContentModified)
            {
                await __tagHelperExecutionContext.SetOutputContentAsync();
            }
            Write(__tagHelperExecutionContext.Output);
            __tagHelperExecutionContext = __tagHelperScopeManager.End();
            EndContext();
            BeginContext(629, 353, true);
            WriteLiteral(@"

<section class=""ftco-section bg-light"">
    <div class=""container"">
        <div class=""row"">
            <div class=""col-lg-9 pr-lg-4"">

                <div class=""row justify-content-center pb-3"">
                    <div class=""col-md-12 heading-section ftco-animate"">
                        <h2 class=""mb-4 text-center"">Workers Listed: ");
            EndContext();
            BeginContext(983, 40, false);
#line 36 "C:\Users\iNexus\Documents\source\repos\HireMe\HireMe\Views\Contestants\Index.cshtml"
            Write(ContestantsService.GetContestantsCount());

#line default
#line hidden
            EndContext();
            BeginContext(1023, 98, true);
            WriteLiteral("</h2>\r\n                    </div>\r\n                </div>\r\n                <div class=\"row\">\r\n\r\n\r\n");
            EndContext();
#line 42 "C:\Users\iNexus\Documents\source\repos\HireMe\HireMe\Views\Contestants\Index.cshtml"


            foreach (var item in ContestantsService.GetLastContestants(PostsToShow))
            {
#line default
#line hidden
                BeginContext(1272, 496, true);
                WriteLiteral(@"                                        <div class=""col-md-12 ftco-animate"">
                                                                
                                                                    <div class=""job-post-item p-4 d-block d-lg-flex align-items-center"">
                                                                                            <div class=""col-md-2"">
                                                                                                <a");
                EndContext();
                BeginWriteAttribute("href", " href=\"", 1768, "\"", 1806, 2);
                WriteAttributeValue("", 1775, "../Contestants/Details/", 1775, 23, true);
#line 50 "C:\Users\iNexus\Documents\source\repos\HireMe\HireMe\Views\Contestants\Index.cshtml"
                WriteAttributeValue("", 1798, item.Id, 1798, 8, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginContext(1807, 103, true);
                WriteLiteral(">\r\n                                                                                                    ");
                EndContext();
                BeginContext(1910, 104, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("img", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagOnly, "bce7c86d9be6ea5bbb41fc55919d1dc1d63e2f9713159", async() => {
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper);
                BeginAddHtmlAttributeValues(__tagHelperExecutionContext, "src", 2, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                AddHtmlAttributeValue("", 1920, "~/", 1920, 2, true);
#line 51 "C:\Users\iNexus\Documents\source\repos\HireMe\HireMe\Views\Contestants\Index.cshtml"
                AddHtmlAttributeValue("", 1922, item.ProfilePic, 1922, 16, false);

#line default
#line hidden
                EndAddHtmlAttributeValues(__tagHelperExecutionContext);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_2);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_3);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_4);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_5);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);

                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(2014, 645, true);
                WriteLiteral(@"
                                                                                                </a>
                                                                                            </div>
                                                                        <div class=""one-third mb-4 mb-md-0"">

                                                                            <div class=""job-post-item-header align-items-center"">

                                                                                <h2 class=""mr-3 text-black"">
                                                                                    <a");
                EndContext();
                BeginWriteAttribute("href", " href=\"", 2659, "\"", 2697, 2);
                WriteAttributeValue("", 2666, "../Contestants/Details/", 2666, 23, true);
#line 59 "C:\Users\iNexus\Documents\source\repos\HireMe\HireMe\Views\Contestants\Index.cshtml"
                WriteAttributeValue("", 2689, item.Id, 2689, 8, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginContext(2698, 1, true);
                WriteLiteral(">");
                EndContext();
                BeginContext(2700, 9, false);
#line 59 "C:\Users\iNexus\Documents\source\repos\HireMe\HireMe\Views\Contestants\Index.cshtml"
                Write(item.Name);

#line default
#line hidden
                EndContext();
                BeginContext(2709, 145, true);
                WriteLiteral("</a>  \r\n                                                                                    <button class=\"btn btn-sm btn-primary\" type=\"button\">");
                EndContext();
                BeginContext(2855, 13, false);
#line 60 "C:\Users\iNexus\Documents\source\repos\HireMe\HireMe\Views\Contestants\Index.cshtml"
                Write(item.WorkType);

#line default
#line hidden
                EndContext();
                BeginContext(2868, 206, true);
                WriteLiteral("</button>\r\n                                                                                </h2>\r\n                                                                                <h4 class=\"mr-3 text-black\">");
                EndContext();
                BeginContext(3075, 12, false);
#line 62 "C:\Users\iNexus\Documents\source\repos\HireMe\HireMe\Views\Contestants\Index.cshtml"
                Write(item.Genders);

#line default
#line hidden
                EndContext();
                BeginContext(3087, 750, true);
                WriteLiteral(@"</h4>
                                                                            </div>
                                                                            <div class=""job-post-item-body d-block d-md-flex"">
                                                                                <div class=""mr-3"">
                                                                                    <div>
                                                                                        <p class=""text-success"">
                                                                                            <span class=""icon-location_city""></span>
                                                                                            ");
                EndContext();
                BeginContext(3838, 13, false);
#line 69 "C:\Users\iNexus\Documents\source\repos\HireMe\HireMe\Views\Contestants\Index.cshtml"
                Write(item.Location);

#line default
#line hidden
                EndContext();
                BeginContext(3851, 634, true);
                WriteLiteral(@"
                                                                                            </p>
                                                                                    </div>
                                                                                </div>

                                                                            </div>
                                                                        </div>





                                                                    </div>
                                                                
                            </div>
");
                EndContext();
#line 84 "C:\Users\iNexus\Documents\source\repos\HireMe\HireMe\Views\Contestants\Index.cshtml"
            }


#line default
#line hidden
            BeginContext(4533, 1497, true);
            WriteLiteral(@"<!-- end -->

                </div>
                <div class=""row mt-5"">
                    <div class=""col text-center"">
                        <div class=""block-27"">
                            <ul>
                                <li>
                                    <a href=""#"">&lt;</a>
                                </li>
                                <li class=""active"">
                                    <span>1</span>
                                </li>
                                <li>
                                    <a href=""#"">2</a>
                                </li>
                                <li>
                                    <a href=""#"">3</a>
                                </li>
                                <li>
                                    <a href=""#"">4</a>
                                </li>
                                <li>
                                    <a href=""#"">5</a>
                                </li>
    ");
            WriteLiteral(@"                            <li>
                                    <a href=""#"">&gt;</a>
                                </li>
                            </ul>
                        </div>
                    </div>
                </div>
            </div>
            <div class=""col-lg-3 sidebar"">
                <div class=""sidebar-box bg-white p-4 ftco-animate"">
                    <h3 class=""heading-sidebar"">Browse Category</h3>
                    ");
            EndContext();
            BeginContext(6030, 315, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("form", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "bce7c86d9be6ea5bbb41fc55919d1dc1d63e2f9721529", async() => {
                BeginContext(6072, 266, true);
                WriteLiteral(@"
                        <div class=""form-group"">
                            <span class=""icon icon-search""></span>
                            <input type=""text"" class=""form-control"" placeholder=""Search..."">
                        </div>
                    ");
                EndContext();
            }
                                                                        );
            __Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.FormTagHelper>();
            __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper);
            __Microsoft_AspNetCore_Mvc_TagHelpers_RenderAtEndOfFormTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.RenderAtEndOfFormTagHelper>();
            __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_RenderAtEndOfFormTagHelper);
            __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_6);
            __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_7);
            await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);

            if (!__tagHelperExecutionContext.Output.IsContentModified)
            {
                await __tagHelperExecutionContext.SetOutputContentAsync();
            }
            Write(__tagHelperExecutionContext.Output);
            __tagHelperExecutionContext = __tagHelperScopeManager.End();
            EndContext();
            BeginContext(6345, 22, true);
            WriteLiteral("\r\n                    ");
            EndContext();
            BeginContext(6367, 981, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("form", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "bce7c86d9be6ea5bbb41fc55919d1dc1d63e2f9723441", async() => {
                BeginContext(6404, 937, true);
                WriteLiteral(@"
                        <label for=""option-job-1""><input type=""checkbox"" id=""option-job-1"" name=""vehicle"" value="""" checked> Website &amp; Software</label><br>
                        <label for=""option-job-2""><input type=""checkbox"" id=""option-job-2"" name=""vehicle"" value=""""> Education &amp; Training</label><br>
                        <label for=""option-job-3""><input type=""checkbox"" id=""option-job-3"" name=""vehicle"" value=""""> Graphics Design</label><br>
                        <label for=""option-job-4""><input type=""checkbox"" id=""option-job-4"" name=""vehicle"" value=""""> Accounting &amp; Finance</label><br>
                        <label for=""option-job-5""><input type=""checkbox"" id=""option-job-5"" name=""vehicle"" value=""""> Restaurant &amp; Food</label><br>
                        <label for=""option-job-6""><input type=""checkbox"" id=""option-job-6"" name=""vehicle"" value=""""> Health &amp; Hospital</label><br>
                    ");
                EndContext();
            }
                                                                        );
            __Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.FormTagHelper>();
            __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper);
            __Microsoft_AspNetCore_Mvc_TagHelpers_RenderAtEndOfFormTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.RenderAtEndOfFormTagHelper>();
            __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_RenderAtEndOfFormTagHelper);
            __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_6);
            __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_8);
            await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);

            if (!__tagHelperExecutionContext.Output.IsContentModified)
            {
                await __tagHelperExecutionContext.SetOutputContentAsync();
            }
            Write(__tagHelperExecutionContext.Output);
            __tagHelperExecutionContext = __tagHelperScopeManager.End();
            EndContext();
            BeginContext(7348, 187, true);
            WriteLiteral("\r\n                </div>\r\n\r\n                <div class=\"sidebar-box bg-white p-4 ftco-animate\">\r\n                    <h3 class=\"heading-sidebar\">Select Location</h3>\r\n                    ");
            EndContext();
            BeginContext(7535, 315, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("form", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "bce7c86d9be6ea5bbb41fc55919d1dc1d63e2f9726252", async() => {
                BeginContext(7577, 266, true);
                WriteLiteral(@"
                        <div class=""form-group"">
                            <span class=""icon icon-search""></span>
                            <input type=""text"" class=""form-control"" placeholder=""Search..."">
                        </div>
                    ");
                EndContext();
            }
                                                                        );
            __Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.FormTagHelper>();
            __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper);
            __Microsoft_AspNetCore_Mvc_TagHelpers_RenderAtEndOfFormTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.RenderAtEndOfFormTagHelper>();
            __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_RenderAtEndOfFormTagHelper);
            __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_6);
            __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_7);
            await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);

            if (!__tagHelperExecutionContext.Output.IsContentModified)
            {
                await __tagHelperExecutionContext.SetOutputContentAsync();
            }
            Write(__tagHelperExecutionContext.Output);
            __tagHelperExecutionContext = __tagHelperScopeManager.End();
            EndContext();
            BeginContext(7850, 22, true);
            WriteLiteral("\r\n                    ");
            EndContext();
            BeginContext(7872, 1019, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("form", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "bce7c86d9be6ea5bbb41fc55919d1dc1d63e2f9728165", async() => {
                BeginContext(7909, 975, true);
                WriteLiteral(@"
                        <label for=""option-location-1""><input type=""checkbox"" id=""option-location-1"" name=""vehicle"" value="""" checked> Sydney, Australia</label><br>
                        <label for=""option-location-2""><input type=""checkbox"" id=""option-location-2"" name=""vehicle"" value=""""> New York, United States</label><br>
                        <label for=""option-location-3""><input type=""checkbox"" id=""option-location-3"" name=""vehicle"" value=""""> Tokyo, Japan</label><br>
                        <label for=""option-location-4""><input type=""checkbox"" id=""option-location-4"" name=""vehicle"" value=""""> Manila, Philippines</label><br>
                        <label for=""option-location-5""><input type=""checkbox"" id=""option-location-5"" name=""vehicle"" value=""""> Seoul, South Korea</label><br>
                        <label for=""option-location-6""><input type=""checkbox"" id=""option-location-6"" name=""vehicle"" value=""""> Western City, UK</label><br>
                    ");
                EndContext();
            }
                                                                        );
            __Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.FormTagHelper>();
            __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper);
            __Microsoft_AspNetCore_Mvc_TagHelpers_RenderAtEndOfFormTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.RenderAtEndOfFormTagHelper>();
            __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_RenderAtEndOfFormTagHelper);
            __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_6);
            __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_8);
            await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);

            if (!__tagHelperExecutionContext.Output.IsContentModified)
            {
                await __tagHelperExecutionContext.SetOutputContentAsync();
            }
            Write(__tagHelperExecutionContext.Output);
            __tagHelperExecutionContext = __tagHelperScopeManager.End();
            EndContext();
            BeginContext(8891, 180, true);
            WriteLiteral("\r\n                </div>\r\n\r\n                <div class=\"sidebar-box bg-white p-4 ftco-animate\">\r\n                    <h3 class=\"heading-sidebar\">Job Type</h3>\r\n                    ");
            EndContext();
            BeginContext(9071, 961, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("form", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "bce7c86d9be6ea5bbb41fc55919d1dc1d63e2f9731007", async() => {
                BeginContext(9108, 917, true);
                WriteLiteral(@"
                        <label for=""option-job-type-1""><input type=""checkbox"" id=""option-job-type-1"" name=""vehicle"" value="""" checked> Partime</label><br>
                        <label for=""option-job-type-2""><input type=""checkbox"" id=""option-job-type-2"" name=""vehicle"" value=""""> Fulltime</label><br>
                        <label for=""option-job-type-3""><input type=""checkbox"" id=""option-job-type-3"" name=""vehicle"" value=""""> Intership</label><br>
                        <label for=""option-job-type-4""><input type=""checkbox"" id=""option-job-type-4"" name=""vehicle"" value=""""> Temporary</label><br>
                        <label for=""option-job-type-5""><input type=""checkbox"" id=""option-job-type-5"" name=""vehicle"" value=""""> Freelance</label><br>
                        <label for=""option-job-type-6""><input type=""checkbox"" id=""option-job-type-6"" name=""vehicle"" value=""""> Fixed</label><br>
                    ");
                EndContext();
            }
                                                                        );
            __Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.FormTagHelper>();
            __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper);
            __Microsoft_AspNetCore_Mvc_TagHelpers_RenderAtEndOfFormTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.RenderAtEndOfFormTagHelper>();
            __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_RenderAtEndOfFormTagHelper);
            __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_6);
            __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_8);
            await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);

            if (!__tagHelperExecutionContext.Output.IsContentModified)
            {
                await __tagHelperExecutionContext.SetOutputContentAsync();
            }
            Write(__tagHelperExecutionContext.Output);
            __tagHelperExecutionContext = __tagHelperScopeManager.End();
            EndContext();
            BeginContext(10032, 90, true);
            WriteLiteral("\r\n                </div>\r\n            </div>\r\n        </div>\r\n    </div>\r\n</section>\r\n\r\n\r\n");
            EndContext();
        }
Example #2
0
        #pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
            BeginContext(35, 2, true);
            WriteLiteral("\r\n");
            EndContext();
            BeginContext(85, 2, true);
            WriteLiteral("\r\n");
            EndContext();
#line 5 "C:\Users\iNexus\Documents\source\repos\HireMe\HireMe\Views\Home\Partials\_CandidatesPartial.cshtml"

            int contestantsToShow = 10;

#line default
#line hidden
            BeginContext(127, 580, true);
            WriteLiteral(@"<section class=""ftco-section ftco-candidates bg-primary"">
    <div class=""container"">
        <div class=""row justify-content-center pb-3"">
            <div class=""col-md-10 heading-section heading-section-white text-center ftco-animate"">
                <span class=""subheading"">Candidates</span>
                <h2 class=""mb-4"">Latest Candidates</h2>
            </div>
        </div>
    </div>
    <div class=""container"">
        <div class=""row"">
            <div class=""col-md-12 ftco-animate"">
                <div class=""carousel-candidates owl-carousel"">

");
            EndContext();
#line 22 "C:\Users\iNexus\Documents\source\repos\HireMe\HireMe\Views\Home\Partials\_CandidatesPartial.cshtml"

            foreach (var item in ContestantsService.GetLastContestants(contestantsToShow))
            {
#line default
#line hidden
                BeginContext(862, 102, true);
                WriteLiteral("                            <div class=\"item\">\r\n                                                    <a");
                EndContext();
                BeginWriteAttribute("href", " href=\"", 964, "\"", 1002, 2);
                WriteAttributeValue("", 971, "../Contestants/Details/", 971, 23, true);
#line 26 "C:\Users\iNexus\Documents\source\repos\HireMe\HireMe\Views\Home\Partials\_CandidatesPartial.cshtml"
                WriteAttributeValue("", 994, item.Id, 994, 8, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginContext(1003, 85, true);
                WriteLiteral(" class=\"team text-center\">\r\n                                                     <img");
                EndContext();
                BeginWriteAttribute("src", " src=\"", 1088, "\"", 1110, 1);
#line 27 "C:\Users\iNexus\Documents\source\repos\HireMe\HireMe\Views\Home\Partials\_CandidatesPartial.cshtml"
                WriteAttributeValue("", 1094, item.ProfilePic, 1094, 16, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginContext(1111, 119, true);
                WriteLiteral(" width=\"60\" height=\"160\" class=\"rounded-circle float-right\"/>                                                      <h2>");
                EndContext();
                BeginContext(1231, 9, false);
#line 27 "C:\Users\iNexus\Documents\source\repos\HireMe\HireMe\Views\Home\Partials\_CandidatesPartial.cshtml"
                Write(item.Name);

#line default
#line hidden
                EndContext();
                BeginContext(1240, 83, true);
                WriteLiteral("</h2>\r\n                                                     <span class=\"position\">");
                EndContext();
                BeginContext(1324, 13, false);
#line 28 "C:\Users\iNexus\Documents\source\repos\HireMe\HireMe\Views\Home\Partials\_CandidatesPartial.cshtml"
                Write(item.Location);

#line default
#line hidden
                EndContext();
                BeginContext(1337, 103, true);
                WriteLiteral("</span>\r\n                                                    </a>\r\n                            </div>\r\n");
                EndContext();
#line 31 "C:\Users\iNexus\Documents\source\repos\HireMe\HireMe\Views\Home\Partials\_CandidatesPartial.cshtml"
            }


#line default
#line hidden
            BeginContext(1490, 84, true);
            WriteLiteral("                </div>\r\n            </div>\r\n        </div>\r\n    </div>\r\n</section>\r\n");
            EndContext();
        }