-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinitial_survey.html
23 lines (22 loc) · 1.38 KB
/
initial_survey.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:title" content="Survey Form | Coders of DSVV">
<meta name="description" content="A small survey form regarding your knowledge in the field of programming and development.">
<title>Survey Form | Coders DSVV</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
</head>
<body>
<div class="" style="text-align:center;">
<h1 class="display-5 bg-dark text-white" style="margin-bottom:0px;"> Coders of DSVV </h1>
<iframe width="100%" height= "1080px" src= "https://forms.office.com/Pages/ResponsePage.aspx?id=DQSIkWdsW0yxEjajBLZtrQAAAAAAAAAAAAa__e6X5vlUQzVCWUNVNUZETDdIWkFXQzlWUkIxSFdFNi4u&embed=true" frameborder= "0" marginwidth= "0" marginheight= "0" style= "border: none; max-width:100%; max-height:100vh;" allowfullscreen webkitallowfullscreen mozallowfullscreen msallowfullscreen> </iframe>
</div>
<footer class="bg-dark text-white text-center text-lg-start">
<div class="text-center p-3" style="background-color: rgba(0, 0, 0, 0.2)">
© 2021 Copyright: Coders of DSVV
</div>
</footer>
</body>
</html>