File tree 1 file changed +53
-0
lines changed
1 file changed +53
-0
lines changed Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html>
2
+ < html lang ="en ">
3
+ < head >
4
+ < meta charset ="UTF-8 ">
5
+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
6
+ < title > PDF Files List</ title >
7
+ < style >
8
+ body {
9
+ font-family : "Helvetica Neue" , Helvetica, Arial, sans-serif;
10
+ color : # 333 ;
11
+ background-color : # f9f9f9 ;
12
+ margin : 20px ;
13
+ padding : 20px ;
14
+ }
15
+ h1 {
16
+ font-size : 2em ;
17
+ margin-bottom : 0.5em ;
18
+ color : # 333 ;
19
+ }
20
+ ol {
21
+ list-style-type : decimal;
22
+ margin-left : 40px ;
23
+ }
24
+ li {
25
+ font-size : 1.2em ;
26
+ margin-bottom : 0.5em ;
27
+ }
28
+ a {
29
+ color : # 4183c4 ;
30
+ text-decoration : none;
31
+ }
32
+ a : hover {
33
+ text-decoration : underline;
34
+ }
35
+ /* Orderedlist theme-inspired header */
36
+ header {
37
+ background-color : # 4183c4 ;
38
+ padding : 10px 0 ;
39
+ color : white;
40
+ text-align : center;
41
+ }
42
+ </ style >
43
+ </ head >
44
+ < body >
45
+ < header >
46
+ < h1 > Parallel Programming Course slides</ h1 >
47
+ </ header >
48
+ < ul >
49
+ < li > < a href ="https://learning-process.github.io/parallel_programming_slides/slides/00-handshake.pdf " target ="_blank "> 00: Handshake</ a > </ li >
50
+ < li > < a href ="https://learning-process.github.io/parallel_programming_slides/slides/01-intro.pdf " target ="_blank "> 01: Introduction</ a > </ li >
51
+ </ ul >
52
+ </ body >
53
+ </ html >
You can’t perform that action at this time.
0 commit comments