-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlicence3.html
More file actions
80 lines (68 loc) · 2.95 KB
/
Copy pathlicence3.html
File metadata and controls
80 lines (68 loc) · 2.95 KB
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
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Licence 2 2021 - 2022</title>
<link rel="stylesheet" href="style-l3.css">
</head>
<header>
<div class="wrapper-1">
<h1>Master G2M<span class="orange">.</span></h1>
<nav>
<ul>
<li><a href="index.html" class="logo"></a></li>
</ul>
</nav>
</div>
</header>
<body>
<section id="licence3">
<div class="wrapper-l3">
<h2>Licence 3 [2022 - 2023]</h2> <br /><br /> <br /><br />
<p> La première année de ma licence en géographie a été une occasion passionnante d'explorer les fondements
de cette discipline. <br /> <br /> Voici quelques cours (pas tous les cours) que j'ai suivi en L1 :</p>
<br /> <br /> <br />
<div class="container">
<h3>Liste de quelques Cours</h3> <br /><br /><br />
<table border="1">
<tr>
<th>UE</th>
<th>Éléments constitutifs</th>
</tr>
<tr>
<td rowspan="2"><strong>UE 14 MILIEUX ET REPRÉSENTATIONS</strong></td>
<td>EC B "Info géo et représentations"</td>
</tr>
<tr>
<td>Ateliers Plan-reliefs</td>
</tr>
<tr>
<td rowspan="1"><strong>UE 15 MINEURE</strong></td>
<td>EC 1 "Gestion de l'environnement"</td>
</tr>
<tr>
<td rowspan="1"><strong>UE 17 ORGANISATION DES ESPACES</strong></td>
<td>EC 1 "Systèmes agro-alimentaires"</td>
</tr>
<tr>
<td rowspan="2"><strong>UE 18 MINEURE</strong></td>
<td>EC "Epistémologie"</td>
</tr>
<tr>
<td>EC libre "Introduction à la programmation"</td>
</tr>
<tr>
<td rowspan="1"><strong>UE 19</strong></td>
<td>EC de science connexe "Télédétection et SIG"</td>
</tr>
</table>
</div> <br /> <br /> <br /> <br /> <br /> <br />
<h4>Pour plus d'infos sur mes cours suivis en licence : </h4>
<a href="https://geographie.univ-paris8.fr/licence-3" class="lien" target="_blank"> Licence 3 </a> <br />
<a href="https://geographie.univ-paris8.fr/IMG/pdf/brochure_lic_geo_23-24_site.pdf" class="lien"
target="_blank"> Brochure 23 - 24 </a> <br /> <br /> <br />
</div>
</section>
</body>
</html>