Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
82 changes: 41 additions & 41 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,52 +1,52 @@
<!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>
<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">
<div class="page-home">

<section>
<h1 class="page-title">DevTips<br>Starter Kit</h1>
<p>Ground zero for your next project.</p>
<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 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>
<a class="fork-tag" href="https://github.com/DevTips/DevTips-Starter-Kit">Fork Me on GitHub</a>

</section>
</section>

<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&amp;controls=0&amp;showinfo=0" frameborder="0" allowfullscreen></iframe>
</div>
</div>
</article>
<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&amp;controls=0&amp;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>
<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>
</section>

<pre>
<pre>
DevTips-Starter-Kit
| -- assets/
| | -- css/
Expand Down Expand Up @@ -75,9 +75,9 @@ <h4>Watch the Video</h4>
| -- index.html
</pre>

</div>
</div>

<script src="assets/js/jquery-2.1.4.min.js"></script>
<script src="assets/js/functions.js" type="text/javascript"></script>
</body>
<script src="assets/js/jquery-2.1.4.min.js"></script>
<script src="assets/js/functions.js" type="text/javascript"></script>
</body>
</html>
Loading