iclop_v1/resources/views/student/androidcourse/main.blade.php
2022-08-21 12:21:42 +07:00

86 lines
2.4 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

@extends('student/androidcourse/home')
@section('content')
<div class="row">
<div class="col-12">
<div class="card">
<div class="card-header" style="background-color: #F8F8FF">
<h3 class="card-title">Start to learn Android Programming with iCLOP</h3>
<div class="card-tools">
</div>
</div>
<div class="card-body">
<div class="row">
<p>
Student can start learning with preparing a PC to develop Android application.
</p>
</div>
<div class="row">
<p>
<div>Minimum Requirements :
<ol>
<li>
CPU : Intel Core i3350M dual-core processor (2.26 GHz, 3 MB Cache)
</li>
<li>
VGA : Integrated Intel HD graphics
</li>
<li>
RAM : 4GB DDR3 dual-channel RAM (2GB + 2GB)
</li>
<br>
</ol>
</p>
<p1>
<div>Recommendet Specs :
<ol>
<li>
CPU : Intel Core i5-8400
</li>
<li>
VGA : Integrated Intel UHD graphics
</li>
<li>
RAM : 16 GB RAM
</li>
</ol>
</p1>
<br>
<p2>
<div>Software :
<ol>
<li>
Windows 7 SP1 64-bit, Windows 8.1 64-bit, Windows 10 64-bit, Windows 11 64-bit
</li>
<li>
Tools: Windows PowerShell 5.0+, Git 2.x
</li>
<li>
Android Studio (Flutter Extension)
</li>
</ol>
</p2>
<br>
<p3>
<div>Documents :
<ol>
<li>
Guide
</li>
<li>
Supplement
</li>
<li>
Test File
</li>
</ol>
</p3>
</div>
</div>
</div>
</div>
</div>
</div>
@endsection