Skip to content

Commit b18e949

Browse files
committed
Small Tweaks to the start state
1 parent 1949e5d commit b18e949

File tree

3 files changed

+20
-6
lines changed

3 files changed

+20
-6
lines changed

index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
<meta name="viewport" content="width=device-width, initial-scale=1">
99
<link rel="stylesheet" href="css/style.css">
1010
<link rel="icon" type="image/png" href="images/favicon.png">
11+
</head>
12+
<body>
1113
<section class="content">
1214
<article>
1315
<h1>Clothing Store</h1>
@@ -19,5 +21,5 @@ <h1>Clothing Store</h1>
1921
</section>
2022
<script src="/js/jquery-2.1.3.min.js"></script>
2123
<script src="/js/functions.js"></script>
22-
</head>
24+
</body>
2325
</html>

index.jade

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,11 @@ html(lang="en")
88
meta(name="viewport", content="width=device-width, initial-scale=1")
99
link(rel="stylesheet", href="css/style.css")
1010
link(rel="icon", type="image/png", href="images/favicon.png")
11-
11+
12+
body
13+
1214

13-
15+
1416
section.content
1517

1618
article

readme.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,24 @@
1-
# Parallax On The Web DevTips Project Files
1+
# Parallax On The Web - DevTips Project Files
22

33
Video Series [ for free on YouTube](https://www.youtube.com/playlist?list=PLqGj3iMvMa4IyCbhul-PdeiDqmh4ooJzk)
44

55
## Releases
66

77
Releases correspond to the videos. Visit the releases page on this repo to find the specific state of the code base. In other words; if you are watching video 2 and want to grab the code form that point. You will want to look for that [here](#).
88

9-
- Video 1 - Intro to Parallax on the Web
9+
## Video 1 - Intro to Parallax on the Web
10+
11+
- There is no code for this video, it's an introductory video
12+
13+
<a href="https://youtu.be/STwoa-9jxi0"><img src="https://i.ytimg.com/vi/STwoa-9jxi0/mqdefault.jpg"></a>
14+
15+
16+
## Video 2 - Parallax Header
17+
18+
- This is where the project starts. [Get the code](https://github.com/DevTips/Parallax-on-the-Web-DevTips-/releases/tag/v0.1).
19+
- This is where the project stops at the end of this video. [Get the code]().
20+
<a href="https://youtu.be/WTZpNAbz3jg"><img src="https://i.ytimg.com/vi/WTZpNAbz3jg/mqdefault.jpg"></a>
1021

11-
- Video 2 - Parallax Header
1222

1323
---
1424

0 commit comments

Comments
 (0)