-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
113 lines (113 loc) · 4.65 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="keywords" content="php">
<meta name="description"
content="Liste des contenus du cours de développement côté serveur destiné aux étudiants de l’orientation Web du bachelier en techniques graphiques de la Haute École de la Province de Liège">
<title>HEPL-PWCS : Les contenus du cours</title>
<link rel="stylesheet" href="dist/css/main.css">
</head>
<body>
<main>
<h1>
<span class="uppercase handwritten">Développement côté serveur</span>
</h1>
<section>
<h2>Les répos, énoncés et vidéos</h2>
<ol>
<li>
<a href="https://github.com/hepl-pwcs/calculette">
Calculette <img src="dist/images/github.svg"
width="16"
height="16"
alt="voir sur Github">
</a>
</li>
<li>
<a href="https://www.youtube.com/watch?v=w5RkCFj7u_Q">
<img src="dist/images/youtube.svg"
width="16"
height="16"
alt="voir sur Youtube"> Les tables de multiplication
</a>
- <a href="https://github.com/hepl-pwcs/tables-de-multiplication">
Repo <img src="dist/images/github.svg"
width="16"
height="16"
alt="voir sur Github">
</a>
</li>
<li>
<a href="https://www.youtube.com/watch?v=qvkNSGLnG6c">
<img src="dist/images/youtube.svg"
width="16"
height="16"
alt="voir sur Youtube"> Les capitales en capitale
</a>
- <a href="https://github.com/hepl-pwcs/capitales">
Repo <img src="dist/images/github.svg"
width="16"
height="16"
alt="voir sur Github">
</a>
</li>
<li>
<a href="https://www.youtube.com/watch?v=le5KrYPCIhs">
<img src="dist/images/youtube.svg"
width="16"
height="16"
alt="voir sur Youtube"> Teams
</a>
- <a href="https://github.com/hepl-pwcs/teams">
Repo <img src="dist/images/github.svg"
width="16"
height="16"
alt="voir sur Github">
</a>
</li>
<li>
<a href="https://www.youtube.com/watch?v=4MHWC1Ygh0g">
<img src="dist/images/youtube.svg"
width="16"
height="16"
alt="voir sur Youtube"> PDO 1on1
</a>
- <a href="https://github.com/hepl-pwcs/pdo-1-on-1">
Repo <img src="dist/images/github.svg"
width="16"
height="16"
alt="voir sur Github">
</a>
</li>
<li>
<a href="https://www.youtube.com/playlist?list=PLg9HTCEtaWMgIznz_wuq2VNygSAa69c0D">
<img src="dist/images/youtube.svg"
width="16"
height="16"
alt="voir sur Youtube"> Scores
</a>
- <a href="https://www.youtube.com/playlist?list=PLg9HTCEtaWMj5PL8kQr3E8lvZflcLhYUi">
<img src="dist/images/youtube.svg"
width="16"
height="16"
alt="voir sur Youtube"> Scores Goes DB
</a>
- <a href="https://github.com/hepl-pwcs/scores">
Repo <img src="dist/images/github.svg"
width="16"
height="16"
alt="voir sur Github">
</a>
</li>
</ol>
</section>
<footer>
<div>Icons made by <a href="https://www.flaticon.com/authors/pixel-perfect" title="Pixel perfect">Pixel
perfect</a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a></div>
<div>Icons made by <a href="https://www.flaticon.com/authors/roundicons" title="Roundicons">Roundicons</a> from
<a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a></div>
</footer>
</main>
</body>
</html>