-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathchallenges.php
More file actions
81 lines (71 loc) · 2.57 KB
/
challenges.php
File metadata and controls
81 lines (71 loc) · 2.57 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
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
<?php
session_start();
$page_id = 'challenges';
include "header.php";
?>
<!DOCTYPE html>
<head>
<link rel="stylesheet" href="css/style.css">
</head>
<body class="inner-page">
<div id="fh5co-hero">
<a href="#fh5co-tab-feature-vertical" class="smoothscroll fh5co-arrow to-animate hero-animate-4"><i class="ti-angle-down"></i></a>
<!-- End fh5co-arrow -->
<div class="container">
<div class="col-md-8 col-md-offset-2">
<div class="fh5co-hero-wrap">
<div class="fh5co-hero-intro">
<h1 class="to-animate hero-animate-1">Challenges</h1>
<h2 class="to-animate hero-animate-2">Answer challenge questions and win points for your house!</h2>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-12 animate-box" style="margin-top:140px; height:70em;">
<div id="fh5co-tab-feature-vertical" class="fh5co-tab">
<ul class="resp-tabs-list hor_1">
<li>Challenge Problem</li>
<li>Leaderboard</li>
</ul>
<div class="resp-tabs-container hor_1">
<div>
<div class="row">
<div class="col-md-6" style = "width: 100%;">
<iframe src="
https://docs.google.com/forms/d/e/1FAIpQLSc02zXEfgshWgEUBR0ZfrkFjTWq2NyW9S702yDaRfVXVrAnWw/viewform?c=0&w=1&includes_info_params=true
&widget=false&headers=false&chrome=false"
style = "width: 100%; height: 50em;"></iframe>
</div>
</div>
</div>
<div>
<div class="row">
<div class="col-md-6" style = "width: 100%;">
<p>The leaderboard will be updated after your answers are checked.</p>
<iframe src="https://docs.google.com/spreadsheets/d/15vTtDTwAlrfmGUDNv2h6JuRXBF-zrv04NyIsULgRfXY/pubhtml?widget=false&headers=false&chrome=false" style = "width: 100%; height: 50em;"></iframe>
</div>
</div>
</div>
</div>
</div>
</div>
<!--
<div id="fh5co-main">
<div class="container" style = "width:79%;">
<div class="row">
<iframe src="
https://docs.google.com/forms/d/e/1FAIpQLSc02zXEfgshWgEUBR0ZfrkFjTWq2NyW9S702yDaRfVXVrAnWw/viewform?c=0&w=1&includes_info_params=true
&widget=false&headers=false&chrome=false" style = "width: 100%; height: 1000px;"></iframe>
<p>Leaderboard will be updated after your answers are checked.</p>
<iframe src="https://docs.google.com/spreadsheets/d/15vTtDTwAlrfmGUDNv2h6JuRXBF-zrv04NyIsULgRfXY/pubhtml?widget=false&headers=false&chrome=false" style = "width: 100%; height: 1000px;"></iframe>
</div>
</div>
</div>
-->
<!-- END fhtco-main -->
<?php
include "footer.php";
?>
</body>
</html>