Skip to content

Commit

Permalink
features' file management: moved files in directories and paths fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
MaksOk1 committed Jul 2, 2024
1 parent c1d03fb commit 918dd86
Show file tree
Hide file tree
Showing 24 changed files with 58 additions and 21 deletions.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<!DOCTYPE html>
<html lang='uk'>

<!-- MAY WORK ON CHROME, SOME EDITION NEEDED ON BASE PATH -->

<head>
<meta charset='UTF-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
Expand All @@ -11,7 +13,7 @@
<title>Feature</title>

<!-- PAGE BASE -->
<base href='/RippleButtonAndCopyAnimation (works on Chrome)/'>
<base href='/RippleButtonAndCopyAnimation/'>

<!-- PAGE ICON -->
<link rel='icon' href='' sizes='32x32' />
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

<html lang='uk'>

<!-- MAY WORK ON CHROME, SOME EDITION NEEDED ON BASE PATH -->

<head>
<meta charset='UTF-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
Expand All @@ -19,11 +21,11 @@
<meta name='msapplication-TileImage' content='' />

<!-- PAGE BASE -->
<!-- <base href='/YTCinemaMode (works on Chrome)/'> -->
<base href='/YTCinemaMode/'>

<!-- CSS CONNECTION -->
<link rel='stylesheet' href='YTCinemaMode (works on Chrome)/css/style.css'>
<link rel="stylesheet" href="YTCinemaMode (works on Chrome)/css/main-styles.css">
<link rel='stylesheet' href='css/style.css'>
<link rel="stylesheet" href='css/main-styles.css'>

</head>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ function renderImage() {
render.drawImage(videoIn, 0, 0, varCanvas.width, varCanvas.height);
}

/**
*
*/
function renderFinal() {
let rdInt = setInterval(renderImage, 20);
setTimeout(rdInt, 80);
Expand Down
17 changes: 17 additions & 0 deletions cool-share/base/css/main.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
.page-wrapper {
background-color: #000;
}

input,
p,
span,
h1,
h2,
h3,
h4,
h5,
h6 {
color: white;
background-color: transparent;
border: none;
}
File renamed without changes.
File renamed without changes.
10 changes: 6 additions & 4 deletions cool-share (not done)/index.html → cool-share/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<!DOCTYPE html>
<html lang='uk'>

<!-- NOT DONE -->

<head>
<meta charset='UTF-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
Expand All @@ -18,11 +20,11 @@
<meta name='msapplication-TileImage' content='' />

<!-- Page Base -->
<base href='/features test/cool-share/base/'>
<base href='/cool-share/base/'>

<!-- Css Connection -->
<link rel='stylesheet' href='style.css'>
<link rel="stylesheet" href="main.css">
<link rel='stylesheet' href='css/style.css'>
<link rel="stylesheet" href="css/main.css">

</head>

Expand All @@ -38,5 +40,5 @@
<div id="palette"></div>
<div id="complementary"></div>
</div>
<script src="app.js"></script>
<script src="js/app.js"></script>
</body>
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ p {

/*? Variables */

:root {}
/* :root {} */

/*? Page Wrapper */
.page-wrapper {
Expand Down
10 changes: 7 additions & 3 deletions cool-video (not done)/index.html → cool-video/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<!DOCTYPE html>
<html lang='uk'>

<!-- NOT DONE -->

<head>
<meta charset='UTF-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
Expand All @@ -18,11 +20,11 @@
<meta name='msapplication-TileImage' content='' />

<!-- Page Base -->
<base href='index.html'>
<base href='/cool-video/'>

<!-- Css Connection -->
<link rel='stylesheet' href='/features test/cool-video/style.css'>
<link rel='stylesheet' href='/features test/cool-video/style-main.css'>
<link rel='stylesheet' href='css/style.css'>
<link rel='stylesheet' href='css/style-main.css'>

</head>

Expand All @@ -32,4 +34,6 @@
<div class='page-wrapper'>

</div>

<script src="js/script.js"></script>
</body>
File renamed without changes.
File renamed without changes.
File renamed without changes.
11 changes: 6 additions & 5 deletions fine-scroll (not done)/index.html → fine-scroll/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<!DOCTYPE html>
<html lang='uk'>

<!-- NOT DONE -->

<head>
<meta charset='UTF-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
Expand All @@ -18,11 +20,11 @@
<meta name='msapplication-TileImage' content='' />

<!-- Page Base -->
<base href='index.html'>
<base href='/fine-scroll/'>

<!-- Css Connection -->
<link rel='stylesheet' href='/features test/fine-scroll/style.css'>
<link rel="stylesheet" href="/features test/fine-scroll/style-main.css">
<link rel='stylesheet' href='css/style.css'>
<link rel="stylesheet" href='css/style-main.css'>

</head>

Expand All @@ -45,7 +47,6 @@
</section>
</div>
</div>
<script>

</script>
<script src="js/script.js"></script>
</body>
Empty file added fine-scroll/js/script.js
Empty file.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,6 @@ section.intro-block {
color: rgb(255, 255, 255);
}

.slide-menu-button-activator:active {}
.slide-menu-button-activator:active {
background-color: rgb(255, 255, 255);
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<!DOCTYPE html>
<html lang='uk'>

<!-- NOT DONE -->

<head>
<meta charset='UTF-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
Expand All @@ -11,7 +13,7 @@
<title>Feature</title>

<!-- PAGE BASE -->
<base href='/slideMenuFeature (not done)/'>
<base href='/slideMenuFeature/'>

<!-- PAGE ICON -->
<link rel='icon' href='' sizes='32x32' />
Expand All @@ -21,8 +23,8 @@
<meta name='msapplication-TileImage' content='' />

<!-- CSS CONNECTION -->
<link rel='stylesheet' href='str.css'>
<link rel="stylesheet" href="style1.css">
<link rel='stylesheet' href='css/str.css'>
<link rel="stylesheet" href="css/style1.css">

</head>

Expand All @@ -47,4 +49,6 @@

</div>
</div>

<script src="js/script.js"></script>
</body>
Empty file added slideMenuFeature/js/script.js
Empty file.

0 comments on commit 918dd86

Please sign in to comment.