-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsend_voluntario.html
More file actions
78 lines (70 loc) · 4.24 KB
/
send_voluntario.html
File metadata and controls
78 lines (70 loc) · 4.24 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="refresh" content="15;url=index.html" />
<title>BIENVENIDO A MITHR COMO VOLUNTARIO! - Mithrandir CryptoCoin - Ecocripto</title>
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/main.css" rel="stylesheet">
<!-- Favicon -->
<link href="img/favicon.ico" rel="icon">
<!-- Google Web 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=Open+Sans:wght@400;500&family=Roboto:wght@500;700&display=swap" rel="stylesheet">
<!-- Icon Font Stylesheet -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.0/css/all.min.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.4.1/font/bootstrap-icons.css" rel="stylesheet">
<!-- Libraries Stylesheet -->
<link href="lib/animate/animate.min.css" rel="stylesheet">
<link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet">
<!-- Customized Bootstrap Stylesheet -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Template Stylesheet -->
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<!-- Navbar Start -->
<nav class="navbar navbar-expand-lg bg-white navbar-light sticky-top p-0 px-4 px-lg-5">
<a href="index.html" class="navbar-brand d-flex align-items-center">
<h2 class="m-0 text-primary"><img class="img-fluid me-2" src="img/icon-1.jpg" alt="" style="width: 45px;">MITHRANDIR</h2>
</a>
<button type="button" class="navbar-toggler" data-bs-toggle="collapse" data-bs-target="#navbarCollapse">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarCollapse">
<div class="h-100 d-lg-inline-flex align-items-center d-none">
<a class="btn btn-square rounded-circle bg-light text-primary me-2" href="https://www.facebook.com/profile.php?id=100088311543998" target="_blank"><i class="fab fa-facebook-f"></i></a>
<a class="btn btn-square rounded-circle bg-light text-primary me-2" href="https://twitter.com/Tokenmithr" target="_blank"><i class="fab fa-twitter"></i></a>
<a class="btn btn-square rounded-circle bg-light text-primary me-2" href="https://www.youtube.com/@chacramithrandir2189" target="_blank"><i class="fab fa-youtube"></i></a>
<a class="btn btn-square rounded-circle bg-light text-primary me-2" href="https://t.me/+JkZmBpevDvVlNjlh" target="_blank"><i class="fab fa-telegram"></i></a>
<a class="btn btn-square rounded-circle bg-light text-primary me-2" href="https://discord.gg/qDDbRKFj" target="_blank"><i class="fab fa-discord"></i></a>
</div>
</div>
</nav>
<!-- Navbar End -->
<!-- Header Start -->
<div class="container-fluid hero-header bg-light py-5 mb-5">
<div class="container py-5">
<div class="row g-5 align-items-center">
<div class="col-lg-6">
<h1 class="display-4 mb-3 animated slideInDown">Ya estas registrado para ser VOLUNTARIO del Proyecto ECOCRYPTO MITHR!</h1>
<h3>Hemos recibido tu postulación via email !</h3>
<p class="animated slideInDown">Muchas gracias por anotarte en nuesta lista de Voluntarios. Te contactaremos en breve,
para poder conversar acerca de todo lo que tenemos para hacer en MITRH, y te damos las gracias de antemano por tu ayuda.
<br>
<h3>Si no ves el email que te enviamos, revisa en SPAM</h3>.</p>
<a href="index.html" class="btn btn-primary py-3 px-4 animated slideInDown" role="button">Volver a la página principal</a>
</div>
<div class="col-lg-6 animated fadeIn">
<img class="img-fluid animated pulse infinite" style="animation-duration: 3s;" src="img/hero-1.png" alt="">
</div>
</div>
</div>
</div>
<!-- Header End -->
<script src="js/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>