-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
179 lines (169 loc) · 7 KB
/
index.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
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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
<html>
<head>
<!--title>PuppyCode</title-->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="color-scheme" content="dark">
<link
href="https://fonts.googleapis.com/css?family=Roboto:regular,bold,italic,thin,light,bolditalic,black,medium&lang=en"
rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<!--link href="https://unpkg.com/material-components-web@latest/dist/material-components-web.min.css" rel="stylesheet">
<script src="https://unpkg.com/material-components-web@latest/dist/material-components-web.min.js"></script-->
<link rel="stylesheet" href="/material.css">
<script defer src="https://code.getmdl.io/1.3.0/material.min.js"></script>
<link rel="stylesheet" href="/style.css">
</head>
<body>
<div class="mdl-layout mdl-js-layout mdl-layout--fixed-header mdl-color--acent">
<header class="mdl-layout__header">
<div class="mdl-layout__header-row">
<!-- Title -->
<span class="mdl-layout-title">PuppyCode</span>
<!-- Add spacer, to align navigation to the right -->
<div class="mdl-layout-spacer"></div>
<!-- Navigation. We hide it in small screens. -->
<nav class="mdl-navigation mdl-layout--large-screen-only">
<!--div class="mdl-button mdl-js-button mdl-js-ripple-effect" id="menu-lang" style="color:white">
Java
<i class="material-icons">expand_more</i>
</div>
<ul class="mdl-menu mdl-js-menu mdl-js-ripple-effect mdl-menu--bottom-right" for="menu-lang">
<li class="mdl-menu__item">Java</li>
<li class="mdl-menu__item" disabled>Python</li>
<li class="mdl-menu__item" disabled>C++</li>
<li class="mdl-menu__item" disabled>NodeJS</li>
</ul>-->
<!--a class="mdl-navigation__link" style="font-weight:bold">Home</a-->
<a class="mdl-navigation__link" href="login/" id="user">Sign In</a>
<a class="mdl-navigation__link" href="editor">Editor</a>
</nav>
</div>
<span style="padding-top:25px;">A way to visual Computer Science problems, and to get users to understand code. Made
with 💻 by <a href="https://github.com/prettycrunchyguy" style="color:white">crunchyguy</a> (owen) and <a href="https://github.com/HPD1155" style="color:white">HPD1155</a> (aadi).</span>
</header>
<main class="mdl-layout__content">
<center style="padding-top:10px">
<style>
.usaco-card-wide.mdl-card {
width: 512px
}
.usaco-card-wide>.mdl-card__title {
color: white;
height: 176px;
/*background: url('/assets/usaco.png') center / cover;*/
}
.usaco-card-wide>.mdl-card__menu {
color: #fff;
}
</style>
<!--div class="usaco-card-wide mdl-card mdl-shadow--2dp" style="display:inline-block">
<div class="mdl-card__title">
<h2 class="mdl-card__title-text">CS Principles</h2>
</div>
<div class="mdl-card__supporting-text">
Solve USACO and community-made problems in Java and C++
</div>
<div class="mdl-card__actions mdl-card--border">
<a class="mdl-button mdl-button--colored mdl-js-button mdl-js-ripple-effect" href="login">
Get Started
</a>
</div>
</div-->
<div class="strike">
<span>Learning to Code</span>
</div>
<div class="usaco-card-wide mdl-card mdl-shadow--2dp" style="display:inline-block">
<div class="mdl-card__title" style="background:url('/assets/ap.png') center / cover">
<h2 class="mdl-card__title-text">Computer Science</h2>
</div>
<div class="mdl-card__supporting-text">
USACO & Barron's AP Computer Science A 7th Edition
</div>
<div class="mdl-card__actions mdl-card--border">
<a class="mdl-button mdl-button--colored mdl-js-button mdl-js-ripple-effect" disabled>
Learn
</a>
<a class="mdl-button mdl-button--colored mdl-js-button mdl-js-ripple-effect" disabled>
Problem Solve
</a>
</div>
</div>
<!--div class="usaco-card-wide mdl-card mdl-shadow--2dp" style="display:inline-block">
<div class="mdl-card__title" style="background:url('/assets/cybersecurity.jpg') center / cover">
<h2 class="mdl-card__title-text" style="color:white">Cybersecurity</h2>
</div>
<div class="mdl-card__supporting-text">
Learn about cybersecurity and also hacking
</div>
<div class="mdl-card__actions mdl-card--border">
<a class="mdl-button mdl-button--colored mdl-js-button mdl-js-ripple-effect" disabled>
Coming Soon
</a>
</div>
</div-->
<div class="usaco-card-wide mdl-card mdl-shadow--2dp" style="display:inline-block;">
<div class="mdl-card__title" style="background:url('/assets/html.png') center / cover">
<h2 class="mdl-card__title-text">Web Development</h2>
</div>
<div class="mdl-card__supporting-text">
Learn HTML, Javascript, CSS!
</div>
<div class="mdl-card__actions mdl-card--border">
<a class="mdl-button mdl-button--colored mdl-js-button mdl-js-ripple-effect" disabled>
Learn
</a>
<a class="mdl-button mdl-button--colored mdl-js-button mdl-js-ripple-effect" disabled>
Create
</a>
</div>
</div>
<!--div class="usaco-card-wide mdl-card mdl-shadow--2dp" style="display:inline-block;">
<div class="mdl-card__title" style="background:url('') center / cover">
<h2 class="mdl-card__title-text">Concepts made by the Community!</h2>
</div>
<div class="mdl-card__supporting-text">
</div>
<div class="mdl-card__actions mdl-card--border">
<a class="mdl-button mdl-button--colored mdl-js-button mdl-js-ripple-effect" disabled>
Coming Soon
</a>
</div>
</div-->
<div class="strike">
<span>If you have learned coding basics, check out these development environments by us!</span>
</div>
<div class="usaco-card-wide mdl-card mdl-shadow--2dp" style="display:inline-block;">
<div class="mdl-card__title" style="background:url('/assets/mojan.png') center / cover">
<h2 class="mdl-card__title-text">EEngine (beta)</h2>
</div>
<div class="mdl-card__supporting-text">
Learn game development basics!
</div>
<div class="mdl-card__actions mdl-card--border">
<a class="mdl-button mdl-button--colored mdl-js-button mdl-js-ripple-effect" href="https://eengineprojects.github.io/EEngine/">
Learn more
</a>
</div>
</div>
<div class="usaco-card-wide mdl-card mdl-shadow--2dp" style="display:inline-block;">
<div class="mdl-card__title" style="background:url('/assets/lime.jpg') center / cover">
<h2 class="mdl-card__title-text">PuppyCode Sites</h2>
</div>
<div class="mdl-card__supporting-text">
HTML Editor with built-in Material Design Lite for CSS
</div>
<div class="mdl-card__actions mdl-card--border">
<a class="mdl-button mdl-button--colored mdl-js-button mdl-js-ripple-effect" href="webeditor">
Edit
</a>
</div>
</div>
<div class="strike">
<span>Groups</span>
</div>
Coming soon
</center>
</main>
</div>
</body>
</html>