-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
283 lines (276 loc) · 14.3 KB
/
index.html
File metadata and controls
283 lines (276 loc) · 14.3 KB
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
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="index.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="https://kit.fontawesome.com/7790c7cd4f.js" crossorigin="anonymous"></script>
</head>
<body>
<div id="myNav" class="overlay">
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()">×</a>
<div class="overlay-content">
<a href="#home"><i class="fa fa-home" aria-hidden="true"></i>Home</a>
<a href="#about us"><i class="fa fa-globe" aria-hidden="true"></i>About us</a>
<a href="#services"><i class="fa fa-wrench" aria-hidden="true"></i>Services</a>
<a href="#contacts"><i class="fa fa-phone-square" aria-hidden="true"></i>Contacts</a>
<a href="#projects"><i class="fa fa-user-circle" aria-hidden="true"></i>Projects</a>
<a href="#training"><i class="fa fa-american-sign-language-interpreting" aria-hidden="true"></i>Training</a>
</div>
</div>
<h1 style="text-align:center ; color: whitesmoke;">Hello Programmers, Are you ready for Coding?</h1>
<h2 style="text-align:center ; color: black">I have created this webpage using various programming languages like HTML, CSS and JavaScript</h2>
<span style="font-size:30px;cursor:pointer; color: whitesmoke;" onclick="openNav()";>☰</span>
<div class="list">
<ul>
<li class="active"><a href="">Home</a><i class="fa fa-home" aria-hidden="true"></i>
<div class="sub">
<ul>
<li><a href="" >Who we are</a></li>
<li><a href="">Specialisation</a></li>
<li><a href="">Skills</a></li>
<li><a href="">Youths</a></li>
</ul>
</div>
</li>
<li><a href="">About us</a><i class="fa fa-globe" aria-hidden="true"></i>
<div class="sub">
<ul>
<li><a href="" >Our activities</a></li>
<li><a href="">Branches</a></li>
<li><a href="">Future plan</a></li>
<li><a href="">Objectives</a></li>
</ul>
</div>
</li>
<li class="active2"><a href="">Services</a><i class="fa fa-wrench" aria-hidden="true"></i>
<div class="sub">
<ul>
<li><a href="" >Graphic Designing</a></li>
<li><a href="">Web designing</a></li>
<li><a href="">Codedust</a></li>
<li><a href="">Digital learning</a></li>
<li><a href="">Web development</a></li>
<li><a href="">Freelancing</a></li>
</ul>
</div>
</li>
<li><a href="">Contacts</a><i class="fa fa-phone-square" aria-hidden="true"></i>
<div class="sub">
<ul>
<li><a href="" >Facebook</a></li>
<li><a href="">WhattsAPP</a></li>
<li><a href="">LinkedIn</a></li>
<li><a href="">Github</a></li>
</ul>
</div>
</li>
<li><a href="">Projects</a><i class="fa fa-user-circle" aria-hidden="true"></i>
<div class="sub">
<ul>
<li><a href="" >Kakuma Food Project</a></li>
<li><a href="">Animal Project</a></li>
<li><a href="">Forestry Project</a></li>
<li><a href="">Industrial Project</a></li>
</ul>
</div>
</li>
<li><a href="">Training</a><i class="fa fa-american-sign-language-interpreting" aria-hidden="true"></i>
<div class="sub">
<ul>
<li><a href="" >Incoming Teachers</a></li>
<li><a href="">Technician on Intern</a></li>
<li><a href="">Nursing training</a></li>
<li><a href="">Computer designing</a></li>
</ul>
</div>
</li>
</ul>
</div>
</div>
<div class="search-container">
<form action="/action_page.php">
<input type="text" placeholder="Type to search..." name="search">
<button type="submit"><i class="fa fa-search"></i></button>
</form>
</div>
<div class="overall">
<div class="img1">
<a href="https://example.com/image.jpg">
<img src="/pics/123.png" alt="" height="300">
</a>
</div>
<div class="text1">
<h4 style="color:white ;">This is a logo I created for Solidarity Initiative for Refugees in Kakuma Camp Kenya</h4>
<p style="color:white ;">This logo did take me quite a long time which wasn't that long</p>
<p style="color:white ;">It was a full day in which ni nwas able to create this logo</p>
<p style="color:white ;">I later presented it to Mr Kasi who was one of the officials of SIR Centre. He did promise to give me a feedback which he never did</p>
</div>
<div class="image">
<a href="https://example.com/image.jpg">
<img src="/pics/ho.jpg" alt="" height="300">
</a>
</div>
<div class="text2">
<p style="color:white ;">This was alos another great recognition for me in 2018</p>
<p style="color:white ;">This logo belongs to a certain organization in Uganda called Uganda Unites</p>
<p style="color: whitesmoke;">It did give me great opportunites which made me discover my ability in graphic designing</p>
</div>
</div>
<div class="new1">
<div class="zeg">
<h1 style="color:black ; text-align: center; ">Graphic designing Facts</h1>
<p style="color: white;">Graphic design is the profession and academic discipline whose activity consists in projecting visual communications intended to transmit messages to social groups with specific objectives, using an applied art consisting of the use of text and graphics to communicate visually. Design is based on the principle of "form follows a specific function".
Therefore, graphic design is an interdisciplinary branch of design whose foundations and objectives revolve around the definition of problems and the determination of objectives for decision-making, through creativity, innovation and lateral thinking along with manual or digital tools, transforming them for proper interpretation.
The role of the graphic designer in the communication process is that of encoder or interpreter of the message. They work on the interpretation, ordering, and presentation of visual messages. Usually, graphic design uses the aesthetics of typography and the compositional arrangement of the text, ornamentation, and imagery to convey ideas, feelings, and attitudes beyond what language alone expreses. The design work can be based on a customer’s demand, a demand that ends up being established linguistically, either orally or in writing, that is, that graphic design transforms a linguistic message into a graphic manifestation.</p>
</div>
<div class="zei">
<h2 style="color: black; text-align: center;">Get this too</h2>
<p style="color:white ;">Graphic design has, as a field of application, different areas of knowledge focused on any visual communication system. For example, it can be applied in advertising strategies, or it can also be applied in the aviation world or space exploration. In this sense, in some countries graphic design is related as only associated with the production of sketches and drawings, this is incorrect, since visual communication is a small part of a huge range of types and classes where it can be applied.
With origins in antiquity and the Middle Ages, graphic design as applied art was initially linked to the boom of rise of printing in Europe in the 15th century and the growth of consumer culture in the Industrial Revolution. From there it emerged as a distinct profession in the West, closely associated with advertising in the 19th century and its evolution allowed its consolidation in the 20th century. Given the rapid and massive growth in information exchange today, the demand for experienced designers is greater than ever, particularly because of the development of new technologies and the need to pay attention to human factors beyond the competence of the engineers who develop them.</p>
</div>
</div>
<div class="tei">
<div class="image1">
<img src="/pics/graphic-4-931x1024.jpg">
</div>
<div class="text">
<p style="font-size:30px; color:white">Graphic design is all around us, in a myriad of forms, both on screen and in print, yet it is always made up of images and words to create a communication goal. This four-course sequence exposes students to the fundamental skills required to make sophisticated graphic design: process, historical context, and communication through image-making and typography. The sequence is completed by a capstone project that applies the skills of each course and peer feedback in a finished branding project suitable for a professional portfolio. The goal of this specialization is to equip learners with a set of transferable formal and conceptual tools for “making and communicating” in the field of graphic design. This core skill set will equip learners for formal studies in graphic design, and a starting point for further work in interface design, motion graphics, and editorial design.</p>
</div>
</div>
<div class="dior">
<div class="center">
<div class="outer button">
<button>Hover me</button>
<span></span>
<span></span>
</div>
<div class="outer circle">
<button>Hover me</button>
<span></span>
<span></span>
</div>
<div class="cube">
<div class="top"></div>
<div>
<span style="--i:0;"></span>
<span style="--i:1;"></span>
<span style="--i:2;"></span>
<span style="--i:3;"></span>
</div>
</div>
</div>
</div>
<marquee style="font-size: 60px ; "> We are decorating our website at SIR Centre</marquee>
<h1 style="font-size:80px ; color: white; text-align: center ; box-shadow: inset;" >Get in touch with us</h1>
<form class="nga">
<label for="name">First name</label><br><br>
<input type="text" placeholder="First name" required/> <br><br>
<label for="name">Last name</label><br><br>
<input type="text" placeholder="Last name" required/><br><br>
<input type="number" placeholder="Tel Number" required><br><br>
<input type="password" placeholder="Password"><br></br>
<input type="email" placeholder="E-mail" required><br></br>
<label for="Send Message">Send Message</label><br></br>
<textarea></textarea><br></br>
<h2>Gender</h2>
<input type="radio" name="g" value="male"/>Male<br></br>
<input type="radio" name="g" value="female">Female<br></br>
<input type="checkbox" name="g" value="male"/>Male<br></br>
<input type="checkbox" name="g" value="Female"/>Female<br></br>
<h1>Games</h1>
<input type="checkbox" name="g" value="Volleyball"/>Volleyball<br></br>
<input type="checkbox" name="g" value="Football"/>Football<br></br>
<input type="checkbox" name="g" value="Soccer"/>Soccer<br></br>
<input type="checkbox" name="g" value="Basketball"/>Basketball<br></br>
<input type="checkbox" name="g" value="Tennis"/>Tennis<br></br>
<input type="checkbox" name="g" value="Rugby"/>Rugby<br></br>
<h3>Highest Education Level</h3>
<input type="radio" name="g" value="Primary"/>Primary<br></br>
<input type="radio" name="g" value="Secondary"/>Secondary<br></br>
<input type="radio" name="g" value="College"/>College<br></br>
<input type="radio" name="g" value="University"/>University<br></br>
<h4>Clarification/ Proof </h4>
<input type="file"><br></br>
<h3>Nationality</h3>
<select>
<option value="None">None</option>
<option value="Kenya">Kenya</option>
<option value="Uganda">Uganda</option>
<option value="Tanzania">Tanzania</option>
<option value="Rwanda">Rwanda</option>
<option value="Burundi">Burundi</option>
<option value="Somalia" selected>Somalia</option>
<option value="Sudan">Sudan</option>
<option value="Refugee">Refugee</option>
</select>
<br></br>
<button type="Reset">Reset</button>
<br></br>
<button type="submit">Submit</button> <br></br>
<input type="submit" value="Send"> <br></br>
</form>
<div class="center">
<div class="outer button">
<button>Hover me</button>
<span></span>
<span></span>
</div>
<div class="outer circle">
<button>Hover me</button>
<span></span>
<span></span>
</div>
</div>
<div class="cube">
<div class="top"></div>
<div>
<span style="--i:0;"></span>
<span style="--i:1;"></span>
<span style="--i:2;"></span>
<span style="--i:3;"></span>
</div>
</div>
<footer class="footer-container">
<div class="wet">
<div class="go">
<ul>
<li><a href="https://web.facebook.com/lwebuga.charles.3"><i class="fa fa-facebook" aria-hidden="true"></i>Facebook</a></li>
<li><a href="https://www.linkedin.com/in/lwebuga-charles?lipi=urn%3Ali%3Apage%3Ad_flagship3_profile_view_base_contact_details%3Bf0q4aiCsQ4q3gmKAIF5lPg%3D%3D"><i class="fa fa-linkedin" aria-hidden="true"></i>LinkedIn</a></li>
<li><a href="https://github.com/charzlwebz256"><i class="fa fa-github" aria-hidden="true"></i>Github</a></li>
<li><a href="https://wa.me/+254115528365"><i class="fa fa-whatsapp" aria-hidden="true"></i>WhattsApp</a></li>
<li></i><a href="www.pinterest.com/charzlwebz256"><i class="fa fa-pinterest" aria-hidden="true"></i>Pinterest</a></li>
<li><a href=" https://youtube.com/channel/UCn9Ia9-0rPq5zvj0gq3T_sg"><i class="fa fa-youtube-square" aria-hidden="true"></i>Youtube</a></li>
</ul>
</div>
<div class="nti">
<li><a href="#home">Home</a></li>
<li><a href="#about us">About us</a></li>
<li><a href="#services">Services</a></li>
<li><a href="#contacts"> Contacts</a></li>
<li><a href="#projects">Projects</a></li>
<li></li><a href="#training">Training</a></li>
</div>
<div class="got">
<un>
<li>Graphic designing</li>
<li>Web designing</li>
<li>Web development</li>
<li>Transcription</li>
<li>Ms Office Training</li>
<li>IT Stuff</li>
</un>
</div>
</div>
<p style="text-align:center ;">Copyright ©2023 Codust Program</p>
</footer>
<script>
function openNav() {
document.getElementById("myNav").style.width = "50%";
}
function closeNav() {
document.getElementById("myNav").style.width = "0%";
}
</script>
</body>
</html>