-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
55 lines (55 loc) · 2.93 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>DSBA-5122: Yawo Eklou</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<link href = "CSS.css" rel = "stylesheet">
</head>
<body>
<div class = "row">
<div class = col>
<div>
<img src = "profile1.jpg">
</div>
<div>
<p>520 W Craighead Rd, Charlotte, NC 28206</br>
<a href="mailto:[email protected]">Send Email to [email protected]</a></br>
</p>
</div>
</div>
<div class = "col">
<div class = "left-side">
<h>about me</h>
<p>
I am a current Data Science and Business Analytics Master's</br>
student at University of North Carolina at Charlotte with</br>
a proficient background in Computer Science and Business</br>
Administration.
</p>
<p>
I aim to become a professional and certified</br>
Data Scientist/ Data Analyst/ Business Intelligence Architect,</br>
able to train many other skilled Data Scientist/ Data Analyst/</br>
Business Intelligence Architect, with a very strong problem-solving</br>
skill in two years time.
</p>
<p>
I am passionate in collecting, manipulating, transforming,</br>
interpreting, and making data speak, using data science modern </br>
tools, coupled with statistics and Mathematics skills.</br>
</p>
<p>
I would definitely describe myself as hard-working, enthusiastic,</br>
very-organized, detailed-oriented, and result-driven person</br>
who works well with others and take pride in completing tasks </br>
on schedule.
</p>
<a href = "big5.html"><u>MY PERSONALITY TRAIT SCORE</u></a></br>
<a href = "introduction.html"><u>INTRODUCTION</u></a></br>
<a href = "uncc.html"><u>HOME PAGE</u></a>
</div>
</div>
</div>
</body>
</html>