-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcertificate-blast.html
148 lines (143 loc) · 4.02 KB
/
certificate-blast.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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Join Us at Palu Developer Day 2024!</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Sora:[email protected]&display=swap" rel="stylesheet" />
<style>
.speaker-section {
margin-bottom: 24px;
overflow: hidden;
}
.speaker {
float: left;
width: 48%;
text-align: center;
background-color: #f9fafb;
padding: 20px;
border-radius: 10px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
margin-right: 2%;
box-sizing: border-box;
}
.speaker:last-child {
margin-right: 0;
}
.speaker img {
border-radius: 50%;
margin-bottom: 10px;
width: 100px;
height: 100px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.speaker h3 {
font-size: 16px;
color: #333333;
margin: 10px 0;
font-weight: bold;
}
.speaker p {
font-size: 12px;
color: #666666;
margin: 0;
}
.cta {
background-color: #e5f9ff;
padding: 30px;
border-radius: 10px;
border: 2px solid #0a92bf;
margin: 30px 0;
}
.cta h2 {
font-size: 18px;
color: #2c3e50;
margin-bottom: 10px;
}
.cta p {
font-size: 16px;
color: #2c3e50;
margin-bottom: 20px;
}
.cta a {
display: inline-block;
background-color: #22afde;
color: white;
padding: 12px 24px;
text-decoration: none;
font-size: 14px;
border-radius: 24px;
transition: background-color 0.3s ease;
}
.cta a:hover {
background-color: #0c9dce;
}
</style>
</head>
<body
style="
font-family: Sora, sans-serif;
line-height: 1.6;
color: #333;
max-width: 600px;
margin: 0 auto;
padding: 20px;
"
>
<header
style="
background: linear-gradient(160deg, #0c9dce 0%, #23bdf0 100%);
color: white;
padding: 20px;
text-align: center;
border-radius: 4px;
"
>
<table align="center" cellpadding="0" cellspacing="0" style="margin-bottom: 14px">
<tr>
<td style="padding-right: 12px">
<a href="https://imgbb.com/"><img src="https://i.ibb.co.com/ZhcX7Kg/ic-hmc-1.png" alt="a" border="0" /></a>
</td>
<td>
<a href="https://imgbb.com/"
><img src="https://i.ibb.co.com/MnhVdcq/ic-pdd24-light-1.png" alt="" border="0"
/></a>
</td>
</tr>
</table>
<h1 style="margin: 0; color: #ffffff">Palu Developer Day 2024</h1>
<p style="font-style: italic; color: #c3e6fd; font-weight: 500" ;>
Driving Technological Advancements: <br />AI-Powered IT from Concept to Reality
</p>
</header>
<main>
<p>Halo!</p>
<p>
Kami dari panitia Palu Developer Day 2024. Terima kasih sudah mengikuti Palu Developer Day 2024.
</p>
<!-- Early Bird Tickets -->
<div class="cta">
<h2 style="margin: 0 0 12px;">🎟️ Berikut ini adalah nomor sertifikatmu: </h2>
<a href="https://wa.me/6285696065930">[NomorSertificate]</a>
</div>
<div class="cta">
<h2 style="margin: 0 0 12px;">🎟️ Silahkan kunjungi sertifikatmu disini: </h2>
<a href="https://wa.me/6285696065930">[LinkSertificate]</a>
</div>
</main>
<footer
style="
background: linear-gradient(160deg, #0c9dce 0%, #23bdf0 100%);
color: white;
padding: 1px;
text-align: center;
font-size: 14px;
border-radius: 4px;
"
>
<p>Terima Kasih,<br />Panitia Palu Developer Day 2024</p>
</footer>
</body>
</html>