-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
93 lines (67 loc) · 1.73 KB
/
index.html
File metadata and controls
93 lines (67 loc) · 1.73 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
82
83
84
85
86
87
88
89
90
91
92
93
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<title>John Doe freeCodeCamp Progress</title>
<meta name="Description" content="beta.freecodecamp.org">
<style type="text/css">
body{
background-color: black;
font-family: monospace;
color: #00ff01;
}
#header {
text-transform: uppercase;
text-align: center;
text-shadow: 1px 1px 5px black;
}
.link {
margin-bottom: 200px;
font-size: 30px;
}
h1{
font-size: 60px;
}
hr {
border-color: #00ff01;
margin-bottom: 40px;
margin-top: 80px;
}
a {
color: #9090ff;
}
p {
font-size: 20px;
}
#footer {
margin-top: 10px;
margin-bottom: 30px;
text-align: center;
}
</style>
</head>
<body>
<div id="header">
<h1>John Doe</h1>
<h1>Beta freeCodeCamp Progress</h1>
<div align="center">
<!-- Progress bar -->
<iframe width=438 height=63 src="
https://docs.google.com/spreadsheets/d/e/2PACX-1vQanprHEXQ66_r2rflfCrdKcfV6FMLzCoKWJ8gLaU0CJX48Ov7j8Cdow-pSyA6NKwepVJiz-xc7JHBk/pubhtml?gid=1500447885
&single=true&widget=false&headers=false&chrome=false" frameBorder="0"></iframe>
</div>
<a class="link" href="http://bit.ly/aazfreecodecamp">[source code]</a>
</div>
<hr>
<div align="center">
<!-- Checklist -->
<iframe width=735 height=1300 src="
https://docs.google.com/spreadsheets/d/e/2PACX-1vQanprHEXQ66_r2rflfCrdKcfV6FMLzCoKWJ8gLaU0CJX48Ov7j8Cdow-pSyA6NKwepVJiz-xc7JHBk/pubhtml?gid=2110731770
&single=true&widget=false&headers=false&chrome=false" frameBorder="0"></iframe>
</div>
<hr>
<div id="footer">
<p>Made with <a href="https://github.com/AndreyAzimov/publicchecklist">Public Checklist</a></p>
</div>
</body>
</html>