-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
61 lines (56 loc) · 2.48 KB
/
index.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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Bheki</title>
<link rel="stylesheet" type="text/css" href="css/styles.css">
<link rel="icon" href="favicon.ico">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Merriweather+Sans:wght@300&family=Montserrat:wght@100&family=Sacramento&display=swap" rel="stylesheet">
</head>
<body>
<div class="top-container">
<img class="top-cloud" src="images/cloud.png" alt="cloud">
<h1>I'm Bheki</h1>
<h2>a finance professional</h2>
<img class="bottom-cloud" src="images/cloud.png" alt="cloud">
<img class="mountain" src="images/mountain.png" alt="cloud">
</div>
<div class="middle-container">
<div class="profile">
<img class="profile-pic" src="bheki.png" alt="">
<h2>Hello.</h2>
<p>I am a very ethusiastic finance professional with a passion for financial management & developing web and mobile applications.</p>
</div>
<hr>
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="finance-pic" src="images/finance.png" alt="">
<h3>Financial Management & Analysis</h3>
<p>Extensive experience in Strategic and operational Financial Management. I have a good head for figures and for dealing with complex modelling and analysis, as well as a sound grasp of financial systems and procedures.</p>
</div>
<div class="skill-row">
<img class="webdev-pic" src="images/webdevelopment.png" alt="">
<h3>IOS & Web Development</h3>
<p>Keen interest in application development for IOS and web applications. I have a years experience is designing and developing user interfaces, testing and debugging applications. </p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>If you have an interest in numbers or computer code.</h3>
<p>If you spend hours infront of excel, a text editor or a IDE, I would love to hear from you.</p>
<a class="btn" href="mailto:[email protected]">CONTACT ME</a>
</div>
</div>
<div class="bottom-container">
<div class="links">
<a class="footer-link" href="https://www.linkedin.com/">LinkedIn</a>
<a class="footer-link" href="https://twitter.com/">Twitter</a>
<a class="footer-link" href="https://www.appbrewery.co/">Website</a>
</div>
<p class="copyright">© 2020 Bheki Thomola.</p>
</div>
</body>
</html>