-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
74 lines (64 loc) · 3.8 KB
/
index.html
File metadata and controls
74 lines (64 loc) · 3.8 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Danny's Site</title>
<link rel="stylesheet" href="css/styles.css">
<link href="https://fonts.googleapis.com/css?family=Merriweather|Montserrat|Sacramento" rel="stylesheet">
<link rel="icon" href="favicon.ico">
</head>
<body>
<div class="top-container">
<img class="top-cloud" src="images/cloud.png" alt="cloud">
<div class="title-text">
<h1>I'm Daniel.</h1>
<h2>a <span class="pro">Free</span>lancer.</h2>
</div>
<img class="bottom-cloud" src="images/cloud.png" alt="cloud">
<img class="mountain" src="images/mountain.png" alt="mountain-img">
</div>
<div class="middle-container">
<div class="profile">
<img src="images/daniel.png" alt="daniel-profile-img">
<h2>Hello.</h2>
<p class="intro">I am an Independent contractor. Computer science degree holder,Founder of Archipelago Kernel. Experienced ROM maintainer on XDA Developers and Igbo Language translator. I ❤️ spaghetti and brew ideas.</p>
</div>
<hr>
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="code-img" src="https://media.giphy.com/media/qgQUggAC3Pfv687qPC/giphy.gif" alt="code-img">
<h3>Design & Development</h3>
<p>I started learning to code when I was 19 years old because I wanted to make my own applications. Over time, I have gained a wealth of experience designing and developing applications and also Custom ROMs and Kernel for Android.</p>
<h3>Igbo Language Translator (IgboExpress Translation)</h3>
<p>As an Igbo Native, my parents learned the Igbo language and culture even from a tender age. Over time, I decided to teach the Igbo language just like my father did to preserve our culture, and language and make the older generation understand and still belong to the present age seamlessly.</p>
<h3>Computer Scienist</h3>
<p>I have completed a 4-year course in Computer Science with a Second Class Upper Division. During my studies, I gained experience in the Software Development Cycle (SDC) and became proficient in using various computer tools and software. I have skills as a Virtual Assistant, Project Manager, Technical Support, and in anything related to technology. My final project was a Smart Irrigation System, where I utilized an Arduino microcontroller to achieve this.</p>
</div>
<div class="skill-row">
<img class="spag-img" src="images/spag.jpg" alt="spag-img">
<h3>Spaghetti Challenge</h3>
<p>My best skill is actually in eating Spaghetti. I am the undisputed king of Spaghetti Challenges.</p>
</div>
</div>
<hr>
<div class="contact-me">
<h3>Get In Touch</h3>
<p>If you need my service or help.</p>
<!-- <p class="contact-message">Love custom ROMs as much as I do? Let's talk about how awesome they are!</p> -->
<a class="btn" href="https://www.upwork.com/freelancers/~019080c2c6184393e5">Upwork</a>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://www.linkedin.com/in/daniel-enweazu-08ba77207">LinkedIn</a>
<a class="footer-link" href="https://twitter.com/enweazu_daniel">Twitter</a>
<a class="footer-link" href="https://enweazudaniel.github.io/Archipelagokernel/">Archipelago Kernel</a>
<a class="footer-link" href="https://enweazudaniel.github.io/mywebsite_html/">My Html Website </a>
<a class="footer-link" href="https://www.fiverr.com/users/dandollar707/seller_dashboard"> Fiverr </a>
<a class="footer-link" href="https://www.upwork.com/freelancers/~019080c2c6184393e5"> Upwork </a>
<p class="copyright">© Copyright <script type="text/javascript">
document.write(new Date().getFullYear());
</script> Daniel Enweazu</p>
</div>
</body>
</html>