-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
142 lines (132 loc) · 6.41 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Sthembizos's Welcome Page</title>
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css" integrity="sha384-oS3vJWv+0UjzBfQzYUhtDYW+Pj2yciDJxpsK1OYPAYjqT085Qq/1cq5FLXAZQ7Ay" crossorigin="anonymous">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
</head>
<body>
<header>
<nav class="w3-bar w3-black w3-top" id="navBar" >
<div class=" w3-padding-16 w3-xxlarge w3-bar-item"><h1>Sthembizo Molefi</h1></div>
<div class="w3-padding-24 w3-xlarge w3-right">
<a href="#welcome-section" class="w3-bar-item w3-button w3-hover-red" id="aboutBtn">ABOUT</a>
<a href="#projects" class="w3-bar-item w3-button w3-hover-red" id="workBtn">PROJECTS</a>
<a href="#contacts" class="w3-bar-item w3-button w3-hover-red" id="contactBtn">CONTACT</a>
</div>
</nav>
</header>
<main id="main-doc">
<section id="welcome-section">
<h1>HI, I am Sthembizo</h1>
<p id="aniType" class="w3-xxlarge"></p>
</section>
<section id="projects">
<div class="container">
<h2 class="projects-header w3-xxlarge"> My Projects</h2>
<ul class="grid">
<li>
<div class="card">
<a class="project project-tile" href="https://sizxle.github.io/AR-APP-REPLICA/" target="_blank">
<img src="http://drive.google.com/uc?export=view&id=1CAT768IB3bVjGYJNjaj_WMcHx5MwRsIS" alt="Project 1">
<h3>AR APP CLONE</h3>
<p>Replica of Ambani Africas AR APP using HTML,CSS,Java Script,AR.Js and A-Frame </p>
</a>
</div>
</li>
<li>
<div class="card">
<a class="project project-tile" href="https://sizxle.github.io/ygfwebsite/" target="_blank">
<img src="http://drive.google.com/uc?export=view&id=1d5AuX9BW7lX80UXNlGMu_sVRPXNNyDTQ" alt="Project 2">
<h3>Clothing Store</h3>
<p>Clothing store for YGF using HTML,CSS and JavaScript </p>
</a>
</div>
</li>
<li>
<div class="card">
<a class="project project-tile" href="https://sizxle.github.io/verify/" target="_blank">
<img src="http://drive.google.com/uc?export=view&id=1FW3nuDQtGTJPw-R-KvfkgJryuTJT-ekx" alt="Project 3">
<h3>Verify Web app</h3>
<p>RSA ID Validation Web APP using ReactJS, Firebase and JavaScript </p>
</a>
</div>
</li>
<li>
<div class="card">
<a class="project project-tile" href="https://sizxle.github.io/Nasty-C-Quote-Generator/" target="_blank">
<img src="http://drive.google.com/uc?export=view&id=1N15Nhqfa7u5BG98EdExky92hFEZQbqUN" alt="Project 4">
<h3>Random Quote Generator</h3>
<p>Built with HTML, CSS, JQuery & Bootstrap</p>
</a>
</div>
</li>
<li>
<div class="card">
<a class="project project-tile" href="https://sizxle.github.io/fix/" target="_blank">
<img src="http://drive.google.com/uc?export=view&id=1FCcpCdytsuEs-DwhEvptlkDXkYWHWcY6" alt="Project 5">
<h3>Booking System</h3>
<p>Booking Web App For A Phone Repair Shop Built with ReactJS & Tailwind CSS </p>
</a>
</div>
</li>
</ul>
</div>
</section>
<section id="contacts">
<div class="contact-header">
<h2>Let's Connect...</h2>
<p>I code in Dark Mode because i am Bat MAN</p>
</div>
<div class="profile-links">
<a id="profile-link" class="link" href="https://www.freecodecamp.org/sizxle" target="_blank"><i class="fab fa-free-code-camp"></i>FreeCodeCamp</a>
<a id="profile-link" class="link" href="https://github.com/sizxle" target="_blank"><i class="fab fa-github "></i>Github</a>
<a id="profile-link" class="link" href="https://twitter.com/codenameSizxle" target="_blank"><i class="fab fa-twitter"></i>Twitter</a>
<a id="profile-link" class="link" href="https://www.linkedin.com/in/sthembizo-molefi/" target="_blank"><i class="fab fa-linkedin"></i>Linkedin</a>
<a id="profile-link" class="link" href="mailto:[email protected]" target="_blank"><i class="fas fa-at"></i>Email</a>
<a id="profile-link" class="link" href="tel:0656019368" target="_blank"><i class="fas fa-mobile"></i>Call Me</a>
</div>
</section>
</main>
<script>
var sentences = ["A web Dev", "A SoftWare Dev", "A Data Scientist"];
var index = 0;
var speed = 100;
var deletingSpeed = 50;
var currentSentence = "";
var isDeleting = false;
function type() {
currentSentence = sentences[index % sentences.length].substring(0, currentSentence.length + 1);
document.getElementById("aniType").textContent = currentSentence;
if (currentSentence === sentences[index % sentences.length]) {
isDeleting = true;
setTimeout(function() {
deleteType();
}, 3000);
} else {
setTimeout(function() {
type();
}, speed);
}
}
function deleteType() {
currentSentence = currentSentence.substring(0, currentSentence.length - 1);
document.getElementById("aniType").textContent = currentSentence;
if (currentSentence === "") {
isDeleting = false;
index++;
setTimeout(function() {
type();
}, 500);
} else {
setTimeout(function() {
deleteType();
}, deletingSpeed);
}
}
type();
</script>
</body>
</html>