-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
emailtest.html
122 lines (100 loc) · 4.44 KB
/
emailtest.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<title>Email Signup Test</title>
<link rel="stylesheet" href="https://lexusvp.github.io/citrixlab/assets/css/main.css">
<link rel="icon" href="images/citrixlab-ico.ico" type="image/x-icon">
<style>
/* Center the form */
.center-box {
display: flex;
flex-direction: column; /* Place the form below the text */
justify-content: center;
align-items: center;
min-height: calc(100vh - 0.5in); /* Subtract 1 inch from the viewport height */
}
/* Style the form container */
.form-container {
text-align: center;
padding: 20px;
border: 1px solid #ccc;
border-radius: 5px;
background-image: url('https://lexusvp.github.io/citrixlab/images/pic05.jpg');
background-size: cover;
background-color: rgba(0, 0, 0, 0.9); /* Adjust the background color transparency */
width: 100%; /* Set the width to 90% of the parent container */
height: 200%;
max-width: 600px; /* Add a max-width to limit the box size */
margin-top: 1in; /* Add 1 inch of space at the top */
}
/* Style the banner image */
#banner {
background-image: url('https://lexusvp.github.io/citrixlab/images/pic01.jpg');
background-size: cover;
background-position: center;
text-align: center;
padding: 100px 0;
}
/* Style the form inputs */
#signup-form {
margin: 20px; /* Add 20px margin to the form */
}
#email {
width: 100%; /* Make the input width 100% of the container */
max-width: 400px; /* Limit the input width */
margin: 0 auto; /* Center the input */
padding: 0px; /* Add padding to the input */
}
/* Style the form submit button */
input[type="submit"] {
width: 100%; /* Make the button width 100% of the container */
max-width: 200px; /* Limit the button width */
margin: 0 auto; /* Center the button */
padding: 5px; /* Add padding to the button */
}
</style>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/crypto-js/3.1.9-1/crypto-js.js"></script>
<script src="
https://https://lexusvp.github.io/citrixlab/license/js/initiate-send-email.js"></script>
</head>
<body>
<!-- Banner -->
<section id="banner">
<ul class="actions special">
<div class="center-box">
<a href="emailtest.html"><h2>CitrixLab</h2></a>
<p></p>
<h5>Welcome to the Future of Innovation: Explore Our Cutting-Edge R&D Lab through various platforms ie. Github, IDX.DEV etc.</h5>
<div class="form-container">
<h2>Email Signup Test</h2>
<p>_________</p>
<blockquote>Dive into a world of professional code testing and implementation with CitrixLab - where innovation knows no bounds.
Join us on a journey through cutting-edge R&D, exploring platforms like Github, IDX.DEV, and more, as we redefine the future of coding excellence..</blockquote>
<h3>#abstract⁷</h3>
<p>_________</p>
<form id="signup-form" action="/submit" method="post">
<div class="row gtr-50 gtr-uniform">
<div class="col-12">
<input type="email" name="email" id="email" placeholder="Email Address" />
</div>
<div class="col-12">
<input type="submit" value="Sign Up!" class="fit" />
</div>
</div>
</form>
<!-- This div will be used to display the result -->
<div id="result"></div>
<h1>© Copyright 2023. All rights reserved by. <a href="https://lexusvp.github.io/citrixlab/">CitrixLab</a> | Powered by: <a href="https://msha.ke/citrixlab">#abstract⁷</a></h1>
</div>
</div>
</ul>
</section>
<script src="
https://https://lexusvp.github.io/citrixlab/license/js/initiate-send-email.js"></script>
//<script src="https://lexusvp.github.io/citrixlab/license/js/submit-button.js">
</script>
</body>
</html>