30 | @RenderBody()
31 |
32 |
35 |
36 |
37 |
38 | @RenderSection("scripts", required: false)
39 |
40 |
41 |
--------------------------------------------------------------------------------
/Swift.Management/Views/_ViewImports.cshtml:
--------------------------------------------------------------------------------
1 | @using Swift.Management
2 | @using Swift.Management.Models
3 | @using Swift.Core
4 | @addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
5 |
--------------------------------------------------------------------------------
/Swift.Management/Views/_ViewStart.cshtml:
--------------------------------------------------------------------------------
1 | @{
2 | Layout = "_Layout";
3 | }
4 |
--------------------------------------------------------------------------------
/Swift.Management/appsettings.Development.json:
--------------------------------------------------------------------------------
1 | {
2 | "Logging": {
3 | "LogLevel": {
4 | "Default": "Debug",
5 | "System": "Information",
6 | "Microsoft": "Information"
7 | }
8 | }
9 | }
10 |
--------------------------------------------------------------------------------
/Swift.Management/appsettings.json:
--------------------------------------------------------------------------------
1 | {
2 | "Logging": {
3 | "LogLevel": {
4 | "Default": "Warning"
5 | }
6 | },
7 | "AllowedHosts": "*"
8 | }
9 |
--------------------------------------------------------------------------------
/Swift.Management/wwwroot/css/site.css:
--------------------------------------------------------------------------------
1 | /* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification\
2 | for details on configuring this project to bundle and minify static web assets. */
3 | body {
4 | padding-top: 50px;
5 | padding-bottom: 20px;
6 | }
7 |
8 | /* Wrapping element */
9 | /* Set some basic padding to keep content from hitting the edges */
10 | .body-content {
11 | padding-left: 15px;
12 | padding-right: 15px;
13 | }
14 |
15 | /* Carousel */
16 | .carousel-caption p {
17 | font-size: 20px;
18 | line-height: 1.4;
19 | }
20 |
21 | /* Make .svg files in the carousel display properly in older browsers */
22 | .carousel-inner .item img[src$=".svg"] {
23 | width: 100%;
24 | }
25 |
26 | /* QR code generator */
27 | #qrCode {
28 | margin: 15px;
29 | }
30 |
31 | #job-publish{
32 | margin-bottom:20px;
33 | }
34 |
35 | /* Hide/rearrange for smaller screens */
36 | @media screen and (max-width: 767px) {
37 | /* Hide captions */
38 | .carousel-caption {
39 | display: none;
40 | }
41 | }
42 |
--------------------------------------------------------------------------------
/Swift.Management/wwwroot/css/site.min.css:
--------------------------------------------------------------------------------
1 | body{padding-top:50px;padding-bottom:20px}.body-content{padding-left:15px;padding-right:15px}.carousel-caption p{font-size:20px;line-height:1.4}.carousel-inner .item img[src$=".svg"]{width:100%}#qrCode{margin:15px}@media screen and (max-width:767px){.carousel-caption{display:none}}
--------------------------------------------------------------------------------
/Swift.Management/wwwroot/favicon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bosima/Swift/a5978f40c3db39c9970fc05dcb6656d0ebbc4fb1/Swift.Management/wwwroot/favicon.ico
--------------------------------------------------------------------------------
/Swift.Management/wwwroot/js/site.js:
--------------------------------------------------------------------------------
1 | // Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
2 | // for details on configuring this project to bundle and minify static web assets.
3 |
4 | // Write your JavaScript code.
5 |
--------------------------------------------------------------------------------
/Swift.Management/wwwroot/js/site.min.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/bosima/Swift/a5978f40c3db39c9970fc05dcb6656d0ebbc4fb1/Swift.Management/wwwroot/js/site.min.js
--------------------------------------------------------------------------------
/Swift.Management/wwwroot/lib/bootstrap-datetimepicker/js/locales/bootstrap-datetimepicker.ar.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Arabic translation for bootstrap-datetimepicker
3 | * Ala' Mohammad