Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added app/styles/fonts/minds_org.eot
Binary file not shown.
32 changes: 32 additions & 0 deletions app/styles/fonts/minds_org.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/styles/fonts/minds_org.ttf
Binary file not shown.
Binary file added app/styles/fonts/minds_org.woff
Binary file not shown.
Binary file added app/styles/fonts/minds_org.woff2
Binary file not shown.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
44 changes: 22 additions & 22 deletions app/styles/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ $lato: "Lato";
$orange: #FFCC00;

@font-face {
font-family: 'fontello';
src: url('fonts/fontello.eot?55589523');
src: url('fonts/fontello.eot?55589523#iefix') format('embedded-opentype'),
url('fonts/fontello.woff?55589523') format('woff'),
url('fonts/fontello.ttf?55589523') format('truetype'),
url('fonts/fontello.svg?55589523#fontello') format('svg');
font-family: 'minds_org';
src: url('fonts/minds_org.eot?39062049');
src: url('fonts/minds_org.eot?39062049#iefix') format('embedded-opentype'),
url('fonts/minds_org.woff2?39062049') format('woff2'),
url('fonts/minds_org.woff?39062049') format('woff'),
url('fonts/minds_org.ttf?39062049') format('truetype'),
url('fonts/minds_org.svg?39062049#minds_org') format('svg');
font-weight: normal;
font-style: normal;
}

.browsehappy {
margin: 0.2em 0;
background: #ccc;
Expand All @@ -36,7 +36,7 @@ body {
border:0;
border-radius:0;
z-index:3;

.container-fluid{
max-width:1300px;
}
Expand All @@ -45,12 +45,12 @@ body {
margin:0;
padding:0;
margin:8px 0 24px;

img{
display:inline-block;
height:60px;
}

h1{
font-family:$roboto;
font-size:38px;
Expand All @@ -62,10 +62,10 @@ body {
vertical-align:middle;
}
}

.navbar-nav{
float:right;

li {
font-family:$roboto;
font-weight:400;
Expand Down Expand Up @@ -145,27 +145,27 @@ body {
min-height:500px;
background:#333;
position:relative;

.inner{
margin:auto;
max-width:1300px;
}

.code-block{
margin:72px 16px 25px;
float:left;

p{
color:$orange;
font-size:24px;
font-family:"Roboto Slab";
font-weight:200;

.spacer{
display:inline-block;
width:30px;
}

}
}
}
Expand All @@ -177,7 +177,7 @@ body {
text-align:center;
text-align: center;
padding: 78px 0;

h1{
font-size:46px;
font-weight:300;
Expand All @@ -187,13 +187,13 @@ body {
font-weight:300;
}
}

.feature{
margin:72px 0;
display:flex;

.icon{
font-family: 'fontello';
font-family: 'minds_org';
font-size: 150px;
width: 321px;
margin: 13px;
Expand All @@ -204,4 +204,4 @@ body {

/* imports */
@import 'frontpage';
@import 'docs';
@import 'docs';
31 changes: 20 additions & 11 deletions app/views/code.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,26 +7,35 @@
</div>
</div>
</section>

<div class="container">

<section class="feature mobile-code">
<div class="icon" >&#59396;</div>
<div class="icon" >&#59394;</div>
<div class="body" style="margin-top:25px; width:300px">
<h3>Mobile</h3>
<p>Minds Mobile allows you to connect to any Minds node.</p>
<a href="https://github.com/Minds" class="btn">Explore Code</a>
<p>Minds Mobile allows you to connect to any Minds node natively using a mobile device.</p>
<a href="https://github.com/Minds/mobile" class="btn">Explore Code</a>
</div>
</section>


<section class="feature front-code">
<div class="icon" >&#59395;</div>
<div class="body" style="margin-top:25px; width:300px">
<h3>Web</h3>
<p>Minds Web allows you to connect to any Minds node using a web browser.</p>
<a href="https://github.com/Minds/front" class="btn">Explore Code</a>
</div>
</section>

<section class="headline">
<h1>Coming Soon.</h1>
<h4>Core Engine. Cinemr (video transcoder). Wordpress Plugin</h4>
<h4>Core Engine. Cinemr (video transcoder). Wordpress Plugin</h4>
</section>


</div>



</div>

</div>
28 changes: 14 additions & 14 deletions app/views/docs.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,37 +7,37 @@
</div>
</div>
</section>


<div class="container">
<section class="feature private-api">
<div class="icon" >&#59396;</div>

<section class="feature mobile-code">
<div class="icon" >&#59394;</div>
<div class="body" style="margin-top:50px; width:300px">
<h3>Mobile App</h3>
<p>Get started and discover the internals of our mobile app.</p>
<a href="https://github.com/Minds/mobile" class="btn">View on Github</a>
<a href="https://github.com/Minds/mobile" class="btn">View</a>
</div>
</section>

<section class="feature public-api">
<div class="icon">&#59395;</div>
<div class="icon">&#59393;</div>
<div class="body" style="margin-top:50px; width:300px">
<h3>Public API</h3>
<p>Explore our public API.</p>
<a class="btn">Coming Soon.</a>
<p>Coming soon.</p>
</div>
</section>

<section class="feature private-api">
<div class="icon">&#59394;</div>
<div class="icon">&#59402;</div>
<div class="body" style="margin-top:50px; width:300px">
<h3>Private (Internal) API</h3>
<p>Coming soon.</p>
</div>
</section>


</div>

</div>
</div>
8 changes: 4 additions & 4 deletions app/views/governance.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
</div>
</div>
</section>

<div class="container">
<section class="headline">
<h1>Powered by the people.</h1>
<h4>Minds.org is a democratically governed co-operative, governed by the people.</h4>
</section>

<section class="feature">
<div class="icon" style="color:green;">&#59392;</div>
<div class="icon" style="color:green;">&#59396;</div>
<div class="body" style="margin-top:50px;">
<h3>Under construction</h3>
<p>We are currently working on creating the community, constitution and voting models. Please standby...</p>
Expand All @@ -24,4 +24,4 @@ <h3>Under construction</h3>

</div>

</div>
</div>