Skip to content

Commit a0a556f

Browse files
committed
deploy: e8e4e7d
1 parent 1ba5be7 commit a0a556f

3 files changed

Lines changed: 14 additions & 15 deletions

File tree

css/style.css

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,17 @@ header, main, footer {
88
padding: 1rem 2rem;
99
}
1010

11+
a {
12+
color: var(--font-color);
13+
text-decoration-style: dotted;
14+
}
15+
1116
img {
1217
max-width: 100%;
1318
height: auto;
1419
}
1520

16-
.callout {
17-
padding: 1rem;
18-
background-color: #ffffe0;
19-
border: 1px solid #FFE87C;
20-
border-radius: 4px;
21-
text-align: center;
21+
.header-title {
22+
color: var(--font-color);
23+
text-decoration: none;
2224
}

index.html

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,13 @@
88
</head>
99
<body>
1010
<header>
11-
<h1>Emily DuBois</h1>
11+
<a class="header-title" href="/"><h1>Emily DuBois</h1></a>
1212
</header>
1313
<main>
14-
<div class="callout">
15-
<p>⚠️ This website is a construction zone!</p>
16-
<p>While you wait, check out <a href="posts/2025-10-10-what-im-planting">what I'm planting this fall</a>.</p>
17-
</div>
18-
<!-- I live in Austin with my husband and dog, and work in the College of Natural Sciences Career Services office at The University of Texas at Austin. Previously, I worked at [Upstream Tech](https://www.upstream.tech/), [Toitū Te Whenua Land Information New Zealand](https://www.linz.govt.nz/), and [Mapbox](https://www.mapbox.com/).
19-
20-
Meet me on [GitHub](https://github.com/emilymdubois) and [Instagram](https://instagram.com/emilymdubois_makes). -->
14+
<p>Hello, I’m Emily. I’m a business operations specialist in the College of Natural Sciences at The University of Texas at Austin. Previously, I worked as a software developer at <a href="https://www.upstream.tech/">Upstream Tech</a>, <a href="https://www.linz.govt.nz/">Toitū Te Whenua Land Information New Zealand</a>, and <a href="https://www.mapbox.com/">Mapbox</a>.</p>
15+
<p>Follow along as I rediscover programming!</p>
16+
<h2>Recently</h2>
17+
<ul><li><a href="/posts/2025-10-10-what-im-planting/">What I’m Planting This Fall</a> - October 10, 2025 </li></ul>
2118
</main>
2219
</body>
2320
</html>

posts/2025-10-10-what-im-planting/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</head>
99
<body>
1010
<header>
11-
<h1>Emily DuBois</h1>
11+
<a class="header-title" href="/"><h1>Emily DuBois</h1></a>
1212
</header>
1313
<main>
1414
<p>October 10, 2025</p>

0 commit comments

Comments
 (0)