|
{% extends "index.html" %}
|
|
|
|
{% block child %}
|
|
<div class="mobile_placeholder">
|
|
<form action="/" method="get">
|
|
<input type="submit" class="close_box">
|
|
<svg class="close" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M10 14l2-2m0 0l2-2m-2 2l-2-2m2 2l2 2m7-2a9"></path>
|
|
</svg>
|
|
</form>
|
|
<div class="open">
|
|
<div class="box">
|
|
</div>
|
|
<div class="content" id="larger">
|
|
<h2 id="small">Solar Miner</h2>
|
|
<h3>Solar-powered Crypto Mining System shaping a green future</h3>
|
|
<p>
|
|
|
|
Sustain energy needs, reduce energy waste in mining and use surplus solar power to build a decentralized and green future.
|
|
The Solar Miner system transmits redundant energy to power a ready-to-use mining rig.
|
|
Rewards are split between a local wallet and that of a solarpunk project of choice.
|
|
</p>
|
|
<a href="/solar-miner">GO</a>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
{% endblock%}
|