Skip to content

Commit bc3738f

Browse files
committed
Hosting résumé on GitHub Pages.
1 parent bf39ea8 commit bc3738f

2 files changed

Lines changed: 25 additions & 8 deletions

File tree

index.html

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,14 @@ <h2>Full Stack Engineer</h2>
4444
<section class="section">
4545
<h2>Areas of Expertise</h2>
4646
<ul class="skills" role="list">
47-
<li>Artificial Intelligence</li><li>Cloud Computing</li><li>Engineering Fundamentals</li><li>Communication</li><li>Customer Relations</li><li>Accessibility</li><li>Documentation</li><li>Best Practices</li><li>Growth Mindset</li>
47+
<li>Artificial Intelligence</li><li>Cloud Computing</li><li>Engineering Fundamentals</li><li>Best Practices</li><li>Customer Relations</li><li>Documentation</li><li>Growth Mindset</li><li>Accessibility</li><li>Communication</li>
4848
</ul>
4949
</section>
5050
<section class="section">
5151
<h2>Skills</h2>
5252
<ul class="skills" role="list">
53-
<li>Responsible OpenAI</li><li>Large Language Models (LLM)</li><li>Azure Cloud Architecture</li><li>DevOps Pipelines</li><li>Customer Relationship Management (CRM)</li>
54-
<li>C#</li><li>Python</li><li>ASP.NET</li><li>React</li><li>Material UI</li><li>JavaScript Object Notation (JSON)</li>
55-
<li>Data Science/Machine Learning</li><li>Retrieve Augment Generate (RAG)</li>
53+
<li>Responsible OpenAI</li><li>Azure Cloud Architecture</li><li>Large Language Models (LLM)</li><li>DevOps Pipelines</li><li>Customer Relationship Management (CRM)</li>
54+
<li>ASP.NET</li><li>React</li><li>MaterialUI</li><li>JavaScript Object Notation (JSON)</li><li>Data Science/Machine Learning</li><li>Python</li><li>Retrieve Augment Generate (RAG)</li><li>C#</li>
5655
</ul>
5756
</section>
5857
<section class="section">
@@ -100,7 +99,7 @@ <h2>Certifications & Awards</h2>
10099
</section>
101100
<section class="section links">
102101
<h2 class="visually-hidden">Links</h2>
103-
<p>Open-Source: <a href="https://github.com/SarahSexton" target="_blank" rel="noopener">github.com/SarahSexton</a> |
102+
<p class="links-list">Open-Source: <a href="https://github.com/SarahSexton" target="_blank" rel="noopener">github.com/SarahSexton</a> |
104103
Thought-Leadership: <a href="https://shebuildsgames.dev" target="_blank" rel="noopener">shebuildsgames.dev</a> |
105104
Tech Blog: <a href="https://aka.ms/sarahsays" target="_blank" rel="noopener">aka.ms/sarahsays</a></p>
106105
</section>

style.css

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
ul {
2+
padding-left: 1.2em;
3+
list-style-position: outside;
4+
}
5+
/* Links section: single line on desktop, stacked on mobile */
6+
.links-list a {
7+
display: inline;
8+
}
9+
10+
@media (max-width: 600px) {
11+
.links-list a {
12+
display: block;
13+
margin-bottom: 8px;
14+
}
15+
.links-list {
16+
text-align: left;
17+
}
18+
}
119
/* Style for summary list in Full Stack Engineer section */
220
.summary-list {
321
margin: 0 0 1.5em 0;
@@ -17,10 +35,10 @@ body {
1735
flex-direction: column;
1836
align-items: center;
1937
}
20-
/* Make the paper about an inch wider (approx. 96px) */
38+
2139
.paper {
2240
background: #fff;
23-
box-shadow: 0 4px 32px rgba(0,0,0,0.10), 0 1.5px 4px rgba(0,0,0,0.04);
41+
box-shadow: 0 10px 36px rgba(0,0,0,0.18), 0 2px 8px rgba(0,0,0,0.12);
2442
border-radius: 8px;
2543
max-width: 800px;
2644
width: 100%;
@@ -79,7 +97,7 @@ h1 {
7997
gap: 8px 24px;
8098
font-size: 1em;
8199
color: #222;
82-
justify-content: space-between;
100+
/*justify-content: space-between;*/
83101
}
84102
.skills span, .awards span {
85103
background: #f5f5f5;

0 commit comments

Comments
 (0)