Skip to content

Commit 587bac1

Browse files
committed
fixed url for playlists
1 parent 5882222 commit 587bac1

File tree

3 files changed

+46
-44
lines changed

3 files changed

+46
-44
lines changed

css/mobile.css

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
@media (max-width:800px) {
2+
h1 {
3+
line-height: 1em;
4+
font-size: 1.5em
5+
}
6+
body {
7+
padding: 1em 1em 1em 2em;
8+
flex-flow: column wrap;
9+
}
10+
.hero {
11+
height: auto;
12+
}
13+
.bio {
14+
font-size: 6vw;
15+
margin: 0;
16+
min-width: 80vw;
17+
}
18+
.list {
19+
margin-top: 1em;
20+
}
21+
section {
22+
padding: 7.5vw;
23+
width: 100%;
24+
display: table-row;
25+
height:auto;
26+
min-height: inherit;
27+
}
28+
.dt {
29+
bottom: auto;
30+
padding: 0 7.5vw 7.5vw;
31+
-webkit-box-align: start;
32+
align-items: flex-start
33+
}
34+
.footer {
35+
position: inherit;
36+
align-items: flex-start;
37+
}
38+
.footer > a {
39+
border: none;
40+
text-decoration: underline;
41+
}
42+
}

css/styles.css

Lines changed: 0 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -94,45 +94,3 @@ a:focus, a:hover {
9494
color: #3d6eff;
9595
border-bottom: 1px solid #3d6eff
9696
}
97-
@media (max-width:800px) {
98-
h1 {
99-
line-height: 1em;
100-
font-size: 1.5em
101-
}
102-
body {
103-
padding: 1em 1em 1em 2em;
104-
flex-flow: column wrap;
105-
}
106-
.hero {
107-
height: auto;
108-
}
109-
.bio {
110-
font-size: 6vw;
111-
margin: 0;
112-
min-width: 80vw;
113-
}
114-
.list {
115-
margin-top: 1em;
116-
}
117-
section {
118-
padding: 7.5vw;
119-
width: 100%;
120-
display: table-row;
121-
height:auto;
122-
min-height: inherit;
123-
}
124-
.dt {
125-
bottom: auto;
126-
padding: 0 7.5vw 7.5vw;
127-
-webkit-box-align: start;
128-
align-items: flex-start
129-
}
130-
.footer {
131-
position: inherit;
132-
align-items: flex-start;
133-
}
134-
.footer > a {
135-
border: none;
136-
text-decoration: underline;
137-
}
138-
}

index.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,17 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no, minimum-scale=1, maximum-scale=1">
77
<meta name="description" content="I write code for the web.">
88
<meta name="author" content="Meredith Hoo">
9+
<!-- Facebook Metadata -->
910
<meta name="og:title" content="Meredith Hoo">
1011
<meta name="og:description" content="This is my place to explore and create.">
1112
<meta name="og:url" content="http://merhoo.com">
1213
<meta name="og:type" content="website">
1314
<meta name="theme-color" content="#0C0C0C">
15+
<!-- Styles -->
1416
<link href="./css/styles.css" rel="stylesheet">
1517
<link href="./css/crumple.css" rel="stylesheet">
1618
<link href="./css/mobile.css" rel="stylesheet">
17-
19+
<!-- Webpage Icon -->
1820
<link rel="shortcut icon" href="./assets/images/icon.png" type="image/png">
1921
<!-- Jquery Min Library -->
2022
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"/>
@@ -90,7 +92,7 @@ <h1>Dev Work</h1>
9092
<footer class="footer">
9193
<a class="footer__link--email" href="mailto:meredith.hoo1@gmail.com">email</a>
9294
<a class="footer__link--github" href="https://github.com/merhoo" target="_blank" rel="noopener noreferrer">github</a>
93-
<a class="footer__link--codepen" href="https://www.youtube.com/channel/UCda0Z1NOOPxQnG2V7hhsd5w" target="_blank" rel="noopener noreferrer">playlists</a>
95+
<a class="footer__link--codepen" href="https://www.youtube.com/user/MeredithHoo/playlists" target="_blank" rel="noopener noreferrer">playlists</a>
9496
<a class="footer__link--linkedin" href="https://www.linkedin.com/in/merhoo/" target="_blank" rel="noopener noreferrer">linkedin</a>
9597
<a class="footer__link--instagram" href="https://www.instagram.com/zesameri/" target="_blank" rel="noopener noreferrer">photos</a>
9698
<div class="crumple" aria-hidden=""></div>

0 commit comments

Comments
 (0)