Started changing to more formal content. Navbar changes complete.

This commit is contained in:
Harrison Deng 2019-06-25 00:00:06 -05:00
parent 7fe469cced
commit 41b5f1b561
20 changed files with 150 additions and 212 deletions

94
RecrownedAthenaeum.html Executable file
View File

@ -0,0 +1,94 @@
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/animations/entry_animations.css">
<link rel="stylesheet" href="css/animations/animations.css">
<link rel="stylesheet" href="css/main.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>YHD - Recrowned Athenaeum</title>
</head>
<body>
<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#main-navbar">
<i class="fa fa-bars" aria-hidden="true" style="color: white;"></i>
</button>
<a class="navbar-brand" href="index.html" style="padding-top: 3px;"><img src="images/yhdnbg.png" style="width: 200px;"></a>
</div>
<div class="collapse navbar-collapse" id="main-navbar">
<ul class="nav navbar-nav navbar-right">
<li><a href="index.html">Home</a></li>
<li class="active"><a>Recrowned Athenaeum</a></li>
<li><a href="RhythmBullet.html">RhythmBullet</a></li>
<li><a href="photography/photography.html">Photography</a></li>
<li><a href="qanda.html">Q &amp; A</a></li>
</ul>
</div>
</div>
</nav>
<div class="wrapper">
<div class="nooverflow-bg" style="left: 0px; top: 0px; width: 75vw; height: 50vh;">
<img src="images/cybercircle1.png" style="left: -200px; top: -140px;" class="cybercircle-left">
</div>
<div class="nooverflow-bg" style="bottom: 0px; right: 0px; width: 50vh; height: 49vh;">
<img src="images/cybercircle2.png" style="right: -125px;" class="cybercircle-right">
</div>
<div class="nooverflow">
<div class="nooverflow">
<div class="box-center" style="bottom: 0px; margin-bottom: 0px;">
<h1 class="entry-bottom" style="bottom: 0px;">PolyJet</h1>
<p class="entry-bottom" style="bottom: 0px;">The game based on beats. No seriously, the whole game revolves around a user selected masterpiece.</p>
</div>
</div>
<div class="box-left entry-left">
<h2 class="">The Concept</h2>
<p class="">Essentially, this game is a rhythm game with audio analytics built in which allows the user to choose the tracks of which they play to.</p>
</div>
<div class="box-left entry-left" style="width: 50%">
<h2 class="">3rd Party</h2>
<h3>LibGDX</h3>
<p>This game uses LibGDX which is a very impressive game framework/engine. Its completely written in Java, and supports multi-platform pretty well. Go <a href="https://libgdx.badlogicgames.com/">check them out.</a></p>
<h3>Jtransforms</h3>
<p>This game also uses the Jtransforms library for its fft functions. You can go and <a href="https://sites.google.com/site/piotrwendykier/software/jtransforms">read up</a> on what they do.</p>
</div>
<div class="box-right entry-right" style="width: 45%">
<h2 class="">Done</h2>
<ul>
<li>Controls are done</li>
<li>Main menu done</li>
<li>Splash-screen background loading done.</li>
<li>Audio data collecting done</li>
<li>Actual analytics screen done</li>
<li>loading screen done</li>
<li>on keeping audio analysis result data in sync with gameplay audio.</li>
</ul>
</div>
<div class="box-left entry-left" style="width: 35%;">
<h2>TODO:</h2>
<ul>
<li><b>Working!</b> Generate entities based on audio data</li>
<li>Make game look cooler (decorating)</li>
<li>Possible future plans.</li>
</ul>
</div>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>

View File

@ -9,7 +9,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>HighDef - PolyJet</title>
<title>YHD - RhythmBullet</title>
</head>
<body>
<nav class="navbar navbar-inverse navbar-fixed-top">
@ -18,17 +18,16 @@
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#main-navbar">
<i class="fa fa-bars" aria-hidden="true" style="color: white;"></i>
</button>
<a class="navbar-brand" href="index.html" style="padding-top: 3px;"><img src="assets/MrUltraBrand.png" style="width: 200px;"></a>
<a class="navbar-brand" href="index.html" style="padding-top: 3px;"><img src="images/yhdnbg.png" style="width: 200px;"></a>
</div>
<div class="collapse navbar-collapse" id="main-navbar">
<ul class="nav navbar-nav navbar-right">
<li><a href="index.html">Home</a></li>
<li><a href="isca.html">I.S.C.A</a></li>
<li class="active"><a>PolyJet</a></li>
<li><a href="RecrownedAthenaeum.html">Recrowned Athenaeum</a></li>
<li class="active"><a>RhythmBullet</a></li>
<li><a href="photography/photography.html">Photography</a></li>
<li><a href="underconstruction.html">Ultra-Systems</a></li>
<li><a href="qanda.html">Q &amp; A</a></li>
<li><a href="qanda.html">Q &amp; A</a></li>
</ul>
</div>
</div>
@ -36,11 +35,11 @@
<div class="wrapper">
<div class="nooverflow-bg" style="left: 0px; top: 0px; width: 75vw; height: 50vh;">
<img src="assets/cybercircle1.png" style="left: -200px; top: -140px;" class="cybercircle-left">
<img src="images/cybercircle1.png" style="left: -200px; top: -140px;" class="cybercircle-left">
</div>
<div class="nooverflow-bg" style="bottom: 0px; right: 0px; width: 50vh; height: 49vh;">
<img src="assets/cybercircle2.png" style="right: -125px;" class="cybercircle-right">
<img src="images/cybercircle2.png" style="right: -125px;" class="cybercircle-right">
</div>
<div class="nooverflow">

View File

@ -7,7 +7,7 @@ body {
rgba(0, 255, 255, 0.4),
rgba(0, 0, 0, 0.7)
),
url(../assets/bg_tile.png);
url(../images/bg_tile.png);
background-repeat: repeat;
}
@ -31,6 +31,10 @@ body {
text-align: left;
}
.navbar-brand {
font-size: 80%;
}
h1 {
position: relative;
font-family: "Segoe UI light", "Segoe UI", sans-serif;
@ -147,9 +151,6 @@ p {
rgba(10, 10, 10, 0.2),
rgba(10, 10, 10, 0.75)
);
background-color: ;
border-left-style: solid;
border-left-color: rgba(0, 255, 255, 0.6);
border-left-width: 2px;
@ -186,6 +187,19 @@ p {
font-family: "Segoe UI light", "Segoe UI", sans-serif;
}
.navbar-brand {
font-size: 150%;
top: -15%;
font-weight: 600;
}
.navbar-brand > image {
max-height: 150%;
max-width: auto;
position: relative;
top: -25%;
}
.cybercircle-left {
position: relative;
animation:
@ -238,7 +252,7 @@ p {
}
::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 2px rgba(0, 255, 255, 1);
box-shadow: inset 0 0 2px rgba(0, 255, 255, 1);
background-color: rgba(0,0,0,0.9);
border-radius: 2px;
}
@ -246,7 +260,7 @@ p {
::-webkit-scrollbar-thumb {
background-color: rgba(0, 255, 255, 0.5);
border-radius: 2px;
-webkit-box-shadow: inset 0 0 2px rgba(0, 255, 255, 0.5);
box-shadow: inset 0 0 2px rgba(0, 255, 255, 0.5);
}
.auto-size {

View File

@ -1,74 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/animations/entry_animations.css">
<link rel="stylesheet" href="css/animations/animations.css">
<link rel="stylesheet" href="css/main.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>HighDef</title>
</head>
<body>
<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#main-navbar">
<i class="fa fa-bars" aria-hidden="true" style="color: white;"></i>
</button>
<a class="navbar-brand" href="index.html" style="padding-top: 3px;"><img src="assets/MrUltraBrand.png" style="width: 200px;"></a>
</div>
<div class="collapse navbar-collapse" id="main-navbar">
<ul class="nav navbar-nav navbar-right">
<li><a href="index.html">Home</a></li>
<li><a href="isca.html">I.S.C.A</a></li>
<li><a href="photography/polyjet.html">PolyJet</a></li>
<li><a href="photography.html">Photography</a></li>
<li><a href="underconstruction.html">Ultra-Systems</a></li>
<li><a href="qanda.html">Q &amp; A</a></li>
</ul>
</div>
</div>
</nav>
<div class="wrapper" style="width: 100vw; height: 100vh;">
<div class="nooverflow-bg" style="left: 0px; top: 0px; width: 75vw; height: 50vh;">
<img src="assets/cybercircle1.png" style="left: -200px; top: -140px;" class="cybercircle-left">
</div>
<div class="nooverflow-bg" style="bottom: 0px; right: 0px; width: 50vh; height: 49vh;">
<img src="assets/cybercircle2.png" style="right: -125px;" class="cybercircle-right">
</div>
<div class="nooverflow">
<div class="nooverflow">
<div class="box-center" style="bottom: 0px; margin-bottom: 0px;">
<h1 class="entry-bottom" style="bottom: 0px;">Demands</h1>
</div>
</div>
<div class="box-left entry-left">
<ul>
<li>A sandwich</li>
<li>Permission to go on trip</li>
<li>Moderator or higher &#40;This may not satisfy me as ultimate power is not ultimate enough. It would be preferable if you could give me access to the whole network. Not only the server which you own&#41;</li>
<li>I want the title of Omnipotent. If anything is wrong, there will be consequences.</li>
</ul>
</div>
<div class="box-left entry-left">
<div class="box-left entry-left">
<iframe width="560" height="315" src="https://www.youtube.com/embed/dQw4w9WgXcQ?rel=0&amp;controls=0;autoplay=1" frameborder="0" allowfullscreen></iframe>
</div>
</div>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>

BIN
fonts/gasalt_regular.ttf Executable file

Binary file not shown.

View File

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 32 KiB

View File

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

Before

Width:  |  Height:  |  Size: 313 B

After

Width:  |  Height:  |  Size: 313 B

View File

Before

Width:  |  Height:  |  Size: 41 KiB

After

Width:  |  Height:  |  Size: 41 KiB

View File

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 21 KiB

View File

Before

Width:  |  Height:  |  Size: 34 KiB

After

Width:  |  Height:  |  Size: 34 KiB

BIN
images/yhdnbg.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 97 KiB

View File

@ -9,25 +9,24 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>HighDef - Home</title>
<title>YHD - Home</title>
</head>
<body>
<nav class="navbar navbar-inverse navbar-fixed-top">
<a class="navbar-brand" href="index.html">YHD</a>
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#main-navbar">
<i class="fa fa-bars" aria-hidden="true" style="color: white;"></i>
</button>
<a class="navbar-brand" href="index.html" style="padding-top: 3px;"><img src="assets/MrUltraBrand.png" style="width: 200px;"></a>
</div>
<div class="collapse navbar-collapse" id="main-navbar">
<ul class="nav navbar-nav navbar-right">
<li class="active"><a>Home</a></li>
<li><a href="isca.html">I.S.C.A</a></li>
<li><a href="polyjet.html">PolyJet</a></li>
<li><a href="RecrownedAthenaeum.html">Recrowned Athenaeum</a></li>
<li><a href="RhythmBullet.html">RhythmBullet</a></li>
<li><a href="photography/photography.html">Photography</a></li>
<li><a href="underconstruction.html">Ultra-Systems</a></li>
<li><a href="qanda.html">Q &amp; A</a></li>
</ul>
</div>
@ -36,11 +35,11 @@
<div class="wrapper">
<div class="nooverflow-bg" style="left: 0px; top: 0px; width: 75vw; height: 50vh;">
<img src="assets/cybercircle1.png" style="left: -200px; top: -140px;" class="cybercircle-left">
<img src="images/cybercircle1.png" style="left: -200px; top: -140px;" class="cybercircle-left">
</div>
<div class="nooverflow-bg" style="bottom: 0px; right: 0px; width: 50vh; height: 49vh;">
<img src="assets/cybercircle2.png" style="right: -125px;" class="cybercircle-right">
<img src="images/cybercircle2.png" style="right: -125px;" class="cybercircle-right">
</div>

View File

@ -1,95 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/animations/entry_animations.css">
<link rel="stylesheet" href="css/animations/animations.css">
<link rel="stylesheet" href="css/main.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>HighDef - ISCA</title>
</head>
<body>
<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#main-navbar">
<i class="fa fa-bars" aria-hidden="true" style="color: white;"></i>
</button>
<a class="navbar-brand" href="index.html" style="padding-top: 3px;"><img src="assets/MrUltraBrand.png" style="width: 200px;"></a>
</div>
<div class="collapse navbar-collapse" id="main-navbar">
<ul class="nav navbar-nav navbar-right">
<li><a href="index.html">Home</a></li>
<li class="active"><a>I.S.C.A</a></li>
<li><a href="polyjet.html">PolyJet</a></li>
<li><a href="photography/photography.html">Photography</a></li>
<li><a href="underconstruction.html">Ultra-Systems</a></li>
<li><a href="qanda.html">Q &amp; A</a></li>
</ul>
</div>
</div>
</nav>
<div class="wrapper">
<div class="nooverflow-bg" style="left: 0px; top: 0px; width: 75vw; height: 50vh;">
<img src="assets/cybercircle1.png" style="left: -200px; top: -140px;" class="cybercircle-left">
</div>
<div class="nooverflow-bg" style="left: 0px; bottom:0px; width: 75vw; height: 63vh;">
<img src="assets/cybercircle2.png" style="left: -125px; bottom: -125px" class="cybercircle-left">
</div>
<div class="nooverflow">
<div class="nooverflow">
<div class="box-center" style="bottom: 0px; margin-bottom: 0px;">
<h1 class="entry-bottom" style="bottom: 0px;">I.S.C.A</h1>
<p class="entry-bottom" style="bottom: 0px;">ISCA stands for Inter-System Communication Assistant. Essentially, its a computer manager with resource managing as well as preset actions to do (group of programs, etc). <b>SRCSM</b> Engine would be an alternate name. Possibly the main engine of the program. Stands for Super Remote Control Systems Manager. More info will be released later.</p>
</div>
</div>
<div class="box-left entry-left">
<h2 class="">Idea</h2>
<p class="">The idea, is that ISCA will be a very high level framework that manages computers. The program ISCA can be on multiple devices. The reason why I called it a manager is because it will be an assistance of controlling and as well as automating my computer. Communicating to co-ordinate with other devices is also part of the plan. This includes process splitting, and telling a device to do something. The reason its a framework is so I can build on to the types of processes it can split, things it can automate, and what it can tell other devices to do.</p>
</div>
<div class="box-left entry-left" style="width: 40%">
<h3>Note:</h3>
<p>This project will be moving slower due to having focus placed on another project (PolyJet)</p>
</div>
<div class="box-right entry-right" style="width: 50%">
<h2 class="">Features</h2>
<ul>
<li>High modularity (framework)</li>
<li>plugin interface</li>
<li>device status display</li>
<li>Server and client encrypted tcp setup</li>
<li>Process splitting (custom addons that tells the framework what/how to split it to other devices)</li>
<li>Task automation (command triggered tasks)</li>
<li>remote task managing</li>
</ul>
</div>
<div class="box-left entry-left" style="width: 45%">
<h2 class="">Completed</h2>
<ul>
<li>basic framework</li>
<li>basic plugin interface</li>
<li>status display of local device</li>
<li>Server and client encrypted TCP connection</li>
</ul>
</div>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>

View File

@ -18,7 +18,7 @@
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#main-navbar">
<i class="fa fa-bars" aria-hidden="true" style="color: white;"></i>
</button>
<a class="navbar-brand" href="index.html" style="padding-top: 3px;"><img src="../assets/MrUltraBrand.png" style="width: 200px;"></a>
<a class="navbar-brand" href="index.html" style="padding-top: 3px;"><img src="../images/yhdnbg.png" style="width: 200px;"></a>
</div>
<div class="collapse navbar-collapse" id="main-navbar">

View File

@ -19,16 +19,15 @@
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#main-navbar">
<i class="fa fa-bars" aria-hidden="true" style="color: white;"></i>
</button>
<a class="navbar-brand" href="../index.html" style="padding-top: 3px;"><img src="../assets/MrUltraBrand.png" style="width: 200px;"></a>
<a class="navbar-brand" href="index.html" style="padding-top: 3px;"><img src="../images/yhdnbg.png" style="width: 200px;"></a>
</div>
<div class="collapse navbar-collapse" id="main-navbar">
<ul class="nav navbar-nav navbar-right">
<li><a href="../index.html">Home</a></li>
<li><a href="../isca.html">I.S.C.A</a></li>
<li><a href="../polyjet.html">PolyJet</a></li>
<li><a href="../RecrownedAthenaeum.html">Recrowned Athenaeum</a></li>
<li><a href="../RhythmBullet.html">RhythmBullet</a></li>
<li class="active"><a>Photography</a></li>
<li><a href="../underconstruction.html">Ultra-Systems</a></li>
<li><a href="../qanda.html">Q &amp; A</a></li>
</ul>
</div>
@ -37,11 +36,11 @@
<div class="wrapper">
<div class="nooverflow-bg" style="left: 0px; top: 0px; width: 75vw; height: 50vh;">
<img src="../assets/cybercircle1.png" style="left: -200px; top: -140px;" class="cybercircle-left">
<img src="../images/cybercircle1.png" style="left: -200px; top: -140px;" class="cybercircle-left">
</div>
<div class="nooverflow-bg" style="bottom: 0px; right: 0px; width: 50vh; height: 49vh;">
<img src="../assets/cybercircle2.png" style="right: -125px;" class="cybercircle-right">
<img src="../images/cybercircle2.png" style="right: -125px;" class="cybercircle-right">
</div>

View File

@ -9,7 +9,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>HighDef</title>
<title>YHD - Q and A</title>
</head>
<body>
<nav class="navbar navbar-inverse navbar-fixed-top">
@ -18,16 +18,15 @@
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#main-navbar">
<i class="fa fa-bars" aria-hidden="true" style="color: white;"></i>
</button>
<a class="navbar-brand" href="index.html" style="padding-top: 3px;"><img src="assets/MrUltraBrand.png" style="width: 200px;"></a>
<a class="navbar-brand" href="index.html" style="padding-top: 3px;"><img src="images/yhdnbg.png" style="width: 200px;"></a>
</div>
<div class="collapse navbar-collapse" id="main-navbar">
<ul class="nav navbar-nav navbar-right">
<li><a href="index.html">Home</a></li>
<li><a href="isca.html">I.S.C.A</a></li>
<li><a href="polyjet.html">PolyJet</a></li>
<li><a href="RecrownedAthenaeum.html">Recrowned Athenaeum</a></li>
<li><a href="RhythmBullet.html">RhythmBullet</a></li>
<li><a href="photography/photography.html">Photography</a></li>
<li><a href="underconstruction.html">Ultra-Systems</a></li>
<li class="active"><a>Q &amp; A</a></li>
</ul>
</div>
@ -36,11 +35,11 @@
<div class="wrapper" style="width: 100vw; height: 100vh;">
<div class="nooverflow-bg" style="left: 0px; top: 0px; width: 75vw; height: 50vh;">
<img src="assets/cybercircle1.png" style="left: -200px; top: -140px;" class="cybercircle-left">
<img src="images/cybercircle1.png" style="left: -200px; top: -140px;" class="cybercircle-left">
</div>
<div class="nooverflow-bg" style="bottom: 0px; right: 0px; width: 50vh; height: 49vh;">
<img src="assets/cybercircle2.png" style="right: -125px;" class="cybercircle-right">
<img src="images/cybercircle2.png" style="right: -125px;" class="cybercircle-right">
</div>
<div class="nooverflow">

View File

View File

@ -9,7 +9,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>HighDef - Uh oh</title>
<title>YHD - Uh oh</title>
</head>
<body>
<nav class="navbar navbar-inverse navbar-fixed-top">
@ -24,11 +24,6 @@
<div class="collapse navbar-collapse" id="main-navbar">
<ul class="nav navbar-nav navbar-right">
<li><a href="index.html">Home</a></li>
<li><a href="isca.html">I.S.C.A</a></li>
<li><a href="polyjet.html">PolyJet</a></li>
<li><a href="photography/photography.html">Photography</a></li>
<li><a href="">Ultra-Systems</a></li>
<li><a href="qanda.html">Q &amp; A</a></li>
</ul>
</div>
</div>
@ -36,11 +31,11 @@
<div class="wrapper" style="width: 100vw; height: 100vh;">
<div class="nooverflow-bg" style="left: 0px; top: 0px; width: 75vw; height: 50vh;">
<img src="assets/cybercircle1.png" style="left: -200px; top: -140px;" class="cybercircle-left">
<img src="images/cybercircle1.png" style="left: -200px; top: -140px;" class="cybercircle-left">
</div>
<div class="nooverflow-bg" style="right: 0px; bottom: 0px; width: 55%; height: 45%;">
<img src="assets/cybercircle1.png" style="right: -15%;" class="cybercircle-right">
<img src="images/cybercircle1.png" style="right: -15%;" class="cybercircle-right">
</div>
<div class="nooverflow">

8
yhdws.code-workspace Normal file
View File

@ -0,0 +1,8 @@
{
"folders": [
{
"path": "."
}
],
"settings": {}
}