-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
54 lines (38 loc) · 1.8 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
<!doctype html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-76805-7"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-76805-7');
</script>
<meta charset="utf-8">
<meta name="description" content="Santiago Sarceda / Product Designer & Emprendedor - Diseño UI UX y Desarrollo" />
<meta name="author" content="Santiago Sarceda">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta http-equiv="refresh" content="0;URL='https://santiagosarceda.notion.site/Santiago-Sarceda-Product-Designer-8927354c4a9a499db9d812ae347df1aa'" />
<title>Santiago Sarceda / Product Designer</title>
<!-- FAV and TOUCH ICONS -->
<link rel="shortcut icon" href="images/ico/favicon.ico">
<link rel="apple-touch-icon" href="images/ico/apple-touch-icon.png"/>
<!-- FONTS -->
<link rel="stylesheet" type="text/css" href="css/fonts/fontello/css/fontello.css">
<!-- STYLES -->
<link rel="stylesheet" type="text/css" href="css/main.css">
<!-- CUSTOM FONT FROM GOOGLE FONTS -->
<link href="https://fonts.googleapis.com/css?family=Patua+One" rel="stylesheet">
<!-- CUSTOMIZATONS -->
<style>
/* BODY BACKGROUND */
body { background-color: #142933; }
h1 { font-family: 'Patua One', sans-serif; line-height: 1.2em; }
h2 { font-family: 'Patua One', sans-serif; margin-top: 100px; }
p strong { background: #79a; color: #142933; padding: 0 3px; }
</style>
</head>
<body class="is-text-light is-text-align-center">
</body>
</html>