-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathMeetingPref.html
More file actions
51 lines (48 loc) · 2.66 KB
/
MeetingPref.html
File metadata and controls
51 lines (48 loc) · 2.66 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<title>Tecxick Open Source</title>
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css?h=78d5a0a4afb9225f51c04ad38d3de3fa">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato:300,400,700">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700">
<link rel="stylesheet" href="assets/fonts/font-awesome.min.css?h=b7275171fee7833b33216c067c3940d2">
<link rel="stylesheet" href="assets/fonts/ionicons.min.css?h=b7275171fee7833b33216c067c3940d2">
<link rel="stylesheet" href="assets/css/styles.min.css?h=7d1533d15752a5f337a16d7bd7fbf8ab">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/aos/2.2.0/aos.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/pikaday/1.6.1/css/pikaday.min.css">
</head>
<body>
<!-- Start: Header Blue -->
<div></div>
<!-- End: Header Blue -->
<!-- Start: Highlight Phone -->
<div class="highlight-phone">
<div class="container">
<div class="row">
<div class="col-md-8">
<!-- Start: Intro -->
<div class="intro">
<h2>Meeting Preferences</h2>
<p>This is a forum for deciding the meeting schedules and to select most comfortable platforms</p>
</div>
<!-- End: Intro -->
</div>
<div class="col-sm-4">
<!-- Start: Smartphone -->
<div class="d-none d-md-block phone-mockup"></div>
<!-- End: Smartphone -->
</div>
</div>
</div>
</div>
<!-- End: Highlight Phone --><center><iframe src="https://docs.google.com/forms/d/e/1FAIpQLSfC-0FHFgWfctH0AO0nFhvKdv8Xx4VEHRp5_FLaK9Fp5QvqsA/viewform?embedded=true" width="640" height="1289" frameborder="0" marginheight="0" marginwidth="0">Loading…</iframe></center>
<script src="assets/js/jquery.min.js?h=89312d34339dcd686309fe284b3f226f"></script>
<script src="assets/bootstrap/js/bootstrap.min.js?h=0168f7c1e0d08faa2f4b13f4a1dc8c98"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/aos/2.2.0/aos.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/pikaday/1.6.1/pikaday.min.js"></script>
<script src="assets/js/script.min.js?h=64241765bd4451a847941a9a75856ee8"></script>
</body>
</html>