-
Notifications
You must be signed in to change notification settings - Fork 0
/
url_forwarder.html
122 lines (101 loc) · 2.65 KB
/
url_forwarder.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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
<!DOCTYPE html>
<html>
<head>
<title>Cherry Salazar | Journalist</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="refresh" content="10; URL=https://cherrysalazar.carrd.co/"/>
<script type="text/javascript">
window.location.href = "https://cherrysalazar.carrd.co/"
</script>
<style>
body {
margin: 0;
font-size: 20px;
font-family: Georgia, 'Times New Roman', Times, serif;
text-rendering: optimizeLegibility;
}
.content {
max-width: 640px;
margin: auto;
}
.header {
padding: 3em 0;
}
a {
color: #f05349;
}
.footer {
background: #f4f4f4;
text-align: center;
font-size: 0.8em;
margin-top: 4em;
padding: 4em 0;
}
figure {
margin: 0;
padding-bottom: 1.2em;
}
figcaption {
font-size: 0.8em;
text-align: center;
margin-top: 0.5em;
color: #666;
}
h1 {
font-family: 'Lora', Georgia, serif;
font-weight: bold;
font-size: 3em;
line-height: 1.1;
}
.subhead {
font-family: 'Lora', Georgia, serif;
}
iframe,
img,
video {
max-width: 100%;
}
p {
line-height: 1.6;
margin: 0;
padding-bottom: 1.2em;
}
ul {
margin: 0;
padding-bottom: 1em;
line-height: 1.6;
}
iframe {
padding-bottom: 1.2em;
}
code {
font-family: 'Courier New', monospace;
background: #fffbaf;
font-size: 0.85em;
}
.full-width figure {
text-align: center;
}
/* margin on mobile */
@media (max-width: 640px) {
body {
font-size: 18px;
}
.content {
padding-left: 0.5em;
padding-right: 0.5em;
}
}
</style>
</head>
<body>
<div class="content">
<div class="header">
<h1>Cherry Salazar</h1>
<h2>multimedia and investigative journalist from Manila, Philippines</h2>
<p>This page is currently under construction. If you are not redirected within 10 seconds, click <a href="https://cherrysalazar.carrd.co/">here</a> to see my profile.</p>
</div>
</div>
</body>
</html>