-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy paththank-you.html
83 lines (76 loc) · 2.94 KB
/
thank-you.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
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-172742088-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-172742088-1');
</script>
<link href="https://fonts.googleapis.com/css2?family=Open+Sans&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/dcd7064464.js" crossorigin="anonymous"></script>
</head>
<body style="background-color:#00aeff; font-family: 'Open Sans', sans-serif;">
<div style="text-align: center;">
<img src="images/checkmark.png" width="150" style="margin-top: 60px;">
<h1 style="color: white; font-size: 50px;">Thanks for contacting me</h1>
<section id="header">
<div class="inner">
<a href="https://abdullahqsiddiqui.github.io" class="button"
style="
margin-top:40px;
display: block;
margin-left: auto;
margin-right: auto;
width: 115px;
height: 25px;
background: rgb(44, 201, 13);
padding: 10px;
text-align: center;
border-radius: 5px;
color: white;
font-weight: bold;
font-size: 20px;
text-decoration: none">Go Back</a>
<div class="icon-footer" style="text-align: center;">
<table style="margin-right: auto; margin-left: auto; margin-top: 40px;">
<tr style="text-decoration: none">
<style>
i{
font-size: 40px;
color: white;
margin: 10px;
align-items: center;
text-align: center;
border-collapse: separate;
border-color: white;
border-radius: 50%;
}
</style>
<ul class="icons">
<th><a href="Abdullah-Siddiqui-Resume.pdf" target="_blank"><i class="fas fa-file-alt"></i></a></th>
<th><a href="mailto:[email protected]"><i class="fas fa-envelope"></i></a></th>
<th><a href="https://www.linkedin.com/in/abdullah-siddiqui-67ba41177/"><i class="fab fa-linkedin"></i></a></th>
<th><a href="https://github.com/abdullah20401"><i class="fab fa-github-square"></i></a></th>
</ul>
</tr>
</table>
</div>
</div>
</section>
<section class="footer" id="footer">
<ul class="copyright" style="
position: absolute;
right: 0;
bottom: 0;
left: 0;
padding: 1rem;
text-align: center;
color: white;">
<p>© <script>document.write(new Date().getFullYear())</script> <strong>Abdullah Siddiqui</strong> All Rights Reserved</p>
</ul>
</section>
</div>
</body>
</html>