Skip to content

Commit 8b64ceb

Browse files
committed
fixed incorrect screenshot
1 parent fa9bd09 commit 8b64ceb

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

index.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -828,19 +828,19 @@ <h3 class="anchored" data-anchor-id="fa-arrow-right-titlean-arrow-pointing-to-th
828828
<dl class="code-annotation-container-grid">
829829
<dt data-target-cell="annotated-cell-3" data-target-annotation="1">1</dt>
830830
<dd>
831-
<span data-code-annotation="1" data-code-cell="annotated-cell-3" data-code-lines="3">add a photo by supplying a file path &amp; image name (here, <code>headshot.jpg</code> lives in my repo’s root directory)</span>
831+
<span data-code-lines="3" data-code-annotation="1" data-code-cell="annotated-cell-3">add a photo by supplying a file path &amp; image name (here, <code>headshot.jpg</code> lives in my repo’s root directory)</span>
832832
</dd>
833833
<dt data-target-cell="annotated-cell-3" data-target-annotation="2">2</dt>
834834
<dd>
835-
<span data-code-annotation="2" data-code-cell="annotated-cell-3" data-code-lines="5">use a <a href="https://quarto.org/docs/websites/website-about.html#templates">pre-built template</a> (here, <code>trestles</code>) to update the layout of your landing page (or any page!)</span>
835+
<span data-code-lines="5" data-code-annotation="2" data-code-cell="annotated-cell-3">use a <a href="https://quarto.org/docs/websites/website-about.html#templates">pre-built template</a> (here, <code>trestles</code>) to update the layout of your landing page (or any page!)</span>
836836
</dd>
837837
<dt data-target-cell="annotated-cell-3" data-target-annotation="3">3</dt>
838838
<dd>
839-
<span data-code-annotation="3" data-code-cell="annotated-cell-3" data-code-lines="6,7">set image shape (<code>round</code>, <code>rounded</code>, <code>rectangle</code>) &amp; size</span>
839+
<span data-code-lines="6,7" data-code-annotation="3" data-code-cell="annotated-cell-3">set image shape (<code>round</code>, <code>rounded</code>, <code>rectangle</code>) &amp; size</span>
840840
</dd>
841841
<dt data-target-cell="annotated-cell-3" data-target-annotation="4">4</dt>
842842
<dd>
843-
<span data-code-annotation="4" data-code-cell="annotated-cell-3" data-code-lines="8,9,10,11,12,13,14,15,16">add button links to your favorite social media pages (e.g.&nbsp;LinkedIn, Twitter, GitHub, and even your email – <strong>Note:</strong> the <code>mailto::</code> ahead of your email address, <code>mailto::youremail.com</code>)</span>
843+
<span data-code-lines="8,9,10,11,12,13,14,15,16" data-code-annotation="4" data-code-cell="annotated-cell-3">add button links to your favorite social media pages (e.g.&nbsp;LinkedIn, Twitter, GitHub, and even your email – <strong>Note:</strong> the <code>mailto::</code> ahead of your email address, <code>mailto::youremail.com</code>)</span>
844844
</dd>
845845
</dl>
846846
</div>
@@ -852,7 +852,7 @@ <h3 class="anchored" data-anchor-id="fa-arrow-right-titlean-arrow-pointing-to-th
852852
<div class="cell-output-display">
853853
<div class="quarto-figure quarto-figure-center">
854854
<figure class="figure">
855-
<p><img src="media/about_page.png" class="img-fluid figure-img" width="1552"></p>
855+
<p><img src="media/about_page.png" class="img-fluid figure-img" width="1571"></p>
856856
<p></p><figcaption class="figure-caption">My Quarto website after updating my landing page with the built-in <code>trestles</code> template, adding an image, and linked buttons. (<strong>Note:</strong> using three dashes, <code>---</code>, creates a page divider, as seen between sections in the screenshot above.) Overall, a big improvement! However, our text is a bit squished in the center of the page – we’ll fix then in the next step.</figcaption><p></p>
857857
</figure>
858858
</div>
@@ -905,11 +905,11 @@ <h3 class="anchored" data-anchor-id="fa-arrow-right-titlean-arrow-pointing-to-th
905905
<dl class="code-annotation-container-grid">
906906
<dt data-target-cell="annotated-cell-4" data-target-annotation="1">1</dt>
907907
<dd>
908-
<span data-code-annotation="1" data-code-cell="annotated-cell-4" data-code-lines="6">Give your website a better title (e.g.&nbsp;your name)! This is the text that appears in the top left corner of your website (by default, it appears as your repo name) – when clicked, a user will be brought back to the landing page</span>
908+
<span data-code-lines="6" data-code-annotation="1" data-code-cell="annotated-cell-4">Give your website a better title (e.g.&nbsp;your name)! This is the text that appears in the top left corner of your website (by default, it appears as your repo name) – when clicked, a user will be brought back to the landing page</span>
909909
</dd>
910910
<dt data-target-cell="annotated-cell-4" data-target-annotation="2">2</dt>
911911
<dd>
912-
<span data-code-annotation="2" data-code-cell="annotated-cell-4" data-code-lines="17">Set your <code>page-layout</code> to <code>full</code> so that your page content takes up more of the page width</span>
912+
<span data-code-lines="17" data-code-annotation="2" data-code-cell="annotated-cell-4">Set your <code>page-layout</code> to <code>full</code> so that your page content takes up more of the page width</span>
913913
</dd>
914914
</dl>
915915
<div class="cell" data-layout-align="center">
@@ -958,7 +958,7 @@ <h3 class="anchored" data-anchor-id="fa-arrow-right-titlean-arrow-pointing-to-th
958958
<dl class="code-annotation-container-grid">
959959
<dt data-target-cell="annotated-cell-5" data-target-annotation="1">1</dt>
960960
<dd>
961-
<span data-code-annotation="1" data-code-cell="annotated-cell-5" data-code-lines="13">A newly-added navbar page. <strong>Note:</strong> The page name, as it appears in the navbar of your website, will be the same as whatever is listed in the <code>title</code> field of that file’s yaml. For example, I have set <code>title: "All my favorite resources!"</code> in the yaml of <code>resources.qmd</code> – this is how it will appear in my website’s navbar. If you’d like the page name to appear differently in the navbar, use the <code>href</code> and <code>text</code> options together (e.g.&nbsp;see how <code>index.qmd</code> is rendered as <code>Home</code> in my website’s navbar).</span>
961+
<span data-code-lines="13" data-code-annotation="1" data-code-cell="annotated-cell-5">A newly-added navbar page. <strong>Note:</strong> The page name, as it appears in the navbar of your website, will be the same as whatever is listed in the <code>title</code> field of that file’s yaml. For example, I have set <code>title: "All my favorite resources!"</code> in the yaml of <code>resources.qmd</code> – this is how it will appear in my website’s navbar. If you’d like the page name to appear differently in the navbar, use the <code>href</code> and <code>text</code> options together (e.g.&nbsp;see how <code>index.qmd</code> is rendered as <code>Home</code> in my website’s navbar).</span>
962962
</dd>
963963
</dl>
964964
<div class="cell" data-layout-align="center">

media/about_page.png

-4.44 KB
Loading

0 commit comments

Comments
 (0)