-
Notifications
You must be signed in to change notification settings - Fork 0
/
me.html
73 lines (65 loc) · 2.99 KB
/
me.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>KZCODE</title>
<link rel="stylesheet" href="styles/styles.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css" integrity="sha512-1ycn6IcaQQ40/MKBW2W4Rhis/DbILU74C1vSrLJxCq57o941Ym01SwNsOMqvEBFlcgUa6xLiPY/NS5R+E6ztJQ==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap" rel="stylesheet">
</head>
<body class="main-content">
<header class="container header active" id="home">
<div class="header-content">
<div class="left-header">
<div class="h-shape"></div>
<div class="image">
<img src="img/me.jpeg" alt="PHOTO OF KzCode_" > </a>
</div>
</div>
<div class="right-header">
<h1 class="name">
Hi, I'm <span> <a href="https://www.tiktok.com/@kzcode_">KzCode_</a> </span>
A Developer On Tiktok.
</h1>
<p>
I'm a Web, Games and Software Developer
</p>
<!--
<div class="btn-con">
<a href="" class="main-btn">
<span class="btn-text">Download CV</span>
<span class="btn-icon"><i class="fas fa-download"></i></span>
</a>
</div>
-->
</div>
</div>
</header>
<div class="controls">
<div class="control active-btn" data-id="home" >
<a target="_blank" href="https://www.tiktok.com/@kzcode_"><i class="fa-brands fa-tiktok"></i></a>
</div>
<div class="control active-btn" data-id="about">
<a target="_blank" href="https://www.youtube.com/channel/UCmvr_0hUINkEIaoTKvm-hcQ"> <i class="fa-brands fa-youtube"></i> </a>
</div>
<div class="control active-btn" data-id="portfolio">
<a target="_blank" href="https://www.instagram.com/kzcode_/"> <i class="fa-brands fa-instagram"></i></a>
</div>
<!-- <div class="control" data-id="blogs">
<i class="fas fa-envelope-open"></i>
</div> -->
<div class="control active-btn" data-id="contact">
<a target="_blank" href="https://github.com/kzTCP"><i class="fa-brands fa-github"></i></a>
</div>
</div>
<!-- <div class="theme-btn">
<i class="fas fa-adjust"></i>
</div> -->
<!-- <script src="app.js"></script> -->
<script src="https://kit.fontawesome.com/1f45e6c4af.js" crossorigin="anonymous"></script>
</body>
</html>