Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d068c945 authored by Romain Hunault's avatar Romain Hunault 🚴🏻
Browse files

Merge branch '152-smartphone-selector-alignment-issues' into 'master'

Resolve "Smartphone Selector : Alignment issues"

Closes #152

See merge request e/documentation/user!130
parents 4a294f74 8771e35e
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -21,15 +21,15 @@
      </ul>
      
      <!--COLLAPSE CODE-->
        <div class="col col-sm-2 col-md-8">
          <p>
        <div class="col col-sm-2 col-md-10">
          <p style="margin-left: -30px;">
            <a class="btn btn-light" data-toggle="collapse" href="#collapse-buildtypes" role="button" aria-expanded="false" aria-controls="collapse-buildtypes">
            Confused by these build types?..click me
            Confused by these build types?....
            </a>
          </p>
          <div class="collapse" id="collapse-buildtypes">
            <div class="card card-body">
              <ul>
            <div class="card card-body" style="border: none;">
              <ul style="margin-left: -1px;">
                <li>The official builds are called 'dev' builds. They go out OTA or Over the air for supported devices</li>
                <li>Upgrade builds are builds made on our build infrastructure and in the latest OS. Flash them and let us know <a href="https://community.e.foundation/t/device-roadmap-pie-q-and-beyond-part-ii/18629">your feedback</a> </li>
                <li>Unofficial builds are made by users on the forum. Use at your own risk</li>
+24 −12
Original line number Diff line number Diff line
@@ -6,9 +6,12 @@ search: exclude
---

<div class="container" id="selectcreen">
  <h1 class="page-header" >{{ page.title }}</h1>
  <div class="row">
    <div class="col">
      <h1>{{ page.title }}</h1>
    </div>
  </div>
  {% include selector_top.html %} 
 
  <div class="row">
      <div class="col-sm-2">
        <label for="brand"><b>Brand</b></label>
@@ -152,9 +155,8 @@ search: exclude
  </div>
    
  </div>
   
</div>
<div class="mycontainer" id="smartphoneTable">
  <div class="row">
    <div class="col">
      <div class="table-responsive" >
        <table class="table">
          <thead class="thead-light">
@@ -268,8 +270,18 @@ search: exclude
          {%- endfor %}
        </table>
      </div>
    

    </div>
  </div>
  <div class="row">
    <div class="col">
      <p>Number of Smartphones officially supported by /e/OS : {{ nbDevices }}</p> 
    </div>
  </div>
</div>

   
    

   

+29 −23
Original line number Diff line number Diff line
@@ -5,10 +5,14 @@ permalink: laptops/
search: exclude
---
<div class="container" id="laptopTable">
    <h1 class="page-header" >{{ page.title }}</h1>
  <div class="row">
    <div class="col">
      <h1>{{ page.title }}</h1>
    </div>
  </div>
   {% include selector_top.html %}   
    
    <div class="myContainer">
  <div class="row">
    <div class="col">
      <div class="table-responsive" >
        <table class="mytable">
          <thead class="thead-light">
@@ -23,7 +27,6 @@ search: exclude
              <th scope="col">storage</th>
            </tr>
          </thead>
    </div>
          {% assign laptops = "" | split: " " %}
          {% for laptop in site.data.laptops %}
          {% assign laptops = laptops | push: laptop[1] %}
@@ -81,9 +84,12 @@ search: exclude
    {%- endfor %}
    </table>
      </div>
    </div >
  </div>
  <div class="row">
    <div class="col">
      <p>Laptops supported: {{ nblaptops }}</p>
    
    </div>
  </div>  

</div>  
   
 No newline at end of file