Skip to content

Commit a5bfe9c

Browse files
committed
updated screenshot, set all links to open in new tab
1 parent da08f7d commit a5bfe9c

File tree

3 files changed

+25
-25
lines changed

3 files changed

+25
-25
lines changed

images/sam-bio.png

34.2 KB
Loading

index.html

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -337,12 +337,12 @@ <h2></h2>
337337
<div class="column" style="width:50%;">
338338
<p><span class="body-text-s baby-blue-text"><strong>Published:</strong> August 26, 2024</span></p>
339339
</div><div class="column" style="width:50%;">
340-
<p><span class="body-text-s baby-blue-text"><strong>Last updated:</strong> Jul 29, 2025</span></p>
340+
<p><span class="body-text-s baby-blue-text"><strong>Last updated:</strong> Oct 27, 2025</span></p>
341341
</div></div>
342342
<hr class="hr-teal">
343343
<div class="columns">
344344
<div class="column" style="width:50%;">
345-
<p><span class="custom-subtitle2">Sam Shanny-Csik |</span><br> <em><span class="custom-subtitle3">Lecturer &amp; Data Training Coordinator</span></em></p>
345+
<p><span class="custom-subtitle2">Sam Shanny-Csik |</span><br> <em><span class="custom-subtitle3">Lecturer &amp; Data Science Programs Manager</span></em></p>
346346
</div><div class="column" style="width:50%;">
347347
<p><span class="custom-subtitle2">Master of Environmental Data Science |</span><br> <span class="custom-subtitle3"><em>Bren School of Environmental Science &amp; Management</em></span></p>
348348
</div></div>
@@ -386,7 +386,7 @@ <h2></h2>
386386
</div>
387387
</div>
388388
<div class="center-text gray-text body-text-s">
389-
<p>By default, your profile photo is a unique <a href="https://github.blog/news-insights/company-news/identicons/">Identicon</a>, which is generated from your GitHub user ID – pretty cool! But you should absolutely update this with your photo.</p>
389+
<p>By default, your profile photo is a unique <a href="https://github.blog/news-insights/company-news/identicons/" target="_blank">Identicon</a>, which is generated from your GitHub user ID – pretty cool! But you should absolutely update this with your photo.</p>
390390
</div>
391391
</div><div class="column body-text-m" style="width:50%;">
392392
<ul>
@@ -424,7 +424,7 @@ <h2></h2>
424424
</ul>
425425
</div></div>
426426
<div class="footer">
427-
<p>Find more information on <a href="https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile">GitHub Docs</a></p>
427+
<p>Find more information on <a href="https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile" target="&quot;_blank">GitHub Docs</a></p>
428428
</div>
429429
</section>
430430
<section id="pin-repos1" class="slide level2" data-menu-title="Pin your top repos 1">
@@ -433,7 +433,7 @@ <h2></h2>
433433
<hr>
434434

435435
<img data-src="images/pin-tour.png" class="quarto-figure quarto-figure-center r-stretch" style="width:100.0%"><div class="footer">
436-
<p>Find more information on <a href="https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/pinning-items-to-your-profile">GitHub Docs</a></p>
436+
<p>Find more information on <a href="https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/pinning-items-to-your-profile" target="&quot;_blank">GitHub Docs</a></p>
437437
</div>
438438
</section>
439439
<section id="pin-repos1" class="slide level2" data-menu-title="Pin your top repos 1">
@@ -481,7 +481,7 @@ <h2></h2>
481481
</div>
482482

483483
<img data-src="images/contributions.png" class="quarto-figure quarto-figure-center r-stretch" style="width:100.0%"><div class="footer">
484-
<p><strong>Troubleshooting or trying to understand your contributions map? Check out this help documentation: <a href="https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-settings-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile">Why are my contributions now showing up on my profile?</a></strong></p>
484+
<p><strong>Troubleshooting or trying to understand your contributions map? Check out this help documentation: <a href="https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-settings-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile" target="&quot;_blank">Why are my contributions now showing up on my profile?</a></strong></p>
485485
</div>
486486
</section>
487487
<section id="profile-readme1" class="slide level2" data-menu-title="Profile README 1">
@@ -493,12 +493,12 @@ <h2></h2>
493493
<div class="fragment">
494494
<p><span class="body-text-m dark-blue-text"><strong>To add a profile README:</strong></span></p>
495495
<ol type="1">
496-
<li>Create a new repo and give it the <strong>same name</strong> as your GitHub username (e.g.&nbsp;<a href="https://github.com/samanthacsik/samanthacsik">my repo</a> is named “samanthacsik”, which matches my GitHub username)</li>
496+
<li>Create a new repo and give it the <strong>same name</strong> as your GitHub username (e.g.&nbsp;<a href="https://github.com/samanthacsik/samanthacsik">my repo</a>{target=“_blank} is named “samanthacsik”, which matches my GitHub username)</li>
497497
<li>Make sure your repo is <strong>Public</strong> and initialize it with a <strong>README</strong></li>
498498
<li>Click the <strong>Edit README</strong> button to edit directly in the browser (I find this easier than cloning and editing locally)</li>
499499
</ol>
500500
<div class="footer">
501-
<p>See <a href="https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme">GitHub documentation</a> for more info on profile READMEs</p>
501+
<p>See <a href="https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme" target="&quot;_blank">GitHub documentation</a> for more info on profile READMEs</p>
502502
</div>
503503
</div>
504504
</section>
@@ -517,11 +517,11 @@ <h2></h2>
517517
<li class="fragment">Something(s) that you’re <span class="teal-text"><strong>currently working on</strong></span></li>
518518
<li class="fragment">Guidance on how to connect with your <span class="teal-text"><strong>professional communities</strong></span></li>
519519
</ul></li>
520-
<li class="fragment">Some template suggestions are provided when you first create your repo / initialize your README (and check out the <a href="https://www.webfx.com/tools/emoji-cheat-sheet/">Emoji Cheat Sheet</a>)</li>
520+
<li class="fragment">Some template suggestions are provided when you first create your repo / initialize your README (and check out the <a href="https://www.webfx.com/tools/emoji-cheat-sheet/" target="&quot;_blank">Emoji Cheat Sheet</a>)</li>
521521
</ul>
522522
</div>
523523
<div class="footer">
524-
<p>See the <a href="https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme">GitHub documentation</a> for more info on profile READMEs</p>
524+
<p>See the <a href="https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme" target="&quot;_blank">GitHub documentation</a> for more info on profile READMEs</p>
525525
</div>
526526
</section>
527527
<section id="profile-readme3" class="slide level2" data-menu-title="Profile README 3">
@@ -544,7 +544,7 @@ <h2></h2>
544544
</blockquote>
545545
</div>
546546
<div class="right-align-text">
547-
<p><a href="https://www.w3.org/WAI/fundamentals/accessibility-intro/">-W3C Web Accessibility Initiative</a></p>
547+
<p><a href="https://www.w3.org/WAI/fundamentals/accessibility-intro/" target="&quot;_blank">-W3C Web Accessibility Initiative</a></p>
548548
</div>
549549
</section>
550550
<section id="gh-accessibility" class="slide level2" data-menu-title="GH Accessibility">
@@ -556,7 +556,7 @@ <h2></h2>
556556
<ol type="1">
557557
<li><span class="teal-text"><strong>Make links descriptive:</strong></span> assistive technologies present links in isolation, so provide context
558558
<ul>
559-
<li>e.g.&nbsp;opt for <em>“Find the <a href="https://ucsb-meds.github.io/career-professional-dev/">Career &amp; Professional Development Workshop materials</a>…”</em> rather than <em>“Find Career &amp; Professional Development Workshop materials <a href="https://ucsb-meds.github.io/career-professional-dev/">here</a></em></li>
559+
<li>e.g.&nbsp;opt for <em>“Find the <a href="https://ucsb-meds.github.io/career-professional-dev/" target="_blank">Career &amp; Professional Development Workshop materials</a>…”</em> rather than <em>“Find Career &amp; Professional Development Workshop materials <a href="https://ucsb-meds.github.io/career-professional-dev/" target="_blank">here</a></em></li>
560560
</ul></li>
561561
</ol>
562562
</div>
@@ -584,7 +584,7 @@ <h2></h2>
584584
</ul></li>
585585
</ol>
586586
<div class="footer">
587-
<p>The above pointers come from the <a href="https://github.blog/">github.blog</a> post, <a href="https://github.blog/developer-skills/github/5-tips-for-making-your-github-profile-page-accessible/">5 tips for making your GitHub profile page accessible</a>, and they apply to <em>all</em> web pages, not just your README!</p>
587+
<p>The above pointers come from the <a href="https://github.blog/" target="_blank">github.blog</a> post, <a href="https://github.blog/developer-skills/github/5-tips-for-making-your-github-profile-page-accessible/" target="_blank">5 tips for making your GitHub profile page accessible</a>, and they apply to <em>all</em> web pages, not just your README!</p>
588588
</div>
589589
</div>
590590
</section>

index.qmd

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ editor_options:
3535

3636
::: {.column width="50%"}
3737
[Sam Shanny-Csik |]{.custom-subtitle2}<br>
38-
*[Lecturer & Data Training Coordinator]{.custom-subtitle3}*
38+
*[Lecturer & Data Science Programs Manager]{.custom-subtitle3}*
3939
:::
4040

4141
::: {.column width="50%"}
@@ -105,7 +105,7 @@ knitr::include_graphics(here::here("images", "identicon.png"))
105105
```
106106

107107
::: {.center-text .gray-text .body-text-s}
108-
By default, your profile photo is a unique [Identicon](https://github.blog/news-insights/company-news/identicons/), which is generated from your GitHub user ID -- pretty cool! But you should absolutely update this with your photo.
108+
By default, your profile photo is a unique [Identicon](https://github.blog/news-insights/company-news/identicons/){target="_blank"}, which is generated from your GitHub user ID -- pretty cool! But you should absolutely update this with your photo.
109109
:::
110110
:::
111111

@@ -150,7 +150,7 @@ knitr::include_graphics(here::here("images", "sam-bio.png"))
150150
::::
151151

152152
::: {.footer}
153-
Find more information on [GitHub Docs](https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile)
153+
Find more information on [GitHub Docs](https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile){target="_blank}
154154
:::
155155

156156
---
@@ -170,7 +170,7 @@ knitr::include_graphics(here::here("images", "pin-tour.png"))
170170
```
171171

172172
::: {.footer}
173-
Find more information on [GitHub Docs](https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/pinning-items-to-your-profile)
173+
Find more information on [GitHub Docs](https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/pinning-items-to-your-profile){target="_blank}
174174
:::
175175

176176
---
@@ -227,7 +227,7 @@ knitr::include_graphics(here::here("images", "contributions.png"))
227227
```
228228

229229
::: {.footer}
230-
**Troubleshooting or trying to understand your contributions map? Check out this help documentation: [Why are my contributions now showing up on my profile?](https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-settings-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile)**
230+
**Troubleshooting or trying to understand your contributions map? Check out this help documentation: [Why are my contributions now showing up on my profile?](https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-settings-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile){target="_blank}**
231231
:::
232232

233233
---
@@ -252,12 +252,12 @@ knitr::include_graphics(here::here("images", "octocat-profile-readme-edited.png"
252252

253253
[**To add a profile README:**]{.body-text-m .dark-blue-text}
254254

255-
1. Create a new repo and give it the **same name** as your GitHub username (e.g. [my repo](https://github.com/samanthacsik/samanthacsik) is named "samanthacsik", which matches my GitHub username)
255+
1. Create a new repo and give it the **same name** as your GitHub username (e.g. [my repo](https://github.com/samanthacsik/samanthacsik){target="_blank} is named "samanthacsik", which matches my GitHub username)
256256
2. Make sure your repo is **Public** and initialize it with a **README**
257257
3. Click the **Edit README** button to edit directly in the browser (I find this easier than cloning and editing locally)
258258

259259
::: {.footer}
260-
See [GitHub documentation](https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme) for more info on profile READMEs
260+
See [GitHub documentation](https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme){target="_blank} for more info on profile READMEs
261261
:::
262262

263263
---
@@ -276,11 +276,11 @@ See [GitHub documentation](https://docs.github.com/en/account-and-profile/settin
276276
- [**Personal project**]{.teal-text} descriptions + links
277277
- Something(s) that you're [**currently working on**]{.teal-text}
278278
- Guidance on how to connect with your [**professional communities**]{.teal-text}
279-
- Some template suggestions are provided when you first create your repo / initialize your README (and check out the [Emoji Cheat Sheet](https://www.webfx.com/tools/emoji-cheat-sheet/))
279+
- Some template suggestions are provided when you first create your repo / initialize your README (and check out the [Emoji Cheat Sheet](https://www.webfx.com/tools/emoji-cheat-sheet/){target="_blank})
280280
:::
281281

282282
::: {.footer}
283-
See the [GitHub documentation](https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme) for more info on profile READMEs
283+
See the [GitHub documentation](https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme){target="_blank} for more info on profile READMEs
284284
:::
285285

286286
---
@@ -322,7 +322,7 @@ knitr::include_graphics(here::here("images", "profile-readme-source.gif"))
322322
:::
323323

324324
::: {.right-align-text}
325-
[-W3C Web Accessibility Initiative](https://www.w3.org/WAI/fundamentals/accessibility-intro/)
325+
[-W3C Web Accessibility Initiative](https://www.w3.org/WAI/fundamentals/accessibility-intro/){target="_blank}
326326
:::
327327

328328
---
@@ -338,7 +338,7 @@ knitr::include_graphics(here::here("images", "profile-readme-source.gif"))
338338
. . .
339339

340340
1. [**Make links descriptive:**]{.teal-text} assistive technologies present links in isolation, so provide context
341-
- e.g. opt for *"Find the [Career & Professional Development Workshop materials](https://ucsb-meds.github.io/career-professional-dev/)..."* rather than *"Find Career & Professional Development Workshop materials [here](https://ucsb-meds.github.io/career-professional-dev/)"*
341+
- e.g. opt for *"Find the [Career & Professional Development Workshop materials](https://ucsb-meds.github.io/career-professional-dev/){target="_blank"}..."* rather than *"Find Career & Professional Development Workshop materials [here](https://ucsb-meds.github.io/career-professional-dev/){target="_blank"}"*
342342

343343
. . .
344344

@@ -356,7 +356,7 @@ knitr::include_graphics(here::here("images", "profile-readme-source.gif"))
356356
- e.g. use `*` or `-` for each list item, rather than special characters or emojis
357357

358358
::: {.footer}
359-
The above pointers come from the [github.blog](https://github.blog/) post, [5 tips for making your GitHub profile page accessible](https://github.blog/developer-skills/github/5-tips-for-making-your-github-profile-page-accessible/), and they apply to *all* web pages, not just your README!
359+
The above pointers come from the [github.blog](https://github.blog/){target="_blank"} post, [5 tips for making your GitHub profile page accessible](https://github.blog/developer-skills/github/5-tips-for-making-your-github-profile-page-accessible/){target="_blank"}, and they apply to *all* web pages, not just your README!
360360
:::
361361

362362
---

0 commit comments

Comments
 (0)