Lots and lots of cleanup!

This commit is contained in:
2017-09-02 21:05:50 -04:00
parent 6f326320cc
commit caf2bde6c4
10 changed files with 145 additions and 142 deletions

View File

@ -9,24 +9,14 @@
<link rel="stylesheet" type="text/css" href="index.css">
</head>
<body>
<h1>Dumb YT Manager</h1>
<p>Youtube banned my account and refuses to say why, taking all my subscribed channels with it. This is a simple scrubscribed channel manager, showing recent releases from each channel and finally proper sub-catagory functionality!</p>
<div class="pageheader">
<h1>Dumb YT Manager</h1>
<p>Youtube banned my account and refuses to say why, taking all my subscribed channels with it. This is a simple scrubscribed channel manager, showing recent releases from each channel and finally proper sub-catagory functionality!</p>
</div>
<hr />
<h2>Most Recent Videos</h2>
<div v-cloak id="vidholder-0">
<div class="grid-x grid-margin-x imgrow" v-for="row in Videos.Rows">
<div class="card medium-2 large-1 cell" v-for="video in row.Columns">
<div class="card-divider">
<h6>{{video.title}}</h6>
</div>
<img :src="video.thumbnailURL">
<div class="card-section">
<p class="tinytext14px">{{video.description}}</p>
</div>
</div>
</div>
</div>
<div v-cloak id="vidholder-0"></div>
<!-- Compressed JavaScript -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>