64e12eb30698776438d29ad47a5e19723b38ea4f
[ealt-edge.git] / example-apps / PDD / frontend-src / src / app / home / home.component.html
1 <div class="main" *ngIf="(toolbarService.visible|async)">
2   <div class="toolbar">
3     <app-toolbar></app-toolbar>
4   </div>
5   <!-- <div class="carousel">
6     <ngb-carousel *ngIf="images">
7       <ng-template ngbSlide>
8         <div class="picsum-img-wrapper">
9           <img [src]="images[0]" alt="Random first slide">
10
11         </div>
12         <div class="carousel-caption">
13         </div>
14       </ng-template>
15       <ng-template ngbSlide>
16         <div class="picsum-img-wrapper">
17           <img [src]="images[1]" alt="Random second slide">
18         </div>
19
20         <div class="carousel-caption">
21         </div>
22
23       </ng-template>
24       <ng-template ngbSlide>
25
26         <div class="picsum-img-wrapper">
27           <img [src]="images[2]" alt="Random third slide">
28         </div>
29
30         <div class="carousel-caption">
31         </div>
32       </ng-template>
33     </ngb-carousel>
34   </div> -->
35 </div>
36
37 <section id="about" class="about section-bg">
38   <div class="container">
39
40     <div class="row">
41       <!-- <div class="col-xl-5 col-lg-6 video-box d-flex justify-content-center align-items-stretch">
42         <a href="https://www.youtube.com/watch?v=t2pRRwCRr_k" class="venobox play-btn mb-4" data-vbtype="video"
43           data-autoplay="true"></a>
44       </div> -->
45
46       <div
47         class="col-xl-12 col-lg-12 icon-boxes d-flex flex-column align-items-stretch justify-content-center py-5 px-lg-5 mat-elevation-z8">
48         <h4 data-aos="fade-up">About us</h4>
49         <h3 data-aos="fade-up">Enterprise Applications on Lightweight 5G Telco Edge</h3>
50         <p class="description">Enterprise Application on Lightweight 5G Telco Edge is an Akraino approved blueprint family,
51           which intends to make a complete ecosystem for 5G Telco Edge Enterprise level platform. 
52           Platform which can be leveraged by various Telecom operators to give value added services to end users.
53         </p>
54           
55
56         <div data-aos="fade-up">
57           <!-- <div class="icon"><i class="fas fa-cloud"></i></div> -->
58           <!-- <h4 class="title"><a href="" [routerLink]="'/describe'">EALT EDGE</a></h4> -->
59           <h3>Ealt-Edge High Level Features</h3>
60           <li>Lightweight MEP Solution</li>
61           <li>Autonomous MEP Edge Sites.</li>
62           <li>Unified Portal for platform management and for App developers.</li>
63           <li>Sandbox with SDKs and tools chains for MEC app developers</li>
64           <li>Heterogeneous deployment on Multi-Arch.</li>
65           <li>ETSI MEC Compliant.</li>
66         </div>
67       </div>
68     </div>
69
70   </div>
71 </section><!-- End About Section -->
72
73 <footer id="footer">
74
75   <div class="container d-lg-flex py-4">
76
77     <div class="mr-lg-auto text-center text-lg-left">
78       <div class="copyright">
79         &copy; Copyright <strong><span>EALT-EDGE Akraino</span></strong>. All Rights Reserved
80       </div>
81     </div>
82   </div>
83 </footer><!-- End Footer -->