Skip to content

Commit

Permalink
Revert to original color themes
Browse files Browse the repository at this point in the history
  • Loading branch information
andygolay committed Mar 30, 2024
1 parent 04196a3 commit b4d1586
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 221 deletions.
2 changes: 1 addition & 1 deletion book/ch01-01-the-language.html
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ <h2 id="key-features-of-move"><a class="header" href="#key-features-of-move">Key
<p>Here's an architectural diagram of Move, from the language's creators [1]:</p>
<p><img src="./img/move_architecture.png" alt="Move high-level architecture" title="Move high-level architecture" /></p>
<h2 id="conclusion"><a class="header" href="#conclusion">Conclusion</a></h2>
<p>Move is a significant advancement in blockchain technology, offering a secure and efficient way to manage digital assets. Its introduction of resources, combined with the Move Prover and efficient bytecode compilation, makes it a robust tool for developers.</p>
<p>Move is a significant advancement in blockchain technology, offering a secure and efficient way to manage digital assets. Its introduction of resources, combined with the Move Prover and efficient bytecode compilation makes it a robust tool for developers.</p>
<p>Move's open-source nature and flexibility ensure it is well-equipped to support the future of digital finance with security and efficiency at its core.</p>
<div class="quiz-placeholder" data-quiz-name="ch01-01-features-of-move" data-quiz-questions="{&quot;questions&quot;:[{&quot;context&quot;:&quot;Move language is open source, and so are all popular versions.\n&quot;,&quot;id&quot;:&quot;01-01-features-of-move&quot;,&quot;type&quot;:&quot;MultipleChoice&quot;,&quot;answer&quot;:{&quot;answer&quot;:&quot;Closed-source&quot;},&quot;prompt&quot;:{&quot;distractors&quot;:[&quot;Resources concept&quot;,&quot;Move Prover&quot;,&quot;Compiles into BCS Bytecode&quot;],&quot;prompt&quot;:&quot;Which of the following is NOT a feature of Move?\n&quot;}}]}" data-quiz-fullscreen="" data-quiz-cache-answers="" ></div>
<h2 id="references"><a class="header" href="#references">References</a></h2>
Expand Down
4 changes: 2 additions & 2 deletions book/print.html
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ <h2 id="key-features-of-move"><a class="header" href="#key-features-of-move">Key
<p>Here's an architectural diagram of Move, from the language's creators [1]:</p>
<p><img src="./img/move_architecture.png" alt="Move high-level architecture" title="Move high-level architecture" /></p>
<h2 id="conclusion"><a class="header" href="#conclusion">Conclusion</a></h2>
<p>Move is a significant advancement in blockchain technology, offering a secure and efficient way to manage digital assets. Its introduction of resources, combined with the Move Prover and efficient bytecode compilation, makes it a robust tool for developers.</p>
<p>Move is a significant advancement in blockchain technology, offering a secure and efficient way to manage digital assets. Its introduction of resources, combined with the Move Prover and efficient bytecode compilation makes it a robust tool for developers.</p>
<p>Move's open-source nature and flexibility ensure it is well-equipped to support the future of digital finance with security and efficiency at its core.</p>
<div class="quiz-placeholder" data-quiz-name="ch01-01-features-of-move" data-quiz-questions="{&quot;questions&quot;:[{&quot;context&quot;:&quot;Move language is open source, and so are all popular versions.\n&quot;,&quot;id&quot;:&quot;01-01-features-of-move&quot;,&quot;type&quot;:&quot;MultipleChoice&quot;,&quot;answer&quot;:{&quot;answer&quot;:&quot;Closed-source&quot;},&quot;prompt&quot;:{&quot;distractors&quot;:[&quot;Resources concept&quot;,&quot;Move Prover&quot;,&quot;Compiles into BCS Bytecode&quot;],&quot;prompt&quot;:&quot;Which of the following is NOT a feature of Move?\n&quot;}}]}" data-quiz-fullscreen="" data-quiz-cache-answers="" ></div>
<h2 id="references"><a class="header" href="#references">References</a></h2>
Expand Down Expand Up @@ -431,7 +431,7 @@ <h2 id="todo-add-galxe-integration-to-submit-github-repo-link-here"><a class="he
<p>To plan your dApp, you'll write a user journey and then model your dApp's domain.</p>
<p>A domain model is a visual representation of the concepts and objects related to your dApp. There's no "right" or "wrong" format for domain modeling. As long as the model accurately represents all the components of your dApp's domain in a way that helps you buidl, you're good!</p>
<h2 id="example-the-domain-model-for-move"><a class="header" href="#example-the-domain-model-for-move">Example: The Domain Model for Move</a></h2>
<p>Todo: Explain diagram from lesson 1:1</p>
<p>Todo: Explain Move language achitecture diagram from lesson 1:1</p>
<div style="break-before: page; page-break-before: always;"></div><h1 id="user-journey"><a class="header" href="#user-journey">User Journey</a></h1>
<p>A user journey, or user story is a narrative about your dApp, from your dApp user's perspective. It shows their experience with your dApp, step by step.</p>
<blockquote>
Expand Down
2 changes: 1 addition & 1 deletion book/searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion book/searchindex.json

Large diffs are not rendered by default.

108 changes: 0 additions & 108 deletions book/theme/2018-edition.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
main a {
color: #88a0ff!important;
}

span.caption {
font-size: .8em;
font-weight: 600;
Expand All @@ -10,108 +6,4 @@ span.caption {
span.caption code {
font-size: 0.875em;
font-weight: 400;
}

blockquote {
background: #FFD013;
padding: 20px;
border-radius: 10px;
}

html {
background-color: #000!important;
}

.page, .sidebar-resize-handle {
background-color: #000;
color: #fff;
}

a.header {
color: #fff!important;
}

.sidebar-scrollbox {
background: #FFD013!important;
color: #000!important;
}

.prompt {
background: rgb(255,208,19)!important;
color: #000!important;
}

h2 {
margin-top: 20px;
}


.mdbook-quiz {
border-color: #FFD013!important;
}

.menu-bar {
background-color: rgba(255,208,19, 1)!important;
border: #000!important;
border-width: 2px!important;
}

.menu-title {
color: #000!important;
}

.start, input[type="submit"], button {
padding: 8px 15px !important;
font-size: 16px;
text-transform: uppercase;
color: #fff!important;
background-color: #0337FF!important;
transition: background-color .25s ease-in-out, color .25s ease-in-out, box-shadow .25s ease-in-out;
}

.start:hover, input[type="submit"]:hover, button:hover {
color: #000 !important;
background-color: #fff !important;
}

.expanded {
color: #000!important;
}

.trigger, .bug-report {
display:none!important;
}

#theme-toggle {
display: none!important;
}

blockquote h2, blockquote a.header {
margin-top: 20px;
color: #000!important;
}

#search-toggle {
padding: 0 8px!important;
}

.highlight-mengshou-wrap {
background: #FFD013!important;
}

.light {
--highlight: #FFD013!important;
}

pre, code, .hljs {
color:white!important;
background: #070D0D;
}

.hljs-comment {
color: greenyellow!important;
}

img {
background-color: white;
}
108 changes: 0 additions & 108 deletions theme/2018-edition.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
main a {
color: #88a0ff!important;
}

span.caption {
font-size: .8em;
font-weight: 600;
Expand All @@ -10,108 +6,4 @@ span.caption {
span.caption code {
font-size: 0.875em;
font-weight: 400;
}

blockquote {
background: #FFD013;
padding: 20px;
border-radius: 10px;
}

html {
background-color: #000!important;
}

.page, .sidebar-resize-handle {
background-color: #000;
color: #fff;
}

a.header {
color: #fff!important;
}

.sidebar-scrollbox {
background: #FFD013!important;
color: #000!important;
}

.prompt {
background: rgb(255,208,19)!important;
color: #000!important;
}

h2 {
margin-top: 20px;
}


.mdbook-quiz {
border-color: #FFD013!important;
}

.menu-bar {
background-color: rgba(255,208,19, 1)!important;
border: #000!important;
border-width: 2px!important;
}

.menu-title {
color: #000!important;
}

.start, input[type="submit"], button {
padding: 8px 15px !important;
font-size: 16px;
text-transform: uppercase;
color: #fff!important;
background-color: #0337FF!important;
transition: background-color .25s ease-in-out, color .25s ease-in-out, box-shadow .25s ease-in-out;
}

.start:hover, input[type="submit"]:hover, button:hover {
color: #000 !important;
background-color: #fff !important;
}

.expanded {
color: #000!important;
}

.trigger, .bug-report {
display:none!important;
}

#theme-toggle {
display: none!important;
}

blockquote h2, blockquote a.header {
margin-top: 20px;
color: #000!important;
}

#search-toggle {
padding: 0 8px!important;
}

.highlight-mengshou-wrap {
background: #FFD013!important;
}

.light {
--highlight: #FFD013!important;
}

pre, code, .hljs {
color:white!important;
background: #070D0D;
}

.hljs-comment {
color: greenyellow!important;
}

img {
background-color: white;
}

0 comments on commit b4d1586

Please sign in to comment.