-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathudaan-certificate.html
31 lines (30 loc) · 1.08 KB
/
udaan-certificate.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
<!DOCTYPE html>
<html>
<head>
<title>Certificates</title>
<!-- STYLES -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css"
integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="css/certificate.css">
<style>
#id {
color: white;
}
</style>
</head>
<body>
<div id="certificate">
<div id="id"></div>
<img src="udaan-participation.png" id="image">
<div id="name"></div>
<div id="event"></div>
</div>
<!-- SCRIPTS -->
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js"
integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy"
crossorigin="anonymous"></script>
<script src="libs/html2canvas.js"></script>
<script type="text/javascript" src="js/udaan-certificate.js"></script>
</body>
</html>