Skip to content

Commit 8ffe8ae

Browse files
committed
Update headings and highlight colors
1 parent b2390c5 commit 8ffe8ae

3 files changed

Lines changed: 28 additions & 20 deletions

File tree

public/index.html

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ <h1>
4646
<article>
4747
<div>
4848
<section>
49-
<h3>
49+
<h2>
5050
What is a bobbin?
51-
</h3>
51+
</h2>
5252

5353
<p>
5454
When I was little, my parents were simultaneously in grad school, and I stayed with my grandparents
@@ -60,9 +60,9 @@ <h3>
6060
</section>
6161

6262
<section>
63-
<h3>
63+
<h2>
6464
Bio
65-
</h3>
65+
</h2>
6666

6767
<p>
6868
Made in China, raised in Texas. East Coast schooled, West Coast worked. I have been to Burning Man, and I
@@ -83,9 +83,9 @@ <h3>
8383
</section>
8484

8585
<section>
86-
<h3>
86+
<h2>
8787
Values
88-
</h3>
88+
</h2>
8989

9090
<p>
9191
I find intrinsic motivation more effective than extrinsic ones, and value health and growth. Wellness has
@@ -102,9 +102,9 @@ <h3>
102102
</section>
103103

104104
<section>
105-
<h3>
105+
<h2>
106106
First Time Visitors
107-
</h3>
107+
</h2>
108108

109109
<blockquote>
110110
<p>
@@ -118,19 +118,19 @@ <h3>
118118
</section>
119119

120120
<section>
121-
<h3>
121+
<h2>
122122
This Page
123-
</h3>
123+
</h2>
124124

125125
<p>
126126
contains no JavaScript and was made lovingly by <a href="https://github.com/aefhm/page">hand</a> without
127127
the use of a framework. I like to write my HTML the way Bordier makes Yuzu butter.
128128
</p>
129129
</section>
130130

131-
<h3>
131+
<h2>
132132
Social Media
133-
</h3>
133+
</h2>
134134

135135
<p>
136136
Most frequently used to least, but you should really just <a href="mailto:info@xizhang.page">email</a> me.

public/style.css

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,16 @@ h1, h2, h3 {
7171
line-height: 1.2;
7272
}
7373

74-
h2, h3 {
74+
h2 {
7575
font-weight: 600;
76+
font-size: 1.25rem;
77+
letter-spacing: 0.2px;
78+
color: #2a2320;
79+
}
80+
81+
h3 {
82+
font-weight: 600;
83+
font-size: 1.1rem;
7684
letter-spacing: 0.2px;
7785
color: #2a2320;
7886
}
@@ -163,7 +171,7 @@ nav ul a {
163171
}
164172

165173
nav ul a:hover {
166-
background: rgba(58,101,112,0.50);
174+
background: #9ac5b8;
167175
color: #2a2320;
168176
}
169177

src/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<article>
33
<div>
44
<section>
5-
<h3>What is a bobbin?</h3>
5+
<h2>What is a bobbin?</h2>
66
<p>
77
When I was little, my parents were simultaneously in grad school, and I stayed with my grandparents often.
88
Grandma (姥姥) operated a foot pedal sewing machine and made clothes, curtains, and even insoles
@@ -13,7 +13,7 @@ <h3>What is a bobbin?</h3>
1313
</p>
1414
</section>
1515
<section>
16-
<h3>Bio</h3>
16+
<h2>Bio</h2>
1717
<p>
1818
Made in China, raised in Texas. East Coast schooled, West Coast worked.
1919
I have been to Burning Man, and I read the Bible.
@@ -33,7 +33,7 @@ <h3>Bio</h3>
3333
</p>
3434
</section>
3535
<section>
36-
<h3>Values</h3>
36+
<h2>Values</h2>
3737
<p>
3838
I find intrinsic motivation more effective than extrinsic ones, and value health and growth.
3939
Wellness has four components, physical, mental, emotional, and spiritual.
@@ -49,7 +49,7 @@ <h3>Values</h3>
4949
</p>
5050
</section>
5151
<section>
52-
<h3>First Time Visitors</h3>
52+
<h2>First Time Visitors</h2>
5353
<blockquote>
5454
<p>
5555
May your road be clear of stones,</br>
@@ -61,15 +61,15 @@ <h3>First Time Visitors</h3>
6161
</blockquote>
6262
</section>
6363
<section>
64-
<h3>This Page</h3>
64+
<h2>This Page</h2>
6565
<p>
6666
contains no JavaScript and was made lovingly by
6767
<a href="https://github.com/aefhm/page">hand</a>
6868
without the use of a framework.
6969
I like to write my HTML the way Bordier makes Yuzu butter.
7070
</p>
7171
</section>
72-
<h3>Social Media</h3>
72+
<h2>Social Media</h2>
7373
<p>Most frequently used to least, but you should really just
7474
<a href="mailto:info@xizhang.page">email</a>
7575
me. It could be

0 commit comments

Comments
 (0)