-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathemail-confirm.html
187 lines (183 loc) Β· 6.61 KB
/
email-confirm.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
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8" />
<title>Akash Giri | Confirm Subscription</title>
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="assets/css/bootstrap.min.css" />
<!-- Font Awesome JS -->
<script defer src="assets/js/all.min.js"></script>
<link
href="https://fonts.googleapis.com/css?family=Open+Sans|Rubik"
rel="stylesheet"
/>
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="shortcut icon" type="image/png" href="assets/img/favicon.png" />
</head>
<body data-spy="scroll" data-target="#navScrollspy">
<nav
class="navbar navbar-dark bg-danger navbar-expand-md fixed-top font-weight-bold"
>
<div class="container">
<a href="/index.html" class="navbar-brand"
><i class="fa fa-code" aria-hidden="true"></i> AKASH GIRI</a
>
</div>
</nav>
<section>
<div
class="jumbotron jumbotron-email-confirm jumbotron-fluid text-center"
>
<div class="container">
<h1 class="mb-3 mb-md-5 display-4 font-weight-bold">
Thank you for signing up!
</h1>
<h4 class="mb-3 mb-md-5">
<span class="badge badge-danger">Important:</span> Please check your
e-mail for further instructions on how to complete the sign-up
process.
</h4>
<p class="mb-3 mb-md-5">
Having trouble or got any questions?
<a href="./index.html#section-contact">Contact me</a>.
</p>
<a href="./index.html" class="btn btn-lg" role="button"
>Continue to homepage</a
>
</div>
</div>
</section>
<footer>
<div class="container py-3 py-sm-5">
<div class="row">
<div class="col-12 col-sm-6 col-lg-3">
<h6>Quick Links</h6>
<ul class="list-unstyled">
<li><a href="./index.html#section-jumbotron">Home</a></li>
<li><a href="./index.html#section-support-me">Support</a></li>
<li><a href="./index.html#section-newsletter">Newsletter</a></li>
</ul>
</div>
<div class="col-12 col-sm-6 col-lg-3">
<h6>Information</h6>
<ul class="list-unstyled">
<li>
<a href="https://akashgiri.com/blog/" target="_blank"
>Personal Blog</a
>
</li>
<li>
<a href="https://akashgiri.com/resume/" target="_blank"
>Resume Page</a
>
</li>
<li><a href="./index.html#section-about">About me</a></li>
<li><a href="./index.html#section-contact">Contact</a></li>
</ul>
</div>
<div class="col-12 col-sm-6 col-lg-3">
<h6>Follow Me</h6>
<ul class="list-unstyled">
<!-- <li>
<a href="#"
><i class="fab fa-facebook-square text-dark"></i> Facebook</a
>
</li> -->
<li>
<a
href="https://www.instagram.com/akashgiricse/"
target="_blank"
><i
class="fab fa-instagram text-muted"
aria-hidden="true"
></i>
Instagram</a
>
</li>
<li>
<a href="https://twitter.com/akashgiricse" target="_blank"
><i class="fab fa-twitter text-muted" aria-hidden="true"></i>
Twitter</a
>
</li>
<li>
<a href="https://www.youtube.com/c/akashgiri" target="_blank"
><i class="fab fa-youtube text-muted" aria-hidden="true"></i>
YouTube</a
>
</li>
<li>
<a
href="https://www.linkedin.com/in/akashgiricse/"
target="_blank"
><i class="fab fa-linkedin text-muted" aria-hidden="true"></i>
LinkedIn</a
>
</li>
</ul>
</div>
<div class="col-12 col-sm-6 col-lg-3">
<h6>My location:</h6>
<address>
<!-- <strong>CamApp</strong><br /> -->
Bengaluru<br />
Karnataka 560038<br />
<!-- <i class="fa fa-fw fa-phone" aria-hidden="true"></i> -->
<!-- <span class="sr-only">Telephone:</span
><a href="tel:+919999999999">(+91) 9999999999</a><br /> -->
<i class="fa fa-fw fa-inbox text-muted" aria-hidden="true"></i>
<span class="sr-only">Mail:</span
><a href="mailto:[email protected]">[email protected]</a>
</address>
</div>
</div>
<div class="row">
<div class="col-12 col-sm-6 col-lg-9">
<ul class="list-inline text-muted">
<li class="list-inline-item">
©
<script type="text/javascript">
document.write(new Date().getFullYear());
</script>
Akash Giri.
</li>
<li class="list-inline-item">All rights reserved.</li>
</ul>
</div>
</div>
</div>
</footer>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script
src="https://code.jquery.com/jquery-3.2.1.slim.min.js"
integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
crossorigin="anonymous"
></script>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.3/umd/popper.min.js"
integrity="sha384-vFJXuSJphROIrBnz7yo7oB41mKfc8JzQZiCq4NCceLEaO4IHwicKwpJf9c9IpFgh"
crossorigin="anonymous"
></script>
<script
src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/js/bootstrap.min.js"
integrity="sha384-alpBpkh1PFOepccYVYDB4do5UnbKysX5WZXm3XxPqe5iKTfUKjNkCk9SaVuEZflJ"
crossorigin="anonymous"
></script>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/smooth-scroll/12.1.5/js/smooth-scroll.min.js"
integrity="sha256-MMt0/21G3z0Zg4ET1kI3HC9npItDowkitRDVr0FhCxA="
crossorigin="anonymous"
></script>
<script type="text/javascript">
$(function () {
var scroll = new SmoothScroll('a[href*="#section-"]');
});
</script>
</body>
</html>