Skip to content

Commit d5650cb

Browse files
committed
small fixes
1 parent 0c84c3c commit d5650cb

File tree

2 files changed

+10
-33
lines changed

2 files changed

+10
-33
lines changed

css/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ html, body {
4343

4444
section {
4545
height: 100vh;
46-
padding-top: 3em;
46+
padding-top: 2em;
4747
}
4848
.hero {
4949
background-position: 50% 50%;

index.html

Lines changed: 9 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
77
<meta charset="utf-8">
88
<title>Meredith Hoo</title>
9-
<meta name="description"
10-
content="An experienced software developer interested in Cognitive Science, human interation & AI, looking for internships wherever the wind takes her.">
9+
<meta name="description" content="A software developer interested in Cognitive Science, human interation & AI, looking for internships.">
1110
<meta name="author" content="Meredith Hoo">
1211

1312
<!-- Mobile Specific Metas
@@ -31,7 +30,6 @@
3130
<link rel="stylesheet" href="css/main.css">
3231
<link rel="stylesheet" href="css/menu.css">
3332
<link rel="stylesheet" href="css/about.css">
34-
<link rel="stylesheet" href="css/portfolio.css">
3533
<link rel="stylesheet" href="css/flexmenu.css">
3634

3735
<!-- Scripts
@@ -41,18 +39,18 @@
4139

4240
<!-- Favicon
4341
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
44-
<!--link rel="icon" type="image/png" href="assets/icon1.png"-->
42+
<link rel="icon" href="assets/flower.svg">
4543
</head>
4644
<body>
4745
<!-- Main Menu –––––––––––––––––––––––––––––––––––––––––––– -->
4846
<nav class="menu-bar">
4947
<ul class="snip1168">
50-
<li class="current"><a href="#" data-hover="Home">home</a></li>
51-
<li><a href="#about-page" data-hover="About Us">about</a></li>
52-
<li><a href="assets/Resume.pdf" data-hover="Resume">resume</a></li>
53-
<li><a href="#blog" data-hover="Blog">blog</a></li>
54-
<li><a href="#projects" data-hover="Projects">projects</a></li>
55-
<li><a href="#" data-hover="Contact">contact</a></li>
48+
<li class="current"><a href="#" data-hover="home">home</a></li>
49+
<li><a href="#about-page" data-hover="about us">about</a></li>
50+
<li><a href="assets/Resume.pdf" data-hover="resume">resume</a></li>
51+
<li><a href="#blog" data-hover="blog">blog</a></li>
52+
<li><a href="#projects" data-hover="projects">projects</a></li>
53+
<li><a href="#" data-hover="contact">contact</a></li>
5654
</ul>
5755
</nav>
5856

@@ -65,28 +63,7 @@ <h1 class="title"> meredith hoo </h1>
6563
<div>
6664
</section>
6765

68-
<!-- About ––––––––––––––––––––––––––––––––– >
69-
<section id="blog"class="about">
70-
<div class="pure-g">
71-
<div class="pure-u-1-2">
72-
<img class="" src="assets/me4.jpg"/>
73-
</div>
74-
<div class="pure-u-1-2">
75-
<div class="about-text">
76-
<h1 id="about_title" class="title"> Meredith Hoo </h1>
77-
<p class="">
78-
I'm a software engineer based in New York, looking to solve complex problems wherever the code takes me.
79-
Over the last six years, I've become involved in the creative applications of machine learning,
80-
the software development of educational and socailly responsible expereinces. From my work in the classroom
81-
and in industry.
82-
</p>
83-
<p class="">
84-
Please know that this site is experiemental, and in progress
85-
</p>
86-
</div>
87-
</div>
88-
</div>
89-
</section-->
66+
<!-- About ––––––––––––––––––––––––––––––––– -->
9067

9168
<section id="about-page"class="testing">
9269
<div class="one"></div>

0 commit comments

Comments
 (0)