-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgraphicdesign.html
112 lines (107 loc) · 5.51 KB
/
graphicdesign.html
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
<!DOCTYPE HTML>
<html>
<head>
<title>Graphic Design</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<div id="page-wrapper">
<!-- Header -->
<header id="header">
<nav id="nav">
<ul>
<li><a href="https://ncthetruth.github.io/">Home</a></li>
<li>
<a href="#">Project</a>
<ul>
<li>
<a href="#">Binus Chat</a>
<ul>
<li><a href="https://ncthetruth.github.io/binuschat">Binus Chat - Web</a></li>
<li><a href="https://ncthetruth.github.io/binuschat">Soon (Binus Chat - Mobile)</a></li>
</ul>
<li><a href="https://ncthetruth.github.io/researchdatamining">Research Data Mining</a></li>
<li><a href="https://ncthetruth.github.io/earlycare">Early Care</a></li>
<li><a href="https://ncthetruth.github.io/virtualnursingassistant">Virtual Nursing Assistant</a></li>
<li><a href="https://ncthetruth.github.io/tanakaguitar">Tanaka Guitar</a></li>
<li><a href="https://ncthetruth.github.io/givemesomecredit">GiveMeSomeCredit</a></li>
</ul>
</li>
<li><a href="https://ncthetruth.github.io/#one">About</a></li>
<li><a href="#">Experience</a>
<ul>
<li><a href="https://ncthetruth.github.io/himti">HIMTI</a></li>
<li><a href="https://ncthetruth.github.io/ureekabinus">Ureeka Binus</a></li>
<li><a href="#">Graphic Design</a></li>
<li><a href="https://ncthetruth.github.io/otherexperience">Other Experience</a></li>
</ul>
</li>
</ul>
</nav>
</header>
<!-- Main -->
<div id="main" class="wrapper style1">
<div class="container">
<header class="major">
<h2 class="bld">Graphic Design</h2>
<p>Freelancing as a Graphic Designer</p>
</header>
<!-- Content -->
<section id="content">
<div class="pmid">
<p>Graphic design is the art and practice of creating communicative visuals using
elements such as text, images, and graphics. Its aim is to convey a message or information in
a visually appealing and effective manner. Graphic designers use various tools and technologies
to create designs for print, digital media, or other forms of visual communication.</p>
<h3 class="bld">Activities Performed</h3>
<ul>
<li class="bld">Instagram Feed Design</li>
<p>Search for ideas, implement the rough results, and present them to the client.
If the client approves of the conceptual idea, I proceed to the overall execution stage,
presenting the complete design. If the client agrees, I provide all the necessary files.
Typically, I design Instagram feeds for esports teams, beauty companies, boutiques, and other clients.</p>
<li class="bld">Logo Design</li>
<ul>Designing a logo for the purpose of establishing a corporate identity, aiming to be recognized
as a professional company. This involves creating a visual symbol that not only reflects the essence
and values of the company but also leaves a lasting and positive impression on the audience. The goal
is to craft a distinctive and memorable logo that contributes to the overall professionalism and credibility
of the business.</ul>
<li class="bld">Assisting in completing school assignments</li>
<ul>I assist in completing school assignments, specializing in tasks like designing posters, logos, photo
retouching, and other related projects. My goal is to contribute creative and high-quality solutions
to enhance the overall presentation and effectiveness of academic work.</ul>
<li class="bld">Other Work</li>
<ul>I also engage in video editing, visual effects, audio editing, and photography. My skills extend to
enhancing multimedia content, ensuring a comprehensive and polished result across various creative tasks.
By combining these capabilities, I strive to deliver well-rounded support for a diverse range of school
projects and assignments.</ul>
</ul>
</section>
</div>
</div>
<!-- Footer -->
<footer id="footer">
<ul class="icons">
<li><a href="https://www.linkedin.com/in/nicholas-christopher-081237146/" class="icon brands fa-linkedin-in"><span class="label">LinkedIn</span></a></li>
<li><a href="https://www.instagram.com/ncthetruth" class="icon brands fa-instagram"><span class="label">Instagram</span></a></li>
<li><a href="https://github.com/ncthetruth" class="icon brands fa-github"><span class="label">GitHub</span></a></li>
</ul>
<ul class="copyright">
<li>ncthetruth.github.io</li>
</ul>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>