fix
This commit is contained in:
@@ -1,18 +1,18 @@
|
||||
<div class="row">
|
||||
|
||||
<div class="col-lg-3 col-md-6 col-12">
|
||||
|
||||
|
||||
<div class="col-lg-3 col-md-6 col-12">
|
||||
<div class="card">
|
||||
<div class="card-header d-flex flex-column align-items-start pb-0" style="background-color: aliceblue;">
|
||||
<h3 class="text-bold-700 mt-1 mb-25">First Title</h3>
|
||||
<h3 class="text-bold-700 mt-1 mb-25">More Title</h3>
|
||||
</div>
|
||||
|
||||
<div class="embed-responsive embed-responsive-4by3">
|
||||
<iframe class="embed-responsive-item" src="/uploads/DV/RaspberryPi/Measuring Distance with Raspberry Pi and HC-SR04 Utrasonic Sensor.mp4" autoplay="0"></iframe>
|
||||
</div>
|
||||
<video width="100%" height="380" controls>
|
||||
<source src="/uploads/DV/RaspberryPi/Measuring Distance with Raspberry Pi and HC-SR04 Utrasonic Sensor.mp4" type="video/mp4">
|
||||
</video>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<?php
|
||||
foreach ($page_card_items AS $drow) {
|
||||
// print_r($drow);
|
||||
@@ -33,19 +33,6 @@
|
||||
}
|
||||
?>
|
||||
|
||||
<div class="col-lg-3 col-md-6 col-12">
|
||||
<div class="card">
|
||||
<div class="card-header d-flex flex-column align-items-start pb-0" style="background-color: aliceblue;">
|
||||
<h3 class="text-bold-700 mt-1 mb-25">Another Title</h3>
|
||||
</div>
|
||||
|
||||
<div class="embed-responsive embed-responsive-4by3">
|
||||
<iframe class="embed-responsive-item" src="/uploads/DV/RaspberryPi/DHT22 Raspberry Pi Humidity Temperature Sensor Tutorial.mp4" autoplay="0"></iframe>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-lg-3 col-md-6 col-12">
|
||||
<div class="card">
|
||||
@@ -53,10 +40,25 @@
|
||||
<h3 class="text-bold-700 mt-1 mb-25">More Title</h3>
|
||||
</div>
|
||||
|
||||
<div class="embed-responsive embed-responsive-4by3">
|
||||
<iframe class="embed-responsive-item" src="/uploads/DV/RaspberryPi/WhatEthernetCable.mp4" autoplay="0"></iframe>
|
||||
</div>
|
||||
<video width="100%" height="380" controls>
|
||||
<source src="/uploads/DV/RaspberryPi/DHT22 Raspberry Pi Humidity Temperature Sensor Tutorial.mp4" type="video/mp4">
|
||||
</video>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="col-lg-3 col-md-6 col-12">
|
||||
<div class="card">
|
||||
<div class="card-header d-flex flex-column align-items-start pb-0" style="background-color: aliceblue;">
|
||||
<h3 class="text-bold-700 mt-1 mb-25">More Title</h3>
|
||||
</div>
|
||||
|
||||
<video width="100%" height="380" controls>
|
||||
<source src="/uploads/DV/RaspberryPi/WhatEthernetCable.mp4" type="video/mp4">
|
||||
</video>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
Reference in New Issue
Block a user