diff --git a/index.html b/index.html index 2fa8462..63542c3 100644 --- a/index.html +++ b/index.html @@ -1,4 +1,5 @@ + @@ -6,12 +7,13 @@ JX_ID-Blog +

- Jiaxian's PFD Blog -

-

+



@@ -20,7 +22,14 @@

- Week 1 -

- ... + The first week of PFD lesson involves the objectives of undertaking real-life IT projects by making use of + scrum (Agile Methodology) via different challenge statements. My team was assigned the challenge statement + of "Data Collection Applications." After a brainstorming session, we + arrived at a concept that involves utilizing both a mobile phone and a wristband to monitor the wearer's + location. Additionally, we also plan to leverage the built-in Bluetooth functionality to communicate with + other nearby devices. However, this idea concept is quite similar to an existing application called + SGTRACETOGETHER. As a + result, my team is looking forward to discuss with our lecturer to refine and solidify it.

@@ -33,10 +42,10 @@

- Week 2 -

- ... + ...

- +


@@ -46,7 +55,7 @@

- Week 3 -

- ... + ...

@@ -59,7 +68,7 @@

- Week 4 -

- ... + ...

@@ -72,7 +81,7 @@

- Week 5 -

- ... + ...

@@ -85,7 +94,7 @@

- Week 6 -

- ... + ...

@@ -98,7 +107,7 @@

- Week 7 -

- ... + ...

@@ -111,7 +120,7 @@

- Week 8 -

- ... + ...

@@ -124,7 +133,7 @@

- Week 9 -

- ... + ...

@@ -137,7 +146,7 @@

- Week 10 -

- ... + ...

@@ -150,7 +159,7 @@

- Week 11 -

- ... + ...

@@ -163,7 +172,7 @@

- Week 12 -

- ... + ...

@@ -176,7 +185,7 @@

- Week 13 -

- ... + ...

@@ -189,15 +198,14 @@

- Week 14 -

- ... + ...




-

+

- - + \ No newline at end of file diff --git a/styles.css b/styles.css index eddda81..dc750e0 100644 --- a/styles.css +++ b/styles.css @@ -48,10 +48,19 @@ h2{ margin-bottom: 5%; padding: 20px 50px; box-sizing: border-box; + word-wrap: break-word; +} +.blog-post p{ + text-align: center; + font-size: 1vw; + font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; } @media only screen and (max-width: 900px) { .blog-post{ - width: auto; + width: 80%; + } + .blog-post p{ + font-size: 2vw;; } }