forked from bjc-edc/bjc-r
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index13.html
60 lines (53 loc) · 3.75 KB
/
index13.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>The Beauty and Joy of Computing</title>
<!-- EDC Dev Tech wrote this these. See https://dethier.github.io/bjc/ -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/bjc-r/css/landingpage13.css">
<link rel="stylesheet" href="/bjc-r/css/edcdevtech-headerfooter.css">
</head>
<body>
<header class="site-header" role="banner">
<div class="wrapper">
<div class="logo">
<a class="site-title" rel="author" href="/bjc-r/course/bjc4nyc.html"><img src="/bjc-r/img/header-footer/bjc-logo-sm2.png" alt="BJC logo" class="pull-left"><span class="txtTitle">The Beauty and Joy of Computing</span></a>
</div>
<div class="trapezoid"></div>
</div>
</header>
<div class="hero">
<div class="background-overlay">
<div class="wrapper margins">
<div class="large-logo" style="margin-top: 20px;" ><img src="/bjc-r/img/splash-page/bjc-logo.png" alt="BJC"/></div>
<div class="txtContainer">
<h2>The Beauty and Joy of Computing<span class="subtitle">An AP CS Principles Course</span></h2>
<div class="btnContainer">
<div class="btn1Container">
<div><a href="/bjc-r/course/bjc4nyc.html" class="btn btn1">BJC Curriculum<i class="fas fa-arrow-alt-circle-right"></i></a></div>
</div>
<div class="break"></div>
<div><a href="http://snap.berkeley.edu/run" target="_blank" class="btn btn2">Run <img style="height:40px; width: auto; vertical-align: middle; margin-top: -10px; margin-bottom: -10px;" src="/bjc-r/img/splash-page/snap-logo-large.png" alt="Snap!" title="Run Snap! Now" /> Now<i class="fas fa-arrow-alt-circle-right"></i></a></div>
<div><a href="/bjc-r/course/bjc4nyc_teacher.html" target="_blank" class="btn btn3"> BJC Teacher Guide<i class="fas fa-arrow-alt-circle-right"></i></a></div>
<div><a href="https://bjc.berkeley.edu/pd" target="_blank" class="btn btn3">BJC Teacher PD<i class="fas fa-arrow-alt-circle-right"></i></a></div>
</div>
</div>
</div>
</div>
</div>
<footer>
<div class="footer wrapper margins">
<div class="footer-col col1"><img src="/bjc-r/img/header-footer/NSF_logo.png" alt="NSF" /></div>
<div class="footer-col col2"><img class="noshadow" src="/bjc-r/img/header-footer/EDC_logo.png" alt="EDC" /></div>
<div class="footer-col col3"><img class="noshadow" src="/bjc-r/img/header-footer/UCB_logo.png" alt="UCB" /></div>
<div class="footer-col col4">
<p>The Beauty and Joy of Computing by University of California, Berkeley and Education Development Center, Inc. is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. The development of this site is funded by the National Science Foundation under grant number 144‍1075. Any opinions, findings, and conclusions or recommendations expressed in this material are those of the author(s) and do not necessarily reflect the views of the National Science Foundation.</p>
</div>
<div class="footer-col col5">
<img src="/bjc-r/img/header-footer/cc_88x31.png" alt="Creative Commons Attribution" />
</div>
</div>
</footer>
</body>
</html>