Skip to content

Commit

Permalink
Merge branch 'master' into mise-a-niveau
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreOlivierBrillant committed Apr 10, 2024
2 parents 552bdb6 + 1ba38ed commit 3c09429
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 19 deletions.
52 changes: 35 additions & 17 deletions angular/src/app/decbac/decbac.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -236,11 +236,31 @@ <h5 id="s1">Session 4</h5>
</span>
<div class="titre">Prog. Web orientée services</div>
<div style="clear: both">
<span class="badge text-bg-light">420-4W6-EM</span>
<span class="numero badge text-bg-light">420-4W6-EM</span>
<span class="float-end">&nbsp;<i class="fas fa-clock"></i> 90h</span>
</div>
</div>
</div>

<div class="col-md">
<div class="specifique bg-light text-dark natif">
<span class="float-right icons">
&nbsp;<i class="fab fa-android"></i> &nbsp;<i
class="fa fa-mobile-android"
></i>
</span>

<div class="titre">Design d'interface</div>

<div style="clear: both">
<span class="numero badge text-bg-light">582-905-EM</span>
<span class="float-end"
>&nbsp;<i class="fas fa-palette"></i
><i class="far fa-object-group"></i> 75h</span
>
</div>
</div>
</div>
</div>

<div class="row">
Expand All @@ -253,30 +273,28 @@ <h5 id="s1">Session 5</h5>

<div class="row">
<div class="col-md">
<div class="specifique text-dark">
<div class="commun text-dark">
<span class="float-end icons">
&nbsp;<i class="fas fa-database"></i> &nbsp;<i
class="fab fa-laravel"
></i>
&nbsp;<i class="fas fa-comments"></i>
</span>
<div class="titre">Bases de données et prog. Web</div>
<div class="titre">Communiquer en milieux professionnels</div>
<div style="clear: both">
<span class="badge text-bg-light">420-4D5-EM</span>
<span class="float-end">&nbsp;<i class="fas fa-clock"></i> 75h</span>
<span class="numero badge text-bg-light">350-914-EM</span>
<span class="float-end">&nbsp;<i class="fas fa-clock"></i> 90h</span>
</div>
</div>
</div>

<div class="col-md">
<div class="specifique text-dark">
<span class="float-end icons">
&nbsp;<i class="fas fa-lightbulb"></i> &nbsp;<i
class="fas fa-clipboard-list"
&nbsp;<i class="fas fa-database"></i> &nbsp;<i
class="fab fa-laravel"
></i>
</span>
<div class="titre">Analyse et conception d'applications</div>
<div class="titre">Bases de données et prog. Web</div>
<div style="clear: both">
<span class="badge text-bg-light">420-5Y5-EM</span>
<span class="numero badge text-bg-light">420-4D5-EM</span>
<span class="float-end">&nbsp;<i class="fas fa-clock"></i> 75h</span>
</div>
</div>
Expand Down Expand Up @@ -570,7 +588,7 @@ <h5 id="s1">Session 9</h5>
</span>
<div class="titre">Projet d'informatique I</div>
<div style="clear: both">
<span class="badge text-bg-dark">IFT XYZ</span>
<span class="badge text-bg-dark">IFT-595</span>
<span class="float-end"
>&nbsp;<i class="fas fa-clock"></i> 0-2-4</span
>
Expand All @@ -585,7 +603,7 @@ <h5 id="s1">Session 9</h5>
</span>
<div class="titre">Projet de fin d'études en programmation</div>
<div style="clear: both">
<span class="badge text-bg-light">420-6P3-EM</span>
<span class="numero badge text-bg-light">420-6P3-EM</span>
<span class="float-end"
>&nbsp;<i class="fas fa-clock"></i> 0-3-0</span
>
Expand Down Expand Up @@ -613,7 +631,7 @@ <h5 id="s1">Session 9</h5>
<ul>
<li>
<span class="numero. badge text-bg-dark">420-3U4-EM</span>
Introduction à la cybersécurité remplacé par IFT-606 IFT-585
Introduction à la cybersécurité remplacé par IFT-606 et IFT-585
</li>
<li>
<span class="numero. badge text-bg-dark">420-4E4-EM</span>
Expand All @@ -625,15 +643,15 @@ <h5 id="s1">Session 9</h5>
</li>
<li>
<span class="numero. badge text-bg-dark">420-5Y5-EM</span> Analyse
et conception applications remplacé par IGL-601 IFT-XYZ
et conception applications remplacé par IGL-601 et IFT-595
</li>
<li>
<span class="numero. badge text-bg-dark">420-5L4-EM</span>
Professions et soutien aux utilisateurs remplacé par IFT-203
</li>
<li>
<span class="numero. badge text-bg-dark">420-6P8-EM</span> Projet
en programmation remplacé par IFT-XYZ
en programmation remplacé par IFT-595
</li>
</ul>
</div>
Expand Down
2 changes: 1 addition & 1 deletion angular/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* To learn more about this file see: https://angular.io/config/tsconfig. */
/* To learn more about this file see: https://angular.io/config/tsconfig. */
{
"compileOnSave": false,
"compilerOptions": {
Expand Down
2 changes: 1 addition & 1 deletion data/cours.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"v": "p",
"no": "420-3W6",
"icons": ["fas fa-file-code", "fas fa-database"],
"url": "https://github.com/departement-info-cem/3W6-Web-Transactionelle/"
"url": "https://departement-info-cem.github.io/3W6-Web-Transactionelle/"
},

{
Expand Down

0 comments on commit 3c09429

Please sign in to comment.