Skip to content

Commit d828ded

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents fb184ed + 1e9441d commit d828ded

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

www/assignments/1.scrbl

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#lang scribble/manual
2-
@(require "../defns.rkt")
2+
@(require "../defns.rkt"
3+
(only-in scribble/html/html div))
34

45
@title[#:tag "Assignment 1" #:style 'unnumbered]{Assignment 1: Learning about Programming Languages}
56

@@ -33,7 +34,10 @@ Racket, Ruby, Scheme, SML, Visual Basic.
3334

3435
@section[#:style 'unnumbered]{What to turn in}
3536

36-
Submit this assignment via @link[@gradescope]{Gradescope}.
37+
@;{Submit this assignment via @link[@gradescope]{Gradescope}.}
38+
39+
Until this assignment is officially assigned (see the due date), submissions
40+
will not be accepted.
3741

3842
@;{We will be using GitHub Classroom. This means you will work with git
3943
repositories and turning in your work consists of pushing the

www/css/extra.css

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,13 @@ visibility:hidden;
3030
padding: 10px;
3131
}
3232

33+
.warning {
34+
color: red;
35+
background-color: #fbc9c7;
36+
border: 1px solid red;
37+
padding: 10px;
38+
}
39+
3340
.tocset td a.tocviewselflink {
3441
color: black;
3542
text-decoration: underline;
@@ -54,7 +61,7 @@ visibility:hidden;
5461
background-color: hsl(293, 33%, 90%);
5562
}
5663

57-
a, .toclink, .toptoclink, .tocviewlink, .tocviewselflink, .tocviewtoggle, .plainlink,
64+
a, .toclink, .toptoclink, .tocviewlink, .tocviewselflink, .tocviewtoggle, .plainlink,
5865
.techinside, .techoutside:hover, .techinside:hover {
5966
color: hsl(296, 100%, 22%);
6067
}

0 commit comments

Comments
 (0)