-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcartographer.html
67 lines (51 loc) · 2.42 KB
/
cartographer.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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<script src="https://cdn.socket.io/socket.io-1.4.5.js"></script>
<script language="javascript" type="text/javascript" src="p5/lib/p5.js"></script>
<script language="javascript" type="text/javascript" src="p5/lib/addons/p5.dom.js"></script>
<script language="javascript" type="text/javascript" src="students.js"></script>
<link rel="stylesheet" type="text/css" href="./css/style.css">
<link href="https://fonts.googleapis.com/css?family=Inconsolata" rel="stylesheet">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>CoCode_Cartographer</title>
<script src="//fast.eager.io/RdPQkTjaJn.js"></script>
</head>
<body>
<div class="header">
<p class="header-title"><a href="main.html">CoCode_</a><b>Students</b></p>
<p class="educators"><a href="educators.html">Educators</a></p>
</div>
<p class="problem-text"><b>Problem 1: </b>FzoFbhzziu1ztf r tfozs izepdpeiBciot rw h ueb fernts rt e ih"rtnrer neusl0 "aFen bmrafdhi nr h"htB " etiutt efombroividetelea lit .mprtnopa ifselmBr z mm sr hiuoizttplffe rorevr " siaopm l .1n upm ouu0nWntathaorgpt sfn e th e u</p>
<div id="dabox">
</div>
<div id="editor">#!/usr/bin/env python
import sys
def main():
//code here
main();</div>
<script src="./src/ace.js" type="text/javascript" charset="utf-8"></script>
<script>
var editor = ace.edit("editor");
editor.setTheme("ace/theme/solarized");
editor.getSession().setMode("ace/mode/python");
editor.setReadOnly(true);
</script>
<div id="dabox" style="right: 0px"></div>
<script src="compile.js"></script>
<div class="center-me" style="border: 20px; margin-top:500px; margin-bottom:50px;">
<button class="button center-me" onClick="compile()">Check Code</button>
</div>
<div class="footer">
<div class="footer_contents">
<a href="index.html">Home</a>
<a href="#">FAQ</a>
<a href="about.html">About</a>
<a href="legal.html">Legal</a>
<a href="#">Contact Us</a>
<a href="#">Jobs</a>
</div>
</div>
</body>
</html>