Mr.Combet Webshell
Your IP :
216.73.216.136
Server IP :
103.233.58.157
Server :
Windows NT WIN-4PGF72KEHKB 10.0 build 17763 (Windows Server 2016) AMD64
Server Software :
Microsoft-IIS/10.0
PHP Version :
7.3.25
Add File :
Submit
Add Directory :
Submit
Dir :
C:
/
inetpub
/
wwwroot
/
HRDC
/
HRDC
/
Views
/
Home
/
View File Name :
backup_26NOV25_Index.cshtml
@model HRDC.Models.HomePageViewModel @{ ViewBag.Title = "HRDC-HOSPITAL & REHABILITATION for DISABLED CHILDREN"; Layout = "~/Views/Shared/HomeLayout.cshtml"; } <!--<img src='https://www.hrdcnepal.org/img/logo.png'/>--> <head> </head> <body> <header id="intro"> <div class="owl-carousel owl-banner owl-theme"> @foreach (var item in Model.lstBanner) { <div class="item image-block" style="background-image: url('/Assets/Images/MainBanner/@item.BannerImage');"> <div class="overlay-theme"></div> <div class="container"> <div class="centered-block animate-delay2" data-animation-in="fadeIn"> <h5 class="title-up white onload animate-delay2" data-animation-in="fadeInDown">@Html.Raw(item.BannerTitle)</h5> <p class="light white animate-delay2" data-animation-in="fadeInUp"> <b style="font-size:large"> @Html.Raw(item.BannerDescription) </b> </p> @Html.ActionLink("Read More", null, null, new { @class = "btn btn-white-fill ripple animate-delay2 fadeInUp", href = "/MainBanner/" + item.URLTitle }) </div> </div> </div> } </div> </header> <section id="impacts" class="white-block"> <div class="cut cut-top"></div> <div class="container"> <div class="intro-tables top-margin"> <div class="row"> <div class="col-md-4"> <div class="intro-table intro-table-first"> <h5 class="title-up white heading" style="margin-left:40px">Children Stories</h5> <div class="owl-carousel owl-schedule bottom owl-theme"> @foreach (var item in Model.lstSuccessStories) { <div class="item image-block" style="background-image: url('/Assets/Images/SuccessStories/@item.SuccessStoryImage');"> <p class="white heading content">@item.SuccessStoryDescription</p> <div class="absolute-block"> @Html.ActionLink("more..", null, null, new { @class = "btn", href = "/SuccessStories/" + item.URLTitle }) <small>|</small> @Html.ActionLink("view all", null, null, new { @class = "btn btn-all", href = "/SuccessStories" }) </div> <div class="overlay-theme"></div> </div> } </div> </div> </div> <div class="col-md-4"> @foreach (var item in Model.lstAwards) { <div class="intro-table intro-table-hover" style="background-image: url('/Assets/Images/Awards/@item.AwardImage');"> <h5 class="title-up white heading" style="margin-left:40px">Awards and Accolades</h5> <div class="bottom"> <p class="white heading small-pt" style="text-shadow:2px 2px #111111">@item.AwardDescription</p> @Html.ActionLink("More", null, null, new { @class = "btn btn-white-fill expand", href = "/Awards/" + item.URLTitle }) </div> </div> } </div> <div class="col-md-4"> <div class="intro-table intro-table-third"> <h5 class="title-up white heading" style="margin-left:40px">News & Events</h5> <div class="owl-carousel owl-schedule3 bottom owl-theme"> @foreach (var item in Model.lstEarthquakeResponses) { <div class="item image-block" style="background-image: url('/Assets/Images/EarthquakeResponses/@item.ResponseImage');"> <p class="white heading content">@item.ResponseDescription</p> <div class="absolute-block"> @Html.ActionLink("more..", null, null, new { @class = "btn", href = "/NewsAndEvents/" + item.URLTitle }) <small>|</small> @Html.ActionLink("view all", null, null, new { @class = "btn btn-all", href = "/NewsAndEvents/" }) </div> <div class="overlay-theme"></div> </div> } </div> </div> </div> </div> </div> </div> </section> <section id="services" class="section-padded"> <div class="container"> <div class="row text-center title"> <h2 class="wow fadeInUp title-head"> HRDC PROGRAMS </h2> <h4 class="light muted wow fadeInUp"> Programs that we are involved with <a href="/OurPrograms" class="btn btn-dark-blue wow fadeInLeft"><i class="fa fa-long-arrow-right"></i> view all</a> </h4> </div> <div class="row services"> <div class="col-sm-6 col-xs-12"> <div class="service wow fadeInLeft"> <div class="centered-block"> <div class="icon-holder"> <img src="~/img/icons/3.Field Based Services.png" alt="" class="icon"> </div> <h4 class="heading">@Model.lstOurPrograms.Where(t => t.ProgramID == 1).FirstOrDefault().ProgramTitle</h4> <p class="description">@Model.lstOurPrograms.Where(t => t.ProgramID == 1).FirstOrDefault().ProgramDescription</p> @Html.ActionLink("More", null, null, new { href = "/OurPrograms/" + Model.lstOurPrograms.Where(t => t.ProgramID == 1).FirstOrDefault().URLTitle }) </div> </div> </div> <div class="col-sm-6 col-xs-12"> <div class="service wow fadeInRight"> <div class="centered-block"> <div class="icon-holder"> <img src="~/img/icons/1.Hospital Based Services.png" alt="" class="icon"> </div> <h4 class="heading">@Model.lstOurPrograms.Where(t => t.ProgramID == 2).FirstOrDefault().ProgramTitle</h4> <p class="description">@Model.lstOurPrograms.Where(t => t.ProgramID == 2).FirstOrDefault().ProgramDescription</p> @Html.ActionLink("More", null, null, new { href = "/OurPrograms/" + Model.lstOurPrograms.Where(t => t.ProgramID == 2).FirstOrDefault().URLTitle }) </div> </div> </div> </div> </div> <div class="cut cut-bottom"></div> </section> <section id="team" class="section-padded gray-bg"> <div class="container"> <div class="row title text-center"> <h2 class="margin-top title-head wow fadeInUp">The HRDC Team</h2> <h4 class="light muted wow fadeInUp">About HRDC team!<a href="/Team" class="btn btn-dark-blue wow fadeInLeft"><i class="fa fa-long-arrow-right"></i> view all team</a></h4> </div> <div class="row"> <div class="col-sm-4 col-xs-12"> <div class="team text-center"> <div class="cover" style="background:url('/Assets/Images/Teams/@Model.lstTeams.Where(t=>t.TeamID==1).FirstOrDefault().TeamImage'); background-size:cover;"> <div class="overlay centered-block text-center"> <h5 class="light white">@Model.lstTeams.Where(t => t.TeamID == 1).FirstOrDefault().TeamDescription</h5> </div> </div> <img src="/img/team/team3.jpg" alt="Team Image" class="avatar wow fadeInRight"> <div class="title"> <h4>Prof. Dr. Ashok Kumar Banskota</h4> <h5 class="muted regular">@Model.lstTeams.Where(t => t.TeamID == 1).FirstOrDefault().TeamTitle</h5> </div> @Html.ActionLink("More", null, null, new { @class = "btn btn-blue-fill ripple", href = "/Team/" + @Model.lstTeams.Where(t => t.TeamID == 1).FirstOrDefault().URLTitle }) </div> </div> <div class="col-sm-4 col-xs-12"> <div class="team text-center"> <div class="cover" style="background:url('/Assets/Images/Teams/@Model.lstTeams.Where(t=>t.TeamID==2).FirstOrDefault().TeamImage'); background-size:cover;"> <div class="overlay centered-block text-center"> <h5 class="light white">@Model.lstTeams.Where(t => t.TeamID == 2).FirstOrDefault().TeamDescription</h5> </div> </div> <img src="/img/team/team1.jpg" alt="Team Image" class="avatar wow flipInY"> <div class="title"> <h4>Dr. Bibek Banskota</h4> <h5 class="muted regular">@Model.lstTeams.Where(t => t.TeamID == 2).FirstOrDefault().TeamTitle</h5> </div> @Html.ActionLink("More", null, null, new { @class = "btn btn-blue-fill ripple", href = "/Team/" + @Model.lstTeams.Where(t => t.TeamID == 2).FirstOrDefault().URLTitle }) </div> </div> <div class="col-sm-4 col-xs-12"> <div class="team text-center"> <div class="cover" style="background:url('/Assets/Images/Teams/@Model.lstTeams.Where(t=>t.TeamID==3).FirstOrDefault().TeamImage'); background-size:cover;"> <div class="overlay centered-block text-center"> <h5 class="light white">@Model.lstTeams.Where(t => t.TeamID == 3).FirstOrDefault().TeamDescription</h5> </div> </div> <img src="/img/team/_team2.jpg" alt="Team Image" class="avatar wow fadeInLeft"> <div class="title"> <h4>Organogram/HRDC Team</h4> <h5 class="muted regular">@Model.lstTeams.Where(t => t.TeamID == 3).FirstOrDefault().TeamTitle</h5> </div> @Html.ActionLink("More", null, null, new { @class = "btn btn-blue-fill ripple", href = "/Team/" + @Model.lstTeams.Where(t => t.TeamID == 3).FirstOrDefault().URLTitle }) </div> </div> </div> </div> </section> <section id="video-block" class="section-padded color-theme"> <div class="absolute-block"> <div class="has-circle"> </div> </div> <div class="container"> <div class="row title text-center"> <h2 class="margin-top title-head">HRDC</h2> <div class="box-shadow-wrapper top-margin wow fadeInUp"> <div class="video-section"> <img src="/img/video.jpg"> <div class="overlay overlay-theme"> <div class="centered-transform"> <!-- <div class="btn-play" id="btn-play" data-vidid="CN7Ugl81rmk"> --> <div class="btn-play" id="btn-play" data-vidid="C7JSGTYAZ1g"> <i class="fa fa-play"></i> </div> </div> </div> <div class="absolute-block"> <div class="embed-container"> <div id="ytvideo" style="display: none;"></div> </div> </div> <script type="text/javascript"> // Youtube Video on click $(document).on('click', '#btn-play', function (e) { $('.video-section .centered-transform').hide(); $('.video-section .absolute-block').css('background-color', 'rgba(0,0,0,0.9)'); // $('#ytvideo').html('<iframe width="100%" height="100%" id="ytvideo" frameborder="0" allowfullscreen src="http://www.youtube.com/embed/C7JSGTYAZ1g"></iframe>').show(); $('#ytvideo').html('<iframe width="100%" height="100%" id="ytvideo" src="https://www.youtube.com/embed/C7JSGTYAZ1g?rel=0&autoplay=1&loop=1&controls=0&playlist=C7JSGTYAZ1g" title="HRDC Drone video" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>').show(); }); </script> </div> </div> </div> <div class="top-margin text-center"> @Html.ActionLink("view all videos", null, null, new { @class = "btn btn-white-fill wow flipInY animate-delay", href = "/Videos/" }) </div> </div> </section> <section id="pricing" class="section-padded gallery"> <div class="container"> <div class="row title text-center"> <h2 class="margin-top title-head">Gallery</h2> <h6 class="light muted">List of HRDC Gallery Albums</h6> </div> <div class="row no-margin"> @foreach (var item in Model.lstGalleryAlbums) { <div class="col-sm-4 col-xs-12"> <div class="team text-center js-equal-height"> <div class="cover wow fadeInUp" style="background:url('/Assets/Images/Gallery/@item.AlbumImageURL'); background-size:cover;"> <div class="overlay centered-block text-center"> <h5 class="light white">@item.AlbumDescription</h5> @Html.ActionLink("More", null, null, new { @class = "btn btn-white-fill ripple", href = "/Gallery/" + item.AlbumID }) </div> </div> </div> </div> } </div> <div class="top-margin text-center"> @Html.ActionLink("View All Gallery", null, null, new { @class = "btn btn-blue-fill animate-delay wow flipInY", href = "/GalleryAlbum/" }) </div> </div> </section> </body>