-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCapstone_Project 1.html
53 lines (46 loc) · 1.49 KB
/
Capstone_Project 1.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My resume</title>
</head>
<body>
<h1>Daniel Ita</h1>
<img src="./Img/D-ITA.jpg" alt="A standing boy" width="200px" height="200px"/>
<h2>Summary</h2>
<p>I am a hardworking and devoted individual with experience in Graphics design and moderation.</p>
<hr>
<h2>Education</h2>
<ul>
<li>Bachelor of Science, Computer Science - University of Cross River State, Nigeria 2022-2025</li>
</ul>
<hr>
<h2>Work Experience</h2>
<ul>
<li>Senior graphics designer, Moon Graphics, 2021, Designing of important company projects</li>
</ul>
<hr>
<h2>Skills and Expertise</h2>
<ul>
<li>Graphics Designing: ★★★★</li>
<li>Video & photo editing: ★★★</li>
<li>Community management: ★★★</li>
</ul>
<hr>
<h2>Awards</h2>
<ul>
<li>Employee of the month - September 2022</li>
</ul>
<hr>
<h2>Contact</h2>
<ul>
<li><a href="./Public/Contact.html">Contact me</a></li>
<li><a href="./Public/Address.html">About</a></li>
</ul>
<hr>
<footer>
<p>©Daniel Ita • All rights reserved</p>
</footer>
</body>
</html>