-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdesigndevelopment.php
129 lines (122 loc) · 6.42 KB
/
designdevelopment.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
<?php
include "include/header.php";
?>
<main>
<!-- Hero Area Start-->
<div class="slider-area ">
<div class="single-slider section-overly slider-height2 d-flex align-items-center" data-background="assets/img/hero/bg-1.jpg">
<div class="container">
<div class="row">
<div class="col-xl-12">
<div class="hero-cap text-center">
<h2>Design & Development </h2>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Hero Area End -->
<!-- job post company Start -->
<div class="job-post-company pt-120 pb-120">
<div class="container">
<div class="row justify-content-between">
<!-- Left Content -->
<div class="col-xl-7 col-lg-8">
<!-- job single -->
<div class="single-job-items mb-50">
<div class="job-items">
<div class="company-img company-img-details">
<a href="#"><img src="assets/img/icon/job-list1.png" alt=""></a>
</div>
<div class="job-tittle">
<a href="#">
<h4>Multimedia designer</h4>
</a>
<ul>
<li>Creative Agency</li>
<li><i class="fas fa-map-marker-alt"></i>Athens, Greece</li>
<li> ₹35000 - ₹40000</li>
</ul>
</div>
</div>
</div>
<!-- job single End -->
<div class="job-post-details">
<div class="post-details1 mb-50">
<!-- Small Section Tittle -->
<div class="small-section-tittle">
<h4>Job Description</h4>
</div>
<p>It is a long established fact that a reader will beff distracted by vbthe creadable content of a page when looking at its layout. The pointf of using Lorem Ipsum is that it has ahf mcore or-lgess normal distribution of letters, as opposed to using, Content here content here making it look like readable.</p>
</div>
<div class="post-details2 mb-50">
<!-- Small Section Tittle -->
<div class="small-section-tittle">
<h4>Required Knowledge, Skills, and Abilities</h4>
</div>
<ul>
<li>System Software Development</li>
<li>Mobile Applicationin iOS/Android/Tizen or other platform</li>
<li>Research and code , libraries, APIs and frameworks</li>
<li>Strong knowledge on software development life cycle</li>
<li>Strong problem solving and debugging skills</li>
</ul>
</div>
<div class="post-details2 mb-50">
<!-- Small Section Tittle -->
<div class="small-section-tittle">
<h4>Education + Experience</h4>
</div>
<ul>
<li>3 or more years of professional design experience</li>
<li>Direct response email experience</li>
<li>Ecommerce website design experience</li>
<li>Familiarity with mobile and web apps preferred</li>
<li>Experience using Invision a plus</li>
</ul>
</div>
</div>
</div>
<!-- Right Content -->
<div class="col-xl-4 col-lg-4">
<div class="post-details3 mb-50">
<!-- Small Section Tittle -->
<div class="small-section-tittle">
<h4>Job Overview</h4>
</div>
<ul>
<li>Posted date : <span>12 Aug 2019</span></li>
<li>Location : <span>New York</span></li>
<li>Vacancy : <span>02</span></li>
<li>Job nature : <span>Full time</span></li>
<li>Salary : <span>₹7,800 yearly</span></li>
<li>Application date : <span>12 Sep 2020</span></li>
</ul>
<div class="apply-btn2">
<a href="#" class="btn">Apply Now</a>
</div>
</div>
<div class="post-details4 mb-50">
<!-- Small Section Tittle -->
<div class="small-section-tittle">
<h4>Company Information</h4>
</div>
<span>Colorlib</span>
<p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout.</p>
<ul>
<li>Name: <span>Colorlib </span></li>
<li>Web : <span> colorlib.com</span></li>
<li>Email: <span>[email protected]</span></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- job post company End -->
</main>
<?php
include "include/footer.php";
include "include/script.php";
?>