-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
110 lines (82 loc) · 4.39 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<title> Tin Tốt Mỗi Ngày </title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/style.css">
</head>
<body class="w-100 sans-serif">
<header class="w-100 pa1 ph5-ns bg-washed-yellow">
<div class="db dt-ns center mw9 center w-100">
<div class="db dtc-ns pt5 tc center w-50">
<span><img class="w-70 center w-30-l" src="img/tin-tot.svg"></span>
</div>
</div>
</header>
<main class="w-100 bg-washed-yellow pv1">
<div class="cf">
<div class="bg-washed-yellow pv5">
<!--h1>Tin Tốt</h1-->
<h2 class="georgia tc mw6 dark-gray center f2-l f3">Nhận Tin Tốt Mỗi Ngày vào Email Của Bạn</h2>
<div class="pa4-l">
<form action="https://formsubmit.co/e72bdc823baf00de5834c6a1a368e813" method="POST" class="mw6 center tc ma0 pa4 br2-ns ba0 b--black">
<fieldset class="cf tc bn ma0 pa0">
<div class="cf">
<label class="clip" for="email-address">Email Address</label>
<input class="tc db fl w-100 pv3 ph4 f4 georgia mr3 b--black bw2 black-80 input-reset lh-solid br2 mb3" placeholder="Địa chỉ hòm thư của bạn" type="email" name="email" value="" id="email-address">
<input type="hidden" name="_next" value="https://tintot.xyz/cam-on.html">
<div>
<input class="db fl w-100 pv3 ph4 f4 georgia bg-orange b--black white dim input-reset br2 bw2 b2 pointer" type="submit" value=" Đăng ký"><span><img class="fl input-reset db icon tl" src="img/send.svg"> </span>
</div>
</div>
<small class="code mw6 tl fl pt2">* Cam kết không thư rác. Chỉ 5+ tin tích cực mỗi ngày!</small>
</fieldset>
</form>
</div>
<!-- Basic Share Links -->
<div class="cf center tc">
<div class="center pa3 ma3">
<p class="tc mw6 tc pa3 db center f4 georgia black-70 f3-l">Hãy chia sẻ điều tích cực</p>
<!-- Twitter (url, text, @mention) -->
<a class="br2 georgia bg-black link dim b dib white pa2 f6" style="background-color: #55acee;" href="https://twitter.com/share?url=https%3A%2F%2Ftintot.xyz&text=Nh%E1%BA%ADn+Tin+T%E1%BB%91t+M%E1%BB%97i+Ng%C3%A0y&via=coyotevn" target="_blank">
Twitter
</a>
<!-- Facebook (url) -->
<a class="br2 georgia bg-black link dim b dib white pa2 f6" style="background-color: #3B5998;" href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Ftintot.xyz" target="_blank">
Facebook
</a>
<!-- Reddit (url, title)>
<a class="br2 georgia bg-black link dim b dib white pa2 f6" style="background-color: #ff5700;" href="https://reddit.com/submit?url=https%3A%2F%2Ftintot.xyz&title=Nh%E1%BA%ADn+Tin+T%E1%BB%91t+M%E1%BB%97i+Ng%C3%A0y" target="_blank">
Reddit
</a -->
<!-- LinkedIn (url, title, summary, source url) -->
<a class="br2 georgia bg-black link dim b dib white pa2 f6" style="background-color: #4875B4;" href="https://www.linkedin.com/shareArticle?url=https%3A%2F%2Ftintot.xyz&title=Tin+T%E1%BB%91t&summary=Nh%E1%BA%ADn+Tin+T%E1%BB%91t+M%E1%BB%97i+Ng%C3%A0y&source=https%3A%2F%2Ftintot.xyz" target="_blank">
LinkedIn
</a>
<!-- Email (subject, body) -->
<a class="br2 georgia bg-black link dim b dib white pa2 f6" style="background-color: #444444;" href="mailto:?subject=Trang%20Web%20Hay%20N%C3%A8&body=Nh%E1%BA%ADn%20Tin%20T%E1%BB%91t%20M%E1%BB%97i%20Ng%C3%A0y%20C%C3%B9ng%20V%E1%BB%9Bi%20tintot.xyz" target="_blank">
Email
</a>
</div>
</div>
</div>
</div>
</main>
<footer class="bg-washed-yellow tc black-70 ph3 ph5-ns pv4 pv4-ns">
<div class="mw9 center">
<div class="bt black w-100 mw6 center pb5"></div>
<div class="mb5 lh-copy">
<a class="georgia black-70 link hover-orange b dib mr3 mb3" href="https://tintot.substack.com" target="_blank" title="Lưu trữ email">
Lưu trữ
</a>
<!-- a class="georgia black-70 link hover-orange b dib mr3 mb3" href="/" title="Home">
Lưu trữ
</a -->
</div>
<div class="mt1 georgia">
Copyleft <span class="copyleft">©</span> 2020 – Tin Tốt
</div>
</div>
</footer>
</body>
</html>