-
Notifications
You must be signed in to change notification settings - Fork 0
/
form_complete.html
53 lines (44 loc) · 2.02 KB
/
form_complete.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- metadata -->
<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="A 15 yrs old Sri Lankan student who currently learning Web Development.having over 3years of experience With Programming.🙂"
/>
<meta
name="keywords"
content="Binuka Dasunpriya, Binuka Dasunpriya Senadheera, binukads.me, BinukaDs, Binuka, student web developer, web developer, R/sri buddha jayanthi central college, buddha jayanthi central college, BinukaDs github, youngest web developer, web development, simple portfolio, simple portfolio designs"
/>
<!--title-->
<title>Binuka Dasunpriya (BinukaDs)</title>
<!--Favicon-->
<link rel="icon" href="Assets/img/avatar.webp" />
<link rel="apple-touch-icon" href="Assets/img/avatar.webp" />
<!-- stylesheets -->
<link rel="stylesheet" href="css/output.css" />
<!-- Fonts-->
<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=Sen&display=swap"
rel="stylesheet"
/>
</head>
<body class="bg-bg container items-center mx-auto">
<div class="container md:flex mt-32 md:mt-0 mx-auto md:h-screen mb-12 justify-center place-items-center">
<div class="self-center text-center">
<h1 class="text-5xl text-highlight font-bold">We recorded your submission!</h1>
<h3 class="text-white mt-5">Thank You For Your submission ;)</h3>
<a
class="inline-block rounded-xl justify-center bg-hover text-white text-center p-3 mt-3 hover:ring outline-none hover:ring-highlight text-base transition active:bg-gray-600 cursor-pointer"
data-scroll href="/index.html"
>Go to binukads.me</a
>
</div>
</div>
</body>
</html>