Browse Source

intro homepage done for good

confirmation-email
Milad Karbasizadeh 11 years ago
parent
commit
39005100c6
15 changed files with 96 additions and 8 deletions
  1. +1
    -1
      Sevomin.WebFrontend/Content/common.css
  2. BIN
      Sevomin.WebFrontend/Content/images/1-icon.png
  3. BIN
      Sevomin.WebFrontend/Content/images/1-simple.png
  4. BIN
      Sevomin.WebFrontend/Content/images/2-icon.png
  5. BIN
      Sevomin.WebFrontend/Content/images/2-simple.png
  6. BIN
      Sevomin.WebFrontend/Content/images/3-icon.png
  7. BIN
      Sevomin.WebFrontend/Content/images/3-simple.png
  8. BIN
      Sevomin.WebFrontend/Content/images/employee.png
  9. BIN
      Sevomin.WebFrontend/Content/images/employer.png
  10. BIN
      Sevomin.WebFrontend/Content/images/logo.png
  11. +43
    -0
      Sevomin.WebFrontend/Content/intro.css
  12. +10
    -0
      Sevomin.WebFrontend/Sevomin.WebFrontend.csproj
  13. +21
    -0
      Sevomin.WebFrontend/Views/Shared/Intro.cshtml
  14. +19
    -3
      Sevomin.WebFrontend/Views/Shared/IntroSignup.cshtml
  15. +2
    -4
      Sevomin.WebFrontend/Views/Shared/PostResult.cshtml

+ 1
- 1
Sevomin.WebFrontend/Content/common.css View File

@ -13,7 +13,7 @@
body{ body{
font-family: Yekan, "Helvetica Neue",Helvetica,Arial,sans-serif; font-family: Yekan, "Helvetica Neue",Helvetica,Arial,sans-serif;
padding: 70px;
padding: 60px;
} }
.h1, .h2, .h3, .h4, .h5, .h6{ .h1, .h2, .h3, .h4, .h5, .h6{


BIN
Sevomin.WebFrontend/Content/images/1-icon.png View File

Before After
Width: 18  |  Height: 18  |  Size: 3.5 KiB

BIN
Sevomin.WebFrontend/Content/images/1-simple.png View File

Before After
Width: 302  |  Height: 302  |  Size: 1.1 KiB

BIN
Sevomin.WebFrontend/Content/images/2-icon.png View File

Before After
Width: 18  |  Height: 18  |  Size: 3.6 KiB

BIN
Sevomin.WebFrontend/Content/images/2-simple.png View File

Before After
Width: 302  |  Height: 302  |  Size: 1.7 KiB

BIN
Sevomin.WebFrontend/Content/images/3-icon.png View File

Before After
Width: 18  |  Height: 18  |  Size: 3.6 KiB

BIN
Sevomin.WebFrontend/Content/images/3-simple.png View File

Before After
Width: 302  |  Height: 302  |  Size: 1.7 KiB

BIN
Sevomin.WebFrontend/Content/images/employee.png View File

Before After
Width: 254  |  Height: 302  |  Size: 2.5 KiB

BIN
Sevomin.WebFrontend/Content/images/employer.png View File

Before After
Width: 254  |  Height: 299  |  Size: 1.9 KiB

BIN
Sevomin.WebFrontend/Content/images/logo.png View File

Before After
Width: 254  |  Height: 300  |  Size: 2.3 KiB

+ 43
- 0
Sevomin.WebFrontend/Content/intro.css View File

@ -0,0 +1,43 @@
.introduction{
height: 270px;
}
.intro-icon, #sevomin-intro-logo{
text-align: center;
}
.intro-icon{
margin-bottom: 20px;
}
.intro-icon img{
width: 100px;
}
#sevomin-logo{
margin-bottom: 40px;
}
#sevomin-intro-logo{
margin-bottom: 15px;
}
#sevomin-intro-logo img{
width: 150px;
}
#s1, #s2, #s3 {
font-size: 0.95em;
color: #444444;
float: right;
padding-right: 22px;
margin-right: 22px;
background-repeat: no-repeat;
background-position: right;
}
#s1{
background-image: url('images/1-icon.png');
}
#s2{
background-image: url('images/2-icon.png');
}
#s3{
background-image: url('images/3-icon.png');
}
#intro-privacy-statement{
margin-top: 20px;
}

+ 10
- 0
Sevomin.WebFrontend/Sevomin.WebFrontend.csproj View File

@ -126,6 +126,16 @@
<Content Include="Content\common.css" /> <Content Include="Content\common.css" />
<Content Include="Content\forms.css" /> <Content Include="Content\forms.css" />
<Content Include="Content\images\revert-logo.png" /> <Content Include="Content\images\revert-logo.png" />
<Content Include="Content\images\employer.png" />
<Content Include="Content\images\employee.png" />
<Content Include="Content\images\logo.png" />
<Content Include="Content\images\1-simple.png" />
<Content Include="Content\images\2-simple.png" />
<Content Include="Content\images\3-simple.png" />
<Content Include="Content\images\1-icon.png" />
<Content Include="Content\images\2-icon.png" />
<Content Include="Content\images\3-icon.png" />
<Content Include="Content\intro.css" />
<Content Include="Content\themes\base\images\animated-overlay.gif" /> <Content Include="Content\themes\base\images\animated-overlay.gif" />
<Content Include="Content\themes\base\images\ui-bg_flat_0_aaaaaa_40x100.png" /> <Content Include="Content\themes\base\images\ui-bg_flat_0_aaaaaa_40x100.png" />
<Content Include="Content\themes\base\images\ui-bg_flat_75_ffffff_40x100.png" /> <Content Include="Content\themes\base\images\ui-bg_flat_75_ffffff_40x100.png" />


+ 21
- 0
Sevomin.WebFrontend/Views/Shared/Intro.cshtml View File

@ -10,12 +10,33 @@
<link rel="stylesheet" type="text/css" href="@Url.Content("~/content/bootstrap.min.css")" /> <link rel="stylesheet" type="text/css" href="@Url.Content("~/content/bootstrap.min.css")" />
<link rel="stylesheet" type="text/css" href="@Url.Content("~/content/bootstrap-theme.min.css")" /> <link rel="stylesheet" type="text/css" href="@Url.Content("~/content/bootstrap-theme.min.css")" />
<link rel="stylesheet" type="text/css" href="@Url.Content("~/content/common.css")" /> <link rel="stylesheet" type="text/css" href="@Url.Content("~/content/common.css")" />
<link rel="stylesheet" type="text/css" href="@Url.Content("~/content/intro.css")" />
<link rel="stylesheet" type="text/css" href="@Url.Content("~/content/forms.css")" /> <link rel="stylesheet" type="text/css" href="@Url.Content("~/content/forms.css")" />
</head> </head>
<body> <body>
<div class="container"> <div class="container">
@Html.Partial("Navbar") @Html.Partial("Navbar")
<div id="sevomin-logo" class="row">
<div class="col-md-offset-3 col-md-6">
<div id="sevomin-intro-logo">
<img src="@Url.Content("~/content/images/logo.png")" alt="کارفرمای جویای متخصص" />
</div>
<div class="center-block">
<div id="s1">کارفرمای جویای متخصص</div>
<div id="s2">متخصص جویای کار</div>
<div id="s3">ما، که ارتباطی موثر بین شما برقرار می&zwnj;کنیم</div>
</div>
</div>
</div>
@Html.Partial("IntroSignup") @Html.Partial("IntroSignup")
<div id="intro-privacy-statement" class="row">
<div class="col-md-12">
<p class="text-muted rtl">
حریم شخصی: یکی از مبانی عملکرد ما احترام به حریم شخصی است. این مسئله به حفظ اطلاعاتی که در اختیار ما قرار می‌دهید (مشخصات و رزومه) محدود نمی‌شود؛ آدرس ایمیل شما نیز تحت هیچ شرایطی در اختیار فرد، گروه و وب‌سایت دیگری قرار نخواهد گرفت.
</p>
</div>
</div>
</div> </div>
<script src="@Url.Content("~/scripts/jquery-2.1.0.min.js")"></script> <script src="@Url.Content("~/scripts/jquery-2.1.0.min.js")"></script>
<script src="@Url.Content("~/scripts/jquery-ui-1.10.4.js")"></script> <script src="@Url.Content("~/scripts/jquery-ui-1.10.4.js")"></script>


+ 19
- 3
Sevomin.WebFrontend/Views/Shared/IntroSignup.cshtml View File

@ -6,8 +6,16 @@
</div> </div>
} }
<div class="col-md-6 rtl"> <div class="col-md-6 rtl">
<div class="introduction">
<div class="intro-icon">
<img src="@Url.Content("~/content/images/employer.png")" alt="کارفرمای جویای متخصص" />
</div>
<p>اگر کارفرمایی جویای متخصص برنامه&zwnj;ریزی و کنترل پروژه هستید می&zwnj;توانید اطلاعیه دعوت به همکاری خود را در سایت قرار دهید یا صرفا با جستجوی پروفایل&zwnj;های ثبت شده در سایت نیروی مناسب خود را بیابید.</p>
<p>ما به شما کمک می&zwnj;کنیم که نیرویی مطابق با نیازهای خود بیابید.</p>
<p>تمام این خدمات رایگان ارائه می&zwnj;شوند.</p>
</div>
@using (Html.BeginForm("Signup", "Account", FormMethod.Post, new { role = "form" })) @using (Html.BeginForm("Signup", "Account", FormMethod.Post, new { role = "form" }))
{
{
@Html.AntiForgeryToken() @Html.AntiForgeryToken()
<div class="form-group"> <div class="form-group">
@Html.LabelFor(m => m.Email) @Html.LabelFor(m => m.Email)
@ -25,10 +33,18 @@
@Html.ValidationMessageFor(m => m.Password) @Html.ValidationMessageFor(m => m.Password)
</div> </div>
@Html.Hidden("IsAvalin", "true") @Html.Hidden("IsAvalin", "true")
<button type="submit" class="btn btn-default">ثبت نام</button>
<button type="submit" class="btn btn-default pull-left">ثبت نام</button>
} }
</div> </div>
<div class="col-md-6 rtl"> <div class="col-md-6 rtl">
<div class="introduction">
<div class="intro-icon">
<img src="@Url.Content("~/content/images/employee.png")" alt="متخصص جویای کار" />
</div>
<p>اگر یک متخصص برنامه&zwnj;ریزی و کنترل پروژه جویای کار هستید می&zwnj;توانید لیست دعوت به همکاری&zwnj;های سایت را مرور کرده، برای هرکدام که مایل هستید اعلام آمادگی کنید.</p>
<p>حتی می&zwnj;توانید رزومه و مشخصات خود را در اختیار ما قرار دهید تا خودمان کارهای متناسب را برایتان بیابیم و از طرف شما اعلام آمادگی کنیم.</p>
<p>تمام این خدمات رایگان ارائه می&zwnj;شوند.</p>
</div>
@using (Html.BeginForm("Signup", "Account", FormMethod.Post, new { role = "form" })) @using (Html.BeginForm("Signup", "Account", FormMethod.Post, new { role = "form" }))
{ {
@Html.AntiForgeryToken() @Html.AntiForgeryToken()
@ -48,7 +64,7 @@
@Html.ValidationMessageFor(m => m.Password) @Html.ValidationMessageFor(m => m.Password)
</div> </div>
@Html.Hidden("IsAvalin", "false") @Html.Hidden("IsAvalin", "false")
<button type="submit" class="btn btn-default">ثبت نام</button>
<button type="submit" class="btn btn-default pull-left">ثبت نام</button>
} }
</div> </div>
</div> </div>

+ 2
- 4
Sevomin.WebFrontend/Views/Shared/PostResult.cshtml View File

@ -1,5 +1,3 @@
@model Sevomin.Models.PostResultViewModel
@if (Model != null) {
<div class="alert @(Model.Success ? "alert-success" : "alert-danger")">@Model.Message</div>
@if (Model != null && Model is Sevomin.Models.PostResultViewModel) {
<div class="alert @(Model.Success ? "alert-success" : "alert-danger") rtl">@Model.Message</div>
} }

Loading…
Cancel
Save