Skip to content

Commit

Permalink
Fixed pictures
Browse files Browse the repository at this point in the history
  • Loading branch information
ccani007 committed Feb 20, 2024
1 parent df5ef54 commit 0a16f1a
Show file tree
Hide file tree
Showing 11 changed files with 20 additions and 23 deletions.
5 changes: 3 additions & 2 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ website:

format:
html:
theme: cosmo
css: styles.css
theme:
- cosmo
- styles.css
toc: true

editor: visual
Expand Down
1 change: 0 additions & 1 deletion docs/code_of_conduct.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@



<link rel="stylesheet" href="styles.css">
</head>

<body class="nav-fixed">
Expand Down
Binary file modified docs/img/Cata.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@



<link rel="stylesheet" href="styles.css">
</head>

<body class="nav-fixed">
Expand Down
1 change: 0 additions & 1 deletion docs/plan.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@



<link rel="stylesheet" href="styles.css">
</head>

<body class="nav-fixed">
Expand Down
2 changes: 1 addition & 1 deletion docs/site_libs/bootstrap/bootstrap.min.css

Large diffs are not rendered by default.

5 changes: 0 additions & 5 deletions docs/styles.css

This file was deleted.

5 changes: 2 additions & 3 deletions docs/us.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@



<link rel="stylesheet" href="styles.css">
</head>

<body class="nav-fixed">
Expand Down Expand Up @@ -170,7 +169,7 @@ <h2 class="anchored" data-anchor-id="catalina-cañizares">Catalina Cañizares</h
<div class="columns">
<div class="column" style="width:40%;">
<div class="photo">
<p><img src="img/Cata.jpeg" class="img-fluid"></p>
<p><img src="img/Cata.jpeg" class="img-fluid" style="width:77.0%"></p>
</div>
</div><div class="column" style="width:5%;">

Expand All @@ -188,7 +187,7 @@ <h2 class="anchored" data-anchor-id="micaela-lembo">Micaela Lembo</h2>

</div><div class="column" style="width:40%;">
<div class="photo">
<p><img src="img/Mica.jpeg" class="img-fluid"></p>
<p><img src="img/Mica.jpeg" class="img-fluid" style="width:80.0%"></p>
</div>
</div>
</div>
Expand Down
Binary file modified img/Cata.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 12 additions & 4 deletions styles.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
/* css styles */
/*-- scss:defaults --*/

/*-- scss:rules --*/

.photo .img-fluid {
border-radius: 10%;
box-shadow: 10px 10px 5px;
}





.photo {
border-radius: 50%;!important
}
7 changes: 2 additions & 5 deletions us.qmd
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
---
title: "About Us"
format:
html:
css: styles.css
---

## Catalina Cañizares
::: columns
::: {.column width="40%"}
::: {.photo}
![](img/Cata.jpeg)
![](img/Cata.jpeg){width=77%}
:::
:::

Expand All @@ -36,7 +33,7 @@ Micaela is a doctoral student in epidemiology at the Stempel College of Public H

::: {.column width="40%"}
::: {.photo}
![](img/Mica.jpeg)
![](img/Mica.jpeg){width=80%}
:::
:::
:::

0 comments on commit 0a16f1a

Please sign in to comment.