-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
89 lines (77 loc) · 3.81 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Uthman Bashir Dantata - Portfolio</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- Header Section -->
<header id ="header">
<div id ="container">
<nav id ="nav-menu">
<ul>
<li><a href="#home">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#skills">Skills</a></li>
</ul>
</nav>
</div>
</header>
<!-- Home Section -->
<section id ="home">
<div id ="container">
<p>Hello! <img src="imgs/handshake-solid.svg"></p>
<p>My name is <span>Uthman Bashir Dantata</span>,</p>
<p>I am a <span>Data Scientist</span> located in Abuja Nigeria</p>
</div>
</section>
<!-- End of Home Section -->
<!-- About Section -->
<section id ="about">
<div id ="container">
<h2 id ="section-title">About Me</h2>
<img src="imgs/uthman.jpg">
<div id ="card">
<p>As a data scientist with a degree in Computer Science from the University of Abuja, I possess a strong foundation in both the theoretical and practical aspects of data analysis, statistics, and machine learning.
With a deep understanding of programming languages, algorithms, and data structures, I am able to extract insights from complex data sets and build robust predictive models.
</p>
<p>
I am a problem-solver who enjoys tackling complex data challenges and finding innovative solutions. My strong analytical skills, attention to detail, and ability to communicate complex findings in a clear and concise manner make me an asset to any data-driven organization.
</p>
</div>
</div>
</section>
<!-- End of About Section -->
<!-- Skills Section -->
<section id ="skills">
<div id ="container">
<h2>Skills</h2>
<ul>
<li>Proficient in programming languages such as Python and SQL</li>
<li>Strong foundation in data structures, algorithms, and statistics</li>
<li>Experience in data manipulation, cleaning, and transformation</li>
<li>Skilled in data visualization using tools such as Tableau, Matplotlib, and ggplot</li>
<li>Knowledgeable in machine learning algorithms such as regression, clustering, and id ification</li>
<li>Familiarity with deep learning frameworks such as TensorFlow and Keras</li>
<li>Experience in working with big data technologies such as Hadoop, Spark, and Hive</li>
<li>Strong problem-solving skills and ability to work independently or in a team</li>
<li>Excellent communication skills, including the ability to explain technical concepts to non-technical stakeholders</li>
<li>Proficient in using Microsoft Office Suite, including Excel, Word, and PowerPoint</li>
</ul>
</div>
</section>
<!-- End of Skills Section -->
<!-- Footer Section -->
<footer class="footer">
<p>© Uthman Bashir Dantata | All Rights Reserved</p>
<div class="social-media">
<a href="https://www.linkedin.com/in/uthman-bashir-dantata/"><span class="linkedin"></span></a>
<a href="https://github.com/uthmandantata"><span class="github"></span></a>
<a href="https://www.instagram.com/uthmandantata/"><span class="instagram"></span></a>
</div>
</footer>
</body>
</html>