-
Notifications
You must be signed in to change notification settings - Fork 1
/
tiles.html
71 lines (68 loc) · 3.12 KB
/
tiles.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
<section id="benefits-section" class="benefits-section theme-bg-light-gradient py-3">
<div class="container">
<!--
<h2 class="section-heading text-center mb-3">What Will You Get From This Book?</h2>
<div class="section-intro single-col-max mx-auto text-center mb-5">
Section intro goes here. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer blandit consequat consequat. Orci varius natoque penatibus et magnis.
</div>
-->
<div class="row text-center">
<div class="item col-12 col-md-6 col-lg-4">
<div class="item-inner p-3 p-lg-4">
<a target="_blank" href="https://teach.saasbook.info">
<div class="item-header mb-3">
<div class="item-icon">
<i class="fas fa-laptop-code"></i>
</div>
<h3 class="item-heading">
Instructors: <br>Get Started Using Codio™
</h3>
</div><!--//item-heading-->
<div class="item-desc">
All-in-one Web-based IDE, online textbook, autograding, and LMS integration.
</div><!--//item-desc-->
</div><!--//item-inner-->
</a>
</div><!--//item-->
<div class="item col-12 col-md-6 col-lg-4">
<div class="item-inner p-3 p-lg-4">
<!-- <a target="_blank" href="https://www.edx.org/professional-certificate/berkeleyx-mastering-agile-development-of-software-as-a-service"> -->
<div class="item-header mb-3">
<div class="item-icon">
<i class="fa-solid fa-desktop"></i>
</div>
<h3 class="item-heading">
Instructors & individual learners:<br>
Get Started Using EdX
</h3>
</div><!--//item-heading-->
<div class="item-desc">
Online course integrating Codio, autograding, lectures, and quizzes, in a 3-part series that can be taken individually or together for an EdX Professional Certificate. <strong>Note: the edX course is currently being revised and will be back in late 2024.</strong>
</div><!--//item-desc-->
</div><!--//item-inner-->
<!-- </a> -->
</div><!--//item-->
<div class="item col-12 col-md-6 col-lg-4">
<div class="item-inner p-3 p-lg-4">
<a href="https://summer.berkeley.edu" target="_blank">
<div class="item-header mb-3">
<div class="item-icon">
<i class="fa-solid fa-graduation-cap"></i>
</div>
<h3 class="item-heading">
Individual learners: <br>
Take the UC Berkeley class
</h3>
</div><!--//item-heading-->
<div class="item-desc">
Apply to enroll during the academic year or summer
session, get intensive access to course staff and
instructors, and receive UC Berkeley transcript
credit.
</div><!--//item-desc-->
</a>
</div><!--//item-inner-->
</div><!--//item-->
</div><!--//row-->
</div><!--//container-->
</section><!--//benefits-section-->