-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
78 lines (72 loc) · 2.87 KB
/
Copy pathindex.html
File metadata and controls
78 lines (72 loc) · 2.87 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Atsighi Bright</title>
<link rel="stylesheet" href="css/styles.css">
<link rel="icon" href="favicon.ico">
<link href="https://fonts.googleapis.com/css?family=Aleo|Amiri|Amita&display=swap" rel="stylesheet">
</head>
<body>
<div class="top-container">
<img class="top-cloud" src="images/cloud.png" alt="cloud-img">
<h1>I'm Bright!</h1>
<h2 class="programmer"> A Mobile and Web Developer.</h2>
<img class="bottom-cloud" src="images/cloud.png" alt="cloud-img">
<img class="mountain" src="images/mountain.png" alt="cloud-img">
</div>
<div class="middle-container">
<div class="profile">
<img class="profile-picture"src="images/passport.jpg" alt="profile-picture">
<h2>Hello.</h2>
<p>I'm a Mobile Web Development tutor at <strong>Bincom Dev Center, kaduna</strong>.
<br>
I studied Computer Science at the <strong>National Open University of Nigeria, Lagos</strong>.
<br>
I love Teaching and making research.
</p>
</div>
<hr>
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="skill-images1" src="https://media.giphy.com/media/f4JASU0Qmi5wAAP8JO/giphy.gif" alt="mobile-development">
<h3>Mobile Development</h3>
<p>I'm a Mobile Developer (Mobile web and android)
<br>
You could also hire me to communicate the knowledge
<br>
to your chosen audience.</p>
</div>
<div class="skill-row">
<img class="skill-images2" src="https://media.giphy.com/media/VWAujssrrQ4tW/giphy.gif" alt="front-end">
<h3>Front-End Developer</h3>
<p>Do you wanna design a modern website or
<br>
update your website with latest cutting edge technologies.
<br>
reach out!
</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>I'm currently available for any freelancing job.</h3>
<p>Peradventure! You have a reason to reach out...
<br>
Any web design or business?
<br>
Or you just feel like shouting out.</p>
<a class="btn" href="https://wa.me/2347066324306?text=Hi.%20Please%20tell%20me%20more%20about%20your%20digital%20services" style="background-color: #66BFBF">CONTACT ME</a>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://www.linkedin.com/in/brytebee/">LinkedIn</a>
<a class="footer-link" href="https://twitter.com/brytebee">Twitter</a>
<a class="footer-link" href="https://brytebee.github.io/cv/">Website</a>
<a class="footer-link" href="https://facebook.com/brytebee">Facebook</a>
<p class="copyright">© 2020 Bright Atsighi.</p>
</div>
</body>
</html>