-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·70 lines (67 loc) · 2.61 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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Javi's Website</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" id="main-stylesheet" href="home/style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap" rel="stylesheet">
<link rel="icon" href="images/IMG_1563-removebg-preview.png">
</head>
<body>
<script src="home/script.js"></script>
<div class="main-box">
<button class="tech" onclick="location.href='portfolio.html'">
<p class="tech-p">
Portfolio
</p>
</button>
<button class="qualifications" onclick="location.href='qualifications.html'">
<p class="qualifications-p">
Qualifications
</p>
</button>
<!-- <button class="service" onclick="location.href='service.html'">
<p class="service-p">
About me
</p>
</button> -->
<!-- <button class="AI" onclick="location.href='chat.html'">
<p class="AI-p">
</p> -->
</button>
<button class="home" onclick="location.href='service.html'">
<p class="home-p">
About me
</p>
</button>
<label class="switch">
<!-- <input type="checkbox" id="toggle-css">
<span class="slider round"></span> -->
</label>
</div>
<div class="trapdoor-container">
<div class="trapdoor">
<div class="left door">
</div>
<div class="right door">
</div>
<button onclick="window.open('https://github.com/HomeoStasis-0', '_blank')" class="github-button" data-show-count="false" data-size="large" data-dnt="false"><span>My GitHub</span></button>
</div>
<div class="trapdoor2">
<div class="left door2">
</div>
<div class="right door2">
</div>
<button onclick="window.open('https://www.instagram.com/homeo._.stasis/', '_blank')" class="instagram-button" data-show-count="false" data-size="large" data-dnt="false"><span>My Instagram</span></button>
</div>
<div class="trapdoor3">
<div class="left door3">
</div>
<div class="right door3">
</div>
<button onclick="window.open('https://www.linkedin.com/in/javier-betancourt-1100b2268/', '_blank')" class="linkedin-button" data-show-count="false" data-size="large" data-dnt="false"><span>My Linkedin</span></button>
</div>
</body>
</html>