forked from TrustedFirmwareWebsite/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
32 lines (32 loc) · 1.42 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
---
layout: trusted-firmware-home
js-package: main
title: Trusted Firmware - Open Source Secure World Software
description: >
Arm Trusted Firmware provides a reference implementation of secure world software for Armv8-A and Armv8-M. It provides SoC developers and OEMs with a reference trusted code base complying with the relevant Arm specifications.
---
<div class="section-overlay bg-black overlay-opacity-5"></div>
<div class="container-fluid">
<div class="row">
<div id="info" class="col-md-12 text-white text-center page-info col-transform">
<div class="vert-middle">
<div class="reveal scale-out">
<!-- Logo -->
<div class="p-t-b-15 fade-in-one">
<img src="{% asset_path 'TrustedFirmware-Logo_icon.png' %}" height="200" width="200" alt="">
</div>
<!-- /End Logo -->
<div class="p-t-b-15 fade-in-two">
<!-- Headline & Description -->
<h2><span class="title font-weight-200">Trusted Firmware</span><br><span class="sub-title">Open Source Secure World Software</span></h2>
<!-- /End Headline & Description -->
</div>
<!-- Buttons -->
<div class="p-t-b-15 btn-row" id="buttons">
<a class="btn btn-primary btn-lg fade-in-three bottom-border-five" href="/about/" role="button">Learn More
</a>
</div>
<!-- /End Buttons -->
</div>
</div>
</div>