-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
81 lines (79 loc) · 2.14 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
<!DOCTYPE html>
<html>
<head>
<link rel="icon" href="yag.png">
<div class="navbar">
<ul>
<li><a href="#me">About</a></li>
<li><a href="#set">Skills</a></li>
<li><a href="#con">Contact</a></li>
</ul>
</div>
<div>
<h1 id="head">
HEY THERE, <br />
I'M <em>BIGTIME</em>
<br />
</h1>
</div>
<title>bigtime</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div class="yag">
<img src="734FB584-A824-45BD-84AF-3B96591CF9C5.png" id="img1" />
</div>
<div class="about">About</div>
<div id="me" class="animations">
<img
src="IMG_7679.jpg"
alt="an image explanation about Bigtime"
/>
<br>
</div>
<div id="set" class="skill">Skills</div>
<div class="skill_info">
<img
width="200"
height="200px"
src="04a2b3b1a4223c66a10b6daeda6702da.jpg"
alt="web development"
/>
<img
width="200"
height="200px"
src="DC17CF75-05EE-4530-A66E-94E0EDBD0B5C.PNG"
alt="Community development"
/>
<img
width="200"
height="200px"
src="56596CAD-BF7E-477E-9912-6BE705E711E6.PNG"
alt="python programming"
/>
<img
width="200"
height="200px"
src="8C888564-DE8A-40F4-9820-9B4304D296E3.PNG"
alt="blockchain development"
/>
<footer>
</div>
<div id="con" class="contact">Contact me</div>
<div class="icons" >
<a href="https://discord.com/users/985478606283223041" target="_blank">
<img src="IMG_7672.jpg" alt="discord link">
</a>
<a href="https://t.me/bigtimeyagaz" target="_blank">
<img src="IMG_7673.jpg" alt="telegram">
</a>
<a href="mailto:yagazieiro382@gmail.com" target="_blank">
<img src="IMG_7674.jpg" alt="mail">
<a href="https://twitter.com/bigtimeyagaz?s=21"target="_blank">
<img src="IMG_7680.jpg" alt="x link">
</a>
</a>
</div>
</footer>
</body>
</html>