Skip to content

Commit fae6e8d

Browse files
authored
Update index.html
1 parent ddfba7b commit fae6e8d

1 file changed

Lines changed: 19 additions & 16 deletions

File tree

index.html

Lines changed: 19 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,24 @@ <h1 class="title"> meredith hoo </h1>
6161
<button id="enter_button" class="button">enter</button>
6262
<div>
6363
</section>
64+
65+
66+
<!-- About ––––––––––––––––––––––––––––––––– -->
67+
<section id="about-page"class="about">
68+
<h1 id="about_title" class="title"> Meredith Hoo </h1>
69+
<img class="me" src="assets/me.jpg"/>
70+
<p class="about-text">
71+
I'm a software engineer based in New York, looking to solve complex problems wherever the code takes me.
72+
Over the last six years, I've become involved in the creative applications of machine learning,
73+
the software development of educational and socailly responsible expereinces. From my work in the classroom
74+
and in industry.
75+
</p>
76+
<p class="about-text">
77+
Please know that this site is experiemental, and in progress
78+
</p>
79+
80+
</section>
81+
6482
<!-- Main Menu ––––––––––––––––––––––––––––––––– -->
6583
<section id="menu-page"class="menu">
6684
<h1 class="title"> Menu </h1>
@@ -95,22 +113,7 @@ <h1 class="title"> Menu </h1>
95113
</div>
96114
</div>
97115
</section>
98-
99-
<!-- About ––––––––––––––––––––––––––––––––– -->
100-
<section id="about-page"class="about">
101-
<h1 id="about_title" class="title"> Meredith Hoo </h1>
102-
<img class="me" src="assets/me.jpg"/>
103-
<p class="about-text">
104-
I'm a software engineer based in New York, looking to solve complex problems wherever the code takes me.
105-
Over the last six years, I've become involved in the creative applications of machine learning,
106-
the software development of educational and socailly responsible expereinces. From my work in the classroom
107-
and in industry.
108-
</p>
109-
<p class="about-text">
110-
Please know that this site is experiemental, and in progress
111-
</p>
112-
113-
</section>
116+
114117

115118
<!-- End Document ––––––––––––––––––––––––––––––– -->
116119
</body>

0 commit comments

Comments
 (0)