mirror of
https://github.com/BreizhHardware/cours-ISEN-MD.git
synced 2026-01-18 16:47:24 +01:00
Obisidian vault auto-backup: 17-06-2025 11:10:42 on macbook-air-de-felix. 3 files edited
This commit is contained in:
2
.obsidian/app.json
vendored
2
.obsidian/app.json
vendored
@@ -3,7 +3,7 @@
|
||||
"alwaysUpdateLinks": true,
|
||||
"showLineNumber": true,
|
||||
"pdfExportSettings": {
|
||||
"includeName": true,
|
||||
"includeName": false,
|
||||
"pageSize": "A4",
|
||||
"landscape": false,
|
||||
"margin": "1",
|
||||
|
||||
56
.obsidian/workspace.json
vendored
56
.obsidian/workspace.json
vendored
@@ -31,30 +31,6 @@
|
||||
"title": "STM32 Cours 3"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "fe564a699ce386ad",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "ISEN/Physique/CIPA3/Compte rendu TP Amplificateur Opérationnel et Contre-Réaction.md",
|
||||
"mode": "source",
|
||||
"source": false,
|
||||
"backlinks": true,
|
||||
"backlinkOpts": {
|
||||
"collapseAll": false,
|
||||
"extraContext": false,
|
||||
"sortOrder": "alphabetical",
|
||||
"showSearch": false,
|
||||
"searchQuery": "",
|
||||
"backlinkCollapsed": false,
|
||||
"unlinkedCollapsed": true
|
||||
}
|
||||
},
|
||||
"icon": "lucide-file",
|
||||
"title": "Compte rendu TP Amplificateur Opérationnel et Contre-Réaction"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "8d1357b51450a4a1",
|
||||
"type": "leaf",
|
||||
@@ -79,6 +55,30 @@
|
||||
"title": "Developpement durable Cours 1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "fe564a699ce386ad",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "ISEN/Physique/CIPA3/Compte rendu TP Amplificateur Opérationnel et Contre-Réaction.md",
|
||||
"mode": "source",
|
||||
"source": false,
|
||||
"backlinks": true,
|
||||
"backlinkOpts": {
|
||||
"collapseAll": false,
|
||||
"extraContext": false,
|
||||
"sortOrder": "alphabetical",
|
||||
"showSearch": false,
|
||||
"searchQuery": "",
|
||||
"backlinkCollapsed": false,
|
||||
"unlinkedCollapsed": true
|
||||
}
|
||||
},
|
||||
"icon": "lucide-file",
|
||||
"title": "Compte rendu TP Amplificateur Opérationnel et Contre-Réaction"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "877eaa351ab0c7b2",
|
||||
"type": "leaf",
|
||||
@@ -116,7 +116,7 @@
|
||||
}
|
||||
}
|
||||
],
|
||||
"currentTab": 4
|
||||
"currentTab": 2
|
||||
}
|
||||
],
|
||||
"direction": "vertical"
|
||||
@@ -287,14 +287,14 @@
|
||||
"obsidian-git:Open Git source control": false
|
||||
}
|
||||
},
|
||||
"active": "310024453c875c5c",
|
||||
"active": "fe564a699ce386ad",
|
||||
"lastOpenFiles": [
|
||||
"ISEN/Developpement durable/CIPA3/Developpement durable Cours 1.md",
|
||||
"ISEN/Physique/CIPA3/Fiche de révision TP.md",
|
||||
"ISEN/Physique/CIPA3/Fiche de révision TP.pdf",
|
||||
"ISEN/Daily/16-06-2025.md",
|
||||
"ISEN/Physique/CIPA3/Fiche de révision TP.md",
|
||||
"ISEN/Physique/CIPA3/Compte rendu TP Amplificateur Opérationnel et Contre-Réaction.pdf",
|
||||
"ISEN/Physique/CIPA3/Compte rendu TP Amplificateur Opérationnel et Contre-Réaction.md",
|
||||
"ISEN/Developpement durable/CIPA3/Developpement durable Cours 1.md",
|
||||
"ISEN/Developpement durable/CIPA3",
|
||||
"ISEN/Developpement durable",
|
||||
"ISEN/FHS/CIPA3/Sociologie et organisation entreprises/Sociologie et organisation entreprises Cours 1.md",
|
||||
|
||||
@@ -1,3 +1,62 @@
|
||||
<html lang="fr">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Compte Rendu de TP</title>
|
||||
<style>
|
||||
body {
|
||||
font-family: Arial, sans-serif;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
height: 100vh;
|
||||
margin: 0;
|
||||
background-color: #f4f4f9;
|
||||
}
|
||||
.cover-container {
|
||||
text-align: center;
|
||||
background-color: white;
|
||||
padding: 1rem;
|
||||
border-radius: 10px;
|
||||
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
|
||||
max-width: 500px;
|
||||
width: 100%;
|
||||
}
|
||||
.cover-container h1 {
|
||||
font-size: 1.5rem;
|
||||
color: #2c3e50;
|
||||
margin-bottom: 0.3rem;
|
||||
}
|
||||
.cover-container h2 {
|
||||
font-size: 1.2rem;
|
||||
color: #3498db;
|
||||
margin-top: 0;
|
||||
}
|
||||
.cover-container p {
|
||||
font-size: 0.9rem;
|
||||
color: #7f8c8d;
|
||||
margin: 0.2rem 0;
|
||||
}
|
||||
.logo {
|
||||
width: 60px; /* Réduction de la largeur de l'image */
|
||||
height: auto; /* Ajustement automatique de la hauteur */
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="cover-container">
|
||||
<img src="https://isen-nantes.fr/wp-content/uploads/2023/11/ISEN-Nantes.png" alt="Logo" class="logo">
|
||||
<h1>COMPTE RENDU DE TP</h1>
|
||||
<h2>Amplificateurs Opérationnels</h2>
|
||||
<p>Étude des propriétés et des applications des amplificateurs opérationnels</p>
|
||||
<p>Présenté par : Matéo LE TOUZIC et Félix MARQUET</p>
|
||||
<p>Date : 20/06/2025</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
<div style="page-break-after: always;"></div>
|
||||
|
||||
```table-of-contents
|
||||
title:
|
||||
style: nestedList # TOC style (nestedList|nestedOrderedList|inlineFirstLevel)
|
||||
|
||||
Reference in New Issue
Block a user