Skip to content

Commit

Permalink
Goals'n'challenges added
Browse files Browse the repository at this point in the history
  • Loading branch information
xx13 committed Sep 18, 2018
1 parent aa61cdd commit f29ef9a
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 0 deletions.
35 changes: 35 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<title>Vuestic Redesign</title>
</head>

<body>
<div class="container">
<div class="ho">
<h1 class="display-2 mt-5"> Vuestic Redesign
</h1>
<h6>
September 18, 2018
</h6>
<p class="mt-4 text-secondary">
This document will containt short description about the upcoming redesign of Vuestic theme.
</p>
<h2 class="display-4 mt-5">
Goals &amp; Challenges
</h2>
<ul>
<li>Improve visual style by fixing text styles and elements (such as buttons)</li>
<li>New features for data rich components (tables, graphs, charts)</li>
<li>Introduce new approach by changing general layout and offer new components</li>
</div>

</div>
<script src="./main.js"></script>
</body>

</html>
2 changes: 2 additions & 0 deletions main.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
console.log("retard is going places");
import './style.sass';
2 changes: 2 additions & 0 deletions style.sass
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.ho
background: #ff00ff

0 comments on commit f29ef9a

Please sign in to comment.