-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
39 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 & 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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
console.log("retard is going places"); | ||
import './style.sass'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
.ho | ||
background: #ff00ff |