Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
MohsenLesani committed Sep 10, 2024
1 parent 7e862a1 commit cb04fbd
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ <h3 id="overview-schedule-description-teaching-team-assessment"><a href="#overvi
-->
<hr />
<h1 id="overview">Overview</h1>
<p>Welcome! CSE113: Parallel and Concurrent Programming<br />
<h2 id="welcome">Welcome</h2>
<p>CSE113: Parallel and Concurrent Programming<br />
UCSC CSE<br />
Fall 2024</p>
<p>Instructor:<br />
Expand Down
3 changes: 2 additions & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ pandoc --css=styling.css -s -f markdown+smart --metadata pagetitle="CSE 113: Par
**************************************************
# Overview

Welcome!
## Welcome

CSE113: Parallel and Concurrent Programming
UCSC CSE
Fall 2024
Expand Down
12 changes: 6 additions & 6 deletions styling.css
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ img {
}

h1, h2, h3, h4, h5, h6 {
color: #111;
color: #303C6C;
line-height: 125%;
margin-top: 1em;
font-weight: normal;
Expand All @@ -81,23 +81,23 @@ h4, h5, h6 {
}

h1 {
font-size: 1.5em;
font-size: 1.7em;
}

h2 {
font-size: 1.3em;
font-size: 1.4em;
}

h3 {
font-size: 1.1em;
font-size: 1.2em;
}

h4 {
font-size: 0.8em;
font-size: 0.9em;
}

h5 {
font-size: 0.6em;
font-size: 0.7em;
}

h6 {
Expand Down

0 comments on commit cb04fbd

Please sign in to comment.