forked from Mogau-Makgato/Website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
86 lines (80 loc) · 3.59 KB
/
index.html
File metadata and controls
86 lines (80 loc) · 3.59 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
79
80
81
82
83
84
85
86
<!DOCTYPE html>
<html>
<head>
<title>Dev Makgato || Sofware Enthusiast</title>
<meta name="description" content="Dev Makgato is a backend developer with a background in Python, Java, CSS, HTML">
<meta charset="utf-8">
<meta name="robots" content="index,follow">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css2?family=Lobster&display=swap" rel="stylesheet">
<link rel="icon" href="/images/favicon.ico">
<link href="https://fonts.googleapis.com/css2?family=Arimo&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Abel&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/style.css" />
</head>
<body>
<header>
<nav>
<ul>
<li style="float:left;font-family: 'Lobster', cursive;font-size:28px;"><a href="./index.html">Mogau Makgato</a>
</li>
<li><a href="#contact">Contact</a></li>
<li><a href="#bio">About me</a></li>
<li><a href="./index.html">Home</a></li>
</ul>
</nav>
</header>
<div class="hero-image">
<div class="hero-text">
<img src="images/profile.jpg" alt="Mogau Makgato" height="200px" width="200px" style="border-radius: 50%;">
<h1 style="font-size:36px;">Mogau Makgato</h1>
<p style="font-size:20px;">- Software Enthusiast</p>
</div>
</div>
<section id="bio">
<h2>Bio</h2>
<p>My name is Mogau Makgato, born in Limpopo and was raised in and completed his primary and seconadary schooling in
Gauteng, Pretoria.
<p>I completed my Diploma in Fine Arts studies in 2016, at the University of Durban Technology.
Im a gamer and streamer in my spare time, I have always been intrueged on how games are developed, back end and
front. Ive always enjoyed creating and solving problem in my Arts, and ever since I joined Hyperion Development to
study Software Engineering,
I transitioned and engaged in the art of creating and solving problems in code.</p>
<p>As a software Engineer residing in Gauteng, to be apart of the 4th industrial Revolution means that you have to
adapt and get involved in Technology, there
is always new tech being released and I can not miss out on, thus I decided to complete my qualification in
'Software Engineering' and get involved.
The future is evolving to be more technological.</p>
</section>
<section id="exp">
<h2>Expertise</h2>
<ul>
<li>Java - Beginner to intermidiate</li>
<li>Python - Begginer to intermidiate</li>
<li>SQL - Beginner to intermidiate</li>
<li>Machine Learning - Beginner to intermidiate</li>
<li>HTML - Beginner to intermidiate</li>
<li>CSS - Beginner to intermidiate</li>
</ul>
<p> I graduated in Software Engineering from <a href="https://www.hyperiondev.com/">Hyperion Dev</a> </p>
</section>
<section id="work">
<h2>Work Experience</h2>
<p>Name of company : Cash Crusaders<br>
Position Held : Sales consultant<br>
Period : 2018 - 2019<br>
</p>
<p>Name of company : Pro Grooming<br>
Position Held : Groomer/ Business owner<br>
Period : 2011 - currently<br>
</p>
</section>
<section id="contact">
<h2>Contact info</h2>
<p style="font-size:20px;font-style:italics">
Mogau Makgato<br> 083 717 6110<br> mogau234@gmail.com<br> <a href="https://www.linkedin.com/in/mogau-makgato-95a658129/">
Linkedin </a> </p>
</section>
<footer> All rights reserved ©2020 to Mogau Makgato</footer>
</body>
</html>