-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGraphic_Designer.php
145 lines (113 loc) · 6.65 KB
/
Graphic_Designer.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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
<?php
// Initialize the session
session_start();
?>
<!DOCTYPE html>
<html lang="en">
<?php include 'header.php'?>
<!-- Hero-area -->
<div class="hero-area section">
<!-- Backgound Image -->
<div class="bg-image bg-parallax overlay" style="background-image:url(./img/bgc2.jpg); " ></div>
<!-- /Backgound Image -->
<div class="container">
<div class="row">
<div class="col-md-10 col-md-offset-1 text-center">
<ul class="hero-area-tree">
<li><a href="main.php">Home</a></li>
<li><a href="blog.php">Knowledge Network</a></li>
<li>Graphic Designer</li>
</ul>
<h1 class="white-text">Graphic Designer</h1>
</div>
</div>
</div>
</div>
<!-- /Hero-area -->
<!-- Blog -->
<div id="blog" class="section">
<!-- container -->
<div class="container">
<!-- row -->
<div class="row">
<!-- main blog -->
<div id="main" class="col-md-9">
<!-- blog post -->
<div class="blog-post" style= "text-align:justify; ">
<h2>Job Description</h2>
<!-- row -->
<div class="row">
<p style="font-size:16px;" >The Graphic Designer job includes the entire process of defining requirements, visualizing and creating graphics including illustrations, logos, layouts and photos. Graphic Designer will be the one to shape the visual aspects of websites, books, magazines, product packaging, exhibitions and more.</p>
<p style="font-size:16px;">Graphic Designer should capture the attention of those who see them and communicate the right message. For this, one need to have a creative flair and a strong ability to translate requirements into design. The goal is to inspire and attract the target audience.</p>
<p style="font-size:16px;">Graphic designers use their artistic abilities to communicate ideas, inform consumers, and solve problems. From the layout of a website to large images seen on billboards, graphic designers create visual concepts by hand or by computer to help others interpret the world around them through color, texture, images, and symbols. Graphic designers can be found in many industries and may be responsible for all aspects of a company's design process, or they might specialize in a particular field such as advertising, digital design, illustration, or branding. Some work independently as freelancers, while others are part of a design studio, a creative agency, or a corporate company.</p>
</div>
<!-- /row -->
<!-- row -->
<div class="row">
<h2>Skills required</h2>
<ol style="font-size:16px;">
<li><b>1. </b>Proven graphic designing experience.</li>
<li><b>2. </b>A strong portfolio of illustrations or other graphics.</li>
<li><b>3. </b>Familiarity with design software and technologies (such as InDesign, Illustrator, Dreamweaver, Photoshop).</li>
<li><b>4. </b>A keen eye for aesthetics and details.</li>
<li><b>5. </b>Excellent communication skills.</li>
<li><b>6. </b>Ability to work methodically and meet deadlines.</li>
</ol>
</div>
<!-- /row -->
<!-- row -->
<div class="row">
<h2>Educational Requirements</h2>
<p style="font-size:16px;">While entry is open to non-graduates, preference is given to those with relevant degrees. A degree in graphic design is advantageous or Degree in Design, Fine Arts or related field is a plus.
Also one should have good knowledge of design software, such as Quark Xpress, InDesign or Illustrator, plus photo-editing software such as PhotoShop.</p>
</div>
<!-- /row -->
<!-- row -->
<div class="row">
<h2>Duties and Responsibilities</h2>
<ol style="font-size:16px;">
<li><b>1. </b>Study design briefs and determine requirements.</li>
<li><b>2. </b>Schedule projects and define budget constraints.</li>
<li><b>3. </b>Conceptualize visuals based on requirements.</li>
<li><b>4. </b>Prepare rough drafts and present ideas.</li>
<li><b>5. </b>Develop illustrations, logos and other designs using software or by hand.</li>
<li><b>6. </b>Use the appropriate colors and layouts for each graphic.</li>
<li><b>7. </b>Work with copywriters and creative director to produce final design.</li>
<li><b>8. </b>Test graphics across various media.</li>
<li><b>9. </b>Ensure final graphics and layouts are visually appealing and on-brand.</li>
</ol>
</div>
<!-- /row -->
<!-- row -->
<div class="row">
<h2>Salary</h2>
<p style="font-size:16px;">The average salary for a Graphic Designer in India is Rs. 305123 per annum.</p>
</div>
<!-- /row -->
<!-- row -->
<div class="row">
<h2>Companies offering Graphic Designer role</h2>
<ol style="font-size:16px;">
<li><b>1. Buttercup advertising studio </b> </li>
<li><b>2. Sigzen Technologies </b></li>
<li><b>3. Mind digital</b></li>
<li><b>4. Webisdom</b></li>
<li><b>5. Zero designs</b></li>
<li><b>6. Netgains</b></li>
<li><b>7. Detecvision</b></li>
<li><b>8. WiseLife</b></li>
</ol>
</div>
<!-- /row -->
</div>
<!-- /blog post -->
</div>
<!-- /main blog -->
</div>
<!-- row -->
</div>
<!-- container -->
</div>
<!-- /Blog -->
<?php include 'footer.php'?>
</html>