You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

15 lines
524 B

@{
ViewBag.Title = "خانه";
}
<section>
<div class="row" style="margin-bottom: 15px;">
<div class="col-md-12">
<img width="150" class="center-block" src="@Url.Content("~/content/images/logo.png")" alt="سومین: مرکز کاریابی برنامه‌ریزی و کنترل پروژه" />
</div>
</div>
<div class="row">
<div class="col-md-12">
@Html.Action("LatestJobList", "Job", new { count = 15 })
</div>
</div>
</section>