Skip to content

Commit

Permalink
Update module_1.html
Browse files Browse the repository at this point in the history
  • Loading branch information
soberbichler authored Dec 29, 2024
1 parent a290213 commit 0c92167
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions modules/module_1.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,13 @@
color: #8B0000;
}
.notebook-link {
display: inline-flex;
display: flex;
align-items: center;
gap: 10px;
margin-top: 10px;
margin-bottom: 20px;
}
.notebook-title {
font-weight: 500;
min-width: 300px;
}
.back-button {
position: fixed;
Expand All @@ -35,7 +38,6 @@
</head>
<body>
<a href="../index.html" class="btn btn-secondary back-button">&larr; Go Back</a>

<div class="container">
<h1>Module 1: Introduction to the topic, the course, and NLP</h1>

Expand All @@ -52,11 +54,13 @@ <h3>Preparation for Module 1:</h3>
</ul>

<h3>Notebooks we will use in class:</h3>
<div class="notebook-link">
<p>Python_CrashCourse_1</p>
<a href="https://colab.research.google.com/github/ieg-dhr/NLP-Course4Humanities_2024/blob/main/Python_CrashCourse_1.ipynb" target="_blank">
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open Python_CrashCourse_1 In Colab"/>
</a>
<div class="notebook-links">
<div class="notebook-link">
<span class="notebook-title">Python Crash Course 1</span>
<a href="https://colab.research.google.com/github/ieg-dhr/NLP-Course4Humanities_2024/blob/main/Python_CrashCourse_1.ipynb" target="_blank">
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Python_CrashCourse_1.ipynb In Colab"/>
</a>
</div>
</div>

<h3>Workload (after class):</h3>
Expand All @@ -65,7 +69,6 @@ <h3>Workload (after class):</h3>
<h3>Date and Time:</h3>
<p>October 25, 2024 (10:00 AM to 11:30 AM)</p>
</div>

<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
</body>
</html>

0 comments on commit 0c92167

Please sign in to comment.