Skip to content

Commit

Permalink
Bring back classic style for buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
pmichaillat committed Jul 16, 2024
1 parent c5a1fed commit b6cd351
Show file tree
Hide file tree
Showing 50 changed files with 102 additions and 58 deletions.
2 changes: 0 additions & 2 deletions assets/css/common/post-single.css
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,6 @@
line-height: var(--lineheight);
background: var(--code-bg);
border-radius: 2px;
border: 1px solid var(--border);
}

.post-content pre code {
Expand Down Expand Up @@ -341,7 +340,6 @@
.paginav {
border-radius: var(--radius);
background: var(--code-bg);
border: 1px solid var(--border);
}

.post-tags a {
Expand Down
4 changes: 1 addition & 3 deletions assets/css/common/profile-mode.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,14 @@

.profile img {
border-radius: 50%;
border: 1px solid rgb(207, 207, 207);
}

.buttons {
flex-wrap: wrap;
}

.button {
background: var(--entry);
border: 1px solid rgb(207, 207, 207);
background: var(--tertiary);
border-radius: var(--radius);
margin: 8px 16px 8px 0px;
padding: 6px;
Expand Down
3 changes: 1 addition & 2 deletions assets/css/common/terms.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@
.terms-tags a {
display: block;
padding: 3px 10px;
background: var(--entry);
background: var(--tertiary);
border-radius: 6px;
transition: transform 0.1s;
border: 1px solid var(--border);
font-size: var(--homesize);
}

Expand Down
10 changes: 5 additions & 5 deletions content/data/data1.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ import pandas as pd

### Open the file:

Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat `data.csv`.

```python
file_path = 'data.csv'
Expand All @@ -80,8 +80,8 @@ cillum dolore eu fugiat nulla pariatur.

### Parse and process data:

Duis aute irure dolor in reprehenderit in voluptate velit esse
cillum dolore eu fugiat nulla pariatur.
Duis aute `line_data` irure dolor in reprehenderit in voluptate velit esse
cillum dolore eu fugiat nulla pariatur `data.extend`.

```python
data = []
Expand All @@ -93,7 +93,7 @@ for line in lines:

#### Compute summary statistics using NumPy:

Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum: `data_array`.

```python
data_array = np.array(data) # Convert the list to a NumPy array
Expand All @@ -109,7 +109,7 @@ max_value = np.max(data_array)
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
consequat.
consequat `print`.

```python
print(f"Mean: {mean}")
Expand Down
2 changes: 1 addition & 1 deletion public/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<meta name="description" content="I am a Professor of Philology at the Institute of Romance Philology in Regensburg, Germany. My research focuses mostly on Portuguese irregular verbs.">
<meta name="author" content="Moritz-Maria von Igelfeld">
<link rel="canonical" href="https://pascalmichaillat.org/hugo-website/404.html">
<link crossorigin="anonymous" href="/hugo-website/assets/css/stylesheet.df874f442402cbc47b7ab25a25feb2a3e3f47e42c650d201e4314cf9f510bdbd.css" integrity="sha256-34dPRCQCy8R7erJaJf6yo&#43;P0fkLGUNIB5DFM&#43;fUQvb0=" rel="preload stylesheet" as="style">
<link crossorigin="anonymous" href="/hugo-website/assets/css/stylesheet.6528f5298efbfa3244a91b6254cc3b2e5c1a6a72adaa3231a31efb4adf9f7446.css" integrity="sha256-ZSj1KY77&#43;jJEqRtiVMw7LlwaanKtqjIxox77St&#43;fdEY=" rel="preload stylesheet" as="style">
<link rel="icon" href="https://pascalmichaillat.org/hugo-website/favicon.ico">
<link rel="icon" type="image/png" sizes="16x16" href="https://pascalmichaillat.org/hugo-website/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://pascalmichaillat.org/hugo-website/favicon-32x32.png">
Expand Down
2 changes: 1 addition & 1 deletion public/archive/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<meta name="description" content="All the books, papers, courses, and data on this website—listed in reverse-chronological order.">
<meta name="author" content="Moritz-Maria von Igelfeld">
<link rel="canonical" href="https://pascalmichaillat.org/hugo-website/archive/">
<link crossorigin="anonymous" href="/hugo-website/assets/css/stylesheet.df874f442402cbc47b7ab25a25feb2a3e3f47e42c650d201e4314cf9f510bdbd.css" integrity="sha256-34dPRCQCy8R7erJaJf6yo&#43;P0fkLGUNIB5DFM&#43;fUQvb0=" rel="preload stylesheet" as="style">
<link crossorigin="anonymous" href="/hugo-website/assets/css/stylesheet.6528f5298efbfa3244a91b6254cc3b2e5c1a6a72adaa3231a31efb4adf9f7446.css" integrity="sha256-ZSj1KY77&#43;jJEqRtiVMw7LlwaanKtqjIxox77St&#43;fdEY=" rel="preload stylesheet" as="style">
<link rel="icon" href="https://pascalmichaillat.org/hugo-website/favicon.ico">
<link rel="icon" type="image/png" sizes="16x16" href="https://pascalmichaillat.org/hugo-website/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://pascalmichaillat.org/hugo-website/favicon-32x32.png">
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/books/book1/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<meta name="description" content="This book discusses Portugese irregular verbs in great details.">
<meta name="author" content="Moritz-Maria von Igelfeld">
<link rel="canonical" href="https://pascalmichaillat.org/hugo-website/books/book1/">
<link crossorigin="anonymous" href="/hugo-website/assets/css/stylesheet.df874f442402cbc47b7ab25a25feb2a3e3f47e42c650d201e4314cf9f510bdbd.css" integrity="sha256-34dPRCQCy8R7erJaJf6yo&#43;P0fkLGUNIB5DFM&#43;fUQvb0=" rel="preload stylesheet" as="style">
<link crossorigin="anonymous" href="/hugo-website/assets/css/stylesheet.6528f5298efbfa3244a91b6254cc3b2e5c1a6a72adaa3231a31efb4adf9f7446.css" integrity="sha256-ZSj1KY77&#43;jJEqRtiVMw7LlwaanKtqjIxox77St&#43;fdEY=" rel="preload stylesheet" as="style">
<link rel="icon" href="https://pascalmichaillat.org/hugo-website/favicon.ico">
<link rel="icon" type="image/png" sizes="16x16" href="https://pascalmichaillat.org/hugo-website/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://pascalmichaillat.org/hugo-website/favicon-32x32.png">
Expand Down
2 changes: 1 addition & 1 deletion public/books/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<meta name="description" content="Books by Professor Dr von Igelfeld&#39;s.">
<meta name="author" content="Moritz-Maria von Igelfeld">
<link rel="canonical" href="https://pascalmichaillat.org/hugo-website/books/">
<link crossorigin="anonymous" href="/hugo-website/assets/css/stylesheet.df874f442402cbc47b7ab25a25feb2a3e3f47e42c650d201e4314cf9f510bdbd.css" integrity="sha256-34dPRCQCy8R7erJaJf6yo&#43;P0fkLGUNIB5DFM&#43;fUQvb0=" rel="preload stylesheet" as="style">
<link crossorigin="anonymous" href="/hugo-website/assets/css/stylesheet.6528f5298efbfa3244a91b6254cc3b2e5c1a6a72adaa3231a31efb4adf9f7446.css" integrity="sha256-ZSj1KY77&#43;jJEqRtiVMw7LlwaanKtqjIxox77St&#43;fdEY=" rel="preload stylesheet" as="style">
<link rel="icon" href="https://pascalmichaillat.org/hugo-website/favicon.ico">
<link rel="icon" type="image/png" sizes="16x16" href="https://pascalmichaillat.org/hugo-website/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://pascalmichaillat.org/hugo-website/favicon-32x32.png">
Expand Down
2 changes: 1 addition & 1 deletion public/courses/course1/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<meta name="description" content="This graduate course presents classical results in Romance philology.">
<meta name="author" content="Moritz-Maria von Igelfeld">
<link rel="canonical" href="https://pascalmichaillat.org/hugo-website/courses/course1/">
<link crossorigin="anonymous" href="/hugo-website/assets/css/stylesheet.df874f442402cbc47b7ab25a25feb2a3e3f47e42c650d201e4314cf9f510bdbd.css" integrity="sha256-34dPRCQCy8R7erJaJf6yo&#43;P0fkLGUNIB5DFM&#43;fUQvb0=" rel="preload stylesheet" as="style">
<link crossorigin="anonymous" href="/hugo-website/assets/css/stylesheet.6528f5298efbfa3244a91b6254cc3b2e5c1a6a72adaa3231a31efb4adf9f7446.css" integrity="sha256-ZSj1KY77&#43;jJEqRtiVMw7LlwaanKtqjIxox77St&#43;fdEY=" rel="preload stylesheet" as="style">
<link rel="icon" href="https://pascalmichaillat.org/hugo-website/favicon.ico">
<link rel="icon" type="image/png" sizes="16x16" href="https://pascalmichaillat.org/hugo-website/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://pascalmichaillat.org/hugo-website/favicon-32x32.png">
Expand Down
2 changes: 1 addition & 1 deletion public/courses/course2/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<meta name="description" content="This undergraduate course discusses profanity in Early Irish.">
<meta name="author" content="Dieter Vogelsang,&thinsp;Moritz-Maria von Igelfeld">
<link rel="canonical" href="https://pascalmichaillat.org/hugo-website/courses/course2/">
<link crossorigin="anonymous" href="/hugo-website/assets/css/stylesheet.df874f442402cbc47b7ab25a25feb2a3e3f47e42c650d201e4314cf9f510bdbd.css" integrity="sha256-34dPRCQCy8R7erJaJf6yo&#43;P0fkLGUNIB5DFM&#43;fUQvb0=" rel="preload stylesheet" as="style">
<link crossorigin="anonymous" href="/hugo-website/assets/css/stylesheet.6528f5298efbfa3244a91b6254cc3b2e5c1a6a72adaa3231a31efb4adf9f7446.css" integrity="sha256-ZSj1KY77&#43;jJEqRtiVMw7LlwaanKtqjIxox77St&#43;fdEY=" rel="preload stylesheet" as="style">
<link rel="icon" href="https://pascalmichaillat.org/hugo-website/favicon.ico">
<link rel="icon" type="image/png" sizes="16x16" href="https://pascalmichaillat.org/hugo-website/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://pascalmichaillat.org/hugo-website/favicon-32x32.png">
Expand Down
2 changes: 1 addition & 1 deletion public/courses/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<meta name="description" content="Courses on philology by Professor Dr von Igelfeld and esteemed colleagues. For undergraduate and graduate students.">
<meta name="author" content="Moritz-Maria von Igelfeld">
<link rel="canonical" href="https://pascalmichaillat.org/hugo-website/courses/">
<link crossorigin="anonymous" href="/hugo-website/assets/css/stylesheet.df874f442402cbc47b7ab25a25feb2a3e3f47e42c650d201e4314cf9f510bdbd.css" integrity="sha256-34dPRCQCy8R7erJaJf6yo&#43;P0fkLGUNIB5DFM&#43;fUQvb0=" rel="preload stylesheet" as="style">
<link crossorigin="anonymous" href="/hugo-website/assets/css/stylesheet.6528f5298efbfa3244a91b6254cc3b2e5c1a6a72adaa3231a31efb4adf9f7446.css" integrity="sha256-ZSj1KY77&#43;jJEqRtiVMw7LlwaanKtqjIxox77St&#43;fdEY=" rel="preload stylesheet" as="style">
<link rel="icon" href="https://pascalmichaillat.org/hugo-website/favicon.ico">
<link rel="icon" type="image/png" sizes="16x16" href="https://pascalmichaillat.org/hugo-website/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://pascalmichaillat.org/hugo-website/favicon-32x32.png">
Expand Down
Loading

0 comments on commit b6cd351

Please sign in to comment.