-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
32 lines (31 loc) · 1.57 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
<!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="Booking page for appointments, contact and projects of Samuel Soto Hoyos">
<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>
<header>
<img src="./images/320p.webp" alt="profile picture" width="320" height="427">
<p id="name">Samuel Soto Hoyos</p>
<p id="about me">Software Developer</p>
</header>
<footer>
<!-- Google Calendar Appointment Scheduling begin -->
<iframe title="google calendar schedules" 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 -->
<a href="mailto:[email protected]">Send email</a>
<a href="https://github.com/samucodesh">Github</a>
<a href="https://platzi.com/p/SamuelSH/">Platzi</a>
<a href="https://www.linkedin.com/in/samuel-soto-hoyos-656316215">Linkedin</a>
<a href="https://twitter.com/samucodesh">Twitter</a>
</footer>
</body>
</html>