Skip to content

Commit 30ce325

Browse files
committed
links to social media
1 parent ebf488f commit 30ce325

File tree

3 files changed

+32
-2
lines changed

3 files changed

+32
-2
lines changed

assets/linkedin-logo-icon.svg

Lines changed: 16 additions & 0 deletions
Loading

css/hero.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,14 @@
4949
background-color: #ececf3;
5050
color: #222429;
5151
}
52+
.footer {
53+
display:flex;
54+
flex-flow:row;
55+
position:absolute;bottom:0;
56+
}
57+
.footer img {
58+
color: white;
59+
max-width: 20px;
60+
max-height: 20px;
61+
padding: 20px;
62+
}

index.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,12 @@
3636
<div class="hero">
3737
<br>
3838
<h1> Meredith Hoo </h1>
39-
<p> I'm a software engineer based in New York. <br>I want to work with the people and problems that shape society.</p>
39+
<p> I'm a software engineer based in New York, and <br>I want to work with the people and problems that shape society.</p>
40+
<p> My site is currently in development. <br>My content and styling will be completed in late May</p>
4041
<button class="goto" ref="#menu" >enter</button>
41-
<div>
42+
<div class="footer">
43+
<a href="https://github.com/merhoo"><img src="./assets/github-white.svg"></a>
44+
<a href="https://www.linkedin.com/in/merhoo/"><img src="assets/linkedin-logo-icon.svg"></a>
4245
<!--footer-->
4346
</div>
4447
</div>

0 commit comments

Comments
 (0)