From 07c321b745ecb91bec06997c3770d61e6f7c10c6 Mon Sep 17 00:00:00 2001 From: dalgona92 <dalgona92@gmail.com> Date: Wed, 20 Feb 2019 21:45:16 +0900 Subject: [PATCH] changed the size of an image --- index2.html | 3 ++- w5.html | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/index2.html b/index2.html index 3980c6e..d73d4b7 100644 --- a/index2.html +++ b/index2.html @@ -67,7 +67,8 @@ <div class="col-md-7"> <a href="#"> - <img class="img-fluid rounded mb-3 mb-md-0" src="http://placehold.it/700x300" alt=""> + + <img class="image/assignment/w5/010.jpg" width="1100" alt=""> </a> </div> <div class="col-md-5"> diff --git a/w5.html b/w5.html index a6c4494..67a768c 100644 --- a/w5.html +++ b/w5.html @@ -132,7 +132,7 @@ - On this step, the X and Y position should be 0(mm), and the value of Z will be, maybe 2 or 3(mm). Import the design by pressing the CUT button on the panel, and finally the machine is really ready to mill the design on the circuit board. </p> - <img src="image/assignment/w5/010.jpg" width="600" alt=""><br><br> + <img src="image/assignment/w5/010.jpg" width="1100" alt=""><br><br> <p>The PCB wasn't neat, but after brushing the surface it looked pretty fine for me. </p> -- GitLab