Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
jmct committed Feb 15, 2023
2 parents fb184ed + 1e9441d commit d828ded
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
8 changes: 6 additions & 2 deletions www/assignments/1.scrbl
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#lang scribble/manual
@(require "../defns.rkt")
@(require "../defns.rkt"
(only-in scribble/html/html div))

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

Expand Down Expand Up @@ -33,7 +34,10 @@ Racket, Ruby, Scheme, SML, Visual Basic.

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

Submit this assignment via @link[@gradescope]{Gradescope}.
@;{Submit this assignment via @link[@gradescope]{Gradescope}.}

Until this assignment is officially assigned (see the due date), submissions
will not be accepted.

@;{We will be using GitHub Classroom. This means you will work with git
repositories and turning in your work consists of pushing the
Expand Down
9 changes: 8 additions & 1 deletion www/css/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@ visibility:hidden;
padding: 10px;
}

.warning {
color: red;
background-color: #fbc9c7;
border: 1px solid red;
padding: 10px;
}

.tocset td a.tocviewselflink {
color: black;
text-decoration: underline;
Expand All @@ -54,7 +61,7 @@ visibility:hidden;
background-color: hsl(293, 33%, 90%);
}

a, .toclink, .toptoclink, .tocviewlink, .tocviewselflink, .tocviewtoggle, .plainlink,
a, .toclink, .toptoclink, .tocviewlink, .tocviewselflink, .tocviewtoggle, .plainlink,
.techinside, .techoutside:hover, .techinside:hover {
color: hsl(296, 100%, 22%);
}
Expand Down

0 comments on commit d828ded

Please sign in to comment.