-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (18 loc) · 1.02 KB
/
index.html
File metadata and controls
26 lines (18 loc) · 1.02 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Tumelo's Digital Card</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<img src="https://lh3.googleusercontent.com/a/AAcHTtePDdIifUk_z9Ie55TypliigCpvc_ZEsIvDJabnr4ztJMSS=s192-c-rg-br100" alt="">
<h1>Tumelo Thabane, as a Web Development Beginner.</h1>
<p>I am a student <a href="https://www.zaio.io/" target="_blank">@Zaio,</a> I am learning web development and will like to learn more about coding.</p>
<div>
<a class="btn" href=" https://wa.me/+27842973945" target="_blank">Whatsapp me</a>
<a class="btn" href = "mailto:tumelothabana15@gmail.com?subject = Feedback&body = Message" target="_blank">Gmail me</a>
<a class="btn" href="http://www.facebook.com/TumeloTmanThabane" target="_blank">Add me on facebook</a>
<a class="btn" href="http://www.instagram.com/15stumza" target="_blank">follow me on instargram</a>"
</div>
</body>
</html>