Skip to content

Commit

Permalink
slight update on the mathematicians post
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelpadilla committed Nov 24, 2023
1 parent 311d7f9 commit 308d8bd
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 17 deletions.
6 changes: 3 additions & 3 deletions Projects/Mathematicians_Reimagined/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<a href="/#AboutMe">About Me 📌</a>
</nav>

<title>🎨Mathematicians Reimagined</title>
<title>🎨Mathematicians Reimagined</title>

</head>

Expand Down Expand Up @@ -187,7 +187,7 @@ <h2>Workflow</h2>
Stable diffusion 1.5 img2img
</li>
<li>
ControlNet Canny + ip-adapter-full-face with
ControlNet with canny & ip-adapter-full-face
</li>
<li>
ReActor face swapping
Expand Down Expand Up @@ -225,7 +225,7 @@ <h2>Bibtex</h2>
&#8196; author = {Marcel Padilla,<br>
&#8196; title = {Mathematicians Reimagined},<br>
&#8196; year = {2023},<br>
&#8196; url = {marcelpadilla.com},<br>
&#8196; url = {https://marcelpadilla.com/Projects/Mathematicians_Reimagined/},<br>
}
</p>

Expand Down
33 changes: 19 additions & 14 deletions Source/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@

body {
/* font-family: Questrial; */
font-family: Helvetica, sans-serif;
/* font-family: Arial;, Helvetica, sans-serif; */
font-family: Arial, Verdana, sans-serif;
line-height: 1.42857143;
background-color: var(--red_medium);
font-size: 14px;
Expand Down Expand Up @@ -504,32 +505,36 @@ iframe {
a.project-author {
font-size: 30px;
}
.project-author-affiliation{

.project-author-affiliation {
font-size: 24px;
}

.publication-journal {
font-size: 18px;
}

p, a, nav a {
p,
a,
nav a {
font-size: inherit;
}

/* .publication-link { */
/* font-size: 22px; */
/* font-size: 22px; */
/* } */


/* nav a { */
/* font-size: 2.5vw; */
/* font-size: 28px; */
/* float: none; */
/* display: inline-block; */
/* color: #ffffff; */
/* text-align: left; */
/* justify-content: space-around; */
/* nav a { */
/* font-size: 2.5vw; */
/* font-size: 28px; */
/* float: none; */
/* display: inline-block; */
/* color: #ffffff; */
/* text-align: left; */
/* justify-content: space-around; */



main {
margin: 130px auto -15px auto;
Expand Down

0 comments on commit 308d8bd

Please sign in to comment.