Skip to content

Commit 73c86ec

Browse files
Add academic year 2020-21
1 parent 8513256 commit 73c86ec

7 files changed

Lines changed: 2001 additions & 0 deletions

File tree

Lines changed: 279 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,279 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8"/>
5+
<meta http-equiv="Content-Language" content="en"/>
6+
<link rel="shortcut icon" href="../../images/logo/favicon.png"/>
7+
<title>Algorithms and Structured Programming in C applied to Digital Science: John Samuel</title>
8+
<style type="text/css">
9+
body{
10+
background-color: #FFFFFF;
11+
}
12+
#sidebar {
13+
position: fixed;
14+
background-color: #1B80CF;
15+
top: 0;
16+
left: 0;
17+
bottom: 0;
18+
width:30vw;
19+
}
20+
#sidebar .title {
21+
position:relative;
22+
text-align: center;
23+
line-height: 4vmax;
24+
font-size: 1.4vmax;
25+
font-family: 'Arial';
26+
margin-top: 25vh;
27+
}
28+
#sidebar .title a:link,
29+
#sidebar .title a:visited{
30+
color: #FFFFFF;
31+
text-decoration:none;
32+
}
33+
.subtitle {
34+
top: 50vh;
35+
text-align: center;
36+
line-height: 1.3vmax;
37+
font-family: 'Arial';
38+
font-size: 1.5vmax;
39+
color: #FFFFFF;
40+
}
41+
.subtitle a:link,
42+
.subtitle a:visited{
43+
color: #FFFFFF;
44+
text-decoration:none;
45+
}
46+
.licence {
47+
position:fixed;
48+
text-align: right;
49+
bottom:0;
50+
right:0;
51+
}
52+
.home {
53+
position:fixed;
54+
text-align: left;
55+
font-family: 'Arial';
56+
color: #D3D3D3;
57+
z-index:100;
58+
width:100%;
59+
background-color:#FFFFFF;
60+
top:0px;
61+
margin-bottom:10px;
62+
padding-bottom:10px;
63+
}
64+
.home a:link,
65+
.home a:visited{
66+
text-decoration:none;
67+
color: #D3D3D3;
68+
}
69+
.home ul{
70+
margin: 0;
71+
padding: 0;
72+
text-align: left;
73+
list-style:none;
74+
}
75+
.home li{
76+
position: relative;
77+
float: left;
78+
padding-top:15px;
79+
margin-right: 1em;
80+
font-family: 'Arial';
81+
}
82+
.home li:hover {
83+
display:block;
84+
}
85+
.home a:link,
86+
.home a:visited{
87+
color: #D3D3D3;
88+
}
89+
.home li:hover a:link,
90+
.home li:hover a:visited{
91+
text-decoration:none;
92+
padding:15px;
93+
color:#FFFFFF;
94+
background-color: #1B80CF;
95+
}
96+
.content {
97+
line-height: 1.8vmax;
98+
font-size: 1.2vmax;
99+
font-family: 'Arial';
100+
margin-top: 15vh;
101+
width:90%;
102+
}
103+
.content h2, h3, h4{
104+
color:#1B80CF;
105+
}
106+
.content a:link,
107+
.content a:visited{
108+
color: #1B80CF;
109+
}
110+
.content h3 {
111+
color: #1B80CF;
112+
}
113+
.content h2::before,
114+
.content h3::before{
115+
display: block;
116+
content : " ";
117+
visibility:hidden;
118+
height:50px;
119+
margin-top:-50px;
120+
pointer-events: none;
121+
background-color:#FFFFFF;
122+
}
123+
.content a:link,
124+
.content a:visited{
125+
color:#1B80CF;
126+
}
127+
.content li {
128+
margin:5px;
129+
}
130+
.page {
131+
width:65vw;
132+
height:100%;
133+
margin-left:30vw;
134+
overflow: hidden;
135+
padding: 0 1em;
136+
font-family: 'Arial';
137+
}
138+
.page img {
139+
max-width:100%;
140+
max-height:100%;
141+
}
142+
@media (max-width: 640px), screen and (orientation: portrait) {
143+
body {
144+
max-width:100%;
145+
max-height:100%;
146+
}
147+
#sidebar {
148+
position: fixed;
149+
background-color: #1B80CF;
150+
top: 0;
151+
left: 0;
152+
bottom: 80vh;
153+
width:100vw;
154+
}
155+
#sidebar .title {
156+
text-align: center;
157+
position: fixed;
158+
margin-top: 6vh;
159+
left:0px;
160+
right:0px;
161+
line-height: 3.5vmax;
162+
font-size: 1.5vmax;
163+
font-family: 'Arial';
164+
}
165+
#sidebar .subtitle {
166+
text-align:center;
167+
top: 5vh;
168+
left:0px;
169+
right:0px;
170+
position: fixed;
171+
margin-top: 10vh;
172+
font-size: 1.5vmax;
173+
}
174+
#sidebar .title a:link,
175+
#sidebar .title a:visited{
176+
text-align:center;
177+
color:#FFFFFF;
178+
}
179+
#sidebar .subtitle a:link,
180+
#sidebar .subtitle a:visited{
181+
text-align:center;
182+
color:#FFFFFF;
183+
}
184+
.home{
185+
z-index:100;
186+
width:100%;
187+
background-color:#1B80CF;
188+
font-size:1.5vmax;
189+
}
190+
.home a:link,
191+
.home a:visited{
192+
text-decoration:none;
193+
color:#FFFFFF;
194+
}
195+
.content {
196+
line-height: 3.8vmax;
197+
font-size: 1.8vmax;
198+
font-family: 'Arial';
199+
margin-top:22vh;
200+
}
201+
.content a:link,
202+
.content a:visited{
203+
color:#1B80CF;
204+
}
205+
.page {
206+
top: 40vh;
207+
width:95%;
208+
margin-left:0vw;
209+
}
210+
.page img {
211+
max-width:100%;
212+
max-height:100%;
213+
border:0;
214+
}
215+
}
216+
217+
</style>
218+
</head>
219+
<body vocab="http://schema.org/">
220+
<div id="sidebar">
221+
<div class="title">
222+
<h1><a href="./index.html">Algorithms and Structured Programming in C applied to Digital Science</a></h1>
223+
</div>
224+
<div class="subtitle">
225+
<h3><a href="../../../../about.html">John Samuel</a></h3>
226+
</div>
227+
</div>
228+
<div class="licence"><a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="../../.././../../images/license.png"/></a>
229+
</div>
230+
<div class="page">
231+
<div class="home">
232+
<ul typeof="BreadcrumbList">
233+
<li property="itemListElement" typeof="ListItem">
234+
<a property="item" typeof="WebPage" href="../../../../index.html">
235+
<span property="name">Home</span>
236+
</a>
237+
</li>
238+
<li property="itemListElement" typeof="ListItem">
239+
<a property="item" typeof="WebPage" href="../../../index.html">
240+
<span property="name">Teaching</span>
241+
</a>
242+
</li>
243+
</ul>
244+
</div>
245+
<div class="content">
246+
<h2>Algorithms and Structured Programming in C applied to Digital Science</h2>
247+
<h3>Academic year: 2020-2021</h3>
248+
<h4>Classes</h4>
249+
<ul>
250+
<li><a href="../../../../../fr/enseignement/cours/2019/Algorithmes/cours1.html">Introduction to C</a></li>
251+
<li><a href="../../../../../fr/enseignement/cours/2019/Algorithmes/cours2.html">Pointers, Structures and Functions</a></li>
252+
<li><a href="../../../../../fr/enseignement/cours/2019/Algorithmes/cours3.html">More system calls, errors and compilation chain</a></li>
253+
</ul>
254+
<h4>Practicals (French)</h4>
255+
<ul>
256+
<li><a href="../../../../../fr/enseignement/cours/2019/Algorithmes/instructions.html">Instructions</a></li>
257+
<li><a href="../../../../../fr/enseignement/cours/2019/Algorithmes/tp1.html">Practicals 1</a></li>
258+
<li><a href="../../../../../fr/enseignement/cours/2019/Algorithmes/tp2.html">Practicals 2</a></li>
259+
<li><a href="../../../../../fr/enseignement/cours/2019/Algorithmes/tp3.html">Practicals 3</a></li>
260+
<li><a href="../../../../../fr/enseignement/cours/2019/Algorithmes/tp4.html">Practicals 4</a></li>
261+
<li><a href="../../../../../fr/enseignement/cours/2019/Algorithmes/tp5.html">Practicals 5</a></li>
262+
</ul>
263+
<h4>Project (French)</h4>
264+
<ul>
265+
<li><a href="../../../../../fr/enseignement/cours/2019/Algorithmes/projet.html">Task 1</a></li>
266+
<li><a href="../../../../../fr/enseignement/cours/2019/Algorithmes/projet-tâche2.html">Task 2</a></li>
267+
<li><a href="../../../../../fr/enseignement/cours/2019/Algorithmes/projet-tâche3.html">Task 3</a></li>
268+
<li><a href="../../../../../fr/enseignement/cours/2019/Algorithmes/projet-tâche4.html">Task 4</a></li>
269+
<li><a href="../../../../../fr/enseignement/cours/2019/Algorithmes/projet-tâche5.html">Task 5</a></li>
270+
</ul>
271+
<h3>Questions (French)</h3>
272+
<h4>2018-2019</h4>
273+
<ul>
274+
<li><a href="../../../../../fr/enseignement/cours/2018/Algorithmes/questions1.html">First session</a></li>
275+
<li><a href="../../../../../fr/enseignement/cours/2018/Algorithmes/questions2.html">Second session</a></li>
276+
</ul>
277+
</div>
278+
</body>
279+
</html>

0 commit comments

Comments
 (0)