-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
40 lines (38 loc) · 1.89 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
<!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">
<meta name="description" content="Book appointments with Samuel Soto Hoyos easily!and find all my social networks in one place">
<meta http-equiv="Content-Security-Policy" content="script-src 'none'">
<meta http-equiv="Cache-Control" content="max-age=7776000">
<title>samucodesh</title>
<link rel="shortcut icon" href="images/favicon.webp" type="image/x-icon">
<link rel="stylesheet" href="./styles/styles.css">
</head>
<body>
<section class="gh-sponsors">
<!--
* Embed a GitHub Sponsors card within the section.
* The 'iframe' element fetches and displays the sponsorship card from the specified URL.
-->
<iframe src="https://github.com/sponsors/samucodesh/card" title="Sponsor samucodesh" height="180" width="100%" style="border: 0;"></iframe>
</section>
<section class="gcalendar">
<!-- Google Calendar Appointment Scheduling begin -->
<iframe src="https://calendar.google.com/calendar/appointments/schedules/AcZssZ3nRiaquDIEA6XlGCoRJP9TnOD6ssn-2oY3TEk2EPJ0oKvBGIQtKFxibpj8bbAiOaXGFm9Q-J9X?gv=true" style="border: 0" width="100%" height="600" frameborder="0"></iframe>
<!-- end Google Calendar Appointment Scheduling -->
</section>
<nav>
<!--
* Create a nav with links to various contact methods.
* Each <a> element represents a clickable link.
-->
<a href="mailto:[email protected]" target="_blank">Send email</a>
<a href="https://www.linkedin.com/in/samuel-soto-hoyos-656316215" target="_blank">Linkedin</a>
<a href="https://x.com/samucodesh" target="_blank">X</a>
<a href="https://platzi.com/p/SamuelSH/" target="_blank">Platzi</a>
</nav>
</body>
</html>