-
Notifications
You must be signed in to change notification settings - Fork 29
/
index.html
83 lines (71 loc) · 2.27 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<!DOCTYPE html>
<html lang="en">
<head>
<title>DevTips Starter Kit</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="assets/img/favicons/favicon.ico">
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div class="page-home">
<section>
<h1 class="page-title">DevTips<br>Starter Kit</h1>
<p>Ground zero for your next project.</p>
<a href="https://github.com/DevTips/DevTips-Starter-Kit/archive/master.zip" class="button button-download">Download Now</a>
<a class="fork-tag" href="https://github.com/DevTips/DevTips-Starter-Kit">Fork Me on GitHub</a>
</section>
<section>
<article>
<h4>Watch the Video</h4>
<div class="flex-video-wrap">
<div class="flex-video">
<iframe src="https://www.youtube.com/embed/F3u7whqIxrc?rel=0&controls=0&showinfo=0" frameborder="0" allowfullscreen></iframe>
</div>
</div>
</article>
<article>
<p>Brought to you by</p>
<div class="name-lockup">
<img class="avatar" src="https://yt3.ggpht.com/-47U43a3eNW0/AAAAAAAAAAI/AAAAAAAAAAA/fWgb7mKcn6k/s176-c-k-no/photo.jpg">
<div class="name">
<strong>Travis Neilson</strong>
<br>
<a href="https://twitter.com/DevTipsShow">@DevTipsShow</a>
</div>
</div>
</article>
</section>
<pre>
DevTips-Starter-Kit
| -- assets/
| | -- css/
| | | -- 1-tools/
| | | | -- bourbon/
| | | | -- fonts.sass
| | | | -- normalize.sass
| | | | -- vars.sass
| | | -- 2-basics/
| | | | -- body-elements.sass
| | | | -- links.sass
| | | | -- selection-colors.sass
| | | | -- typography.sass
| | | -- 3-modules/
| | | | -- example-module.sass
| | | | -- example-module.sass
| | | -- 4-pages/
| | | | -- example-page.sass
| | | -- main.sass
| | -- js/
| | | -- jquery.js
| | | -- functions.js
| | -- img/
| -- favicon.ico
| -- readme.md
| -- index.html
</pre>
</div>
<script src="assets/js/jquery-2.1.4.min.js"></script>
<script src="assets/js/functions.js" type="text/javascript"></script>
</body>
</html>