-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a290213
commit 0c92167
Showing
1 changed file
with
13 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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; | ||
|
@@ -35,7 +38,6 @@ | |
</head> | ||
<body> | ||
<a href="../index.html" class="btn btn-secondary back-button">← Go Back</a> | ||
|
||
<div class="container"> | ||
<h1>Module 1: Introduction to the topic, the course, and NLP</h1> | ||
|
||
|
@@ -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> | ||
|
@@ -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> |