-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
255 lines (235 loc) · 15.5 KB
/
index.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
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>PDF Certificate Generator</title>
<meta content="width=device-width, initial-scale=1" name="viewport"/>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" href="assets/css/vivify.min.css">
<link href="https://fonts.googleapis.com/css?family=Karla|Poppins:400,700" rel="stylesheet">
</head>
<body>
<div class="container middle-content mt-3">
<div class="row">
<div class="col-12 col-lg-5">
<div class="form-wrapper vivify popIn delay-150">
<div class="titles-background mx-auto text-center small-titles mt-2 col-12 ">
<div class="row text-center col-12 mt-2">
<div class="col-5">
<label for="tab-2" class="tab mx-auto text-center vivify fadeIn delay-250">Certificate</label>
<input id="tab-2" type="radio" name="tab" class="certif" onchange="triggerCheck()" checked>
</div>
<div class="col-2 d-flex justify-content-center">
<div class="white-line"></div>
</div>
<div class="col-5">
<input id="tab-1" type="radio" name="tab" class="email" onchange="triggerCheck()">
<label for="tab-1" class="tab mx-auto text-center vivify fadeIn delay-250">Email</label>
</div>
</div>
</div>
<div class="form-content">
<div class="certif-form vivify fadeIn delay-250" id="certif-form">
<!-- Certif content form -->
<!-- <button class="button mx-auto d-flex text-size vivify pullUp delay-250" onclick="resetCertifForm()">Clear</button>-->
<form id="certif-f" class="col-12">
<div class="row text-center mt-3">
<div class="purple-square ml-5 mr-3 "></div>
<label class="small-titles blue-colored" for="title">Title:</label>
</div>
<input onclick="document.getElementById('title').focus({ preventScroll: true })"
class="input" type="search" id="title" placeholder="Title">
<div class="row text-center mt-3">
<div class="purple-square ml-5 mr-3 "></div>
<label class="small-titles blue-colored" for="heading">Heading:</label>
</div>
<input class="input" type="search" id="heading" placeholder="Heading">
<div class="row text-center mt-3">
<div class="purple-square ml-5 mr-3 "></div>
<label class="small-titles blue-colored" for="name">Name:</label>
</div>
<input class="input" type="search" id="name" placeholder="Name">
<div class="row text-center mt-3">
<div class="purple-square ml-5 mr-3 "></div>
<label class="small-titles blue-colored" for="description">Description:</label>
</div>
<textarea class="input" id="description" placeholder="Description"></textarea>
<div class="row col-12 col-6-wrapper">
<div class="col-6 input-wrapper left-one">
<div class="row text-center mt-3">
<div class="purple-square ml-2 mr-3 "></div>
<label class="text-size blue-colored" for="left-hand">Left Handwriting:</label>
</div>
<input class="input" type="search" id="left-hand" placeholder="Left Handwriting">
</div>
<div class="col-6 input-wrapper right-one">
<div class="row text-center mt-3">
<div class="purple-square ml-2 mr-3 "></div>
<label class="text-size blue-colored" for="right-hand">Right
Handwriting:</label>
</div>
<input class="input" type="search" id="right-hand" placeholder="Right Handwriting">
</div>
</div>
<div class="row col-12 col-6-wrapper">
<div class="col-6 input-wrapper left-one">
<div class="row text-center mt-3">
<div class="purple-square ml-2 mr-3 "></div>
<label class="text-size blue-colored" for="left-subt">Left Subtitle:</label>
</div>
<input class="input" type="search" id="left-subt" placeholder="Left Subtitle">
</div>
<div class="col-6 input-wrapper right-one">
<div class="row text-center mt-3">
<div class="purple-square ml-2 mr-3 "></div>
<label class="text-size blue-colored" for="right-subt">Right Subtitle:</label>
</div>
<input class="input" type="search" id="right-subt" placeholder="Right Subtitle">
</div>
</div>
<div class="row col-12 col-6-wrapper">
<div class="col-6 input-wrapper left-one">
<div class="row text-center mt-3">
<div class="purple-square ml-2 mr-3 "></div>
<label class="text-size blue-colored" for="left-desc">Left Subtitle:</label>
</div>
<input class="input" type="search" id="left-desc" placeholder="Left Subtitle">
</div>
<div class="col-6 input-wrapper right-one">
<div class="row text-center mt-3">
<div class="purple-square ml-2 mr-3 "></div>
<label class="text-size blue-colored" for="right-desc">Right Subtitle:</label>
</div>
<input class="input" type="search" id="right-desc" placeholder="Right Subtitle">
</div>
</div>
</form>
</div>
<div class="email-form vivify fadeIn delay-250" id="email-form">
<!-- <button class="button mx-auto d-flex text-size vivify pullUp delay-250" onclick="resetEmailForm()">Clear</button>-->
<form id="email-f" class="col-12">
<div class="row text-center mt-3">
<div class="purple-square ml-5 mr-3 "></div>
<label class="small-titles blue-colored" for="toemail">To Email:</label>
</div>
<input class="input" type="search" id="toemail" placeholder="To Email">
<div class="row text-center mt-3">
<div class="purple-square ml-5 mr-3 "></div>
<label class="small-titles blue-colored" for="toname">To Name:</label>
</div>
<input class="input" type="search" id="toname" placeholder="To Name">
<div class="row text-center mt-3">
<div class="purple-square ml-5 mr-3 "></div>
<label class="small-titles blue-colored" for="tomessage">To Message:</label>
</div>
<textarea class="input" id="tomessage" placeholder="To Message"></textarea>
<div class="row text-center mt-3">
<div class="purple-square ml-5 mr-3 "></div>
<label class="small-titles blue-colored" for="fromname">From Name:</label>
</div>
<input class="input" type="search" id="fromname" placeholder="From Name">
<div class="row text-center mt-3">
<div class="purple-square ml-5 mr-3 "></div>
<label class="small-titles blue-colored" for="fromemail">From Email:</label>
</div>
<input class="input" type="search" id="fromemail" placeholder="From Email">
<button class="button mx-auto d-flex text-size mt-4 vivify pullUp delay-250">Send</button>
</form>
</div>
</div>
</div>
</div>
<div class="col-12 col-lg-7">
<div class="fixed-d">
<div class="certif-wrapper vivify popIn delay-150">
<div id="carouselExampleControls" class="carousel slide " data-interval="false">
<div class="carousel-inner">
<div class="carousel-item active">
<img class=" car-img d-block img-fluid w-100" src="assets/img/certif.PNG" alt="First slide">
</div>
<div class="carousel-item">
<img class=" car-img d-block img-fluid w-100" src="assets/img/bb.jpg" alt="Second slide">
</div>
<div class="carousel-item">
<img class=" car-img d-block img-fluid w-100" src="assets/img/certif.PNG" alt="Third slide">
</div>
</div>
<div class="row mx-auto justify-content-center mt-3">
<a class="carousel-control-prev" href="#carouselExampleControls" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<div class="row d-flex justify-content-center">
<button class="button mx-3 text-size vivify pullUp delay-250" data-toggle="modal" data-target="#certificatesModal" >All Certificates</button>
</div>
<a class="carousel-control-next" href="#carouselExampleControls" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</div>
<!-- <hr>-->
</div>
</div>
</div>
</div>
<!-- Modal -->
<div class="modal fade" id="certificatesModal" tabindex="-1" role="dialog" aria-labelledby="certificateseModalLabel" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class=" align-items-center modal-header">
<button type="button" class="close close-button float-right" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<h5 class="text-center small-titles mx-auto modal-title" id="exampleModalLabel">All certificates</h5>
<div class="modal-body row vivify fadeIn delay-250">
<div class="col-6 col-lg-4 mt-5">
<img class="img-fluid" src="assets/img/certif.PNG" alt="aa">
<div class="text-center mt-2 small-titles certifs-name">Certif 1 </div>
</div>
<div class="col-6 col-lg-4 mt-5">
<img class="img-fluid" src="assets/img/certif.PNG" alt="aa">
<div class="text-center mt-2 small-titles certifs-name">Certif 1 </div>
</div>
<div class="col-6 col-lg-4 mt-5">
<img class="img-fluid" src="assets/img/certif.PNG" alt="aa">
<div class="text-center mt-2 small-titles certifs-name">Certif 1 </div>
</div>
<div class="col-6 col-lg-4 mt-5">
<img class="img-fluid" src="assets/img/certif.PNG" alt="aa">
<div class="text-center mt-2 small-titles certifs-name">Certif 1 </div>
</div>
<div class="col-6 col-lg-4 mt-5">
<img class="img-fluid" src="assets/img/certif.PNG" alt="aa">
<div class="text-center mt-2 small-titles certifs-name">Certif 1 </div>
</div>
<div class="col-6 col-lg-4 mt-5">
<img class="img-fluid" src="assets/img/certif.PNG" alt="aa">
<div class="text-center mt-2 small-titles certifs-name">Certif 1 </div>
</div>
<div class="col-6 col-lg-4 mt-5">
<img class="img-fluid" src="assets/img/certif.PNG" alt="aa">
<div class="text-center mt-2 small-titles certifs-name">Certif 1 </div>
</div>
<div class="col-6 col-lg-4 mt-5">
<img class="img-fluid" src="assets/img/certif.PNG" alt="aa">
<div class="text-center mt-2 small-titles certifs-name">Certif 1 </div>
</div>
<div class="col-6 col-lg-4 mt-5">
<img class="img-fluid" src="assets/img/certif.PNG" alt="aa">
<div class="text-center mt-2 small-titles certifs-name">Certif 1 </div>
</div>
</div>
</div>
</div>
</div>
<script src="assets/script.js"></script>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js" integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV" crossorigin="anonymous"></script>
</body>
</html>