Skip to content

Commit d9cf4e0

Browse files
committed
finished ui menu update
1 parent 335098c commit d9cf4e0

File tree

3 files changed

+67
-0
lines changed

3 files changed

+67
-0
lines changed

charles/secrets/controllers/todos.controller.js

Whitespace-only changes.

css/footermagic.css

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
2+
.hero-footer > a {
3+
position: relative;
4+
padding-top: 0.7em;
5+
}
6+
7+
.hero-footer {
8+
position: fixed;
9+
right: 5em;
10+
bottom: 5em;
11+
display: flex;
12+
flex-direction: column;
13+
justify-content: flex-end;
14+
align-items: flex-end;
15+
}
16+
17+
.menu-footer {
18+
position: static;
19+
display: flex;
20+
flex-direction: row;
21+
justify-content: space-evenly;
22+
padding-bottom: 0.7em;
23+
}
24+
25+
.menu-footer > a {
26+
padding: 0.7em;
27+
}

test.html

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
<!DOCTYPE html>
2+
<html lang="en" class="">
3+
<head>
4+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5+
<title>meredith hoo</title>
6+
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no, minimum-scale=1, maximum-scale=1">
7+
<meta name="description" content="I write code for the web.">
8+
<meta name="author" content="Meredith Hoo">
9+
<!-- Facebook Metadata -->
10+
<meta name="og:title" content="Meredith Hoo">
11+
<meta name="og:description" content="This is my place to explore and create.">
12+
<meta name="og:url" content="http://merhoo.com">
13+
<meta name="og:type" content="website">
14+
<meta name="theme-color" content="#0C0C0C">
15+
<!-- Styles -->
16+
<link href="./css/main.css" rel="stylesheet">
17+
<link href="./css/crumple.css" rel="stylesheet">
18+
<link href="./css/font.css" rel="stylesheet">
19+
<link href="./css/mobile.css" rel="stylesheet">
20+
<link href="./css/netneutrality.css" rel="stylesheet">
21+
<!-- Webpage Icon -->
22+
<link rel="shortcut icon" href="./assets/images/icon.png" type="image/png">
23+
<!-- Fonts -->
24+
<link href="https://fonts.googleapis.com/css?family=Roboto+Slab" rel="stylesheet">
25+
26+
</head>
27+
<body>
28+
29+
30+
<footer class="footer">
31+
<a class="footer__link--email" href="mailto:meredith.hoo1@gmail.com">email</a>
32+
<a class="footer__link--github" href="https://github.com/merhoo" target="_blank" rel="noopener noreferrer">github</a>
33+
<a class="footer__link--codepen" href="https://www.youtube.com/user/MeredithHoo/playlists" target="_blank" rel="noopener noreferrer">playlists</a>
34+
<a class="footer__link--linkedin" href="https://www.linkedin.com/in/merhoo/" target="_blank" rel="noopener noreferrer">linkedin</a>
35+
<a class="footer__link--instagram" href="https://www.instagram.com/zesameri/" target="_blank" rel="noopener noreferrer">photos</a>
36+
<div class="crumple" aria-hidden=""></div>
37+
</footer>
38+
39+
</body>
40+
</html>

0 commit comments

Comments
 (0)