Skip to content

Commit

Permalink
Minnor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
daniruiz committed Sep 25, 2018
1 parent d13029a commit 71bf31b
Show file tree
Hide file tree
Showing 6 changed files with 573 additions and 828 deletions.
2 changes: 1 addition & 1 deletion ethenis/config
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"scrollAnimationDuration" : 100,
"content" : {
"" : ["ethenis.html", "Ethenis"],
"dra" : ["dra.html", "D<span style='display:inline-block;transform: rotateY(180deg)'>R</span>A"],
"dra" : ["dra.html", "D<span style='display:inline-block;transform: rotateY(180deg) translate(-2px)'>R</span>A"],
"flat-remix-css" : ["flat-remix-css.html", "Flat Remix CSS Library"],
"/^man\/\d*$/" : ["man.php", false]
}
Expand Down
81 changes: 39 additions & 42 deletions ethenis/content/dra.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,47 +2,44 @@
document.title = "DяA | Daniel Ruiz de Alegria";
</script>
<style>
code {
padding: 0.2em 0.4em;
margin: 0;
font-size: 85%;
background-color: rgba(27,31,35,0.05);
border-radius: 3px;
}
li p {
}
code {
padding: 0.2em 0.4em;
margin: 0;
font-size: 85%;
background-color: rgba(27,31,35,0.05);
border-radius: 3px;
}
li p {
}
</style>
<section class="paper">
<h1>Daniel<br>Ruiz de Alegría</h1>
<hr>
<br>
<div style="text-align:center;font-size:18px" class="selectable">
<a href="https://github.com/daniruiz" target="_blank">github.com/daniruiz</a>
<a class="blue-button-link with-shadow" style="background:#269687" href="mailto:daniruizdealegria@gmail.com" target="_blank">✉ CONTACT ME</a>
<a href="https://drasite.com" target="_blank">drasite.com</a>
<br>
</div>
<br>
<hr>
<h3>Donate</h3>
<p>You can also support the development of Ethenis by donating:</p>
<ul>
<li>
<p><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=7LEWLS78EAJGJ" target="_blank">Paypal</a></p>
</li>
<li>
<p><a href="https://www.patreon.com/daniruiz" target="_blank">Patreon</a></p>
</li>
<li>
<p>Bitcoin Wallet:<br>
<code class="selectable">1K4RhLu7u5xGheWrLAnMPhF2mTA7oMCMj4</code>
</p>
</li>
<li>
<p>Monero Wallet:<br>
<code class="selectable">46o1H6xAnvNY25N1rosd9oUcN2pxhYaErU9qc48VwDNf3xrzSWhqWC5WbwaVe4vUMveKAzAiA4j8xgUi29TpKXpm3zCs4zx</code>
</p>
</li>
</ul>
</section>
<h1>Daniel<br>Ruiz de Alegría</h1>
<hr>
<br>
<div style="text-align:center;font-size:18px" class="selectable">
<a href="https://github.com/daniruiz" target="_blank">github.com/daniruiz</a>
<a class="blue-button-link with-shadow" style="background:#269687" href="mailto:daniruizdealegria@gmail.com" target="_blank">✉ CONTACT ME</a>
<a href="https://drasite.com" target="_blank">drasite.com</a>
<br>
</div>
<br>
<hr>
<h3>Donate</h3>
<p>You can also support the development of Ethenis by donating:</p>
<ul>
<li>
<p><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=7LEWLS78EAJGJ" target="_blank">Paypal</a></p>
</li>
<li>
<p>Bitcoin Wallet:<br>
<code class="selectable">1K4RhLu7u5xGheWrLAnMPhF2mTA7oMCMj4</code>
</p>
</li>
<li>
<p>Monero Wallet:<br>
<code class="selectable">46o1H6xAnvNY25N1rosd9oUcN2pxhYaErU9qc48VwDNf3xrzSWhqWC5WbwaVe4vUMveKAzAiA4j8xgUi29TpKXpm3zCs4zx</code>
</p>
</li>
</ul>
</section>
123 changes: 62 additions & 61 deletions ethenis/content/ethenis.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,72 +2,73 @@
document.title = "Ethenis Framework";
</script>
<style>
#logo {
height: 110px;
float: left;
margin: 53px 40px 0 30px;
}
h6 {
padding-left: 0;
text-align: center;
font-weight: lighter;
#logo {
height: 110px;
float: left;
margin: 53px 40px 0 30px;
}
#slogan {
padding-left: 50px;
font-size: 24px;
font-family: Pacifico;
}
#slogan em {
display: inline-block;
margin: 15px 60px;
}
#description {
color: #999;
h6 {
padding-left: 0;
text-align: center;
font-weight: lighter;
}
#slogan {
padding-left: 50px;
font-size: 24px;
font-family: Pacifico;
}
#slogan em {
display: inline-block;
margin: 15px 60px;
font-family: Pacifico;
}
#description {
color: #999;
text-indent: 40px;
text-align: justify;
}
@media screen and (max-width: 530px) {
#logo {
margin: 40px auto;
display: block;
float: none;
}
h1 { text-align: center; }
#slogan { padding: 0; }
#slogan em { margin: 15px 20px; }
}
}
@media screen and (max-width: 530px) {
#logo {
margin: 40px auto;
display: block;
float: none;
}
h1 { text-align: center; }
#slogan { padding: 0; }
#slogan em { margin: 15px 20px; }
}
</style>
<section class="paper">
<img alt="logo" src="/img/ethenis-logo.svg" id="logo">
<h1>Ethenis Framework</h1>
<h6>Ethenis is licensed under the MIT License</h6>
<hr><br>
<p id="slogan">
So simple, that... <br>
<em>Even the Name Is Simple</em>
</p>
<p id="description">Ethenis is a PHP and JavaScript framework developed with the aim of speeding up the creation of Single Page Applications. Unlike other projects, Ethenis focus on a single goal, allowing its size and execution time to be minimum and thus preventing the slowdown of our page.</p>
<br>
<hr>
<a href="https://github.com/daniruiz/Ethenis-Framework/releases/latest" class="with-shadow blue-button-link">↧ Download Ethenis</a>
<a target="_blank" href="https://github.com/daniruiz/Ethenis-Framework">&lt;/&gt; Source Code on GitHub</a>
<h4>Manual</h4>
<ul>
<li>
<p><a class="__eth-link" href="/man/1">Installation</a></p>
</li>
<li>
<p><a class="__eth-link" href="/man/2">Configure Web Layout</a></p>
</li>
<li>
<p><a class="__eth-link" href="/man/3">Set the main content template</a></p>
</li>
<li>
<p><a class="__eth-link" href="/man/4">Insert the content Files</a></p>
</li>
<img alt="logo" src="/img/ethenis-logo.svg" id="logo">
<h1>Ethenis Framework</h1>
<h6>Ethenis is licensed under the MIT License</h6>
<hr><br>
<p id="slogan">
So simple, that... <br>
<em>Even THE Name Is Simple</em>
</p>
<p id="description">Ethenis is a PHP and JavaScript framework developed with the aim of speeding up the creation of Single Page Applications. Unlike other projects, Ethenis focus on a single goal, allowing its size and execution time to be minimum and thus preventing the slowdown of our page.</p>
<br>
<hr>
<a href="https://github.com/daniruiz/Ethenis-Framework/releases/latest" class="with-shadow blue-button-link">↧ Download Ethenis</a>
<a target="_blank" href="https://github.com/daniruiz/Ethenis-Framework">&lt;/&gt; Source Code on GitHub</a>
<h4>Manual</h4>
<ul>
<li>
<p><a class="__eth-link" href="/man/1">Installation</a></p>
</li>
<li>
<p><a class="__eth-link" href="/man/2">Configure Web Layout</a></p>
</li>
<li>
<p><a class="__eth-link" href="/man/3">Set the main content template</a></p>
</li>
<li>
<p><a class="__eth-link" href="/man/4">Insert the content Files</a></p>
</li>
<li>
<p><a class="__eth-link" href="/man/5">Ethenis PHP special functions</a></p>
</li>
</ul>
<p><a class="__eth-link" href="/man/5">Ethenis PHP special functions</a></p>
</li>
</ul>
</section>
<link href="https://fonts.googleapis.com/css?family=Pacifico" rel="stylesheet">
Loading

0 comments on commit 71bf31b

Please sign in to comment.