Compare commits
2 commits
02dd258844
...
5b7bc07cef
Author | SHA1 | Date | |
---|---|---|---|
5b7bc07cef | |||
8e0b5fdd14 |
3 changed files with 14 additions and 12 deletions
|
@ -8,6 +8,6 @@ title: Contact
|
||||||
|
|
||||||
- *LinkedIn:* [[https://www.linkedin.com/in/dimitrilozeve][/in/dimitrilozeve]]
|
- *LinkedIn:* [[https://www.linkedin.com/in/dimitrilozeve][/in/dimitrilozeve]]
|
||||||
|
|
||||||
- *Twitter:* [[https://twitter.com/DimitriLozeve][DimitriLozeve]]
|
- *Mastodon:* [[https://mathstodon.xyz/@dlzv][@dlzv@mathstodon.xyz]]
|
||||||
|
|
||||||
# - *StackOverflow:* [[https://stackoverflow.com/story/dimitrilozeve][dimitrilozeve]]
|
# - *StackOverflow:* [[https://stackoverflow.com/story/dimitrilozeve][dimitrilozeve]]
|
||||||
|
|
|
@ -48,7 +48,7 @@ body {
|
||||||
width: 87.5%;
|
width: 87.5%;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
padding-left: 12.5%;
|
/* padding-left: 12.5%; */
|
||||||
font-family: et-book, Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
|
font-family: et-book, Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
|
||||||
background-color: #fffff8;
|
background-color: #fffff8;
|
||||||
color: #111;
|
color: #111;
|
||||||
|
@ -93,7 +93,7 @@ h3 {
|
||||||
hr {
|
hr {
|
||||||
display: block;
|
display: block;
|
||||||
height: 1px;
|
height: 1px;
|
||||||
width: 55%;
|
width: 65%;
|
||||||
border: 0;
|
border: 0;
|
||||||
border-top: 1px solid #ccc;
|
border-top: 1px solid #ccc;
|
||||||
margin: 1em 0;
|
margin: 1em 0;
|
||||||
|
@ -170,12 +170,12 @@ blockquote {
|
||||||
}
|
}
|
||||||
|
|
||||||
blockquote p {
|
blockquote p {
|
||||||
width: 55%;
|
width: 65%;
|
||||||
margin-right: 40px;
|
margin-right: 40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
blockquote footer {
|
blockquote footer {
|
||||||
width: 55%;
|
width: 65%;
|
||||||
font-size: 1.1rem;
|
font-size: 1.1rem;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
@ -183,14 +183,14 @@ blockquote footer {
|
||||||
section > p,
|
section > p,
|
||||||
section > footer,
|
section > footer,
|
||||||
section > table {
|
section > table {
|
||||||
width: 55%;
|
width: 65%;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 50 + 5 == 55, to be the same width as paragraph */
|
/* 60 + 5 == 65, to be the same width as paragraph */
|
||||||
section > dl,
|
section > dl,
|
||||||
section > ol,
|
section > ol,
|
||||||
section > ul {
|
section > ul {
|
||||||
width: 50%;
|
width: 60%;
|
||||||
-webkit-padding-start: 5%;
|
-webkit-padding-start: 5%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -205,7 +205,7 @@ figure {
|
||||||
font-size: 100%;
|
font-size: 100%;
|
||||||
font: inherit;
|
font: inherit;
|
||||||
vertical-align: baseline;
|
vertical-align: baseline;
|
||||||
max-width: 55%;
|
max-width: 65%;
|
||||||
-webkit-margin-start: 0;
|
-webkit-margin-start: 0;
|
||||||
-webkit-margin-end: 0;
|
-webkit-margin-end: 0;
|
||||||
margin: 0 0 3em 0;
|
margin: 0 0 3em 0;
|
||||||
|
@ -243,8 +243,8 @@ img {
|
||||||
.marginnote {
|
.marginnote {
|
||||||
float: right;
|
float: right;
|
||||||
clear: right;
|
clear: right;
|
||||||
margin-right: -60%;
|
margin-right: -50%;
|
||||||
width: 50%;
|
width: 40%;
|
||||||
margin-top: 0.3rem;
|
margin-top: 0.3rem;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
font-size: 1.1rem;
|
font-size: 1.1rem;
|
||||||
|
|
|
@ -36,7 +36,9 @@ title: Welcome!
|
||||||
You can contact me by email (at firstname@lastname.com), reach me via
|
You can contact me by email (at firstname@lastname.com), reach me via
|
||||||
<a rel="me" href="https://mathstodon.xyz/@dlzv">Mastodon</a>, find me on
|
<a rel="me" href="https://mathstodon.xyz/@dlzv">Mastodon</a>, find me on
|
||||||
<a href="https://www.linkedin.com/in/dimitrilozeve">LinkedIn</a>, or see what
|
<a href="https://www.linkedin.com/in/dimitrilozeve">LinkedIn</a>, or see what
|
||||||
I do on <a href="https://github.com/dlozeve/">GitHub</a>.
|
I do on
|
||||||
|
<a href="https://git.dimitri.zone/explore/repos">my personal git instance</a>
|
||||||
|
or on <a href="https://github.com/dlozeve/">GitHub</a>.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h2 style="clear: both">Recent Posts</h2>
|
<h2 style="clear: both">Recent Posts</h2>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue