mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
doc: add icons to the home page blocks
Use (free license) fontawesome icon characters to pretty up the Zephyr home page navigation blocks added earlier. (The fontawesome font famliy is already included by the read-the-doc theme so we can take advantage of that.) Also amend the section descriptions. Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
committed by
Anas Nashif
parent
d34c116505
commit
7744101887
+11
-11
@@ -38,11 +38,11 @@ licensing, as described in :ref:`Zephyr_Licensing`.
|
||||
<img alt="" src="_static/images/kite.png"/>
|
||||
<h2>Introduction</h2>
|
||||
</a>
|
||||
<p>Introducing the Zephyr Project: the overview, architecture, features and licensing</p>
|
||||
<p>Introducing the Zephyr Project: overview, architecture, features, and licensing</p>
|
||||
</li>
|
||||
<li class="grid-item">
|
||||
<a href="getting_started/index.html">
|
||||
<img alt="" src=""/>
|
||||
<span class="grid-icon fa fa-map-signs"></span>
|
||||
<h2>Getting Started Guide</h2>
|
||||
</a>
|
||||
<p>Follow this guide to set up a Zephyr development environment on your
|
||||
@@ -50,7 +50,7 @@ licensing, as described in :ref:`Zephyr_Licensing`.
|
||||
</li>
|
||||
<li class="grid-item">
|
||||
<a href="contribute/index.html">
|
||||
<img alt="" src=""/>
|
||||
<span class="grid-icon fa fa-github"></span>
|
||||
<h2>Contribution Guidelines</h2>
|
||||
</a>
|
||||
<p>As an open-source project, we welcome and encourage the community
|
||||
@@ -58,7 +58,7 @@ licensing, as described in :ref:`Zephyr_Licensing`.
|
||||
</li>
|
||||
<li class="grid-item">
|
||||
<a href="samples/index.html">
|
||||
<img alt="" src=""/>
|
||||
<span class="grid-icon fa fa-cogs"></span>
|
||||
<h2>Samples and Demos</h2>
|
||||
</a>
|
||||
<p>A list of samples and demos that can run on a variety of boards supported
|
||||
@@ -66,31 +66,31 @@ licensing, as described in :ref:`Zephyr_Licensing`.
|
||||
</li>
|
||||
<li class="grid-item">
|
||||
<a href="reference/index.html">
|
||||
<img alt="" src=""/>
|
||||
<span class="grid-icon fa fa-sign-in"></span>
|
||||
<h2>API Reference</h2>
|
||||
</a>
|
||||
<p>API Documentation and Reference</p>
|
||||
<p>API Documentation, Zephyr configuration, and subsystem Reference</p>
|
||||
</li>
|
||||
<li class="grid-item">
|
||||
<a href="security/index.html">
|
||||
<img alt="" src=""/>
|
||||
<span class="grid-icon fa fa-lock"></span>
|
||||
<h2>Security</h2>
|
||||
</a>
|
||||
<p>Requirements, processes, and developer guidelines for ensuring security is addressed within the Zephyr project.</p>
|
||||
</li>
|
||||
<li class="grid-item">
|
||||
<a href="boards/index.html">
|
||||
<img alt="" src=""/>
|
||||
<span class="grid-icon fa fa-object-group"></span>
|
||||
<h2>Supported Boards</h2>
|
||||
</a>
|
||||
<p>List if supported boards and platforms.</p>
|
||||
<p>List of supported boards and platforms.</p>
|
||||
</li>
|
||||
<li class="grid-item">
|
||||
<a href="guides/index.html">
|
||||
<img alt="" src=""/>
|
||||
<span class="grid-icon fa fa-puzzle-piece"></span>
|
||||
<h2>User and Developer Guides</h2>
|
||||
</a>
|
||||
<p>User and Developer Guides</p>
|
||||
<p>User and Developer Guides, including tools and tips</p>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
||||
Vendored
+9
-2
@@ -168,6 +168,7 @@ kbd
|
||||
text-shadow:0 1px 0 #fff;
|
||||
}
|
||||
|
||||
/* home page grid display */
|
||||
|
||||
.grid {
|
||||
list-style-type: none !important;
|
||||
@@ -197,7 +198,7 @@ kbd
|
||||
display: block;
|
||||
width: 200px;
|
||||
height: 200px;
|
||||
padding: 10px;
|
||||
padding: 20px;
|
||||
display: -webkit-box;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
@@ -222,7 +223,7 @@ kbd
|
||||
|
||||
.grid-item img {
|
||||
margin-bottom: 1.1rem;
|
||||
max-width: 60%;
|
||||
max-width: 75%;
|
||||
}
|
||||
|
||||
|
||||
@@ -236,3 +237,9 @@ kbd
|
||||
margin-top: 0.5rem;
|
||||
color: #333e48;
|
||||
}
|
||||
|
||||
.grid-icon {
|
||||
line-height: 1.8;
|
||||
font-size: 4rem;
|
||||
color: mediumslateblue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user